Searched refs:text (Results 1 – 13 of 13) sorted by relevance
| /test/dm/ |
| A D | soc.c | 22 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 D | cpu.c | 18 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 D | osd.c | 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_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 D | multiplexed_log.css | 41 text-decoration: underline; 97 text-decoration: inherit; 102 text-decoration: inherit; 107 text-decoration: underline;
|
| A D | console_base.py | 398 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 D | capsule_gen_binman.dts | 31 text { 32 text = "u-boot:New"; 45 text { 46 text = "u-boot-env:New";
|
| /test/py/tests/ |
| A D | test_fit_mkimage_validate.py | 55 result = subprocess.run(cmd, capture_output=True, text=True) 102 result = subprocess.run(cmd, capture_output=True, text=True)
|
| A D | test_fit.py | 153 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 D | fit_util.py | 63 def make_kernel(ubman, basename, text): argument
|
| /test/py/tests/test_fs/test_squashfs/ |
| A D | test_sqfs_load.py | 25 capture_output=True, text=True)
|
| A D | sqfs_common.py | 147 capture_output=True, text=True)
|
| /test/py/tests/test_fs/ |
| A D | test_erofs.py | 131 capture_output=True, text=True)
|
| /test/boot/ |
| A D | expo.c | 467 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 22 milliseconds