Home
last modified time | relevance | path

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

/test/dm/
A Dsoc.c22 char text[128]; in dm_test_soc() local
92 ut_assertok(soc_get_machine(dev, text, sizeof(text))); in dm_test_soc()
93 ut_assertok(strcmp(text, "SANDBOX123")); in dm_test_soc()
95 ut_assertok(soc_get_family(dev, text, sizeof(text))); in dm_test_soc()
96 ut_assertok(strcmp(text, "SANDBOX1xx")); in dm_test_soc()
98 ut_assertok(soc_get_revision(dev, text, sizeof(text))); in dm_test_soc()
99 ut_asserteq_str(text, "1.0"); in dm_test_soc()
A Dcpu.c18 char text[128]; in dm_test_cpu() local
33 ut_assertok(cpu_get_desc(dev, text, sizeof(text))); in dm_test_cpu()
34 ut_assertok(strcmp(text, "LEG Inc. SuperMegaUltraTurbo CPU No. 1")); in dm_test_cpu()
43 ut_assertok(cpu_get_vendor(dev, text, sizeof(text))); in dm_test_cpu()
44 ut_assertok(strcmp(text, "Languid Example Garbage Inc.")); in dm_test_cpu()
A Dosd.c26 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_asserteq_mem(text, in dm_test_osd_basics()
105 ut_asserteq_mem(text, in dm_test_osd_basics()
140 u8 text[memsize / 2]; in dm_test_osd_extended() local
158 ut_asserteq_mem(text, in dm_test_osd_extended()
[all …]
/test/py/
A Dmultiplexed_log.css41 text-decoration: underline;
97 text-decoration: inherit;
102 text-decoration: inherit;
107 text-decoration: underline;
A Dconsole_base.py398 def wait_for(self, text): argument
413 if type(text) == type(''):
414 text = re.escape(text)
415 m = self.p.expect([text] + self.bad_patterns)
560 def validate_version_string_in_text(self, text): argument
573 assert(self.u_boot_version_string in text)
/test/py/tests/test_efi_capsule/
A Dcapsule_gen_binman.dts31 text {
32 text = "u-boot:New";
45 text {
46 text = "u-boot-env:New";
/test/py/tests/
A Dtest_fit_mkimage_validate.py55 result = subprocess.run(cmd, capture_output=True, text=True)
102 result = subprocess.run(cmd, capture_output=True, text=True)
A Dtest_fit.py153 def make_ramdisk(filename, text): argument
162 data += '%s %d was seldom used in the middle ages\n' % (text, i)
171 def find_matching(text, match): argument
205 for line in '\n'.join(text).splitlines():
A Dfit_util.py63 def make_kernel(ubman, basename, text): argument
/test/py/tests/test_fs/test_squashfs/
A Dtest_sqfs_load.py25 capture_output=True, text=True)
A Dsqfs_common.py147 capture_output=True, text=True)
/test/py/tests/test_fs/
A Dtest_erofs.py131 capture_output=True, text=True)
/test/boot/
A Dexpo.c467 struct abuf orig, *text; in expo_render_image() local
565 ut_assertok(expo_edit_str(exp, STR_TEXTED, &orig, &text)); in expo_render_image()
567 abuf_printf(text, "This\nis the initial contents of the text editor " in expo_render_image()

Completed in 15 milliseconds