Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/external/antlr/tool/src/test/java/org/antlr/test/
DTestLeftRecursion.java55 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/
DCONTRIBUTING.md25 ### 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/
DStringResourcesTest.java31 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/
Duser-doc.md189 ### 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/
Dcfxjse_formcalc_context_embeddertest.cpp38 } 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/
Dbisect_cmd.py32 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/
Dbisect_cmd.py31 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/
Dknown_test_failures.py31 def FilterKnownValgrindTestFailures(tests): argument
84 def FilterKnownTestFailures(tests, **env): argument
Dgenerate_simulator_traces.py158 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/
Dtox.ini147 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/
Dmicro-tests.ini10 microtest0 = test0
11 microtest1 = test1
12 microtest2 = test2
/external/libxml2/python/tests/
DMakefile.am62 tests: $(PYTESTS) target
74 tests: target
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py191 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/
Dverbose.py47 def PrintReport(tests): argument
77 def PrintTestSource(tests): argument
/external/autotest/frontend/client/src/autotest/tko/
DTestContextMenu.java10 private TestSet tests; field in TestContextMenu
13 public TestContextMenu(TestSet tests, TestSelectionListener listener) { in TestContextMenu()
DSpreadsheetView.java181 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/
Dcfgas_formatstring_unittest.cpp65 } 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/
DPluralRangesTest.java38 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/
DPluralRangesTest.java41 String[][] tests = { in TestLocaleData() local
65 String[][] tests = { in TestRangePattern() local
83 Object[][] tests = { in TestFormatting() local
/external/icu/icu4c/source/test/intltest/
Dcalcasts.cpp121 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/
Dgtest_util.cc37 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/
Drsa_pss_misc_test.json22 "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/
DTransformTest.java20 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/
Dtest3.json7 "tests": [{ array
12 "tests": [ array
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DRedefineByteCode_Debuggee001 ... java package org.apache.harmony.jpda.tests.jdwp.VirtualMachine org.apache.harmony. ...

12345678910>>...24