Home
last modified time | relevance | path

Searched refs:TEST_CASES (Results 1 – 25 of 49) sorted by relevance

12

/external/ltp/testscripts/
Dnetwork.sh19 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/
Dfchmodat01.c48 #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/
Dfaccessat01.c48 #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/
Dwhitespace_tokenizer_test.py39 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))
Dngrams_test.py37 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/
Dfutimesat01.c39 #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/
Dunlinkat01.c40 #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/
Dfstatat01.c40 #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/
Dpolicy_ExternalStorageDisabled.py17 TEST_CASES = { variable in policy_ExternalStorageDisabled
55 case_value = self.TEST_CASES[case]
/external/python/google-api-python-client/tests/
Dtest_model.py32 TEST_CASES = [ variable
69 for (msg, orig, mod, expected_patch) in TEST_CASES:
/external/guava/guava-tests/benchmark/com/google/common/collect/
DImmutableSetHashFloodingDetectionBenchmark.java27 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/
Dpolicy_ArcExternalStorageDisabled.py14 TEST_CASES = { variable in policy_ArcExternalStorageDisabled
55 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
Dpolicy_RestoreOnStartupURLs.py35 TEST_CASES = { variable in policy_RestoreOnStartupURLs
78 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/
Dpolicy_ForceYouTubeSafetyMode.py35 TEST_CASES = { variable in policy_ForceYouTubeSafetyMode
82 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_AudioOutputAllowed/
Dpolicy_AudioOutputAllowed.py12 TEST_CASES = { variable in policy_AudioOutputAllowed
27 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_ReportUploadFrequency/
Dpolicy_ReportUploadFrequency.py26 self.TEST_CASES = {
69 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_DeveloperToolsAvailability/
Dpolicy_DeveloperToolsAvailability.py29 self.TEST_CASES = {
80 case_value = self.TEST_CASES[case]
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest120 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/
Dpolicy_ExternalStorageReadOnly.py17 TEST_CASES = { variable in policy_ExternalStorageReadOnly
69 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dpolicy_CookiesAllowedForUrls.py53 self.TEST_CASES = {
102 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dpolicy_CookiesBlockedForUrls.py54 self.TEST_CASES = {
101 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
Dpolicy_ChromeOsLockOnIdleSuspend.py31 TEST_CASES = { variable in policy_ChromeOsLockOnIdleSuspend
129 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_DeviceDockMacAddressSource/
Dpolicy_DeviceDockMacAddressSource.py76 TEST_CASES = {
83 case_value = TEST_CASES[case]
/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/
Dpolicy_CookiesSessionOnlyForUrls.py57 self.TEST_CASES = {
160 case_value = self.TEST_CASES[case]
/external/autotest/client/site_tests/policy_ForceYouTubeRestrict/
Dpolicy_ForceYouTubeRestrict.py27 TEST_CASES = { variable in policy_ForceYouTubeRestrict
146 self.POLICIES = {self.POLICY_NAME: self.TEST_CASES[case]}

12