| /external/antlr/tool/src/test/java/org/antlr/test/ |
| D | TestLeftRecursion.java | 55 String[] tests = { in testTernaryExpr() local 85 String[] tests = { in testDeclarationsUsingASTOperators() local 116 String[] tests = { in testDeclarationsUsingRewriteOperators() local 146 String[] tests = { in testExpressionsUsingASTOperators() local 178 String[] tests = { in testExpressionsUsingRewriteOperators() local 211 String[] tests = { in testExpressionAssociativity() local 292 String[] tests = { in testJavaExpressions() local 335 String[] tests = { in testReturnValueAndActions() local 354 String[] tests = { in testReturnValueAndActionsAndASTs() local 361 public void runTests(String grammar, String[] tests, String startRule) { in runTests()
|
| /external/deqp/external/openglcts/ |
| D | CONTRIBUTING.md | 25 ### Test framework overview 52 ### Data Files 67 ### Adding tests to dEQP Framework 78 ### Adding tests to GTF
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
| D | StringResourcesTest.java | 31 Map<String, String> tests = new HashMap<>(); in escape_shouldEscapeCodePoints() local 59 Map<String, String> tests = new HashMap<>(); in escape_shouldRemoveUnescapedDoubleQuotes() local 78 Map<String, String> tests = new HashMap<>(); in escape_shouldSupport() local 88 List<String> tests = new ArrayList<>(); in testInvalidCodePoints() local
|
| /external/autotest/docs/ |
| D | user-doc.md | 189 ### Building tests selectively 244 ### Running tests on a machine 249 ### Running tests in a VM - cros_run_vm_tests 340 ### Writing a test 355 ### Making a new test work with ebuilds 388 ### Deps 411 ### Test naming conventions
|
| /external/pdfium/fxjs/ |
| D | cfxjse_formcalc_context_embeddertest.cpp | 38 } tests[] = {{"123 + 456", 579}, in TEST_F() local 79 } tests[] = { in TEST_F() local 101 } tests[] = {{"0 and 1 or 2 > 1", true}, in TEST_F() local 141 } tests[] = {{"Abs(1.03)", 1.03f}, {"Abs(-1.03)", 1.03f}, {"Abs(0)", 0.0f}}; in TEST_F() local 159 } tests[] = {{"Avg(0, 32, 16)", 16.0f}, {"Avg(2.5, 17, null)", 9.75f}}; in TEST_F() local 177 } tests[] = {{"Ceil(2.5875)", 3}, {"Ceil(-5.9)", -5}, {"Ceil(\"abc\")", 0}}; in TEST_F() local 195 } tests[] = {{"Count(\"Tony\", \"Blue\", 41)", 3}}; in TEST_F() local 213 } tests[] = {{"Floor(21.3409873)", 21}, in TEST_F() local 233 } tests[] = {{"Max(234, 15, 107)", 234}, in TEST_F() local 253 } tests[] = {{"Min(234, 15, 107)", 15}, in TEST_F() local [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | bisect_cmd.py | 32 def write_tests(filename, tests): argument 39 def write_output(filename, tests): argument 74 def run_tests(args, tests, huntrleaks=None): argument
|
| /external/python/cpython3/Lib/test/ |
| D | bisect_cmd.py | 31 def write_tests(filename, tests): argument 38 def write_output(filename, tests): argument 66 def run_tests(args, tests, huntrleaks=None): argument
|
| /external/vixl/tools/ |
| D | known_test_failures.py | 31 def FilterKnownValgrindTestFailures(tests): argument 84 def FilterKnownTestFailures(tests, **env): argument
|
| D | generate_simulator_traces.py | 158 tests = sorted(filter(lambda t: 'AARCH64_SIM_' in t, test_list.split()), variable 199 tests = sorted( variable 206 tests = filter(re.compile(args.filter).search, tests) variable
|
| /external/python/oauth2client/ |
| D | tox.ini | 147 passenv = {[testenv:system-tests]passenv} 150 basepython = 152 commands = 154 deps = 157 passenv = {[testenv:system-tests]passenv}
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data-micro/ |
| D | micro-tests.ini | 10 microtest0 = test0 11 microtest1 = test1 12 microtest2 = test2
|
| /external/libxml2/python/tests/ |
| D | Makefile.am | 62 tests: $(PYTESTS) target 74 tests: target
|
| /external/python/cpython3/Lib/test/libregrtest/ |
| D | main.py | 191 def find_tests(self, tests): argument 442 def _test_forever(self, tests): argument 563 def main(self, tests=None, **kwargs): argument 588 def _main(self, tests, kwargs): argument 638 def main(tests=None, **kwargs): argument
|
| /external/v8/tools/testrunner/local/ |
| D | verbose.py | 47 def PrintReport(tests): argument 77 def PrintTestSource(tests): argument
|
| /external/autotest/frontend/client/src/autotest/tko/ |
| D | TestContextMenu.java | 10 private TestSet tests; field in TestContextMenu 13 public TestContextMenu(TestSet tests, TestSelectionListener listener) { in TestContextMenu()
|
| D | SpreadsheetView.java | 181 ConditionTestSet tests = new ConditionTestSet(); in getWholeTableTestSet() local 375 CompositeTestSet tests = new CompositeTestSet(); in getTestSet() local 382 private HistoryToken getDrilldownHistoryToken(TestSet tests, String newRowField, in getDrilldownHistoryToken() 393 private void doDrilldown(TestSet tests, String newRowField, String newColumnField) { in doDrilldown() 405 private ContextMenu getContextMenu(final TestSet tests, DrilldownType drilldownType) { in getContextMenu() 428 private void fillDrilldownMenu(final TestSet tests, DrilldownType drilldownType, MenuBar menu) { in fillDrilldownMenu() 518 private void switchToTable(final TestSet tests, boolean isTriageView) { in switchToTable() 535 TestSet tests; in getActionMenu() local
|
| /external/pdfium/xfa/fgas/crt/ |
| D | cfgas_formatstring_unittest.cpp | 65 } tests[] = { in TEST_F() local 129 } tests[] = {{L"en", L"01:01:11", L"h:M A", L"1:1 AM"}, in TEST_F() local 180 } tests[] = { in TEST_F() local 208 } tests[] = { in TEST_F() local 311 } tests[] = { in TEST_F() local 433 } tests[] = { in TEST_F() local 529 } tests[] = {// TODO(dsinclair) Missing support for the global modifiers: in TEST_F() local 560 } tests[] = { in TEST_F() local 583 } tests[] = { in TEST_F() local 599 } tests[] = {{L"en", L"null{'n/a'}", L"n/a"}, {L"en", L"null{}", L""}}; in TEST_F() local [all …]
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | PluralRangesTest.java | 38 String[][] tests = { in TestLocaleData() local 62 String[][] tests = { in TestRangePattern() local 80 Object[][] tests = { in TestFormatting() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | PluralRangesTest.java | 41 String[][] tests = { in TestLocaleData() local 65 String[][] tests = { in TestRangePattern() local 83 Object[][] tests = { in TestFormatting() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | calcasts.cpp | 121 static const TestCase tests[] = { in IslamicCivil() local 210 static const TestCase tests[] = { in Hebrew() local 331 static const TestCase tests[] = { in Indian() local 394 static const TestCase tests[] = { in Coptic() local 439 static TestCase tests[] = { in Ethiopic() local
|
| /external/libchrome/base/test/ |
| D | gtest_util.cc | 37 std::vector<TestIdentifier> tests; in GetCompiledInTests() local 54 std::vector<TestIdentifier> tests(GetCompiledInTests()); in WriteCompiledInTestsToFile() local 80 base::ListValue* tests = nullptr; in ReadTestNamesFromFile() local
|
| /external/boringssl/src/third_party/wycheproof_testvectors/ |
| D | rsa_pss_misc_test.json | 22 "tests" : [ array 47 "tests" : [ array 72 "tests" : [ array 97 "tests" : [ array 122 "tests" : [ array 147 "tests" : [ array 172 "tests" : [ array 197 "tests" : [ array 222 "tests" : [ array 247 "tests" : [ array [all …]
|
| /external/cldr/tools/java/org/unicode/cldr/draft/ |
| D | TransformTest.java | 20 String[][] tests = { in TestFix() local 38 String[] tests = { in TestSomeBasic() local 94 public void checkAgainstCurrent(String translitId, String... tests) { in checkAgainstCurrent()
|
| /external/v8/tools/unittests/testdata/ |
| D | test3.json | 7 "tests": [{ array 12 "tests": [ array
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
| D | RedefineByteCode_Debuggee001 | ... java
package org.apache.harmony.jpda.tests.jdwp.VirtualMachine
org.apache.harmony. ... |