HomeSort by relevance Sort by last modified time
    Searched refs:RUN_TEST (Results 1 - 13 of 13) sorted by null

  /external/linux-kselftest/tools/testing/selftests/sync/
sync_test.c 40 static int run_test(int (*test)(void), char *name) function
94 RUN_TEST(test_alloc_timeline);
95 RUN_TEST(test_alloc_fence);
96 RUN_TEST(test_alloc_fence_negative);
98 RUN_TEST(test_fence_one_timeline_wait);
99 RUN_TEST(test_fence_one_timeline_merge);
100 RUN_TEST(test_fence_merge_same_fence);
101 RUN_TEST(test_fence_multi_timeline_wait);
102 RUN_TEST(test_stress_two_threads_shared_timeline);
103 RUN_TEST(test_consumer_stress_multi_producer_single_consumer)
    [all...]
synctest.h 41 #define RUN_TEST(x) run_test((x), #x)
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c     [all...]
helper.h 33 #define RUN_TEST(name) #name, test_##name
  /external/tensorflow/tensorflow/core/kernels/
sparse_add_op_test.cc 98 #define RUN_TEST(VALTYPE) \
144 RUN_TEST(int64);
145 RUN_TEST(float);
146 RUN_TEST(double);
147 RUN_TEST(complex64);
148 RUN_TEST(complex128);
149 #undef RUN_TEST
156 #define RUN_TEST(VALTYPE, THRESH) \
200 RUN_TEST(int64, 1);
201 RUN_TEST(float, 1e-3f)
    [all...]
quantized_instance_norm_test.cc 176 #define RUN_TEST(t) \
179 RUN_TEST(TestBasic);
180 RUN_TEST(TestZeroInput);
181 RUN_TEST(TestMaxInput);
182 RUN_TEST(TestOutputRangeGiven);
183 RUN_TEST(TestClamp);
quantized_add_op_test.cc 279 #define RUN_TEST(t) \
282 RUN_TEST(TestManualScalar);
283 RUN_TEST(TestManualVector);
284 RUN_TEST(TestManualVectorPlusTensor);
285 RUN_TEST(TestScalar);
286 RUN_TEST(TestVector);
287 RUN_TEST(TestVectorPlusTensor);
291 RUN_TEST(BenchmarkTensorScalar);
292 RUN_TEST(BenchmarkVector);
293 RUN_TEST(BenchmarkVectorPlusTensor)
    [all...]
quantized_mul_op_test.cc 280 #define RUN_TEST(t) \
283 RUN_TEST(TestManualScalar);
284 RUN_TEST(TestManualVector);
285 RUN_TEST(TestManualVectorTimesTensor);
286 RUN_TEST(TestScalar);
287 RUN_TEST(TestVector);
288 RUN_TEST(TestVectorTimesTensor);
292 RUN_TEST(BenchmarkTensorScalar);
293 RUN_TEST(BenchmarkVector);
294 RUN_TEST(BenchmarkVectorTimesTensor)
    [all...]
quantization_utils_test.cc     [all...]
quantized_resize_bilinear_op_test.cc 376 #define RUN_TEST(t) \
379 RUN_TEST(TestResizeBilinearOneDim);
380 RUN_TEST(TestResizeBilinearTwoDims);
384 RUN_TEST(RunBenchmarkResizeBilinearTwoDims);
  /external/autotest/site_utils/bootperf-bin/
bootperf 45 RUN_TEST="test_that"
167 $RUN_TEST --results_dir="$TMP_RESULTS" --args "10" $BOARD \
  /external/linux-kselftest/tools/testing/selftests/kmod/
kmod.sh 569 RUN_TEST=${TEST_NAME}_test_$1
570 $RUN_TEST
  /external/linux-kselftest/tools/testing/selftests/sysctl/
sysctl.sh 727 RUN_TEST=${TEST_NAME}_test_$1
728 $RUN_TEST

Completed in 2633 milliseconds