Home
last modified time | relevance | path

Searched refs:NUM_TESTS (Results 1 – 25 of 28) sorted by relevance

12

/external/toolchain-utils/bestflags/
Dflags_test.py19 NUM_TESTS = 20 variable
32 for _ in range(NUM_TESTS):
53 tests = range(NUM_TESTS)
72 for _ in range(NUM_TESTS):
88 for _ in range(NUM_TESTS):
108 flag_names = range(NUM_TESTS)
132 tests = range(NUM_TESTS)
153 true_tests = range(NUM_TESTS)
154 false_tests = range(NUM_TESTS, NUM_TESTS * 2)
172 flag_names = range(NUM_TESTS)
/external/ltp/testcases/kernel/sched/eas/
Dsched_boost.c34 #define NUM_TESTS (sizeof(test_boost)/sizeof(int)) macro
35 static int test_utils[NUM_TESTS];
76 while(tests_done < NUM_TESTS) { in test_fn()
126 for (i = 0; i < NUM_TESTS; i++) { in check_results()
155 printf("Running %ld tests for %d sec\n", NUM_TESTS, in run()
189 while (test_index < NUM_TESTS) in run()
/external/ltp/testcases/open_posix_testsuite/bin/
Drun-tests.sh15 NUM_TESTS=0
26 NUM_TESTS=$(expr $NUM_TESTS + 1)
37 $(printf "TOTAL\t\t%3d" $NUM_TESTS)
/external/linux-kselftest/tools/testing/selftests/kmod/
Dkmod.sh467 NUM_TESTS=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
468 let NUM_TESTS=$NUM_TESTS+1
469 MAX_TEST=$(printf "%04d\n" $NUM_TESTS)
563 NUM_TESTS=$DEFAULT_NUM_TESTS
565 NUM_TESTS=$2
569 while [ $i -lt $NUM_TESTS ]; do
/external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
DStress.java36 private static final int NUM_TESTS = 80000; field in Stress
47 for (int i = 0; i < NUM_TESTS; i++) { in mockALot()
49 Log.i(LOG_TAG, "Ran " + i + "/" + NUM_TESTS + " tests"); in mockALot()
/external/linux-kselftest/tools/testing/selftests/sysctl/
Dsysctl.sh773 NUM_TESTS=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
774 let NUM_TESTS=$NUM_TESTS+1
775 MAX_TEST=$(printf "%04d\n" $NUM_TESTS)
879 NUM_TESTS=$2
887 while [ $i -lt $NUM_TESTS ]; do
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_shuffles.cpp23 #define NUM_TESTS 32 macro
26 #define MAX_PROGRAM_SIZE NUM_TESTS*1024
767 for(i=0; i<NUM_TESTS; i++) in shuffleBuffer()
775 mLengthToUse[i] = (cl_uint)(((double)i/NUM_TESTS)*maxSize) + 1; in shuffleBuffer()
797 if( mCount == NUM_TESTS ) in AddRun()
821 cl_uint mLengthToUse[ NUM_TESTS ];
823 ShuffleOrder mInOrders[ NUM_TESTS ], mOutOrders[ NUM_TESTS ];
868 int numTests = NUM_TESTS*NUM_ITERATIONS_PER_TEST; in test_shuffle_random()
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dbuilds_common.sh142 NUM_TESTS=$(echo "${ALL_TESTS_STR}" | wc -w)
153 STAT_STR="(${COUNTER} / ${NUM_TESTS})"
/external/OpenCL-CTS/test_conformance/basic/
Dtest_global_work_offsets.cpp36 #define NUM_TESTS 16 macro
149 for( int test = 0; test < NUM_TESTS; test++ ) in test_global_work_offsets()
240 for( int test = 0; test < NUM_TESTS; test++ ) in test_get_global_offset()
Dtest_work_item_functions.cpp66 #define NUM_TESTS 1 macro
92 for( int i = 0; i < NUM_TESTS; i++ ) in test_work_item_functions()
/external/angle/third_party/abseil-cpp/absl/strings/
Dstrip_test.cc135 int NUM_TESTS = 7; in TEST() local
137 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
Dascii_test.cc356 const int NUM_TESTS = ABSL_ARRAYSIZE(inputs); in TEST() local
358 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstrip_test.cc135 int NUM_TESTS = 7; in TEST() local
137 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
Dascii_test.cc352 const int NUM_TESTS = ABSL_ARRAYSIZE(inputs); in TEST() local
354 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstrip_test.cc135 int NUM_TESTS = 7; in TEST() local
137 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
Dascii_test.cc352 const int NUM_TESTS = ABSL_ARRAYSIZE(inputs); in TEST() local
354 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
/external/abseil-cpp/absl/strings/
Dstrip_test.cc135 int NUM_TESTS = 7; in TEST() local
137 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
Dascii_test.cc352 const int NUM_TESTS = ABSL_ARRAYSIZE(inputs); in TEST() local
354 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstrip_test.cc135 int NUM_TESTS = 7; in TEST() local
137 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
Dascii_test.cc352 const int NUM_TESTS = ABSL_ARRAYSIZE(inputs); in TEST() local
354 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstrip_test.cc135 int NUM_TESTS = 7; in TEST() local
137 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
Dascii_test.cc352 const int NUM_TESTS = ABSL_ARRAYSIZE(inputs); in TEST() local
354 for (int i = 0; i < NUM_TESTS; i++) { in TEST()
/external/skqp/tests/
DGLProgramsTest.cpp299 static const int NUM_TESTS = 1024; in ProgramUnitTest() local
300 for (int t = 0; t < NUM_TESTS; t++) { in ProgramUnitTest()
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp27 #define NUM_TESTS 23 macro
164 cl_program m_program[NUM_TESTS];
165 cl_kernel m_kernel[NUM_TESTS];
174 memset(pThis->m_program, 0, sizeof(cl_program)*NUM_TESTS); in perThreadDataNew()
175 memset(pThis->m_kernel, 0, sizeof(cl_kernel)*NUM_TESTS); in perThreadDataNew()
191 for (i=0; i<NUM_TESTS; i++) in perThreadDataDestroy()
596 int end_test_ID = NUM_TESTS; in test_integer_ops()
601 if (testID > NUM_TESTS) { in test_integer_ops()
/external/skia/tests/
DProgramsTest.cpp283 static const int NUM_TESTS = 1024; in ProgramUnitTest() local
284 for (int t = 0; t < NUM_TESTS; t++) { in ProgramUnitTest()

12