Searched defs:ERROR (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/base/libs/androidfw/
H A DUtil.cpp25 #ifdef ERROR
26 #undef ERROR macro
H A DLoadedArsc.cpp30 #ifdef ERROR
31 #undef ERROR macro
190 LOG(ERROR) << "Invalid ID 0x" << std::hex << resid << std::dec << ".";
219 LOG(ERROR) << "Too many entries in RES_TABLE_TYPE_TYPE.";
229 LOG(ERROR) << "Entry offsets overlap actual entry data.";
234 LOG(ERROR) << "Entry offsets extend beyond chunk.";
239 LOG(ERROR) << "Entries start at unaligned address.";
251 LOG(ERROR) << "Entry offset at index " << i << " is not 4-byte aligned.";
258 LOG(ERROR) << "Entry offset at index " << i << " is too large.";
264 LOG(ERROR) << "Entr
[all...]
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java33 ERROR, enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h86 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleDecodingSource.h86 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/av/media/libstagefright/include/
H A DSimpleDecodingSource.h86 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/base/core/java/android/os/
H A DCommonTimeUtils.java33 public static final int ERROR = -1; field in class:CommonTimeUtils
235 int ret_val = ERROR;
H A DUpdateEngine.java62 public static final int ERROR = 1; field in class:UpdateEngine.ErrorCodeConstants
H A DCommonTimeConfig.java38 public static final int ERROR = -1; field in class:CommonTimeConfig
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.
305 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
334 * {@link #ERROR} or {@link #ERROR_DEAD_OBJECT} in case of failure.
353 * mode while it is actively bound to a network will fail with the status code {@link #ERROR}
[all...]
H A DParcelFileDescriptor.java733 closeWithStatus(Status.ERROR, msg);
824 if (status == Status.ERROR) {
1098 public static final int ERROR = 1; field in class:ParcelFileDescriptor.Status
1122 case ERROR:
/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java33 public static final VerifyCredentialResponse ERROR field in class:VerifyCredentialResponse
/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h25 #ifdef ERROR
26 #undef ERROR macro
82 // LOG(ERROR) << iter.GetLastError();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStateErrors.java28 ERROR, enum constant in enum:MediaRecorderStateErrors.MediaRecorderState
H A DMediaPlayerStateErrors.java32 ERROR, enum constant in enum:MediaPlayerStateErrors.MediaPlayerState
/frameworks/multidex/library/test/src/android/util/
H A DLog.java51 public static final int ERROR = 6; field in class:Log
156 * Send an {@link #ERROR} log message.
162 return println(LOG_ID_MAIN, ERROR, tag, msg);
166 * Send a {@link #ERROR} log message and log the exception.
173 return println(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/base/services/net/java/android/net/util/
H A DSharedLog.java41 ERROR, enum constant in enum:SharedLog.Category
86 Log.e(mTag, record(Category.ERROR, e.toString()));
90 Log.e(mTag, record(Category.ERROR, msg));
/frameworks/base/tools/aapt/
H A DSourcePos.cpp16 ERROR enumerator in enum:ErrorPos::Level
76 case ERROR:
120 g_errors.push_back(ErrorPos(this->file, this->line, msg, ErrorPos::ERROR));
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h130 ERROR, enumerator in enum:android::camera2::CaptureSequencer::CaptureState
/frameworks/base/core/java/android/util/
H A DLog.java37 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
83 public static final int ERROR = 6; field in class:Log
206 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
232 * Send an {@link #ERROR} log message.
238 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
242 * Send a {@link #ERROR} log message and log the exception.
249 return printlns(LOG_ID_MAIN, ERROR, tag, msg, tr);
298 // Only mark this as ERROR, do not use ASSERT since that should be
301 int bytes = printlns(logId, ERROR, tag, msg, localStack ? what : tr);
/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java38 public static final int ERROR = 1; field in class:DisconnectCause
256 case ERROR:
257 code = "ERROR";
H A DLog.java56 public static boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
141 if (ERROR) {
147 if (ERROR) {
349 ERROR = isLoggable(android.util.Log.ERROR);
/frameworks/base/tools/aapt2/util/
H A DUtil.h36 // which will pull in the ERROR definition. This conflicts
38 // ERROR, but it gets included too early (before winsock2.h).
39 #ifdef ERROR
40 #undef ERROR macro
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java109 public static final int ERROR = 13; field in class:LoggingEvents.VoiceIme
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp148 ERROR, enumerator in enum:TestCameraDeviceCallbacks::Status
174 mLastStatus = ERROR;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java56 public static final int ERROR = 0xFF000000; field in class:BluetoothClass

Completed in 576 milliseconds

12