/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | CtsTestHelper.java | 50 String details = "PhotoSphere FOV test result:\n"; in getTestDetails() local 53 details += "Camera:" + res.cameraId + ", Resolution:" + res.width + 'x' + res.height in getTestDetails() 58 return details; in getTestDetails()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskSave.cpp | 115 android::String8 details; in handleReport() local 129 details.appendFormat(" %s: %f\n", it->first.string(), it->second.getDouble()); in handleReport() 131 details.appendFormat(" %s: %" PRId64 "\n", it->first.string(), in handleReport() 135 MSG("%s", details.string()); in handleReport() 137 getTestCase()->setDetails(details); in handleReport()
|
D | TaskCase.cpp | 295 void TaskCase::setDetails(const android::String8& details) in setDetails() argument 297 mDetails = details; in setDetails()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 93 String details = data.getStringExtra(TEST_DETAILS); in fromActivityResult() local 95 return new TestResult(name, result, details, reportLog); in fromActivityResult() 99 String name, int result, String details, ReportLog reportLog) { in TestResult() argument 102 this.mDetails = details; in TestResult()
|
D | TestListAdapter.java | 213 Map<String, String> details, in RefreshResult() argument 217 mDetails = details; in RefreshResult() 234 Map<String, String> details = new HashMap<String, String>(); in getRefreshResults() local 248 details.put(testName, testDetails); in getRefreshResults() 257 return new RefreshResult(items, results, details, reportLogs); in getRefreshResults() 283 String details, in SetTestResultTask() argument 287 mDetails = details; in SetTestResultTask()
|
/cts/suite/cts/utils/ |
D | get_csv_report.py | 37 def __init__(self, name, summary, details, result): argument 40 self.details = details 50 return self.details 73 details = {} 83 details[d.getAttribute("message")] = values 86 testCase = TestCase(caseName, summary, details, result)
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTest.java | 252 String eventName, String details) { in testTracingContent() 262 if (details == null || !details.startsWith("B|")) { in testTracingContent() 268 if (details.endsWith("|" + initialSection)) { in testTracingContent() 279 && details.endsWith("|" + requiredSectionList[nextSectionIndex])) { in testTracingContent()
|
/cts/tools/vm-tests-tf/etc/ |
D | starthosttests | 144 details=`echo $myline | cut -d";" -f5` 175 echo "<td>$jcomment</td><td>$details</td></tr>" >> $report 179 vmres="$details<br><pre>$vmres</pre>"
|
D | starttests | 154 details=`echo $myline | cut -d";" -f5` 194 echo "<td>$jcomment</td><td>$details</td></tr>" >> $report 198 vmres="$details<br><pre>$vmres</pre>"
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | BuildDalvikSuite.java | 429 String details = (md.title != null ? md.title : ""); 431 details = " Constraint " + md.constraint + ", " + details; 433 if (details.length() != 0) { 434 details = details.substring(0, 1).toUpperCase() 435 + details.substring(1); 438 line += ";" + description + ";" + comment + ";" + details;
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 56 public void onDetailsChanged(Call call, Call.Details details) {}; in onDetailsChanged() argument 132 public void onDetailsChanged(Call call, Call.Details details) { 133 super.onDetailsChanged(call, details); 135 getCallbacks().onDetailsChanged(call, details);
|
D | BaseTelecomTestWithMockServices.java | 251 public void onDetailsChanged(Call call, Call.Details details) { in setupCallbacks() 252 Log.i(TAG, "onDetailsChanged, Call: " + call + ", Details: " + details); in setupCallbacks() 253 if (!areBundlesEqual(mPreviousExtras, details.getExtras())) { in setupCallbacks() 254 mOnExtrasChangedCounter.invoke(call, details); in setupCallbacks() 256 mPreviousExtras = details.getExtras(); in setupCallbacks() 258 if (mPreviousProperties != details.getCallProperties()) { in setupCallbacks() 259 mOnPropertiesChangedCounter.invoke(call, details); in setupCallbacks() 261 " to " + Call.Details.propertiesToString(details.getCallProperties())); in setupCallbacks() 263 mPreviousProperties = details.getCallProperties(); in setupCallbacks()
|
/cts/apps/CtsVerifier/assets/report/ |
D | compatibility_result.css | 105 /* Test cell details */ 146 div.details {
|
/cts/tests/framework/base/activitymanager/util/src/android/server/am/ |
D | ActivityManagerTestBase.java | 1168 ReportedSizes details = new ReportedSizes(); 1169 details.widthDp = Integer.parseInt(matcher.group(2)); 1170 details.heightDp = Integer.parseInt(matcher.group(3)); 1171 details.displayWidth = Integer.parseInt(matcher.group(4)); 1172 details.displayHeight = Integer.parseInt(matcher.group(5)); 1173 details.metricsWidth = Integer.parseInt(matcher.group(6)); 1174 details.metricsHeight = Integer.parseInt(matcher.group(7)); 1175 details.smallestWidthDp = Integer.parseInt(matcher.group(8)); 1176 details.densityDpi = Integer.parseInt(matcher.group(9)); 1177 details.orientation = Integer.parseInt(matcher.group(10)); [all …]
|
/cts/tests/tests/telecom3/src/android/telecom/cts/ |
D | SelfManagedAwareInCallService.java | 50 public void onDetailsChanged(Call call, Call.Details details) { in onDetailsChanged() argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | Manager.java | 136 String details = "Not close enough to initial waypoint:\n" in addPoseDataToPath() 143 mTestReport.setFailDetails(details); in addPoseDataToPath()
|
/cts/suite/audio_quality/lib/include/task/ |
D | TaskCase.h | 126 void setDetails(const android::String8& details);
|
/cts/tests/framework/base/activitymanager/src/android/server/am/ |
D | ActivityManagerAppConfigurationTests.java | 865 final ReportedSizes details = getLastReportedSizesForActivity(activityName, logSeparator); 866 assertNotNull(details); 867 return details;
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 340 optional Details details = 8; field
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 89 # used to format the message information. See doc for all details
|