Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 13 of 13) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildDalvikSuite.java161 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/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayClientTests.java76 @FlakyTest(bugId = 130260102, detail = "Promote to presubmit once proved stable")
82 @FlakyTest(bugId = 130260102, detail = "Promote to presubmit once proved stable")
151 @FlakyTest(bugId = 130379901, detail = "Promote to presubmit once proved stable")
159 @FlakyTest(bugId = 130379901, detail = "Promote to presubmit once proved stable")
205 @FlakyTest(bugId = 130379901, detail = "Promote to presubmit once proved stable")
DLayoutTests.java57 @FlakyTest(detail = "Can be promoted to pre-submit once confirmed stable.")
DLocationOnScreenTests.java67 @FlakyTest(detail = "until proven non-flaky")
/cts/tests/tests/os/src/android/os/image/cts/
DDynamicSystemClientTest.java43 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged() argument
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java512 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/app/src/android/app/cts/
DPipActivityTest.java40 @FlakyTest(detail = "Promote to presubmit when shown to be stable.")
DAppTaskTests.java61 @FlakyTest(detail = "Can be promoted to pre-submit once confirmed stable.")
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1602 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/tests/webkit/src/android/webkit/cts/
DWebViewRenderProcessTest.java95 RenderProcessGoneDetail detail) {
DWebViewClientTest.java995 public boolean onRenderProcessGone(WebView view, RenderProcessGoneDetail detail) { in onRenderProcessGone() argument
997 mRenderProcessCrashed = detail.didCrash(); in onRenderProcessGone()
/cts/tests/media/jni/
DNativeCodecTestBase.cpp48 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/tests/media/libmediandkjni/
Dnative-media-jni.cpp244 const char *detail) { in OnErrorCB() argument
245 ALOGV("OnErrorCB: err(%d), actionCode(%d), detail(%s)", err, actionCode, detail); in OnErrorCB()