/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/ |
H A D | TransitionVerifier.java | 46 final String errorMessage = errorDuringTransition(activityClass, "launch"); in assertLaunchSequence() local 99 final String errorMessage = errorDuringTransition(launchingActivity, "launch"); in assertLaunchSequence() local 136 final String errorMessage = errorDuringTransition(activityClass, "launch and stop"); in assertLaunchAndStopSequence() local 162 final String errorMessage = errorDuringTransition(activityClass, "launch and pause"); in assertLaunchAndPauseSequence() local 176 final String errorMessage = errorDuringTransition(activityClass, "restart"); in assertRestartSequence() local 187 final String errorMessage = errorDuringTransition(activityClass, "restart and pause"); in assertRestartAndResumeSequence() local 220 final String errorMessage = errorDuringTransition(activityClass, "recreateA and pause"); in assertRecreateAndResumeSequence() local 235 final String errorMessage = errorDuringTransition(activityClass, "launch and destroy"); in assertLaunchAndDestroySequence() local 252 final String errorMessage = errorDuringTransition(activityClass, "launch and destroy"); in assertResumeToDestroySequence() local 275 final String errorMessage = errorDuringTransition(activityClass, "resumed to stopped"); in assertResumeToStopSequence() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/exception/ |
H A D | AwsErrorDetails.java | 30 private final String errorMessage; field in AwsErrorDetails 61 public String errorMessage() { in errorMessage() method in AwsErrorDetails 148 Builder errorMessage(String errorMessage); in errorMessage() method 155 String errorMessage(); in errorMessage() method 228 private String errorMessage; field in AwsErrorDetails.BuilderImpl 246 public Builder errorMessage(String errorMessage) { in errorMessage() method in AwsErrorDetails.BuilderImpl 252 public String errorMessage() { in errorMessage() method in AwsErrorDetails.BuilderImpl
|
/aosp_15_r20/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
H A D | WebRtcAudioTrack.java | 84 void onWebRtcAudioTrackInitError(String errorMessage); in onWebRtcAudioTrackInitError() 85 void onWebRtcAudioTrackStartError(String errorMessage); in onWebRtcAudioTrackStartError() 86 void onWebRtcAudioTrackError(String errorMessage); in onWebRtcAudioTrackError() 91 void onWebRtcAudioTrackInitError(String errorMessage); in onWebRtcAudioTrackInitError() 92 void onWebRtcAudioTrackStartError(AudioTrackStartErrorCode errorCode, String errorMessage); in onWebRtcAudioTrackStartError() 93 void onWebRtcAudioTrackError(String errorMessage); in onWebRtcAudioTrackError() 461 private void reportWebRtcAudioTrackInitError(String errorMessage) { in reportWebRtcAudioTrackInitError() 473 AudioTrackStartErrorCode errorCode, String errorMessage) { in reportWebRtcAudioTrackStartError() 484 private void reportWebRtcAudioTrackError(String errorMessage) { in reportWebRtcAudioTrackError()
|
H A D | WebRtcAudioRecord.java | 72 void onWebRtcAudioRecordInitError(String errorMessage); in onWebRtcAudioRecordInitError() 73 void onWebRtcAudioRecordStartError(AudioRecordStartErrorCode errorCode, String errorMessage); in onWebRtcAudioRecordStartError() 74 void onWebRtcAudioRecordError(String errorMessage); in onWebRtcAudioRecordError() 176 String errorMessage = "AudioRecord.read failed: " + bytesRead; in run() local 385 private void reportWebRtcAudioRecordInitError(String errorMessage) { in reportWebRtcAudioRecordInitError() 394 AudioRecordStartErrorCode errorCode, String errorMessage) { in reportWebRtcAudioRecordStartError() 402 private void reportWebRtcAudioRecordError(String errorMessage) { in reportWebRtcAudioRecordError()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/ |
H A D | ParseInputAndResultTest.kt | 89 fun errorMessage() { in errorMessage() method 90 val errorMessage = "Test error" in errorMessage() constant 101 val errorMessage = "Test error" in errorCodeAndMessage() constant 112 val errorMessage = "Test error" in errorCodeAndMessageAndException() constant 124 val errorMessage = "Test error" in errorCarryResult() constant
|
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/internal/util/ |
D | Preconditions.java | 62 final @CompileTimeConstant Object errorMessage) { in checkArgument() 112 final @CompileTimeConstant Object errorMessage) { in checkStringNotEmpty() 172 final @CompileTimeConstant Object errorMessage) { in checkNotNull() 220 public static void checkState(final boolean expression, String errorMessage) { in checkState() 329 final String errorMessage) { in checkArgumentNonnegative() 376 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative() 392 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive() 407 public static float checkArgumentNonNegative(final float value, final String errorMessage) { in checkArgumentNonNegative() 422 public static float checkArgumentPositive(final float value, final String errorMessage) { in checkArgumentPositive()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common/javac/ |
D | modules-utils-preconditions.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common_apex33/javac/ |
D | modules-utils-preconditions.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common_apex30/javac/ |
D | modules-utils-preconditions.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | PollingCheck.java | 46 public PollingCheck(long timeout, String errorMessage) { in PollingCheck() 51 public PollingCheck(String errorMessage) { in PollingCheck() 131 public static void waitFor(final PollingCheckCondition condition, String errorMessage) { in waitFor() 132 new PollingCheck(errorMessage) { in waitFor() argument 150 Supplier<String> errorMessage) { in waitFor() 164 public static void waitFor(long timeout, BooleanSupplier condition, String errorMessage) { in waitFor() 165 new PollingCheck(timeout, errorMessage) { in waitFor() argument
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | EndToEndTestImpl.hpp | 61 std::string errorMessage; in ConstantUsageTest() local 148 std::string errorMessage; in EndToEndLayerTestImpl() local 220 std::string errorMessage; in ImportNonAlignedInputPointerTest() local 289 std::string errorMessage; in ExportNonAlignedOutputPointerTest() local 364 std::string errorMessage; in ImportAlignedPointerTest() local 451 std::string errorMessage; in ImportOnlyWorkload() local 541 std::string errorMessage; in ExportOnlyWorkload() local 631 std::string errorMessage; in ImportAndExportWorkload() local 724 std::string errorMessage; in ExportOutputWithSeveralOutputSlotConnectionsTest() local 861 std::string errorMessage; in ForceImportWithAlignedBuffersEndToEndTest() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | Assertions.java | 52 public static void checkArgument(boolean expression, Object errorMessage) { in checkArgument() 97 public static void checkState(boolean expression, Object errorMessage) { in checkState() 134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull() 172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull() 208 public static String checkNotEmpty(@Nullable String string, Object errorMessage) { in checkNotEmpty()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | Assertions.java | 52 public static void checkArgument(boolean expression, Object errorMessage) { in checkArgument() 97 public static void checkState(boolean expression, Object errorMessage) { in checkState() 134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull() 172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull() 208 public static String checkNotEmpty(@Nullable String string, Object errorMessage) { in checkNotEmpty()
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/internal/ |
H A D | Utils.java | 40 boolean isValid, @javax.annotation.Nullable Object errorMessage) { in checkArgument() 79 public static void checkState(boolean isValid, @javax.annotation.Nullable Object errorMessage) { in checkState() 113 T arg, @javax.annotation.Nullable Object errorMessage) { in checkNotNull() 128 List<T> list, @javax.annotation.Nullable Object errorMessage) { in checkListElementNotNull() 144 void checkMapElementNotNull(Map<K, V> map, @javax.annotation.Nullable Object errorMessage) { in checkMapElementNotNull()
|
/aosp_15_r20/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
H A D | Preconditions.java | 46 public static void checkArgument(boolean expression, final Object errorMessage) { in checkArgument() 95 final Object errorMessage) { in checkStringNotEmpty() 127 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() 204 final String errorMessage) { in checkArgumentNonnegative() 251 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative() 267 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive()
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/include/delegate/ |
H A D | ArmnnNetworkExecutor.hpp | 111 const std::string errorMessage{"ArmnnNetworkExecutor: Failed to build the model"}; in ArmnnNetworkExecutor() local 122 const std::string errorMessage{"ArmnnNetworkExecutor: Failed to alloc tensors"}; in ArmnnNetworkExecutor() local 165 const std::string errorMessage{"ArmnnNetworkExecutor: input tensor is null"}; in PrepareTensors() local 198 const std::string errorMessage{"ArmnnNetworkExecutor: p_Output tensor is null"}; in Run() local 206 const std::string errorMessage{"ArmnnNetworkExecutor: Invoke has failed"}; in Run() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | DataDrivenNumberFormatTestUtility.java | 246 String errorMessage; in run() local 376 String errorMessage = codeUnderTest.format(tuple); in isPass() local 381 String errorMessage = codeUnderTest.toPattern(tuple); in isPass() local 386 String errorMessage = codeUnderTest.parseCurrency(tuple); in isPass() local 391 String errorMessage = codeUnderTest.parse(tuple); in isPass() local 396 String errorMessage = codeUnderTest.select(tuple); in isPass() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | DataDrivenNumberFormatTestUtility.java | 243 String errorMessage; in run() local 373 String errorMessage = codeUnderTest.format(tuple); in isPass() local 378 String errorMessage = codeUnderTest.toPattern(tuple); in isPass() local 383 String errorMessage = codeUnderTest.parseCurrency(tuple); in isPass() local 388 String errorMessage = codeUnderTest.parse(tuple); in isPass() local 393 String errorMessage = codeUnderTest.select(tuple); in isPass() local
|
/aosp_15_r20/external/google-smali/third_party/smali/src/main/java/com/android/tools/smali/smali/ |
H A D | SemanticException.java | 37 private String errorMessage; field in SemanticException 40 SemanticException(IntStream input, String errorMessage, Object... messageArguments) { in SemanticException() 50 …SemanticException(IntStream input, CommonTree tree, String errorMessage, Object... messageArgument… in SemanticException() 60 … SemanticException(IntStream input, Token token, String errorMessage, Object... messageArguments) { in SemanticException()
|
/aosp_15_r20/external/armnn/src/profiling/test/ |
H A D | SendCounterPacketTests.hpp | 41 std::string& errorMessage) in CreateDeviceRecordTest() 48 std::string& errorMessage) in CreateCounterSetRecordTest() 55 std::string& errorMessage) in CreateEventRecordTest() 63 std::string& errorMessage) in CreateCategoryRecordTest()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogcatCrashResultForwarder.java | 136 public void testRunFailed(String errorMessage) { in testRunFailed() 145 String errorMessage = error.getErrorMessage(); in testRunFailed() local 181 private String extractCrashAndAddToMessage(String errorMessage, Long startTime) { in extractCrashAndAddToMessage() 193 private boolean isCrash(String errorMessage) { in isCrash() 199 private boolean isTimeout(String errorMessage) { in isTimeout()
|
/aosp_15_r20/packages/modules/DeviceLock/service/java/com/android/server/devicelock/ |
D | DeviceLockControllerPackageUtils.java | 62 public synchronized ServiceInfo findService(@NonNull StringBuilder errorMessage) { in findService() 73 private ServiceInfo findServiceInternal(@NonNull StringBuilder errorMessage) { in findServiceInternal() 121 public synchronized int getDeviceIdTypeBitmap(@NonNull StringBuilder errorMessage) { in getDeviceIdTypeBitmap() 131 private int getDeviceIdTypeBitmapInternal(@NonNull StringBuilder errorMessage) { in getDeviceIdTypeBitmapInternal()
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Tensor.cpp | 149 std::stringstream errorMessage; in operator []() local 277 std::stringstream errorMessage; in CheckDimensionIndex() local 301 std::stringstream errorMessage; in CheckDimensionSpecified() local 311 std::stringstream errorMessage; in CheckScalar() local 321 std::stringstream errorMessage; in CheckUnspecifiedNumDimensions() local 331 std::stringstream errorMessage; in CheckSpecifiedNumDimensions() local
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/user/ |
D | UserIdentificationAssociationResponse.java | 75 @Nullable String errorMessage, in UserIdentificationAssociationResponse() 94 public static UserIdentificationAssociationResponse forFailure(@Nullable String errorMessage) { in forFailure() 115 @UserIdentificationAssociationValue int[] values, @Nullable String errorMessage) { in forSuccess() 217 String errorMessage = (flg & 0x2) == 0 ? null : in.readString(); in UserIdentificationAssociationResponse() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ |
H A D | SupportPreconditions.java | 45 public static <T extends Object> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() 75 public static String checkNotEmpty(String string, Object errorMessage) { in checkNotEmpty() 102 public static void checkArgument(boolean expression, @Nullable Object errorMessage) { in checkArgument() 165 public static void checkState(boolean expression, @Nullable Object errorMessage) { in checkState()
|