Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 131) sorted by relevance

123456

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java55 subPlan.addIncludeFilter(new TestFilter(ABI, MODULE_A, TEST_1).toString()); in testSerialization()
57 includeFilterSet.add(new TestFilter(ABI, MODULE_A, TEST_2).toString()); in testSerialization()
58 includeFilterSet.add(new TestFilter(ABI, MODULE_A, TEST_3).toString()); in testSerialization()
60 subPlan.addIncludeFilter(new TestFilter(null, MODULE_B, null).toString()); in testSerialization()
61 subPlan.addExcludeFilter(new TestFilter(null, MODULE_B, TEST_1).toString()); in testSerialization()
63 excludeFilterSet.add(new TestFilter(null, MODULE_B, TEST_2).toString()); in testSerialization()
64 excludeFilterSet.add(new TestFilter(null, MODULE_B, TEST_3).toString()); in testSerialization()
88 new TestFilter(ABI, MODULE_A, TEST_3).toString(), true)); // include format 2 in testParsing()
91 new TestFilter(null, MODULE_B, TEST_1).toString(), false)); in testParsing()
93 new TestFilter(null, MODULE_B, TEST_2).toString(), false)); in testParsing()
[all …]
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java74 CLog.d("ModuleListener.testStarted(%s)", test.toString()); in testStarted()
83 CLog.d("ModuleListener.testEnded(%s, %s)", test.toString(), metrics.toString()); in testEnded()
92 CLog.d("ModuleListener.testIgnored(%s)", test.toString()); in testIgnored()
101 CLog.d("ModuleListener.testFailed(%s, %s)", test.toString(), trace); in testFailed()
110 CLog.d("ModuleListener.testAssumptionFailure(%s, %s)", test.toString(), trace); in testAssumptionFailure()
128 CLog.d("ModuleListener.testRunEnded(%d, %s)", elapsedTime, metrics.toString()); in testRunEnded()
171 CLog.d("ModuleListener.invocationFailed(%s)", cause.toString()); in invocationFailed()
180 CLog.d("ModuleListener.testLog(%s, %s, %s)", name, type.toString(), stream.toString()); in testLog()
/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexFileImpl.java72 public String toString() { in toString() method in DexFileImpl
74 b.append("StringPool:\n").append(Arrays.toString(stringPool)); in toString()
79 b.append("\nProtos:\n").append(Arrays.toString(protoIdItems)); in toString()
80 b.append("\nFields:\n").append(Arrays.toString(fieldIdItems)); in toString()
81 b.append("\nMethods:\n").append(Arrays.toString(methodIdItems)); in toString()
82 b.append("\nClasses:\n").append(Arrays.toString(classDefItems)); in toString()
83 return b.toString(); in toString()
DDexAnnotationImpl.java68 public String toString() { in toString() method in DexAnnotationImpl
75 builder.append(value.toString()); in toString()
80 return builder.toString(); in toString()
DDexFieldImpl.java94 public String toString() { in toString() method in DexFieldImpl
97 builder.append(Modifier.toString(getModifiers())); in toString()
102 return builder.toString(); in toString()
DTypeFormatter.java98 builder.append(element.toString()); in format()
101 return builder.toString(); in format()
122 return builder.toString(); in formatDexFile()
DDexMethodImpl.java140 public String toString() { in toString() method in DexMethodImpl
143 builder.append(Modifier.toString(getModifiers())); in toString()
156 return builder.toString(); in toString()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java71 test.toString(), mBugReportOnFailure, mLogcatOnFailure, mScreenshotOnFailure); in testFailed()
75 super.testLog(String.format("%s-screenshot", test.toString()), LogDataType.PNG, in testFailed()
93 super.testLog(String.format("%s-bugreport", test.toString()), in testFailed()
99 super.testLog(String.format("%s-bugreportz", test.toString()), in testFailed()
102 CLog.e("Failed to capture bugreport for %s", test.toString()); in testFailed()
111 super.testLog(String.format("%s-logcat", test.toString()), LogDataType.LOGCAT, in testFailed()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java187 public String toString() { in toString() method in MediaPreparer.Resolution
220 String deviceShortFilePath = mBaseDeviceShortDir + resolution.toString(); in mediaFilesExistOnDevice()
221 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in mediaFilesExistOnDevice()
289 String.format("Downloading media files from %s", url.toString())); in downloadMediaToHost()
337 String deviceShortFilePath = mBaseDeviceShortDir + resolution.toString(); in copyVideoFiles()
338 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in copyVideoFiles()
341 CLog.i("Copying files of resolution %s to device", resolution.toString()); in copyVideoFiles()
342 String localShortDirName = "bbb_short/" + resolution.toString(); in copyVideoFiles()
343 String localFullDirName = "bbb_full/" + resolution.toString(); in copyVideoFiles()
433 APP_APK, DEFAULT_MAX_RESOLUTION.toString()); in setMaxRes()
[all …]
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java331 if (testCaseResult != null) classNames += testCaseResult.toString(); in processReport()
332 else classNames += TestCaseResult.UNKNOWN_RESULT.toString(); in processReport()
351 passInfo = Double.toString(passPct) + "%"; in processReport()
363 Double.toString(coveragePct) in processReport()
380 logInfoMap.put(Integer.toString(col), linkEntries); in processReport()
398 linkSummary = Integer.toString(linkEntries.size()); in processReport()
403 + Integer.toString(col) in processReport()
408 String icon = "<div class='status-icon " + aggregateStatus.toString() + "'>&nbsp</div>"; in processReport()
431 summaryGrid[0][col + 1] = Integer.toString(totalCount); in processReport()
432 summaryGrid[1][col + 1] = Integer.toString(passCount); in processReport()
[all …]
DUrlUtil.java35 this.url = uri.toString(); in LinkDisplay()
40 this.name = uri.toString(); in LinkDisplay()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteFileEntity.java65 this.year = Integer.valueOf(pathInfo.getName(1).toString()); in TestSuiteFileEntity()
66 this.month = Integer.valueOf(pathInfo.getName(2).toString()); in TestSuiteFileEntity()
67 this.day = Integer.valueOf(pathInfo.getName(3).toString()); in TestSuiteFileEntity()
68 this.fileName = pathInfo.getFileName().toString(); in TestSuiteFileEntity()
DApiCoverageEntity.java82 this.id = UUID.randomUUID().toString(); in ApiCoverageEntity()
103 this.id = UUID.randomUUID().toString(); in ApiCoverageEntity()
130 this.id = UUID.randomUUID().toString(); in save()
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DTestFilterTest.java64 assertEquals("Incorrect filter", NAME_FILTER, filter.toString()); in testCreateNameFilter()
69 assertEquals("Incorrect filter", ABI_NAME_FILTER, filter.toString()); in testCreateAbiNameFilter()
74 assertEquals("Incorrect filter", NAME_TEST_FILTER, filter.toString()); in testCreateNameTestFilter()
79 assertEquals("Incorrect filter", FULL_FILTER, filter.toString()); in testCreateFullFilter()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSpreadSheetSyncServlet.java157 row.get(0).toString(), in doGet()
158 row.get(1).toString(), in doGet()
159 row.get(2).toString(), in doGet()
160 row.get(3).toString(), in doGet()
161 row.get(4).toString()); in doGet()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java122 assertTrue(planIncludes.contains(mf1.toString())); // include module with not-executed test in testCreateSubPlan()
123 assertTrue(planExcludes.contains(tf1.toString())); // exclude passing test in that module in testCreateSubPlan()
124 assertTrue(planIncludes.contains(tf3.toString())); // include failure in executed module in testCreateSubPlan()
132 assertTrue(includes.contains(tf.toString())); in testAddInclude()
140 assertTrue(excludes.contains(tf.toString())); in testAddExclude()
151 assertTrue(includes.contains(filterWithoutSuffix.toString())); in testAddParameterizedInclude()
/test/suite_harness/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
DManifestGeneratorTest.java72 public String toString(){ in testManifest()
73 return this.string.toString(); in testManifest()
84 assertEquals("Wrong manifest output", expected, output.toString()); in testManifest()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparerTest.java101 resolution.toString()); in testCopyMediaFiles()
103 resolution.toString()); in testCopyMediaFiles()
124 resolution.toString()); in testMediaFilesExistOnDeviceTrue()
126 resolution.toString()); in testMediaFilesExistOnDeviceTrue()
222 "%s%s", mMediaPreparer.mBaseDeviceShortDir, resolution.toString()); in testMediaDownloadOnly_existsOnDevice()
224 String.format("%s%s", mMediaPreparer.mBaseDeviceFullDir, resolution.toString()); in testMediaDownloadOnly_existsOnDevice()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java135 msg.append(Arrays.toString(descriptions)); in throwAggregatedException()
143 msg.append(String.format("\nStack Trace: %s", sw.toString())); in throwAggregatedException()
147 throw new RuntimeException(msg.toString()); in throwAggregatedException()
149 throw new AssumptionViolatedException(msg.toString()); in throwAggregatedException()
159 ? Integer.toString(index) in cleanDescription()
DReadElf.java118 public String toString() { in toString() method in ReadElf.Symbol
253 public String toString() { in toString() method in ReadElf.SecHeader
299 public String toString() { in toString() method in ReadElf.VerNeed
302 vernauxStr += String.format(" %s\n", this.vn_vernaux[i].toString()); in toString()
343 public String toString() { in toString() method in ReadElf.VerNAux
389 public String toString() { in toString() method in ReadElf.VerDef
392 vStr += String.format(" %s\n", this.vd_verdaux[i].toString()); in toString()
424 public String toString() { in toString() method in ReadElf.VerDAux
454 public String toString() { in toString() method in ReadElf.DynamicEntry
586 System.out.println(String.format("%8x: %s", i, symArr[i].toString())); in main()
[all …]
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsTestPlanResultReporter.java213 -> (p.toString().endsWith(".vts") in addApiReportToTestPlanMessage()
214 && !p.toString().endsWith("types.vts"))) in addApiReportToTestPlanMessage()
229 String full_api_name = spec.getPackage().toString("ASCII") + '@' in addApiReportToTestPlanMessage()
230 + Integer.toString(spec.getComponentTypeVersionMajor()) + '.' in addApiReportToTestPlanMessage()
231 + Integer.toString(spec.getComponentTypeVersionMinor()) in addApiReportToTestPlanMessage()
232 + "::" + spec.getComponentName().toString("ASCII"); in addApiReportToTestPlanMessage()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java175 Blob blobFile = vtsInfraLogBucket.get(filePathInfo.toString()); in downloadHandler()
212 if (pathInfo.toString().endsWith(".zip")) { in defaultHandler()
214 Blob blobFile = (Blob) this.syncCache.get(path.toString()); in defaultHandler()
217 this.syncCache.put(path.toString(), blobFile); in defaultHandler()
234 IOUtils.toString( in defaultHandler()
292 fileList.add(Paths.get(blob.getName()).getFileName().toString()); in defaultHandler()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java48 mCrashes = CrashUtils.addAllCrashes(input.toString(), new JSONArray()); in setUp()
63 Assert.assertEquals(mCrashes.toString(), expectedResults.toString()); in testGetAllCrashes()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DTestFilter.java96 public String toString() { in toString() method in TestFilter
109 return sb.toString(); in toString()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java201 return sb.toString(); in generateModuleResultSignature()
210 return sb.toString(); in generateModuleSummarySignature()
225 .append(testResult.getKey().toString()).append(SEPARATOR) in generateTestResultSignature()
228 return sb.toString(); in generateTestResultSignature()

123456