Home
last modified time | relevance | path

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

12345678910>>...15

/external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
Dhyts_services.jar ... /tests.resources.ServiceLoader.ServiceMoreThanOne tests/ tests/resources/ tests/resources/impl/ tests
Dhyts_services2.jar ... INF/services/ META-INF/services/tests.resources.ServiceLoader.ServiceIn2File tests/ tests/ ...
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestLeftRecursion.java51 String[] tests = { in testTernaryExpr() local
81 String[] tests = { in testDeclarationsUsingASTOperators() local
112 String[] tests = { in testDeclarationsUsingRewriteOperators() local
142 String[] tests = { in testExpressionsUsingASTOperators() local
174 String[] tests = { in testExpressionsUsingRewriteOperators() local
207 String[] tests = { in testExpressionAssociativity() local
288 String[] tests = { in testJavaExpressions() local
331 String[] tests = { in testReturnValueAndActions() local
350 String[] tests = { in testReturnValueAndActionsAndASTs() local
357 public void runTests(String grammar, String[] tests, String startRule) { in runTests()
/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
335 ### Writing a test
350 ### Making a new test work with ebuilds
383 ### Deps
406 ### Test naming conventions
/external/vixl/tools/
Dknown_test_failures.py31 def FilterKnownValgrindTestFailures(tests): argument
84 def FilterKnownTestFailures(tests, **env): argument
/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/autotest/frontend/client/src/autotest/tko/
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
DTestContextMenu.java10 private TestSet tests; field in TestContextMenu
13 public TestContextMenu(TestSet tests, TestSelectionListener listener) { in TestContextMenu()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRangesTest.java35 String[][] tests = { in TestLocaleData() local
59 String[][] tests = { in TestRangePattern() local
75 Object[][] tests = { in TestFormatting() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRangesTest.java34 String[][] tests = { in TestLocaleData() local
58 String[][] tests = { in TestRangePattern() local
74 Object[][] tests = { in TestFormatting() local
/external/libxml2/python/tests/
DMakefile.am62 tests: $(PYTESTS) target
74 tests: target
/external/v8/tools/testrunner/local/
Dverbose.py45 def PrintReport(tests): argument
72 def PrintTestSource(tests): argument
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java164 void compareArray(Collator c, String[] tests) { in compareArray()
282 … final String[] tests = { "\uFB4F", "\u003d", "\u05D0\u05DC" }; // Alef-Lamed vs. Alef, Lamed in Test4054736() local
394 String[] tests = { in Test4062418() local
453 String[] tests = { in Test4066696() local
553 String tests[] = { in Test4087241() local
569 String tests[] = { in Test4087243() local
592 String tests[] = { in Test4092260() local
614 String tests[] = { in Test4095316() local
648 String[] tests = { in Test4103436() local
1050 String[] tests = { in Test4216006() local
DCollationThaiTest.java90 void compareArray(RuleBasedCollator c, String[] tests) { in compareArray()
214 String tests[] = { "\u0E44\u0E01\u0E44\u0E01", in TestInvalidThai() local
252 String tests[] = { in TestReordering() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java165 void compareArray(Collator c, String[] tests) { in compareArray()
283 … final String[] tests = { "\uFB4F", "\u003d", "\u05D0\u05DC" }; // Alef-Lamed vs. Alef, Lamed in Test4054736() local
395 String[] tests = { in Test4062418() local
454 String[] tests = { in Test4066696() local
554 String tests[] = { in Test4087241() local
570 String tests[] = { in Test4087243() local
593 String tests[] = { in Test4092260() local
615 String tests[] = { in Test4095316() local
649 String[] tests = { in Test4103436() local
1051 String[] tests = { in Test4216006() local
DCollationThaiTest.java91 void compareArray(RuleBasedCollator c, String[] tests) { in compareArray()
215 String tests[] = { "\u0E44\u0E01\u0E44\u0E01", in TestInvalidThai() local
253 String tests[] = { in TestReordering() local
/external/parameter-framework/upstream/utility/test/
Dutility.cpp54 const list<Test> tests = {{{}, nullptr, 21, 21, 0}, variable
78 const list<Test> tests = { variable
111 const list<Test> tests = {{{}, "itemSep", "keyValueSep", "", "", ""}, variable
137 const list<Test> tests = {{"", "abc", "\nabc\n===\n"}, variable
/external/autotest/frontend/afe/
Dcontrol_file.py68 def _get_tests_stanza(tests, is_server, prepend=None, append=None, argument
176 def generate_control(tests, is_server=False, profilers=(), argument
204 def _get_test_control_files_by_build(tests, build, ignore_invalid_tests=False): argument
/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. ...
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DCipherOutputStreamTest.java103 public void testEncrypt(Iterable<TestVector> tests) throws Exception { in testEncrypt()
117 public void testDecrypt(Iterable<TestVector> tests) throws Exception { in testDecrypt()
131 public void testCorruptDecrypt(Iterable<TestVector> tests) throws Exception { in testCorruptDecrypt()
162 public void testCorruptDecryptEmpty(Iterable<TestVector> tests) throws Exception { in testCorruptDecryptEmpty()
DCipherInputStreamTest.java104 public void testEncrypt(Iterable<TestVector> tests) throws Exception { in testEncrypt()
128 public void testDecrypt(Iterable<TestVector> tests) throws Exception { in testDecrypt()
159 public void testCorruptDecrypt(Iterable<TestVector> tests) throws Exception { in testCorruptDecrypt()
193 public void testCorruptDecryptEmpty(Iterable<TestVector> tests) throws Exception { in testCorruptDecryptEmpty()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
Druntests.bat7 set tests= variable
58 set tests=%tests% %1 && shift && goto processcmdlineargs variable
/external/apache-harmony/jdwp/src/test/resources/org/apache/harmony/jpda/tests/jdwp/Events/
DSourceDebugExtensionMockClass.class ... java package org.apache.harmony.jpda.tests.jdwp.Events public org.apache.harmony ...
/external/autotest/client/site_tests/graphics_dEQP/scripts/
Dprocess_logs.py122 def expectation_list_to_dict(tests): argument
186 def merge_expectation_list(expectation_path, tests): argument
226 def all_passing(tests): argument
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java122 Collection<TestIdentifier> tests, in buildGlesTestRunner()
214 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testGlesVersion() local
356 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testResultCode() local
520 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_multipleTests() local
579 static private String buildTestProcessOutput(List<TestIdentifier> tests) { in buildTestProcessOutput()
862 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_unexecutableTests() local
947 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_queryPmListFailure() local
999 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_queryRenderabilityFailure() local
1081 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testOrientation() local
1331 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_unsupportedPixelFormat() local
[all …]

12345678910>>...15