/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildDalvikSuite.java | 161 String detail = pparts[pparts.length-1]; in handleTest() local 170 detail = detail.replaceAll("_", "-"); in handleTest() 171 detail = detail.replace("-from16", "/from16"); in handleTest() 172 detail = detail.replace("-high16", "/high16"); in handleTest() 173 detail = detail.replace("-lit8", "/lit8"); in handleTest() 174 detail = detail.replace("-lit16", "/lit16"); in handleTest() 175 detail = detail.replace("-4", "/4"); in handleTest() 176 detail = detail.replace("-16", "/16"); in handleTest() 177 detail = detail.replace("-32", "/32"); in handleTest() 178 detail = detail.replace("-jumbo", "/jumbo"); in handleTest() [all …]
|
/cts/tests/tests/vcn/src/android/net/vcn/cts/ |
D | VcnManagerTest.java | 270 @NonNull String gatewayConnectionName, int errorCode, @Nullable Throwable detail) { in onGatewayConnectionError() argument 272 new GatewayConnectionError(gatewayConnectionName, errorCode, detail)); in onGatewayConnectionError() 288 @Nullable public final Throwable detail; field in VcnManagerTest.GatewayConnectionError 291 @NonNull String gatewayConnectionName, int errorCode, @Nullable Throwable detail) { in GatewayConnectionError() argument 294 this.detail = detail; in GatewayConnectionError()
|
/cts/tests/tests/os/src/android/os/image/cts/ |
D | DynamicSystemClientTest.java | 43 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged() argument
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewRenderProcessTest.java | 98 RenderProcessGoneDetail detail) {
|
D | WebViewClientTest.java | 1014 public boolean onRenderProcessGone(WebView view, RenderProcessGoneDetail detail) { in onRenderProcessGone() argument 1016 mRenderProcessCrashed = detail.didCrash(); in onRenderProcessGone()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 512 String detail = String.format( in testRemapCoordinateSystem() local 519 "remapCoordinateSystem gives incorrect result (x)." + detail, in testRemapCoordinateSystem() 525 "remapCoordinateSystem gives incorrect result (y)." + detail, in testRemapCoordinateSystem() 531 "remapCoordinateSystem gives incorrect result (z)." + detail, in testRemapCoordinateSystem()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BlockCipherTestBase.java | 1602 StringBuilder detail = new StringBuilder(); in assertEquals() local 1604 detail.append("Expected (" + expected.length + " bytes): <" in assertEquals() 1607 detail.append("Expected: null"); in assertEquals() 1610 detail.append(", actual (" + actual.length + " bytes): <" in assertEquals() 1613 detail.append(", actual: null"); in assertEquals() 1616 fail(message + ": " + detail); in assertEquals() 1618 fail(detail.toString()); in assertEquals()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | IntentTests.java | 65 @FlakyTest(detail = "Promote once confirmed non-flaky")
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DreamManagerServiceTests.java | 49 @FlakyTest(detail = "Promote once confirmed non-flaky")
|
D | WindowInsetsLayoutTests.java | 54 @FlakyTest(detail = "Promote once confirmed non-flaky")
|
D | BlurTests.java | 66 @FlakyTest(detail = "Promote once confirmed non-flaky")
|
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 48 int32_t actionCode, const char* detail) { in onAsyncError() argument 52 ALOGE("received media codec error: %s , code : %d , action code: %d ", detail, error, in onAsyncError()
|
/cts/tests/app/src/android/app/cts/ |
D | AppTaskTests.java | 63 @FlakyTest(detail = "Can be promoted to pre-submit once confirmed stable.")
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 244 const char *detail) { in OnErrorCB() argument 245 ALOGV("OnErrorCB: err(%d), actionCode(%d), detail(%s)", err, actionCode, detail); in OnErrorCB()
|
/cts/apps/CtsVerifier/ |
D | NOTICE.txt | 732 be similar in spirit to the present version, but may differ in detail to 1249 but may differ in detail to address new problems or concerns. 1753 but may differ in detail to address new problems or concerns. 2080 be similar in spirit to the present version, but may differ in detail to 2452 be similar in spirit to the present version, but may differ in detail to 6568 spirit to the present version, but may differ in detail to address new problems 9881 party making the claim in sufficient detail that a recipient will 10404 be similar in spirit to the present version, but may differ in detail to 10996 but may differ in detail to address new problems or concerns. 12757 spirit to the present version, but may differ in detail to address new problems
|