/external/ltp/testscripts/ |
D | network.sh | 19 TEST_CASES= 56 6) TEST_CASES="$TEST_CASES net.ipv6 net.ipv6_lib";; 57 m) TEST_CASES="$TEST_CASES net.multicast";; 58 n) TEST_CASES="$TEST_CASES net.nfs";; 59 r) TEST_CASES="$TEST_CASES net.rpc";; 60 s) TEST_CASES="$TEST_CASES net.sctp";; 61 t) TEST_CASES="$TEST_CASES net.tcp_cmds";; 62 c) TEST_CASES="$TEST_CASES net.rpc_tests";; 63 d) TEST_CASES="$TEST_CASES net.tirpc_tests";; 64 a) TEST_CASES="$TEST_CASES net_stress.appl";; [all …]
|
/external/ltp/testcases/kernel/syscalls/fchmodat/ |
D | fchmodat01.c | 48 #define TEST_CASES 6 macro 56 int TST_TOTAL = TEST_CASES; 61 int fds[TEST_CASES]; 62 char *filenames[TEST_CASES]; 63 int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 };
|
/external/ltp/testcases/kernel/syscalls/faccessat/ |
D | faccessat01.c | 48 #define TEST_CASES 6 macro 56 int TST_TOTAL = TEST_CASES; 61 static int fds[TEST_CASES]; 62 static char *filenames[TEST_CASES]; 63 static int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 };
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ |
D | whitespace_tokenizer_test.py | 39 TEST_CASES = [ variable 65 @parameterized.parameters([t] for t in TEST_CASES) 88 @parameterized.parameters([t] for t in TEST_CASES) 130 for test_case in TEST_CASES: 141 latency = latency / (INVOKES_FOR_SINGLE_OP_BENCHMARK * len(TEST_CASES)) 152 for test_case in TEST_CASES: 163 latency = latency / (INVOKES_FOR_FLEX_DELEGATE_BENCHMARK * len(TEST_CASES))
|
D | ngrams_test.py | 37 TEST_CASES = [ variable 110 @parameterized.parameters([t] for t in TEST_CASES) 130 @parameterized.parameters([t] for t in TEST_CASES) 149 @parameterized.parameters([t] for t in TEST_CASES) 180 @parameterized.parameters([t] for t in TEST_CASES) 213 for test_case in TEST_CASES: 235 INVOKES_FOR_SINGLE_OP_BENCHMARK * len(TEST_CASES)) 238 for test_case in TEST_CASES: 259 INVOKES_FOR_FLEX_DELEGATE_BENCHMARK * len(TEST_CASES))
|
/external/ltp/testcases/kernel/syscalls/futimesat/ |
D | futimesat01.c | 39 #define TEST_CASES 5 macro 48 int TST_TOTAL = TEST_CASES; 55 static int fds[TEST_CASES]; 56 static const char *filenames[TEST_CASES];
|
/external/ltp/testcases/kernel/syscalls/unlinkat/ |
D | unlinkat01.c | 40 #define TEST_CASES 7 macro 52 int TST_TOTAL = TEST_CASES; 61 static int fds[TEST_CASES]; 62 static const char *filenames[TEST_CASES];
|
/external/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 40 #define TEST_CASES 6 macro 49 int TST_TOTAL = TEST_CASES; 56 static int fds[TEST_CASES]; 57 static const char *filenames[TEST_CASES];
|
/external/autotest/client/site_tests/policy_ExternalStorageDisabled/ |
D | policy_ExternalStorageDisabled.py | 17 TEST_CASES = { variable in policy_ExternalStorageDisabled 55 case_value = self.TEST_CASES[case]
|
/external/python/google-api-python-client/tests/ |
D | test_model.py | 32 TEST_CASES = [ variable 69 for (msg, orig, mod, expected_patch) in TEST_CASES:
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | ImmutableSetHashFloodingDetectionBenchmark.java | 27 private static final int TEST_CASES = 0x100; field in ImmutableSetHashFloodingDetectionBenchmark 34 private static final Object[][] tables = new Object[TEST_CASES][]; 40 for (int i = 0; i < TEST_CASES; i++) { in setUp()
|
/external/autotest/client/site_tests/policy_ArcExternalStorageDisabled/ |
D | policy_ArcExternalStorageDisabled.py | 14 TEST_CASES = { variable in policy_ArcExternalStorageDisabled 55 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/ |
D | policy_RestoreOnStartupURLs.py | 35 TEST_CASES = { variable in policy_RestoreOnStartupURLs 78 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/ |
D | policy_ForceYouTubeSafetyMode.py | 35 TEST_CASES = { variable in policy_ForceYouTubeSafetyMode 82 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_AudioOutputAllowed/ |
D | policy_AudioOutputAllowed.py | 12 TEST_CASES = { variable in policy_AudioOutputAllowed 27 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_ReportUploadFrequency/ |
D | policy_ReportUploadFrequency.py | 26 self.TEST_CASES = { 69 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_DeveloperToolsAvailability/ |
D | policy_DeveloperToolsAvailability.py | 29 self.TEST_CASES = { 80 case_value = self.TEST_CASES[case]
|
/external/linux-kselftest/tools/testing/selftests/ftrace/ |
D | ftracetest | 120 TEST_CASES=$OPT_TEST_CASES 154 TEST_CASES=`find_testcases $TEST_DIR` 376 for t in $TEST_CASES; do 386 for t in $TEST_CASES; do
|
/external/autotest/client/site_tests/policy_ExternalStorageReadOnly/ |
D | policy_ExternalStorageReadOnly.py | 17 TEST_CASES = { variable in policy_ExternalStorageReadOnly 69 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
D | policy_CookiesAllowedForUrls.py | 53 self.TEST_CASES = { 102 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/ |
D | policy_CookiesBlockedForUrls.py | 54 self.TEST_CASES = { 101 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/ |
D | policy_ChromeOsLockOnIdleSuspend.py | 31 TEST_CASES = { variable in policy_ChromeOsLockOnIdleSuspend 129 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_DeviceDockMacAddressSource/ |
D | policy_DeviceDockMacAddressSource.py | 76 TEST_CASES = { 83 case_value = TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/ |
D | policy_CookiesSessionOnlyForUrls.py | 57 self.TEST_CASES = { 160 case_value = self.TEST_CASES[case]
|
/external/autotest/client/site_tests/policy_ForceYouTubeRestrict/ |
D | policy_ForceYouTubeRestrict.py | 27 TEST_CASES = { variable in policy_ForceYouTubeRestrict 146 self.POLICIES = {self.POLICY_NAME: self.TEST_CASES[case]}
|