Searched refs:test_setup (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/kernel/syscalls/capget/ |
D | capget02.c | 92 static void test_setup(int); 133 test_setup(i); in main() 173 void test_setup(int i) in test_setup() function
|
/external/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 102 static void test_setup(int, char *); 154 test_setup(i, av[0]); in main() 206 void test_setup(int i, char *argv0) in test_setup() function
|
/external/libchrome/testing/ |
D | multiprocess_func_list.h | 60 #define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, test_setup) \ argument 64 AddMultiProcessTest##_##test_main(#test_main, (test_main), (test_setup)); \
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone02.c | 78 static int test_setup(void); 133 if (test_setup() != 0) { in main() 204 static int test_setup(void) in test_setup() function
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | run_freezer.sh | 51 function test_setup() function 127 test_setup && \
|
/external/vboot_reference/ |
D | Makefile | 1243 .PHONY: test_setup 1244 test_setup:: cgpt utils futil tests install_for_test target 1249 test_setup:: qemu_install target 1263 runtests: test_setup test_targets 1267 genkeys: utils test_setup 1272 genfuzztestcases: utils test_setup 1276 runbmptests: test_setup 1281 runcgpttests: test_setup 1285 runtestscripts: test_setup genfuzztestcases 1297 runmisctests: test_setup [all …]
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | README.cros_pkg_triage | 38 --test_setup_script=cros_pkg/test_setup.sh \ 49 --test_setup_script=cros_pkg/test_setup.sh \ 80 test_setup.sh - This script will build and flash your image to the 178 --test_setup_script=cros_pkg/test_setup.sh \
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | DO_BISECTION.sh | 88 --test_setup_script=ndk/test_setup.sh \
|
D | README | 59 Now we want to change our test_setup.sh script to run our new gradle task:
|
/external/ltp/testscripts/ |
D | test_fs_bind.sh | 29 test_setup() function 522 test_setup || exit 1
|
/external/toolchain-utils/binary_search_tool/android/ |
D | README.android | 48 --test_setup_script=android/test_setup.sh \ 75 test_setup.sh - This script will build and flash your image to the 179 --test_setup_script=android/test_setup.sh \
|
/external/toolchain-utils/binary_search_tool/ |
D | README.bisect | 43 --test_setup_script='cros_pkg/test_setup.sh' 100 --test_setup_script='sysroot_wrapper/test_setup.sh' 171 --test_setup_script='android/test_setup.sh'
|
/external/bcc/examples/networking/vlan_filter/ |
D | README.md | 4 …a multi-host environment. Simulation environment can be setup by using test_setup.sh script. Then …
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 333 int (*test_setup) (char *path1, char *path2, char *path3); member 931 (tc_ptr->test_setup) (tc_ptr->fn_arg[0], tc_ptr->fn_arg[1], in do_syscalltests()
|