Home
last modified time | relevance | path

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

12

/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/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualNavigationTouchpadTest.java114 @FlakyTest(detail = "The test does not reliably simulate a fling action, only way to reliably"
128 @FlakyTest(detail = "The test does not reliably simulate a fling action, only way to reliably"
142 @FlakyTest(detail = "The test does not reliably simulate a fling action, only way to reliably"
156 @FlakyTest(detail = "The test does not reliably simulate a fling action, only way to reliably"
/cts/tools/incremental-cts/
Dincremental_deqp.py185 detail = 'File:{build_file} was not found in base build'.format(build_file=key)
186 changes[key] = detail
187 logger.info(detail)
189 detail = ('Detected dEQP dependency file difference:{deps}. Base build hash:{base}, '
192 changes[key] = detail
193 logger.info(detail)
/cts/tests/tests/debuggerd/test_crash_detail/src/com/android/tests/debuggerd/
DTestCrashDetail.java163 CrashDetail detail = in testCrashWithBinaryCrashDetail() local
168 assertThat(tombstoneProto.getCrashDetailsList()).containsExactly(detail); in testCrashWithBinaryCrashDetail()
/cts/tests/tests/graphics/jni/
DVulkanProfiles.cpp37 namespace detail { namespace
5410 *pPropertyCount = detail::vpProfileCount; in vpGetProfiles()
5412 if (*pPropertyCount < detail::vpProfileCount) { in vpGetProfiles()
5415 *pPropertyCount = detail::vpProfileCount; in vpGetProfiles()
5418 pProperties[i] = detail::vpProfiles[i].props; in vpGetProfiles()
5427 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileFallbacks()
5469 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetInstanceProfileSupport()
5478 if (!detail::vpCheckVersion(apiVersion, pDesc->minApiVersion)) { in vpGetInstanceProfileSupport()
5483 if (!detail::vpCheckExtension(ext.data(), ext.size(), in vpGetInstanceProfileSupport()
5519 const detail::VpProfileDesc* pDesc = nullptr; in vpCreateInstance()
[all …]
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DDumpProtoUtils.java117 ret.mOomAdjustment = pop.detail.setAdj; in getProcessProcState()
/cts/tests/tests/os/src/android/os/image/cts/
DDynamicSystemClientTest.java54 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/autofillservice/src/android/autofillservice/cts/inline/
DInlineFillEventHistoryTest.java78 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
DInlineAugmentedAuthTest.java73 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
DInlineAugmentedContentTest.java94 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
DInlineAugmentedLoginActivityTest.java275 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
DInlineAuthenticationTest.java131 detail = "Autofill behavior is flaky. See bug, try to resolve asap")
/cts/tests/tests/vcn/src/android/net/vcn/cts/
DVcnManagerTest.java528 @NonNull String gatewayConnectionName, int errorCode, @Nullable Throwable detail) { in onGatewayConnectionError() argument
530 new GatewayConnectionError(gatewayConnectionName, errorCode, detail)); in onGatewayConnectionError()
558 @Nullable public final Throwable detail; field in VcnManagerTest.GatewayConnectionError
561 @NonNull String gatewayConnectionName, int errorCode, @Nullable Throwable detail) { in GatewayConnectionError() argument
564 this.detail = detail; in GatewayConnectionError()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewRenderProcessTest.java132 RenderProcessGoneDetail detail) {
DWebViewClientTest.java998 public boolean onRenderProcessGone(WebView view, RenderProcessGoneDetail detail) { in onRenderProcessGone() argument
1000 mRenderProcessCrashed = detail.didCrash(); in onRenderProcessGone()
/cts/tests/media/jni/
DNativeCodecTestBase.cpp48 int32_t actionCode, const char* detail) { in onAsyncError() argument
53 detail, error, actionCode); in onAsyncError()
55 ALOGE("received media codec error: %s , code : %d , action code: %d ", detail, error, in onAsyncError()
/cts/tests/tests/media/decoder/jni/
Dnative-media-jni.cpp238 const char *detail) { in OnErrorCB() argument
239 ALOGV("OnErrorCB: err(%d), actionCode(%d), detail(%s)", err, actionCode, detail); in OnErrorCB()
/cts/tests/app/src/android/app/cts/
DAppTaskTests.java65 @FlakyTest(detail = "Can be promoted to pre-submit once confirmed stable.")
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DDisableAutofillTest.java215 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DNavigationBarColorTest.java287 @FlakyTest(detail = "slow test")
DInputMethodServiceTest.java347 @FlakyTest(detail = "slow test")
DKeyboardVisibilityControlTest.java534 @FlakyTest(detail = "slow test")
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java403 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
424 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
844 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")
DAuthenticationTest.java747 detail = "Meet July-31-23 trunk stable no flaky SLO. Deflake asap")

12