Home
last modified time | relevance | path

Searched refs:test_setup (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/kernel/syscalls/capget/
Dcapget02.c92 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/
Dcapset02.c102 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/
Dmultiprocess_func_list.h60 #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/
Dclone02.c78 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/
Drun_freezer.sh51 function test_setup() function
127 test_setup && \
/external/vboot_reference/
DMakefile1243 .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/
DREADME.cros_pkg_triage38 --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/
DDO_BISECTION.sh88 --test_setup_script=ndk/test_setup.sh \
DREADME59 Now we want to change our test_setup.sh script to run our new gradle task:
/external/ltp/testscripts/
Dtest_fs_bind.sh29 test_setup() function
522 test_setup || exit 1
/external/toolchain-utils/binary_search_tool/android/
DREADME.android48 --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/
DREADME.bisect43 --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/
DREADME.md4 …a multi-host environment. Simulation environment can be setup by using test_setup.sh script. Then …
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c333 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()