Home
last modified time | relevance | path

Searched refs:test_one (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dptest.patch20 @@ -19,7 +19,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
21 @echo "#!/bin/sh" > test_one
22 @echo "HTREE=y" >> test_one
23 @echo "QUOTA=y" >> test_one
24 - @echo "SRCDIR=@srcdir@" >> test_one
25 + @echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >> test_one
26 @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one
27 @echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one
28 @echo "DD=@DD@" >>test_one
29 @@ -30,7 +30,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf
/OK3568_Linux_fs/kernel/tools/time/
H A Dudelay_test.sh22 test_one() function
43 test_one $delay
46 test_one $delay
49 test_one $delay
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() function
116 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase()
119 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
144 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase()
147 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
H A Dstrlen.c15 static void test_one(char *s) in test_one() function
72 test_one(s); in testcase()
88 test_one(s); in testcase()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() function
163 assert(test_one(DEFAULT_SIZE, delta, type) == 0); in test_one_type()
165 assert(test_one(DEFAULT_SIZE, rlim_cur, type) == 0); in test_one_type()
168 assert(test_one(DEFAULT_SIZE, rlim_cur + 1, type) != 0); in test_one_type()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c366 static int test_one(struct test *test) in test_one() function
399 ret = test_one(test); in test_vphn()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dintel-pt-pkt-decoder-test.c245 static int test_one(struct test_data *d) in test_one() function
298 ret = test_one(d); in test__intel_pt_pkt_decoder()