HomeSort by relevance Sort by last modified time
    Searched defs:ERROR (Results 251 - 275 of 1355) sorted by null

<<11121314151617181920>>

  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 109 public static final int ERROR = 13;
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
IOffloadManager.h 82 * Offload was stopped due to an internal (to IPA or modem) error.
86 ERROR,
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java 44 * means that the error occured during parsing or resolution of corresponding
59 protected static final char ERROR = '!';
112 tag = ERROR;
203 } else if (tag == ERROR) {
287 * Throws contained error (if any) with a renewed stack trace.
290 if (tag == ERROR) {
306 // got some other error, have to go with deep cloning
308 Throwable error = (Throwable)value; local
309 StackTraceElement[] ste = error.getStackTrace();
313 oos.writeObject(error);
    [all...]
  /packages/apps/Car/Media/src/com/android/car/media/browse/
BrowseAdapter.java 94 ERROR,
269 * {@link State#ERROR} only if the list of immediate children fails to load.
406 mState = State.ERROR;
410 Log.w(TAG, "Error loading children for a section we don't have: " + parentId);
414 state.mState = State.ERROR;
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
LogUtils.java 41 public static final int ERROR = Log.ERROR;
272 * Send a {@link #ERROR} log message.
281 if (isLoggable(tag, ERROR)) {
287 * Send a {@link #ERROR} log message.
297 if (isLoggable(tag, ERROR)) {
303 * What a Terrible Failure: Report a condition that should never happen. The error will always be
306 * with an error dialog.
315 VvmLog.wtf(tag, String.format(format, args), new Error());
319 * What a Terrible Failure: Report a condition that should never happen. The error will always b
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
LogUtil.java 36 public static final int ERROR = android.util.Log.ERROR;
159 * Send an {@link #ERROR} log message.
165 println(android.util.Log.ERROR, tag, msg);
169 * Send a {@link #ERROR} log message and log the exception.
176 println(android.util.Log.ERROR, tag, msg);
177 println(android.util.Log.ERROR, tag, android.util.Log.getStackTraceString(tr));
182 * The error will always be logged at level ASSERT with the call stack.
185 * immediately with an error dialog.
197 * The error will always be logged at level ASSERT with the call stack
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/jni/
BackendConstants.java 25 public static final String ERROR = "ERROR";
  /packages/services/Car/tools/emulator/
VehicleHalProto_pb2.py 142 name='ERROR', index=2, number=2,
175 ERROR = 2
  /packages/services/Telephony/src/com/android/services/telephony/
Log.java 34 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 47 #define ERROR(x) \
53 #define ERROR(x)
  /system/media/camera/tests/
camera_metadata_tests.cpp 38 #define ERROR 1
409 EXPECT_EQ(ERROR, result);
429 EXPECT_EQ(ERROR, result);
457 EXPECT_EQ(ERROR, result);
697 EXPECT_EQ(ERROR, result);
755 EXPECT_EQ(ERROR, result);
799 EXPECT_EQ(ERROR, result);
829 EXPECT_EQ(ERROR, result);
851 EXPECT_EQ(ERROR, result);
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-pexecute.c 87 error Exit error
96 static void error (int, const char *);
104 /* Print a fatal error and exit. LINE is the line number where we
105 detected the error, ERRMSG is the error message to print, and ERR
120 /* Print an error message and bump the error count. LINE is the line
121 number where we detected the error, ERRMSG is the error t
125 error (int line, const char *errmsg) function
    [all...]
  /tools/repohooks/tools/
checkpatch.pl 726 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) {
1058 # The whole of a #error is a string.
1059 } elsif ($res =~ /^.\s*\#\s*(?:error|warning)\s+(.*)\b/) {
1061 $res =~ s@(\#\s*(?:error|warning)\s+).*@$1$clean@;
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/
XmlResultReporter.java 59 private static final String ERROR = "error";
182 String result = testResult.getStatus().equals(TestStatus.FAILURE) ? FAILURE : ERROR;
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/
minlog-1.2.jar 
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 299 ERROR("err"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 299 ERROR("err"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 299 ERROR("err"),
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 39 #define ERROR(args...) debug_printf("ERROR: " args)
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 237 string* error) const {
309 // with error code 127 and no explanation message. Presumably the problem
334 GOOGLE_LOG(ERROR)
826 // Test that --disallow_services produces an error when there are services.
    [all...]
  /external/v4l2_codec2/include/
C2VDAComponent.h 100 virtual void notifyError(VideoDecodeAcceleratorAdaptor::Result error) override;
114 // The component is in error state.
115 ERROR,
132 ERROR,
226 void reportError(c2_status_t error);
  /external/webrtc/webrtc/base/
logging.cc 17 #undef ERROR // wingdi.h
78 return "No error";
172 tmp << " " << nonnull(GetMacOSStatusErrorString(err), "Unknown error");
295 } else if (token == "error") {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketChannelClient.java 60 NEW, CONNECTED, REGISTERED, CLOSED, ERROR
102 reportError("URI error: " + e.getMessage());
104 reportError("WebSocket connection error: " + e.getMessage());
131 reportError("WebSocket register JSON error: " + e.getMessage());
145 case ERROR:
147 Log.e(TAG, "WebSocket send() in error or closed state : " + message);
158 reportError("WebSocket send JSON error: " + e.getMessage());
182 // Close WebSocket in CONNECTED or ERROR states only.
184 || state == WebSocketConnectionState.ERROR) {
197 Log.e(TAG, "Wait error: " + e.toString())
    [all...]
WebSocketRTCClient.java 45 NEW, CONNECTED, CLOSED, ERROR
268 String errorText = json.optString("error");
303 reportError("WebSocket error message: " + errorText);
309 reportError("WebSocket message JSON parsing error: " + e.toString());
320 reportError("WebSocket error: " + description);
330 if (roomState != ConnectionState.ERROR) {
331 roomState = ConnectionState.ERROR;
359 reportError("GAE POST error: " + errorMessage);
369 reportError("GAE POST error: " + result);
372 reportError("GAE POST JSON error: " + e.toString())
    [all...]
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 36 * Unspecified error.
38 public static final int ERROR = -1;
49 * Sentinel value returned by {@link #getMasterElectionGroupId()} when an error occurs trying to
129 * {@link #ERROR} or {@link #ERROR_DEAD_OBJECT} in case of failure.
158 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
183 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
219 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
248 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
275 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
284 * Gets the panic threshold for the estimated error level of the common time service. When th
    [all...]

Completed in 1270 milliseconds

<<11121314151617181920>>