/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | DynamicFileStubTest.java | 75 TestDescription testId = new TestDescription(this.getClass().getName(), "DynamicFile"); in checkDynamicFile() local 86 TestDescription testId = new TestDescription(this.getClass().getName(), "DynamicFileList"); in checkDynamicFileList() local 103 TestDescription testId = new TestDescription(this.getClass().getName(), "DynamicFileMap"); in checkDynamicFileMap() local 123 TestDescription testId = in checkDynamicFileMultiMap() local
|
D | StubTest.java | 102 TestDescription testId = new TestDescription("StubTest", "StubMethod"); in run() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestFailureListenerTest.java | 58 TestDescription testId = new TestDescription("com.fake", "methodfake"); in testTestFailed() local 82 TestDescription testId = new TestDescription("com.fake", "methodfake"); in testTestFailed_userBuild() local 102 TestDescription testId = new TestDescription("com.fake", "methodfake"); in testFailed_multiDevice() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GTestFuncTest.java | 104 private void doNativeTestAppRunSingleTestFailure(TestDescription testId) { in doNativeTestAppRunSingleTestFailure() 123 TestDescription testId = in testRun_testCrash() local 140 TestDescription testId = in testRun_deviceReboot() local 178 TestDescription testId = in testRun_timeout() local
|
D | ArtRunTestTest.java | 180 TestDescription testId = new TestDescription(runName, RUN_TEST_NAME); in testRunSingleTest() local 218 TestDescription testId = new TestDescription(runName, RUN_TEST_NAME); in testRunSingleTest_unexpectedOutput() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LegacySubprocessResultsReporter.java | 48 public void testAssumptionFailure(TestIdentifier testId, String trace) { in testAssumptionFailure() 55 public void testEnded(TestIdentifier testId, Map<String, String> metrics) { in testEnded() 60 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> metrics) { in testEnded() 68 public void testFailed(TestIdentifier testId, String reason) { in testFailed() 75 public void testIgnored(TestIdentifier testId) { in testIgnored() 81 public void testStarted(TestIdentifier testId) { in testStarted() 86 public void testStarted(TestIdentifier testId, long startTime) { in testStarted()
|
D | TextResultReporter.java | 46 public void testFailed(TestDescription testId, String trace) { in testFailed() 51 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure() 57 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded()
|
D | SubprocessResultsReporter.java | 92 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure() 100 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded() 106 public void testEnded(TestDescription testId, long endTime, HashMap<String, Metric> metrics) { in testEnded() 119 public void testFailed(TestDescription testId, String reason) { in testFailed() 127 public void testIgnored(TestDescription testId) { in testIgnored() 185 public void testStarted(TestDescription testId) { in testStarted() 191 public void testStarted(TestDescription testId, long startTime) { in testStarted()
|
D | InvocationToJUnitResultForwarder.java | 58 public void testFailed(TestDescription testId, String trace) { in testFailed() 68 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure() 126 private TestIdentifierResult(TestDescription testId) { in TestIdentifierResult()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 67 public void testStarted(TestIdentifier testId) { in testStarted() 86 public void testAssumptionFailure(TestIdentifier testId, String trace) { in testAssumptionFailure() 104 public void testFailed(TestIdentifier testId, String trace) { in testFailed() 122 public void testIgnored(TestIdentifier testId) { in testIgnored() 139 public void testEnded(TestIdentifier testId, Map<String, String> testMetrics) { in testEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | LocalRunInstructionBuilder.java | 56 TestDescription testId) { in getInstruction() 77 ConfigurationDescriptor configDescriptor, TestDescription testId) { in getAtestInstruction() 94 TestDescription testId, in getCommand()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | MetricsXMLResultReporterTest.java | 76 final TestDescription testId = new TestDescription("FooTest", "testFoo"); in testRunMetrics() local 103 final TestDescription testId = new TestDescription("FooTest", "testFoo"); in testTestMetrics() local 127 final TestDescription testId = new TestDescription("FooTest", "testFoo"); in testTestFailMetrics() local
|
D | LegacySubprocessResultsReporterTest.java | 52 TestIdentifier testId = new TestIdentifier("com.fakeclass", "faketest"); in testPrintEvent_Inop() local 65 TestIdentifier testId = new TestIdentifier("com.fakeclass", "faketest"); in testPrintEvent_printToSocket() local
|
D | SubprocessResultsReporterTest.java | 64 TestDescription testId = new TestDescription("com.fakeclass", "faketest"); in testPrintEvent_Inop() local 121 TestDescription testId = new TestDescription("com.fakeclass", "faketest"); in testPrintEvent_printToSocket() local 159 TestDescription testId = new TestDescription("com.fakeclass", "faketest"); in testPrintEvent_printToSocket_StructuredFailures() local
|
D | XmlResultReporterTest.java | 119 final TestDescription testId = new TestDescription("FooTest", "testFoo"); in testSinglePass() local 142 final TestDescription testId = new TestDescription("FooTest", "testFoo"); in testSingleFail() local
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/ |
D | GameQualificationResultReporter.java | 62 public void putRequirements(TestDescription testId, CertificationRequirements requirements) { in putRequirements() 76 … public void testEnded(TestDescription testId, long elapsedTime, HashMap<String, Metric> metrics) { in testEnded() 305 TestDescription testId = entry.getKey(); in createPerformanceReport() local 368 private String getTestSummary(TestDescription testId, TestResult testResult) { in getTestSummary()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | LocalRunInstructionBuilderTest.java | 77 TestDescription testId = new TestDescription(CLASS_NAME, METHOD_NAME); in testGetInstruction_withTestId() local 97 TestDescription testId = new TestDescription(CLASS_NAME, METHOD_NAME_WITH_PARAMETER); in testGetInstruction_withTestIdAndParameter() local
|
/tools/tradefederation/contrib/src/com/android/example/ |
D | RebootTest.java | 44 TestDescription testId; in run() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | TokenTestClass.java | 46 TestDescription testId = new TestDescription("StubToken", "MethodToken"); in run() local
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | VideoMultimeterRunner.java | 65 TestDescription testId = new TestDescription(getClass() in run() local
|
D | TestRunHelper.java | 35 public TestRunHelper(ITestInvocationListener listener, TestDescription testId) { in TestRunHelper()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestResultParser.java | 491 String[] testId = identifier.split("\\."); in parseTestDescription() local 576 TestDescription testId = null; in processTestStartedTag() local 601 TestDescription testId = null; in doTestEnded() local 735 TestDescription testId = in handleTestRunFailed() local
|
D | DeviceTestCase.java | 133 TestDescription testId = new TestDescription(runName, methodName); in run() local 140 TestDescription testId = new TestDescription(runName, getName()); in run() local
|
/tools/tradefederation/contrib/src/com/android/uicd/tests/ |
D | UiConductorTest.java | 198 String testId = UUID.randomUUID().toString(); in runTest() local 238 private void logInfo(String testId, String cmdOutputType, String content) { in logInfo() 340 private String[] getCommand(File jarFile, String testFileName, String testId, String key) { in getCommand()
|
/tools/tradefederation/contrib/src/com/android/tradefed/ |
D | Sl4aBluetoothDiscovery.java | 93 TestDescription testId = in run() local
|