Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 250) sorted by relevance

12345678910

/frameworks/base/core/tests/coretests/src/android/os/
DMessageQueueTest.java54 failure(new RuntimeException( in handleMessage()
59 failure(new RuntimeException( in handleMessage()
67 failure(new RuntimeException( in handleMessage()
136 failure(new RuntimeException( in handleMessage()
141 failure(new RuntimeException( in handleMessage()
149 failure(new RuntimeException( in handleMessage()
186 failure(new RuntimeException( in testFieldIntegrity()
190 failure(new RuntimeException(String.format( in testFieldIntegrity()
194 failure(new RuntimeException(String.format( in testFieldIntegrity()
198 failure(new RuntimeException(String.format( in testFieldIntegrity()
[all …]
DTestHandlerThread.java67 public void failure(RuntimeException failure) { in failure() argument
70 mFailure = failure; in failure()
DIdleHandlerTest.java84 failure(new RuntimeException( in testOneShotFirst()
121 failure(new RuntimeException( in testOneShotLater()
157 failure(new RuntimeException( in testRepeatedFirst()
194 failure(new RuntimeException( in testRepeatedLater()
DBroadcasterTest.java63 failure(); in test1()
98 failure(); in handleMessage()
165 failure(); in test4()
201 failure(); in test5()
238 failure(); in test6()
DMessengerTest.java87 failure(new RuntimeException( in handleMessage()
92 failure(new RuntimeException( in handleMessage()
97 failure(new RuntimeException( in handleMessage()
DHandlerTester.java51 public void failure() { in failure() method in HandlerTester
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/log/
DLogWtfHandlerRule.kt35 var failure: Throwable? = null in <lambda>() variable
39 failure = ex.runAndAddSuppressed { handler.onTestFailure(ex) } in <lambda>()
41 failure = failure.runAndAddSuppressed { handler.onTestFinished() } in <lambda>()
44 if (failure != null) { in <lambda>()
45 throw failure in <lambda>()
69 fun onTestFailure(failure: Throwable) {} in <lambda>()
88 override fun onTestFailure(failure: Throwable) { in <lambda>()
89 super.onTestFailure(failure) in <lambda>()
DLogAssert.kt29 val newHandler = TerribleFailureHandler { tag, failure, system -> in <lambda>() method
30 caught = TerribleFailureLog(tag, failure, system) in <lambda>()
38 caught?.let { throw AssertionError("$message: $it", it.failure) } in <lambda>()
58 val newHandler = TerribleFailureHandler { tag, failure, system -> in assertLogsWtf() method
60 caught = TerribleFailureLog(tag, failure, system) in assertLogsWtf()
99 val failure: Log.TerribleFailure, constant in com.android.systemui.log.TerribleFailureLog
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayActorEnforcerTests.kt127 failure("nullPkgInfo") { targetPkgState = null } in <lambda>()
134 failure("empty") { callingUid = EMPTY_UID } in <lambda>()
135 failure("null") { callingUid = NULL_UID } in <lambda>()
136 failure("shell") { callingUid = Process.SHELL_UID } in <lambda>()
143 failure("nullTargetOverlayableName") { in <lambda>()
151 failure("noPermission") { in <lambda>()
160 failure("doesTargetDefineOverlayableIOException") { in <lambda>()
168 failure("getOverlayableForTargetIOException") { in <lambda>()
174 failure("nullTargetOverlayableInfo") { targetOverlayableInfo = null } in <lambda>()
181 failure("noPermissionNullActor") { in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptHistoryImplTest.kt48 history.failure(BiometricModality.None) in faceFailed()
49 history.failure(BiometricModality.Face) in faceFailed()
58 history.failure(BiometricModality.None) in fingerprintFailed()
59 history.failure(BiometricModality.Fingerprint) in fingerprintFailed()
68 history.failure(BiometricModality.Face) in coexFailed()
69 history.failure(BiometricModality.Fingerprint) in coexFailed()
74 history.failure(BiometricModality.None) in coexFailed()
/frameworks/av/media/codec2/hal/common/include/codec2/common/
DParamTypes.h420 switch (s.failure) { in objcpy()
422 d->failure = SettingResult::Failure::BAD_TYPE; in objcpy()
425 d->failure = SettingResult::Failure::BAD_PORT; in objcpy()
428 d->failure = SettingResult::Failure::BAD_INDEX; in objcpy()
431 d->failure = SettingResult::Failure::READ_ONLY; in objcpy()
434 d->failure = SettingResult::Failure::MISMATCH; in objcpy()
437 d->failure = SettingResult::Failure::BAD_VALUE; in objcpy()
440 d->failure = SettingResult::Failure::CONFLICT; in objcpy()
443 d->failure = SettingResult::Failure::UNSUPPORTED; in objcpy()
446 d->failure = SettingResult::Failure::INFO_BAD_VALUE; in objcpy()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DValueParser.kt119 else -> Result.failure(exceptionOrNull()!!) in <lambda>()
139 ?: Result.failure(ArgParseError("Failed to transform value $value")) in map()
154 ?: Result.failure(ArgParseError("Failed to parse $value as a boolean")) in value()
159 ?: Result.failure(ArgParseError("Failed to parse $value as an int")) in value()
164 ?: Result.failure(ArgParseError("Failed to parse $value as a float")) in value()
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/
Dconnectivity_atoms.proto28 * Logs validation failure statistics for all <Rat, Signalstrength> pair on the system
40 * Logs validation failure statistics on each list of <Rat, Signalstrength> pair.
50 * Logs the validation failure statistics about a <Rat, Signalstrength> pair of the system
51 * default network. The statistics include: 1.Validation failure count. 2.Validation failure
66 // The number of times the network transitioned from validation success to validation failure
/frameworks/proto_logging/stats/express/catalog/
Dcpu.cfg3 display_name: "Process tracking start failure count"
12 display_name: "Aggregated thread tracking start failure count"
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal37 * @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/base/packages/StatementService/src/com/android/statementservice/domain/
DDomainVerifier.kt93 ?: 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/
DHostUtils.kt67 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/
DCamera2CaptureCallbackForwarder.java52 final CaptureFailure failure) { in onCaptureFailed() argument
56 mListener.onCaptureFailed(session, request, failure); in onCaptureFailed()
DCamera2CaptureCallbackSplitter.java59 CaptureFailure failure) { in onCaptureFailed() argument
61 target.onCaptureFailed(session, request, failure); in onCaptureFailed()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java571 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/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCaptureCallback.java147 CaptureFailure failure) { in onCaptureFailed() argument
148 if (mProxy != null) mProxy.onCaptureFailed(session, request, failure); in onCaptureFailed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptHistory.kt41 fun failure(modality: BiometricModality) { in failure() method
/frameworks/compile/slang/lit-tests/
DREADME19 the failure. Note that tests marked as "Expected Fail" (XFAIL) will not print
20 failure information, even with -v.
/frameworks/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto225 // NUD probe failure due to neighbor's MAC address has changed.
227 // NUD probe failure due to neighbor's MAC address has changed after roaming.
229 // NUD probe failure due to neighbor's MAC address has changed after receiving CMD_CONFIRM.
231 // NUD probe failure due to neighbor's MAC address has changed during organic probes.
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/coroutine/
DCoroutineResult.kt43 Result.failure(e)

12345678910