/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | run_tests.py | 208 def ClassifyTestWithoutBrowser(test_set, test): argument 211 test_set.tests_to_skip.append( 221 test_set.tests_to_skip.append(typ.TestInput( 224 test_set.parallel_tests.append(typ.TestInput(name)) 226 def ClassifyTestWithBrowser(test_set, test): argument 229 test_set.tests_to_skip.append( 240 test_set.tests_to_skip.append(typ.TestInput(name, msg=reason)) 242 test_set.isolated_tests.append(typ.TestInput(name)) 244 test_set.parallel_tests.append(typ.TestInput(name))
|
D | run_tests_unittest.py | 53 _, test_set = runner.find_tests(runner.args) 54 return set(test.name.split('.')[-1] for test in test_set.parallel_tests)
|
D | run_browser_tests.py | 220 def _SeriallyExecutedBrowserTestCaseClassifer(test_set, test): argument 229 test_set.tests_to_skip.append( 233 test_set.isolated_tests.append(typ.TestInput(name))
|
/external/mksh/src/ |
D | check.pl | 253 $test_set = $opt_s; 338 if (-d $test_set) { 339 $file_prefix_skip = length($test_set) + 1; 340 $ret = &process_test_dir($test_set); 343 $ret = &process_test_file($test_set);
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 3637 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local 3639 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 3641 Explain(m, test_set)); in TYPED_TEST() 3649 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local 3651 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 3652 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST() 3660 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local 3662 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 3665 Explain(m, test_set)); in TYPED_TEST() 3673 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local [all …]
|
/external/ltp/ |
D | execltp.in | 196 def determine_context(output_log, testsuite, test_set, context): 201 for test in test_set:
|
/external/v8/testing/gmock/test/ |
D | gmock-matchers_test.cc | 4187 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local 4189 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 4191 Explain(m, test_set)); in TYPED_TEST() 4199 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local 4201 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 4202 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST() 4210 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local 4212 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 4215 Explain(m, test_set)); in TYPED_TEST() 4223 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local [all …]
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 4189 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local 4191 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 4193 Explain(m, test_set)); in TYPED_TEST() 4201 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local 4203 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 4204 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST() 4212 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local 4214 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST() 4217 Explain(m, test_set)); in TYPED_TEST() 4225 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local [all …]
|
/external/autotest/client/bin/ |
D | job_unittest.py | 517 test_set = {"a='foo bar baz' b='moo apt'": 523 for t in test_set: 525 expected_args = test_set[t]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | LocationTest.java | 39 public void test_set() throws Exception { in test_set() method in LocationTest
|
/external/autotest/client/common_lib/ |
D | control_data_unittest.py | 194 def test_set(self): member in SetMethodTests
|
D | base_job_unittest.py | 762 def test_set(self): member in test_job_state_backing_file_locking
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 2723 Set<String> test_set = Collections.emptySet(); in testCompareTo() local 2724 assertEquals("UnicodeSet not empty", 0, UnicodeSet.EMPTY.compareTo(test_set)); in testCompareTo() 2730 UnicodeSet.ALL_CODE_POINTS.compareTo(test_set) > 0); in testCompareTo()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 2724 Set<String> test_set = Collections.emptySet(); in testCompareTo() local 2725 assertEquals("UnicodeSet not empty", 0, UnicodeSet.EMPTY.compareTo(test_set)); in testCompareTo() 2731 UnicodeSet.ALL_CODE_POINTS.compareTo(test_set) > 0); in testCompareTo()
|
/external/autotest/frontend/afe/ |
D | models.py | 124 self.test_set.clear()
|