| /tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
| D | TestRunToTestInvocationForwarder.java | 59 public void testStarted(TestIdentifier testId) { in testStarted() 78 public void testStarted(TestIdentifier testId, long startTime) { in testStarted() 97 public void testAssumptionFailure(TestIdentifier testId, String trace) { in testAssumptionFailure() 115 public void testFailed(TestIdentifier testId, String trace) { in testFailed() 132 public void testIgnored(TestIdentifier testId) { in testIgnored() 149 public void testEnded(TestIdentifier testId, Map<String, String> testMetrics) { in testEnded() 169 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> testMetrics) { in testEnded()
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| D | DynamicFileStubTest.java | 73 TestDescription testId = new TestDescription(this.getClass().getName(), "DynamicFile"); in checkDynamicFile() local 84 TestDescription testId = new TestDescription(this.getClass().getName(), "DynamicFileList"); in checkDynamicFileList() local 101 TestDescription testId = new TestDescription(this.getClass().getName(), "DynamicFileMap"); in checkDynamicFileMap() local 121 TestDescription testId = in checkDynamicFileMultiMap() local
|
| D | StubTest.java | 94 TestDescription testId = new TestDescription("StubTest", "StubMethod"); in run() local
|
| 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/core/src/com/android/tradefed/result/ |
| D | LegacySubprocessResultsReporter.java | 43 public void testAssumptionFailure(TestIdentifier testId, String trace) { in testAssumptionFailure() 50 public void testEnded(TestIdentifier testId, Map<String, String> metrics) { in testEnded() 55 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> metrics) { in testEnded() 63 public void testFailed(TestIdentifier testId, String reason) { in testFailed() 70 public void testIgnored(TestIdentifier testId) { in testIgnored() 76 public void testStarted(TestIdentifier testId) { in testStarted() 81 public void testStarted(TestIdentifier testId, long startTime) { in testStarted()
|
| D | SubprocessResultsReporter.java | 76 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure() 84 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded() 90 public void testEnded(TestDescription testId, long endTime, HashMap<String, Metric> metrics) { in testEnded() 103 public void testFailed(TestDescription testId, String reason) { in testFailed() 111 public void testIgnored(TestDescription testId) { in testIgnored() 156 public void testStarted(TestDescription testId) { in testStarted() 162 public void testStarted(TestDescription testId, long startTime) { in testStarted()
|
| D | TextResultReporter.java | 46 public void testFailed(TestDescription testId, String trace) { in testFailed() 52 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure() 59 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded()
|
| D | InvocationToJUnitResultForwarder.java | 57 public void testFailed(TestDescription testId, String trace) { in testFailed() 64 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure() 120 private TestIdentifierResult(TestDescription testId) { in TestIdentifierResult()
|
| /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 | 101 private void doNativeTestAppRunSingleTestFailure(TestDescription testId) { in doNativeTestAppRunSingleTestFailure() 120 TestDescription testId = in testRun_testCrash() local 137 TestDescription testId = in testRun_deviceReboot() local 175 TestDescription testId = in testRun_timeout() local
|
| /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 | 51 TestIdentifier testId = new TestIdentifier("com.fakeclass", "faketest"); in testPrintEvent_Inop() local 64 TestIdentifier testId = new TestIdentifier("com.fakeclass", "faketest"); in testPrintEvent_printToSocket() local
|
| D | SubprocessResultsReporterTest.java | 56 TestDescription testId = new TestDescription("com.fakeclass", "faketest"); in testPrintEvent_Inop() local 111 TestDescription testId = new TestDescription("com.fakeclass", "faketest"); in testPrintEvent_printToSocket() 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/tradefederation/core/src/com/android/tradefed/util/ |
| D | LocalRunInstructionBuilder.java | 54 TestDescription testId) { in getInstruction() 75 ConfigurationDescriptor configDescriptor, TestDescription testId) { in getAtestInstruction()
|
| /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/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/invoker/shard/ |
| D | TokenTestClass.java | 44 TestDescription testId = new TestDescription("StubToken", "MethodToken"); in run() local
|
| /tools/tradefederation/contrib/src/com/android/example/ |
| D | RebootTest.java | 48 TestDescription testId; in run() local
|
| /tools/tradefederation/contrib/src/com/android/graphics/tests/ |
| D | SkiaTest.java | 95 TestDescription testId = new TestDescription(mSkiaApp, "testFileExists"); in run() local 183 TestDescription testId = new TestDescription(testIdClass, testIdMethod); in retrieveAndUploadFile() local
|
| /tools/tradefederation/contrib/src/com/android/media/tests/ |
| D | TestRunHelper.java | 35 public TestRunHelper(ITestInvocationListener listener, TestDescription testId) { in TestRunHelper()
|
| D | VideoMultimeterRunner.java | 65 TestDescription testId = new TestDescription(getClass() in run() local
|
| /tools/tradefederation/contrib/src/com/android/uicd/tests/ |
| D | UiConductorTest.java | 199 String testId = UUID.randomUUID().toString(); in runTest() local 239 private void logInfo(String testId, String cmdOutputType, String content) { in logInfo() 341 private String[] getCommand(File jarFile, String testFileName, String testId, String key) { in getCommand()
|
| /tools/tradefederation/contrib/src/com/android/tradefed/ |
| D | Sl4aBluetoothDiscovery.java | 94 TestDescription testId = in run() local
|