/frameworks/base/core/tests/coretests/src/android/os/ |
D | MessageQueueTest.java | 45 failure(new RuntimeException( in handleMessage() 50 failure(new RuntimeException( in handleMessage() 58 failure(new RuntimeException( in handleMessage() 125 failure(new RuntimeException( in handleMessage() 130 failure(new RuntimeException( in handleMessage() 138 failure(new RuntimeException( in handleMessage() 173 failure(new RuntimeException( in testFieldIntegrity() 177 failure(new RuntimeException(String.format( in testFieldIntegrity() 181 failure(new RuntimeException(String.format( in testFieldIntegrity() 185 failure(new RuntimeException(String.format( in testFieldIntegrity() [all …]
|
D | TestHandlerThread.java | 67 public void failure(RuntimeException failure) { in failure() argument 70 mFailure = failure; in failure()
|
D | IdleHandlerTest.java | 76 failure(new RuntimeException( in testOneShotFirst() 112 failure(new RuntimeException( in testOneShotLater() 147 failure(new RuntimeException( in testRepeatedFirst() 183 failure(new RuntimeException( in testRepeatedLater()
|
D | BroadcasterTest.java | 53 failure(); in test1() 88 failure(); in handleMessage() 152 failure(); in test4() 187 failure(); in test5() 223 failure(); in test6()
|
D | MessengerTest.java | 71 failure(new RuntimeException( in handleMessage() 76 failure(new RuntimeException( in handleMessage() 81 failure(new RuntimeException( in handleMessage()
|
D | HandlerTester.java | 51 public void failure() { in failure() method in HandlerTester
|
/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
D | OverlayActorEnforcerTests.kt | 129 failure("nullPkgInfo") { targetPkgInfo = null } in <lambda>() 138 failure("empty") { callingUid = EMPTY_UID } in <lambda>() 139 failure("null") { callingUid = NULL_UID } in <lambda>() 140 failure("shell") { callingUid = Process.SHELL_UID } in <lambda>() 147 failure("nullTargetOverlayableName") { in <lambda>() 155 failure("noPermission") { in <lambda>() 164 failure("doesTargetDefineOverlayableIOException") { in <lambda>() 172 failure("getOverlayableForTargetIOException") { in <lambda>() 178 failure("nullTargetOverlayableInfo") { targetOverlayableInfo = null } in <lambda>() 185 failure("noPermissionNullActor") { in <lambda>() [all …]
|
/frameworks/libs/net/common/testutils/hostdevice/com/android/testutils/ |
D | Cleanup.kt | 81 Result.failure(e) 94 Result.failure(e) in catch() 105 Result.failure(e) in cleanupStep() 108 Result.failure(originalException) in cleanupStep()
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | ISensorManager.hal | 37 * @return list the list of available sensors, or empty on failure 38 * @return result OK on success or UNKNOWN_ERROR on failure 46 * value on failure. 76 * @return chan The created channel, or NULL if failure. 97 * @return chan The created channel, or NULL if failure. 114 * @return queue the event queue created. null on failure.
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 441 switch (s.failure) { in objcpy() 443 d->failure = SettingResult::Failure::BAD_TYPE; in objcpy() 446 d->failure = SettingResult::Failure::BAD_PORT; in objcpy() 449 d->failure = SettingResult::Failure::BAD_INDEX; in objcpy() 452 d->failure = SettingResult::Failure::READ_ONLY; in objcpy() 455 d->failure = SettingResult::Failure::MISMATCH; in objcpy() 458 d->failure = SettingResult::Failure::BAD_VALUE; in objcpy() 461 d->failure = SettingResult::Failure::CONFLICT; in objcpy() 464 d->failure = SettingResult::Failure::UNSUPPORTED; in objcpy() 467 d->failure = SettingResult::Failure::INFO_BAD_VALUE; in objcpy() [all …]
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
D | DomainVerifier.kt | 93 ?: return WorkResult.failure() to VerifyStatus.FAILURE_PACKAGE_MANAGER in <lambda>() 111 WorkResult.failure() to VerifyStatus.FAILURE_REDIRECT in <lambda>() 122 WorkResult.failure() to VerifyStatus.FAILURE_REJECTED_BY_SERVER in <lambda>()
|
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
D | HostUtils.kt | 67 var failure: AssertionError? = null in retryUntilNonNull() variable 72 failure = e in retryUntilNonNull() 83 throw failure ?: AssertionError("Never succeeded") in retryUntilNonNull()
|
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/ |
D | Camera2CaptureCallbackForwarder.java | 52 final CaptureFailure failure) { in onCaptureFailed() argument 56 mListener.onCaptureFailed(session, request, failure); in onCaptureFailed()
|
D | Camera2CaptureCallbackSplitter.java | 59 CaptureFailure failure) { in onCaptureFailed() argument 61 target.onCaptureFailed(session, request, failure); in onCaptureFailed()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 571 boolean failure = false; 589 failure = true; 591 return !failure; 608 failure = true; 627 failure = true; 641 failure = true; 717 failure = true; 786 failure = true; 791 failure = true; 794 return !failure; // True if any of the operations failed
|
/frameworks/proto_logging/stats/enums/stats/connectivity/ |
D | network_stack.proto | 204 // NUD probe failure due to neighbor's MAC address has changed. 206 // NUD probe failure due to neighbor's MAC address has changed after roaming. 208 // NUD probe failure due to neighbor's MAC address has changed after receiving CMD_CONFIRM. 210 // NUD probe failure due to neighbor's MAC address has changed during organic probes.
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingCaptureCallback.java | 147 CaptureFailure failure) { in onCaptureFailed() argument 148 if (mProxy != null) mProxy.onCaptureFailed(session, request, failure); in onCaptureFailed()
|
/frameworks/compile/slang/lit-tests/ |
D | README | 19 the failure. Note that tests marked as "Expected Fail" (XFAIL) will not print 20 failure information, even with -v.
|
/frameworks/av/camera/ndk/include/camera/ |
D | NdkCameraCaptureSession.h | 209 ACaptureRequest* request, ACameraCaptureFailure* failure); 719 ACaptureRequest* request, ALogicalCameraCaptureFailure* failure);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/coroutine/ |
D | CoroutineResult.kt | 43 Result.failure(e)
|
/frameworks/libs/modules-utils/ |
D | TEST_MAPPING | 21 // TODO(b/275744125): should remove this when we find a better way to avoid test failure.
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 856 sp<CameraCaptureFailure> failure(new CameraCaptureFailure()); in onCaptureErrorLocked() local 857 failure->frameNumber = frameNumber; in onCaptureErrorLocked() 859 failure->reason = CAPTURE_FAILURE_REASON_ERROR; in onCaptureErrorLocked() 860 failure->sequenceId = sequenceId; in onCaptureErrorLocked() 861 failure->wasImageCaptured = (errorCode == in onCaptureErrorLocked() 878 msg->setObject(kCaptureFailureKey, failure); in onCaptureErrorLocked() 1188 ACameraCaptureFailure* failure = in onMessageReceived() local 1191 (*onFail)(context, session.get(), request, failure); in onMessageReceived() 1214 ALogicalCameraCaptureFailure failure; in onMessageReceived() local 1218 failure.physicalCameraId = physicalCameraId.c_str(); in onMessageReceived() [all …]
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 894 sp<CameraCaptureFailure> failure(new CameraCaptureFailure()); in onCaptureErrorLocked() local 895 failure->frameNumber = frameNumber; in onCaptureErrorLocked() 897 failure->reason = CAPTURE_FAILURE_REASON_ERROR; in onCaptureErrorLocked() 898 failure->sequenceId = sequenceId; in onCaptureErrorLocked() 899 failure->wasImageCaptured = (errorCode == ErrorCode::CAMERA_RESULT); in onCaptureErrorLocked() 915 msg->setObject(kCaptureFailureKey, failure); in onCaptureErrorLocked() 1207 ACameraCaptureFailure* failure = in onMessageReceived() local 1210 (*onFail)(context, session.get(), request, failure); in onMessageReceived() 1233 ALogicalCameraCaptureFailure failure; in onMessageReceived() local 1237 failure.physicalCameraId = physicalCameraId.c_str(); in onMessageReceived() [all …]
|
/frameworks/base/core/java/com/android/internal/midi/ |
D | MidiDispatcher.java | 42 void onReceiverFailure(MidiReceiver receiver, IOException failure); in onReceiverFailure() argument
|
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | Android.bp | 42 // for debugging a failure. If you are trying to diagnose how a crash was
|