Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 1473) sorted by relevance

12345678910>>...59

/openbmc/qemu/scripts/
H A Dpython_qmp_updater.py33 def tmatch(template: str, text: str,
35 return re.match(template.format(padding=padding, res=res), text,
39 def find_closing_brace(text: str, start: int) -> int:
43 assert text[start] == '('
47 for i in range(start + 1, len(text)):
48 if text[i] == '(':
50 elif text[i] == ')':
58 def update(text: str) -> str:
62 m = start_reg.search(text)
64 result += text
[all …]
H A Dclean-header-guards.pl104 my $text = slurp($fname);
106 $text =~ m,\A(\s*\n|\s*//\N*\n|\s*/\*.*?\*/\s*\n)*|,sg;
108 unless ($text =~ /\G(.*\n)/g) {
109 $text =~ /\G.*/;
114 unless ($text =~ /\G(.*\n)/g) {
115 $text =~ /\G.*/;
120 my $body = substr($text, pos($text));
/openbmc/u-boot/tools/binman/test/
H A D066_text.dts9 text {
11 text-label = "test-id";
14 type = "text";
15 text-label = "test-id2";
18 type = "text";
19 text-label = "test-id3";
23 type = "text";
24 text-label = "test-id4";
25 test-id4 = "some text";
/openbmc/u-boot/tools/patman/
H A Dterminal.py30 def __init__(self, text, newline, colour): argument
31 self.text = text
37 self.text)
39 def Print(text='', newline=True, colour=None): argument
51 print_test_list.append(PrintLine(text, newline, colour))
55 text = col.Color(colour, text)
56 print(text, end='')
85 print(col.Color(line.colour, line.text), end='')
87 print(line.text, end='')
141 def Color(self, color, text, bright=True): argument
[all …]
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand.lds17 text PT_LOAD;
23 /* Read-only sections, merged into text segment: */
26 .text :
28 *(.text*)
29 } :text
35 } :text
73 .text.init : { *(.text.init) }
79 .bootpg ADDR(.text) - 0x1000 :
82 } :text = 0xffff
84 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN;
H A Du-boot.lds23 text PT_LOAD;
29 /* Read-only sections, merged into text segment: */
32 .text :
34 *(.text*)
35 } :text
41 } :text
80 .text.init : { *(.text.init) }
87 .bootpg ADDR(.text) - 0x1000 :
90 } :text = 0xffff
91 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN;
[all …]
/openbmc/u-boot/test/dm/
H A Dosd.c19 static void split(u8 *mem, uint size, u8 *text, u8 *colors) in split() argument
26 text[i] = p[i] / 0x100; in split()
34 u8 text[memsize / 2]; in print_mem() local
37 split(mem, memsize / 2, text, colors); in print_mem()
40 printf("%c", text[i]); in print_mem()
59 u8 text[memsize / 2]; in dm_test_osd_basics() local
72 split(mem, memsize / 2, text, colors); in dm_test_osd_basics()
74 ut_assertok(memcmp(text, " " in dm_test_osd_basics()
101 split(mem, memsize / 2, text, colors); in dm_test_osd_basics()
103 ut_assertok(memcmp(text, " " in dm_test_osd_basics()
[all …]
H A Dcpu.c17 char text[128]; in dm_test_cpu() local
30 ut_assertok(cpu_get_desc(dev, text, sizeof(text))); in dm_test_cpu()
31 ut_assertok(strcmp(text, "LEG Inc. SuperMegaUltraTurbo CPU No. 1")); in dm_test_cpu()
39 ut_assertok(cpu_get_vendor(dev, text, sizeof(text))); in dm_test_cpu()
40 ut_assertok(strcmp(text, "Languid Example Garbage Inc.")); in dm_test_cpu()
/openbmc/u-boot/tools/buildman/
H A Dtest.py171 def assertSummary(self, text, arch, plus, boards, outcome=OUTCOME_ERR): argument
181 self.assertEqual(text, expect)
205 if line.text.strip():
217 self.assertEqual(lines[0].text, '01: %s' % commits[0][1])
220 self.assertEqual(lines[1].text, '02: %s' % commits[1][1])
223 self.assertSummary(lines[2].text, 'sandbox', 'w+', ['board4'],
225 self.assertSummary(lines[3].text, 'arm', 'w+', ['board1'],
227 self.assertSummary(lines[4].text, 'powerpc', 'w+', ['board2', 'board3'],
231 self.assertEqual(lines[5].text, 'w+%s' %
236 self.assertEqual(lines[6].text, '03: %s' % commits[2][1])
[all …]
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dkernel.ld2 text PT_LOAD FLAGS(5); /* R_E */
9 .text : {
12 *(.text) argument
13 } :text
17 } :text
30 } :text
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_functional_basic.py46 …m images",self.driver.find_element(By.XPATH, "//div[@class='col-md-10']").text),'Custom images inf…
53 … recipes",self.driver.find_element(By.XPATH, "//div[@class='col-md-10']").text),'The Compatible im…
60 … recipes",self.driver.find_element(By.XPATH, "//div[@class='col-md-10']").text),'The Compatible so…
67 …machines",self.driver.find_element(By.XPATH, "//div[@class='col-md-10']").text),'The Compatible ma…
74 …e layers",self.driver.find_element(By.XPATH, "//div[@class='col-md-10']").text),'The Compatible la…
81 …ariables",self.driver.find_element(By.XPATH, "//div[@class='col-md-10']").text),'The Bitbake varia…
93 …,self.driver.find_element(By.XPATH, "//span[@id='project-machine-name']").text),'The machine type …
110 …self.driver.find_element(By.XPATH, "//span[@id='project-release-title']").text), 'The project rele…
115 …self.assertTrue(re.search("3",self.driver.find_element(By.ID, "project-layers-count").text),'There…
123 if re.match ("openembedded-core", layer.text):
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dcustomrecipe.js61 modal.find(".package-to-add-name").text(targetPkg.name);
63 depsList.text("");
66 var li = $('<li></li>').text(deps[i].name);
67 li.append($('<span></span>').text(" ("+
72 modal.find("#package-deps-total-size").text(
101 modal.find(".package-to-rm-name").text(targetPkg.name);
102 modal.find(".reverse-deps-count").text(depsCount);
103 modal.find(".reverse-deps-count-plus1").text((depsCount+1) + " packages");
104 modal.find(".reverse-deps-depends").text(vDepends);
105 modal.find(".reverse-deps-package").text(vPackage);
[all …]
/openbmc/u-boot/board/cssi/MCR3000/
H A Du-boot.lds15 /* Read-only sections, merged into text segment: */
17 .text :
19 arch/powerpc/cpu/mpc8xx/start.o (.text)
20 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
21 arch/powerpc/lib/built-in.o (.text*)
22 drivers/net/built-in.o (.text*)
25 env/embedded.o (.text.environment)
27 *(.text)
79 .text.init : { *(.text.init) }
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.l26 static char *text; variable
43 text = xmalloc(START_STRSIZE); in new_string()
46 *text = 0; in new_string()
55 text = xrealloc(text, new_size); in append_string()
58 memcpy(text + text_size, str, size); in append_string()
60 text[text_size] = 0; in append_string()
65 text = xmalloc(size + 1); in alloc_string()
66 memcpy(text, str, size); in alloc_string()
67 text[size] = 0; in alloc_string()
112 yylval.string = text;
[all …]
H A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape() argument
15 int multiline = strchr(text, '\n') != NULL; in escape()
17 int textlen = strlen(text); in escape()
19 if ((textlen > 0) && (text[textlen-1] == '\n')) in escape()
32 while (*text != '\0' && len > 1) { in escape()
33 if (*text == '"') in escape()
35 else if (*text == '\n') { in escape()
42 ++text; in escape()
45 else if (*text == '\\') { in escape()
49 *bfp++ = *text++; in escape()
/openbmc/webui-vue/src/components/Mixins/
H A DBVPaginationMixin.js7 text: '10', property in AnonymousClassd0de373f0101
11 text: '20', property in AnonymousClassd0de373f0201
15 text: '30', property in AnonymousClassd0de373f0301
19 text: '40', property in AnonymousClassd0de373f0401
23 text: i18n.global.t('global.table.viewAll'), property in AnonymousClassd0de373f0501
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Du-boot.lds11 /* Read-only sections, merged into text segment: */
12 .text :
14 arch/powerpc/cpu/mpc86xx/start.o (.text*)
15 arch/powerpc/cpu/mpc86xx/traps.o (.text*)
16 *(.text*)
62 .text.init : { *(.text.init) }
/openbmc/u-boot/arch/xtensa/cpu/
H A Du-boot.lds37 .reloc_table ALIGN(4) : FOLLOWING(.ResetVector.text)
41 RELOCATE2(WindowVectors,text);
44 RELOCATE2(KernelExceptionVector,text);
46 RELOCATE2(UserExceptionVector,text);
48 RELOCATE2(DoubleExceptionVector,text);
49 RELOCATE1(text);
57 SECTION_VECTOR(WindowVectors,text,XCHAL_WINDOW_VECTORS_VADDR,
60 FOLLOWING(.WindowVectors.text))
65 SECTION_VECTOR(KernelExceptionVector,text,XCHAL_KERNEL_VECTOR_VADDR,
68 FOLLOWING(.KernelExceptionVector.text))
[all …]
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Du-boot.lds10 /* Read-only sections, merged into text segment: */
11 .text :
13 arch/powerpc/cpu/mpc83xx/start.o (.text*)
14 *(.text*)
57 .text.init : { *(.text.init) }
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dremove-startup-option.patch17 - $text{'index_boot'},
18 - $text{'index_bootmsg'}.
19 - ($miniserv{'inetd'} ? "<b>$text{'index_inetd'}</b>" :
20 - !$ENV{'MINISERV_CONFIG'} ? "<b>$text{'index_apache'}</b>" : ""),
23 - [ [ 1, $text{'yes'} ],
24 - [ 0, $text{'no'} ] ]));
/openbmc/u-boot/examples/standalone/
H A Dnds32.lds14 .text :
16 *(.text)
36 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch4 Subject: [PATCH] ssaparse: enhance SSA text lines parsing.
6 some parser will pass in the original ssa text line which starts with "Dialog:"
26 * @txt: text to push
27 + * @size: text size need to be parse
42 + gchar *t, *text, *p, *escaped, *p_start, *p_end;
50 - /* skip all non-text fields before the actual text */
51 + p = text = g_malloc(size + 1);
85 + /* skip all non-text fields before the actual text */
105 + /* copy text between first ',' and second ',' */
121 + /* copy text between second ',' and third ',' */
[all …]
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsyslog.scss13 text-transform: uppercase;
33 color: $text-02;
34 text-transform: uppercase;
53 color: $text-02;
60 text-indent: -9999px;
71 text-align: left;
135 text-align: left;
140 text-align: left;
152 text-decoration: underline;
158 text-decoration: none;
[all …]
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds18 .text :
21 board/qualcomm/dragonboard410c/head.o (.text*)
22 CPUDIR/start.o (.text*)
25 /* This needs to come before *(.text*) */
28 *(.text.efi_runtime*)
36 *(.text*)
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds18 .text :
21 board/qualcomm/dragonboard820c/head.o (.text*)
22 CPUDIR/start.o (.text*)
25 /* This needs to come before *(.text*) */
28 *(.text.efi_runtime*)
36 *(.text*)

12345678910>>...59