OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_TESTS
(Results
1 - 11
of
11
) sorted by null
/external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
Stress.java
35
private static final int
NUM_TESTS
= 80000;
45
for (int i = 0; i <
NUM_TESTS
; i++) {
47
Log.i(LOG_TAG, "Ran " + i + "/" +
NUM_TESTS
+ " tests");
/external/toolchain-utils/bestflags/
flags_test.py
19
NUM_TESTS
= 20
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
[
all
...]
/external/ltp/testcases/open_posix_testsuite/bin/
run-tests.sh
15
NUM_TESTS
=0
26
NUM_TESTS
=$(expr $
NUM_TESTS
+ 1)
37
$(printf "TOTAL\t\t%3d" $
NUM_TESTS
)
/external/ltp/testcases/kernel/sched/eas/
sched_boost.c
34
#define
NUM_TESTS
(sizeof(test_boost)/sizeof(int))
35
static int test_utils[
NUM_TESTS
];
75
while(tests_done <
NUM_TESTS
) {
122
for (i = 0; i <
NUM_TESTS
; i++) {
143
printf("Running %ld tests for %d sec\n",
NUM_TESTS
,
167
while (test_index <
NUM_TESTS
)
/external/linux-kselftest/tools/testing/selftests/kmod/
kmod.sh
452
echo "
NUM_TESTS
: Number of recommended times to run the test"
467
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/tensorflow/tensorflow/tools/ci_build/builds/
builds_common.sh
142
NUM_TESTS
=$(echo "${ALL_TESTS_STR}" | wc -w)
153
STAT_STR="(${COUNTER} / ${
NUM_TESTS
})"
/external/linux-kselftest/tools/testing/selftests/sysctl/
sysctl.sh
614
echo "
NUM_TESTS
: Number of recommended times to run the test"
627
NUM_TESTS
=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
628
let
NUM_TESTS
=$
NUM_TESTS
+1
629
MAX_TEST=$(printf "%04d\n" $
NUM_TESTS
)
723
NUM_TESTS
=$DEFAULT_NUM_TESTS
725
NUM_TESTS
=$2
729
while [ $i -lt $
NUM_TESTS
]; do
/external/skia/tests/
GLProgramsTest.cpp
299
static const int
NUM_TESTS
= 1024;
300
for (int t = 0; t <
NUM_TESTS
; t++) {
/external/skqp/tests/
GLProgramsTest.cpp
299
static const int
NUM_TESTS
= 1024;
300
for (int t = 0; t <
NUM_TESTS
; t++) {
/external/deqp-deps/SPIRV-Tools/test/opt/
ir_context_test.cpp
280
const uint32_t
NUM_TESTS
= 1000;
282
for (uint32_t i = 1; i <
NUM_TESTS
; ++i)
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
ir_context_test.cpp
280
const uint32_t
NUM_TESTS
= 1000;
282
for (uint32_t i = 1; i <
NUM_TESTS
; ++i)
Completed in 442 milliseconds