/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/igt-gpu-tools/tests/ |
D | kms_psr.c | 388 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/ |
D | run_freezer.sh | 51 function test_setup() function 127 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/syscalls/bind/ |
D | bind01.c | 61 void test_setup(void) in test_setup() function 93 .setup = test_setup,
|
/external/ltp/testcases/kernel/syscalls/accept/ |
D | accept01.c | 68 static void test_setup(void) in test_setup() function 117 .setup = 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/linux-kselftest/tools/testing/selftests/arm64/signal/ |
D | test_signals.c | 22 if (test_setup(current) && test_init(current)) { in main()
|
D | test_signals_utils.h | 14 int test_setup(struct tdescr *td);
|
D | test_signals_utils.c | 289 int test_setup(struct tdescr *td) in test_setup() function
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | DO_BISECTION.sh | 88 --test_setup_script=ndk/test_setup.sh \
|
D | README.md | 68 Now we want to change our `test_setup.sh` script to run our new gradle task:
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | README.cros_pkg_triage.md | 42 --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/ |
D | test_fs_bind.sh | 29 test_setup() function 522 test_setup || exit 1
|
/external/toolchain-utils/binary_search_tool/ |
D | README.bisect.md | 46 --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'
|
D | README.pass_bisect.md | 72 --test_setup_script='android/test_setup.sh'
|
/external/toolchain-utils/binary_search_tool/android/ |
D | README.android.md | 59 --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/ |
D | README.md | 4 …a multi-host environment. Simulation environment can be setup by using test_setup.sh script. Then …
|
/external/zstd/tests/gzip/ |
D | help-version.sh | 210 test_setup () { args=foo; } function
|
/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()
|