Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/buildman/
H A Dtest.py169 expect = '%10s: ' % arch
171 expect += ' ' + col.Color(expected_colour, plus)
172 expect += ' '
174 expect += col.Color(expected_colour, ' %s' % board)
175 self.assertEqual(text, expect)
249 expect = errors[3].rstrip().split('\n')
250 expect = [expect[0]] + expect[2:]
252 '\n'.join(expect).replace('\n', '\n+'))
261 expect = errors[3].rstrip().split('\n')
262 expect = [expect[0]] + expect[2:]
[all …]
/rk3399_rockchip-uboot/test/dm/
H A Drtc.c36 static int cmp_times(struct rtc_time *expect, struct rtc_time *time, bool show) in cmp_times() argument
40 same = expect->tm_sec == time->tm_sec; in cmp_times()
41 same &= expect->tm_min == time->tm_min; in cmp_times()
42 same &= expect->tm_hour == time->tm_hour; in cmp_times()
43 same &= expect->tm_mday == time->tm_mday; in cmp_times()
44 same &= expect->tm_mon == time->tm_mon; in cmp_times()
45 same &= expect->tm_year == time->tm_year; in cmp_times()
47 show_time("expected", expect); in cmp_times()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec_test.c122 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() argument
135 printf("aliases=%s, nodes=%s, expect=%s: ", aliases, nodes, expect); in run_test()
139 list, ARRAY_SIZE(list)), strlen(expect)); in run_test()
142 for (i = 0, s = expect; *s; s++, i++) { in run_test()
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py197 m = self.p.expect([chunk] + self.bad_patterns)
204 m = self.p.expect([self.prompt_compiled] + self.bad_patterns)
271 m = self.p.expect([text] + self.bad_patterns)
307 self.p.expect(['This should never match U-Boot output'])
348 m = self.p.expect([pattern_u_boot_spl_signon] +
353 m = self.p.expect([pattern_u_boot_main_signon] + self.bad_patterns)
359 m = self.p.expect([self.prompt_compiled,
H A Du_boot_spawn.py119 def expect(self, patterns): member in Spawn
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dtest.dts38 ping-expect = <0>;
60 ping-expect = <3>;
86 ping-expect = <4>;
91 ping-expect = <5>;
97 ping-expect = <6>;
103 ping-expect = <7>;
110 ping-expect = <6>;
117 ping-expect = <6>;
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler.h108 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
113 #define __branch_check__(x, expect) ({ \ argument
124 ftrace_likely_update(&______f, ______r, expect); \
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c290 const u8 *expect, const u8 *actual, in print_result_MBps() argument
293 if (memcmp(expect, actual, len) == 0) { in print_result_MBps()
299 dump_hex("expect", expect, len); in print_result_MBps()
306 const u8 *expect, const u8 *actual, u32 len) in print_result_ms() argument
308 if (memcmp(expect, actual, len) == 0) { in print_result_ms()
314 dump_hex("expect", expect, len); in print_result_ms()
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec_sandbox.c403 uint32_t expect = EC_FLASH_PROTECT_ALL_NOW | in process_cmd() local
407 if (req->flags == expect || req->flags == 0) { in process_cmd()
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Dconfig.txt14 Tells U-Boot not to expect an attached keyboard with a VGA console
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME101 Same as hdd expect, that the files are loaded from an attached USB mass
106 Same as usb expect, that the file are loaded from the network.
/rk3399_rockchip-uboot/board/cadence/xtfpga/
H A DREADME123 if one doesn't expect it, the linker script provides a link-time
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.y34 %expect 32
/rk3399_rockchip-uboot/doc/
H A DREADME.chromium145 fully relocatable, or expect it to hang.
H A DREADME.unaligned-memory-access.txt89 not be unreasonable to expect that accessing field2 would cause an unaligned
H A DREADME.distro334 (Typically we expect extlinux.conf to be used, but execution of boot.scr is
/rk3399_rockchip-uboot/arch/arm/dts/
H A Darmada-388-clearfog.dts8 * production board. Things will change, don't expect this file to
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped125 defaults to empty, but you can pass a list of errors that you expect.
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox255 Because only UDP is supported, ICMP traffic will not work, so expect that ping
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A DREADME69 such that their eFUSE settings expect 2 copies of the boostream (this is
/rk3399_rockchip-uboot/arch/arm/
H A DKconfig52 # provide rudimentary version and machine specific checks, but expect no
/rk3399_rockchip-uboot/common/spl/
H A DKconfig885 While we expect to call a pointer to a valid FDT (or NULL)
/rk3399_rockchip-uboot/
H A DREADME155 /doc Documentation (don't expect too much)
575 kernels (which expect the clocks passed in the
587 expect it to be in bytes, others in MB.
4660 expect to re-enter U-Boot except by resetting the CPU.