Home
last modified time | relevance | path

Searched refs:td (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DTestDescriptionsFileTest.java46 TestDescription td = new TestDescription("classname", "testname"); in getFile_oneEntry() local
47 tdf.add(td); in getFile_oneEntry()
52 assertThat(FileUtil.readStringFromFile(file)).contains(td.toString()); in getFile_oneEntry()
58 TestDescription td = new TestDescription("classname", "testname"); in getFile_caching() local
59 tdf.add(td); in getFile_caching()
73 assertThat(fromFile.getTests()).containsExactly(td, td2); in getFile_caching()
98 TestDescription td = new TestDescription("classname", "testname"); in fromFile() local
99 tdf.add(td); in fromFile()
107 assertThat(tests).containsExactly(td); in fromFile()
DTestDescriptionTest.java108 TestDescription td = new TestDescription("classname", "testname"); in testFromString() local
109 TestDescription fromString = TestDescription.fromString(td.toString()); in testFromString()
110 assertThat(fromString).isEqualTo(td); in testFromString()
111 assertThat(fromString).isEquivalentAccordingToCompareTo(td); in testFromString()
/tools/metalava/
DFORMAT.md107 <td>
108 </td>
109 <td>Java Type
110 </td>
111 <td>Signature File Type
112 </td>
115 <td>Nullable
116 </td>
117 <td>@Nullable String
118 </td>
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java124 for (TestDescription td : mTestCases) { in run()
125 if (!mShouldRun.isEmpty() && !mShouldRun.contains(td.toString())) { in run()
128 listener.testStarted(td); in run()
130 if (mBecomePass.get(td) != null) { in run()
131 passAttempt = mBecomePass.get(td); in run()
133 if (mShouldFail.get(td)) { in run()
135 listener.testFailed(td, String.format("Fake failure %s", td.toString())); in run()
138 listener.testEnded(td, new HashMap<String, Metric>()); in run()
240 TestDescription td = testCases.get(idx); in run() local
241 if (!mShouldRun.isEmpty() && !mShouldRun.contains(td.toString())) { in run()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ddmlib/
DInstrumentationResultProtoParserTest.java230 TestIdentifier td = new TestIdentifier(CLASS_NAME_1, METHOD_NAME_1); in testOneTestSuccessWithMetrics() local
234 mMockListener.testStarted(td); in testOneTestSuccessWithMetrics()
235 mMockListener.testEnded(EasyMock.eq(td), EasyMock.capture(captureTestMetrics)); in testOneTestSuccessWithMetrics()
267 TestIdentifier td = new TestIdentifier(CLASS_NAME_1, METHOD_NAME_1); in testOneTestSuccessWithMultipleListeners() local
272 mMockListener1.testStarted(td); in testOneTestSuccessWithMultipleListeners()
273 mMockListener1.testEnded(EasyMock.eq(td), EasyMock.capture(captureListener1Metrics)); in testOneTestSuccessWithMultipleListeners()
277 mMockListener2.testStarted(td); in testOneTestSuccessWithMultipleListeners()
278 mMockListener2.testEnded(EasyMock.eq(td), EasyMock.capture(captureListener2Metrics)); in testOneTestSuccessWithMultipleListeners()
311 TestIdentifier td = new TestIdentifier(CLASS_NAME_1, METHOD_NAME_1); in testOneRunSuccessWithMetrics() local
314 mMockListener.testStarted(td); in testOneRunSuccessWithMetrics()
[all …]
/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java125 TestDescription td = new TestDescription(ImageStats.class.getName(), FILE_SIZES); in run() local
126 listener.testStarted(td); in run()
139 listener.testFailed(td, ioe.toString()); in run()
140 listener.testEnded(td, new HashMap<String, Metric>()); in run()
153 listener.testEnded(td, TfMetricProtoUtil.upgradeConvert(fileSizes)); in run()
/tools/apksig/src/test/resources/com/android/apksig/
Drsa-8192.x509.pem8 nn4m6Jd0/abR5slHiyGtkTREoHmW/u4r4PfTzanLyzcsWH9/td+sYHcu1Y0XTWTR
/tools/tradefederation/core/res/jacoco/
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...