Searched defs:instances (Results 1 – 3 of 3) sorted by relevance
| /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
| D | DeqpTestRunnerTest.java | 488 Map<TestIdentifier, List<Map<String, String>>> instances = new HashMap<>(); in testRun_multipleTests() local 591 Map<TestIdentifier, List<Map<String, String>>> instances = new HashMap<>(); in testRun_unexecutableTests() local 1215 Map<TestIdentifier, List<Map<String, String>>> instances = new HashMap<>(); in testRun_sessionInfoValueMissing() local 1377 Map<TestIdentifier, List<Map<String, String>>> instances = new HashMap<>(); in testRun_resultEventTypeMissing() local 1568 Map<TestIdentifier, List<Map<String, String>>> instances = new HashMap<>(); in testRun_testCasePathInterrupted() local 1777 Map<TestIdentifier, List<Map<String, String>>> instances = new HashMap<>(); in testRun_testCasePathMissing() local 2101 Map<TestIdentifier, List<Map<String, String>>> instances = new HashMap<>(); in testRun_multipleInstances() local
|
| /cts/tests/tests/provider/src/android/provider/cts/ |
| D | CalendarTest.java | 2115 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, in testInstanceSearch() local 2121 Cursor instances; in testInstanceSearch() local 2437 Cursor instances = getInstances(timeZone, "2003-08-05T00:00:00", "2003-08-31T11:59:59", in testRecurrence() local 2522 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testSingleRecurrenceExceptions() local 2711 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testNonAdapterRecurrenceExceptions() local 2880 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testOutOfOrderRecurrenceExceptions() local 2968 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testForwardRecurrenceExceptions() local 3063 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, in testFullRecurrenceUpdate() local 3373 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstances() local 3427 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstancesSearch() local [all …]
|
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
| D | DeqpTestRunner.java | 1066 final Map<TestIdentifier, Set<BatchRunConfiguration>> instances = new HashMap<>(); in parseTestInstances() local
|