Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 34) sorted by relevance

12

/u-boot/test/py/tests/
A Dtest_efi_selftest.py86 m = u_boot_console.p.expect(
94 m = u_boot_console.p.expect(
102 m = u_boot_console.p.expect(
110 m = u_boot_console.p.expect(
118 m = u_boot_console.p.expect(
156 m = u_boot_console.p.expect(
164 m = u_boot_console.p.expect(
172 m = u_boot_console.p.expect(
180 m = u_boot_console.p.expect(
188 m = u_boot_console.p.expect(
[all …]
A Dtest_sandbox_exit.py30 m = u_boot_console.p.expect(['resetting ...', 'U-Boot'])
33 m = u_boot_console.p.expect(['U-Boot', '=>'])
/u-boot/tools/buildman/
A Dtest.py182 expect = '%10s: ' % arch
185 expect += ' '
188 self.assertEqual(text, expect)
320 expect += ' '
323 expect += ' '
350 expect = [expect[0]] + expect[2:]
351 expect = '\n'.join(expect)
371 expect = [expect[0]] + expect[2:]
372 expect = '\n'.join(expect)
392 expect = '\n'.join(expect)
[all …]
/u-boot/test/dm/
A Drtc.c40 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 Du_boot_console_base.py198 m = self.p.expect([chunk] + self.bad_patterns)
205 m = self.p.expect([self.prompt_compiled] + self.bad_patterns)
272 m = self.p.expect([text] + self.bad_patterns)
308 self.p.expect(['This should never match U-Boot output'])
361 m = self.p.expect([pattern_u_boot_spl_signon] +
367 m = self.p.expect([pattern_u_boot_spl2_signon] +
372 m = self.p.expect([pattern_u_boot_main_signon] + self.bad_patterns)
378 m = self.p.expect([self.prompt_compiled,
A Du_boot_spawn.py115 def expect(self, patterns): member in Spawn
/u-boot/include/linux/
A Dcompiler.h18 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 Dfdtdec_test.c105 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 Dtegra-u-boot.dtsi22 /* Same as image1 - some tools still expect the -dtb suffix */
A Dsocfpga_agilex_socdk.dts41 /* We expect the bootloader to fill in the reg */
A Darmada-38x-solidrun-microsom.dtsi9 * production board. Things will change, don't expect this file to
A Darmada-388-clearfog.dts8 * production board. Things will change, don't expect this file to
/u-boot/board/phytec/pcm058/
A DREADME50 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/arch/sandbox/dts/
A Dtest.dts143 ping-expect = <0>;
261 ping-expect = <3>;
301 ping-expect = <4>;
306 ping-expect = <5>;
312 ping-expect = <6>;
318 ping-expect = <7>;
325 ping-expect = <6>;
332 ping-expect = <6>;
/u-boot/doc/device-tree-bindings/
A Dconfig.txt14 Tells U-Boot not to expect an attached keyboard with a VGA console
/u-boot/tools/binman/
A Dcbfs_util_test.py207 expect = tools.ReadFile(cbfstool_fname)
208 if expect != data:
209 tools.WriteFile('/tmp/expect', expect)
A Dftest.py1924 expect = (tools.GetBytes(ord('a'), 8) + U_BOOT_DATA +
1928 self.assertEqual(expect, data)
4226 expect = FILES_DATA[:15] + b'\0' + FILES_DATA[15:]
4227 self.assertEqual(expect, data)
/u-boot/board/buffalo/lsxl/
A DREADME111 Same as hdd expect, that the files are loaded from an attached USB mass
116 Same as usb expect, that the file are loaded from the network.
/u-boot/drivers/misc/
A Dcros_ec_sandbox.c429 uint32_t expect = EC_FLASH_PROTECT_ALL_NOW | in process_cmd() local
433 if (req->flags == expect || req->flags == 0) { in process_cmd()
/u-boot/doc/driver-model/
A Ddebugging.rst8 not doing what you expect.
/u-boot/board/cadence/xtfpga/
A DREADME123 if one doesn't expect it, the linker script provides a link-time
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon146 build. For example, if Linux expect Ethernet PHY to be initialized in U-Boot
/u-boot/scripts/kconfig/
A Dzconf.y34 %expect 30
/u-boot/doc/
A DREADME.chromium-chainload132 fully relocatable, or expect it to hang.
A DREADME.unaligned-memory-access.txt89 not be unreasonable to expect that accessing field2 would cause an unaligned

Completed in 84 milliseconds

12