Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/igt-gpu-tools/tests/
H A 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);
/aosp_15_r20/external/mesa3d/src/intel/isl/tests/
H A Disl_tilememcpy_tiled_unittest.cpp112 void test_setup(TILE_CONV convert, enum isl_tiling tiling_fmt,
135 void tileTFixture::test_setup(TILE_CONV convert, in test_setup() function in tileTFixture
277 test_setup(LIN_TO_TILE, ISL_TILING_Y0, IMAGE_FORMAT, x2, y2); in TEST_P()
286 test_setup(TILE_TO_LIN, ISL_TILING_Y0, IMAGE_FORMAT, x2, y2); in TEST_P()
295 test_setup(LIN_TO_TILE, ISL_TILING_4, IMAGE_FORMAT, x2, y2); in TEST_P()
304 test_setup(TILE_TO_LIN, ISL_TILING_4, IMAGE_FORMAT, x2, y2); in TEST_P()
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dperformance_test.py68 def test_setup(self): function
73 setattr(SetupPerformanceTest, test_name, test_setup)
75 setattr(SetupNoCachePerformanceTest, test_name, test_setup)
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/clone/
H A Dclone02.c73 static int test_setup(void);
128 if (test_setup() != 0) { in main()
198 static int test_setup(void) in test_setup() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dtree_index.rs342 async fn test_setup() -> (Vec<TestData>, TreeIndex) { in test_setup() function
366 let (test_data, test_index) = test_setup().await; in test_insert()
388 let (test_data, mut test_index) = test_setup().await; in test_insert_duplicate_credential_key()
410 let (test_data, mut test_index) = test_setup().await; in test_insert_duplicate_hpke_key()
430 let (test_data, mut test_index) = test_setup().await; in test_remove()
/aosp_15_r20/external/libchrome/testing/
H A 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)); \
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/testing/
Dmultiprocess_func_list.h63 #define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, test_setup) \ argument
67 AddMultiProcessTest##_##test_main(#test_main, (test_main), (test_setup)); \
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/testing/
Dmultiprocess_func_list.h63 #define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, test_setup) \ argument
67 AddMultiProcessTest##_##test_main(#test_main, (test_main), (test_setup)); \
/aosp_15_r20/external/cronet/testing/
H A Dmultiprocess_func_list.h68 #define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, test_setup) \ argument
72 AddMultiProcessTest##_##test_main(#test_main, (test_main), (test_setup)); \
/aosp_15_r20/external/ltp/testcases/kernel/controllers/freezer/
H A Drun_freezer.sh51 function test_setup() function
127 test_setup && \
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/accept/
H A Daccept01.c65 static void test_setup(void) in test_setup() function
98 .setup = test_setup,
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/bind/
H A Dbind01.c70 static void test_setup(void) in test_setup() function
109 .setup = test_setup,
/aosp_15_r20/external/toolchain-utils/binary_search_tool/cros_pkg/
H A 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 \
/aosp_15_r20/external/ot-br-posix/tests/scripts/
H A Dmeshcop274 test_setup() function
501 test_setup
596 test_setup
H A Dncp_mode137 test_setup() function
245 test_setup
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A DREADME.bisect.md46 --test_setup_script='cros_pkg/test_setup.sh'
117 --test_setup_script='sysroot_wrapper/test_setup.sh'
194 --test_setup_script='android/test_setup.sh'
H A DREADME.pass_bisect.md72 --test_setup_script='android/test_setup.sh'
/aosp_15_r20/external/toolchain-utils/binary_search_tool/android/
H A 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 \
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/signal/
H A Dtest_signals.c22 if (test_setup(current) && test_init(current)) { in main()
H A Dtest_signals_utils.h14 int test_setup(struct tdescr *td);
/aosp_15_r20/external/toolchain-utils/binary_search_tool/ndk/
H A DDO_BISECTION.sh88 --test_setup_script=ndk/test_setup.sh \
/aosp_15_r20/external/pigweed/pw_ide/py/
H A Dvscode_test.py26 def test_setup(self): member in TestVscSettingsManager
/aosp_15_r20/external/pytorch/test/distributed/tensor/parallel/
H A Dtest_tp_examples.py502 test_setup = [
507 for input_ndim, input_size, target_size in test_setup:
/aosp_15_r20/build/bazel/bazel_sandwich/
H A Drun_test_in_build.bzl18 @bazel_tools//tools/test:test_setup), but currently it just does the bare minimum to get skylib's
/aosp_15_r20/external/bcc/examples/networking/vlan_filter/
H A DREADME.md4 …a multi-host environment. Simulation environment can be setup by using test_setup.sh script. Then …

12