Home
last modified time | relevance | path

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

/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/igt-gpu-tools/tests/
Dkms_psr.c388 static void test_setup(data_t *data) in test_setup() function
461 test_setup(&data);
467 test_setup(&data);
478 test_setup(&data);
490 test_setup(&data);
500 test_setup(&data);
509 test_setup(&data);
518 test_setup(&data);
/external/ltp/testcases/kernel/controllers/freezer/
Drun_freezer.sh51 function test_setup() function
127 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/syscalls/bind/
Dbind01.c61 void test_setup(void) in test_setup() function
93 .setup = test_setup,
/external/ltp/testcases/kernel/syscalls/accept/
Daccept01.c68 static void test_setup(void) in test_setup() function
117 .setup = 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/linux-kselftest/tools/testing/selftests/arm64/signal/
Dtest_signals.c22 if (test_setup(current) && test_init(current)) { in main()
Dtest_signals_utils.h14 int test_setup(struct tdescr *td);
Dtest_signals_utils.c289 int test_setup(struct tdescr *td) in test_setup() function
/external/toolchain-utils/binary_search_tool/ndk/
DDO_BISECTION.sh88 --test_setup_script=ndk/test_setup.sh \
DREADME.md68 Now we want to change our `test_setup.sh` script to run our new gradle task:
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage.md42 --test_setup_script=cros_pkg/test_setup.sh \
55 --test_setup_script=cros_pkg/test_setup.sh \
88 `test_setup.sh` - This script will build and flash your image to the
186 --test_setup_script=cros_pkg/test_setup.sh \
/external/ltp/testscripts/
Dtest_fs_bind.sh29 test_setup() function
522 test_setup || exit 1
/external/toolchain-utils/binary_search_tool/
DREADME.bisect.md46 --test_setup_script='cros_pkg/test_setup.sh'
115 --test_setup_script='sysroot_wrapper/test_setup.sh'
192 --test_setup_script='android/test_setup.sh'
DREADME.pass_bisect.md72 --test_setup_script='android/test_setup.sh'
/external/toolchain-utils/binary_search_tool/android/
DREADME.android.md59 --test_setup_script=android/test_setup.sh \
88 `test_setup.sh` - This script will build and flash your image to the
203 --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/zstd/tests/gzip/
Dhelp-version.sh210 test_setup () { args=foo; } function
/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()