Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt12 RDEPENDS:perl-module-test-builder-formatter += "perl-module-test2-formatter-tap"
13 RDEPENDS:perl-module-test2-api += "perl-module-test2-event-fail"
14 RDEPENDS:perl-module-test2-api += "perl-module-test2-event-pass"
15 RDEPENDS:perl-module-test2-api += "perl-module-test2-event-v2"
16 RDEPENDS:perl-module-test2-formatter-tap += "perl-module-test2-formatter"
1891 RDEPENDS:perl-module-test2-api-breakage += "perl-module-strict"
1892 RDEPENDS:perl-module-test2-api-breakage += "perl-module-test2-util"
1893 RDEPENDS:perl-module-test2-api-breakage += "perl-module-warnings"
1894 RDEPENDS:perl-module-test2-api-context += "perl-module-strict"
1895 RDEPENDS:perl-module-test2-api-context += "perl-module-test2-api"
[all …]
/OK3568_Linux_fs/buildroot/package/argp-standalone/
H A D0001-throw-in-funcdef.patch21 --- argp-standalone-1.4-test2/argp.h.orig 2006-01-06 02:29:59.000000000 +0100
22 +++ argp-standalone-1.4-test2/argp.h 2006-01-06 02:41:10.000000000 +0100
53 --- argp-standalone-1.4-test2/argp-parse.c.orig 2006-01-06 02:47:48.000000000 +0100
54 +++ argp-standalone-1.4-test2/argp-parse.c 2006-01-06 02:48:16.000000000 +0100
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/argp-standalone/files/
H A D0001-throw-in-funcdef.patch26 --- argp-standalone-1.4-test2/argp.h.orig 2006-01-06 02:29:59.000000000 +0100
27 +++ argp-standalone-1.4-test2/argp.h 2006-01-06 02:41:10.000000000 +0100
58 --- argp-standalone-1.4-test2/argp-parse.c.orig 2006-01-06 02:47:48.000000000 +0100
59 +++ argp-standalone-1.4-test2/argp-parse.c 2006-01-06 02:48:16.000000000 +0100
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/
H A Dmgag200_mm.c40 int test1, test2; in mgag200_probe_vram() local
61 test2 = ioread16(mem); in mgag200_probe_vram()
69 if (test2) in mgag200_probe_vram()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-Fix-potential-string-truncation-in-strncpy.patch16 tests/test2.c | 4 ++--
52 diff --git a/tests/test2.c b/tests/test2.c
54 --- a/tests/test2.c
55 +++ b/tests/test2.c
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Ddtoc_test_addr32.dts21 test2 {
23 compatible = "test2";
H A Ddtoc_test_addr64_32.dts21 test2 {
23 compatible = "test2";
H A Ddtoc_test_addr32_64.dts21 test2 {
23 compatible = "test2";
H A Ddtoc_test_addr64.dts21 test2 {
23 compatible = "test2";
H A Ddtoc_test_simple.dts27 spl-test2 {
/OK3568_Linux_fs/kernel/lib/
H A Drandom32.c145 } test2[] = { variable
290 for (i = 0; i < ARRAY_SIZE(test2); i++) { in prandom_state_selftest()
293 prandom_seed_early(&state, test2[i].seed, false); in prandom_state_selftest()
296 for (j = 0; j < test2[i].iteration - 1; j++) in prandom_state_selftest()
299 if (test2[i].result != prandom_u32_state(&state)) in prandom_state_selftest()
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_log.py59 def test2(): function
94 test2()
/OK3568_Linux_fs/external/xserver/test/
H A Dhashtabletest.c86 test2(void) in test2() function
162 ok = ok && test2(); in hashtabletest_test()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/
H A Dperl_5.34.1.bb369 RDEPENDS:${PN}-module-test-builder-formatter += "${PN}-module-test2-formatter-tap"
370 RDEPENDS:${PN}-module-test2-api += "${PN}-module-test2-event-fail"
371 RDEPENDS:${PN}-module-test2-api += "${PN}-module-test2-event-pass"
372 RDEPENDS:${PN}-module-test2-api += "${PN}-module-test2-event-v2"
373 RDEPENDS:${PN}-module-test2-formatter-tap += "${PN}-module-test2-formatter"
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhugetlb_reparenting_test.sh200 write_hugetlbfs a/b "$MNT"/test2 $size
225 write_hugetlbfs a/b "$MNT"/test2 $size
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3562-test2-ddr4-v10.dts7 #include "rk3562-test2-ddr4-v10.dtsi"
H A Drk3562-test2-ddr4-v10.dtsi16 compatible = "rockchip,rk3562-test2-ddr4-v10", "rockchip,rk3562";
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() argument
H A Dfexit_test.c19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() argument
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_cumulate.c301 static int test2(struct evsel *evsel, struct machine *machine) in test2() function
702 test2, in test__hists_cumulate()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/
H A Dtest_basic.py65 def test2(self): member in Test2
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_ines.c124 u32 test2; member
226 ines_write32(clock, 0xBEEF, test2); in ines_clock_init()
231 dev_dbg(device, "TEST2 0x%x\n", ines_read32(clock, test2)); in ines_clock_init()
/OK3568_Linux_fs/u-boot/arch/sandbox/dts/
H A Dtest.dts43 test2-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 6 1 3 2 1>,
334 test2 {
/OK3568_Linux_fs/kernel/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c401 struct test test2[] = { variable
475 for (cur_test = test2; cur_test->desc != NULL; cur_test++) { in perf_test_thread()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A DEnable-more-tests-while-cross-compiling.patch75 input : 'test2.gresource.xml',

12