| /u-boot/test/py/tests/ |
| A D | test_efi_selftest.py | 19 if u_boot_console.p.expect(['Summary: 0 failures', 'Press any key']): 42 if u_boot_console.p.expect(['serial-number:', 'U-Boot']): 59 if u_boot_console.p.expect(['resetting', 'U-Boot']): 73 if u_boot_console.p.expect([r'To terminate type \'x\'']): 85 if u_boot_console.p.expect([r'Unicode char 8 \(BS\), scan code 0 \(Null\)']): 109 if u_boot_console.p.expect([r'Unicode char 8364 \(\'']): 114 if u_boot_console.p.expect(['Summary: 0 failures', 'Press any key']): 128 if u_boot_console.p.expect([r'To terminate type \'CTRL\+x\'']): 164 if u_boot_console.p.expect([r'Unicode char 8364 \(\'']): 176 if u_boot_console.p.expect(['Summary: 0 failures', 'Press any key']): [all …]
|
| A D | test_bootmenu.py | 21 u_boot_console.p.expect([i]) 26 u_boot_console.p.expect(['autoboot']) 32 u_boot_console.p.expect(['autoboot']) 38 u_boot_console.p.expect(['autoboot'])
|
| A D | test_event_dump.py | 17 expect = '''.*Event type Id Source location 22 assert re.match(expect, out, re.MULTILINE) is not None
|
| A D | test_sandbox_exit.py | 30 m = u_boot_console.p.expect(['resetting ...', 'U-Boot']) 33 m = u_boot_console.p.expect(['U-Boot', '=>'])
|
| A D | test_env.py | 565 expect = '#define CONFIG_EXTRA_ENV_TEXT "%s"\n' % expect_val 566 assert result == expect
|
| /u-boot/test/py/tests/test_eficonfig/ |
| A D | test_eficonfig.py | 21 u_boot_console.p.expect([i]) 39 u_boot_console.p.expect([i]) 51 u_boot_console.p.expect([i]) 81 u_boot_console.p.expect([i]) 86 u_boot_console.p.expect([i]) 104 u_boot_console.p.expect([i]) 146 u_boot_console.p.expect([i]) 195 u_boot_console.p.expect([i]) 207 u_boot_console.p.expect([i]) 229 u_boot_console.p.expect([i]) [all …]
|
| /u-boot/tools/buildman/ |
| A D | test.py | 184 expect = '%10s: ' % arch 187 expect += ' ' 322 expect += ' ' 325 expect += ' ' 352 expect = [expect[0]] + expect[2:] 353 expect = '\n'.join(expect) 373 expect = [expect[0]] + expect[2:] 374 expect = '\n'.join(expect) 394 expect = '\n'.join(expect) 405 expect = '\n'.join(expect) [all …]
|
| /u-boot/test/dm/ |
| A D | rtc.c | 40 static int cmp_times(struct rtc_time *expect, struct rtc_time *time, bool show) in cmp_times() argument 44 same = expect->tm_sec == time->tm_sec; in cmp_times() 45 same &= expect->tm_min == time->tm_min; in cmp_times() 46 same &= expect->tm_hour == time->tm_hour; in cmp_times() 47 same &= expect->tm_mday == time->tm_mday; in cmp_times() 48 same &= expect->tm_mon == time->tm_mon; in cmp_times() 49 same &= expect->tm_year == time->tm_year; in cmp_times() 51 show_time("expected", expect); in cmp_times()
|
| /u-boot/test/py/ |
| A D | u_boot_console_base.py | 163 m = self.p.expect([pattern_u_boot_spl_signon] + 169 m = self.p.expect([pattern_u_boot_spl2_signon] + 174 m = self.p.expect([pattern_u_boot_main_signon] + self.bad_patterns) 180 m = self.p.expect([self.prompt_compiled, 256 m = self.p.expect([chunk] + self.bad_patterns) 266 m = self.p.expect([self.prompt_compiled] + self.bad_patterns) 333 m = self.p.expect([text] + self.bad_patterns) 369 self.p.expect(['This should never match U-Boot output'])
|
| A D | u_boot_spawn.py | 138 def expect(self, patterns): member in Spawn
|
| /u-boot/tools/dtoc/test/ |
| A D | dtoc_test_alias_bad.dts | 45 ping-expect = <4>; 50 ping-expect = <5>;
|
| A D | dtoc_test_alias_bad_uc.dts | 45 ping-expect = <4>; 50 ping-expect = <5>;
|
| A D | dtoc_test_inst.dts | 45 ping-expect = <4>; 50 ping-expect = <5>;
|
| A D | dtoc_test_alias_bad_path.dts | 45 ping-expect = <4>; 50 ping-expect = <5>;
|
| /u-boot/include/linux/ |
| A D | compiler.h | 18 int expect, int is_constant); 23 #define __branch_check__(x, expect, is_constant) ({ \ argument 33 ______r = __builtin_expect(!!(x), expect); \ 35 expect, is_constant); \
|
| /u-boot/lib/ |
| A D | fdtdec_test.c | 105 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() argument 118 printf("aliases=%s, nodes=%s, expect=%s: ", aliases, nodes, expect); in run_test() 122 list, ARRAY_SIZE(list)), (int)strlen(expect)); in run_test() 125 for (i = 0, s = expect; *s; s++, i++) { in run_test()
|
| /u-boot/arch/arm/dts/ |
| A D | tegra-u-boot.dtsi | 22 /* Same as image1 - some tools still expect the -dtb suffix */
|
| A D | socfpga_n5x_socdk.dts | 23 /* We expect the bootloader to fill in the reg */
|
| A D | socfpga_agilex_socdk.dts | 41 /* We expect the bootloader to fill in the reg */
|
| A D | armada-38x-solidrun-microsom.dtsi | 9 * production board. Things will change, don't expect this file to
|
| /u-boot/doc/board/qualcomm/ |
| A D | sdm845.rst | 37 and FIT image instead of ``initramfs``. Android bootloader expect gzipped kernel 67 /* We expect the bootloader to fill in the size */ 124 /* We expect the bootloader to fill in the size */
|
| A D | qcs404.rst | 41 and FIT image instead of ``initramfs``. Android bootloader expect gzipped kernel 62 /* We expect the bootloader to fill in the size */
|
| /u-boot/net/ |
| A D | tcp.c | 367 enum pkt_state expect = PKT; in tcp_hole() local 408 switch (expect) { in tcp_hole() 422 expect = PKT; in tcp_hole() 436 expect = NOPKT; in tcp_hole()
|
| /u-boot/board/phytec/pcm058/ |
| A D | README | 50 The default bootscripts expect a kernel fit-image file named "fitImage" in the 80 The default NAND bootscripts expect a single MTD partition named "rootfs",
|
| /u-boot/tools/binman/ |
| A D | elf_test.py | 245 expect = struct.pack('<IIIII', 2, 3, 0x1234, 0x5678, 0) 246 self.assertEqual(expect, embed_data)
|