Searched refs:ERROR (Results 1 - 25 of 81) sorted by relevance

1234

/frameworks/native/cmds/installd/
H A Dotapreopt_chroot.cpp40 PLOG(ERROR) << "Failed to unshare() for otapreopt.";
46 PLOG(ERROR) << "Failed to mount private.";
57 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i];
64 PLOG(ERROR) << "Unable to chdir into /postinstall.";
70 PLOG(ERROR) << "Failed to chroot";
75 PLOG(ERROR) << "Unable to chdir into /.";
90 PLOG(ERROR) << "execv(OTAPREOPT) failed.";
H A Dcommands.cpp86 PLOG(ERROR) << "Failed to prepare " << path;
90 PLOG(ERROR) << "Failed to setfilecon " << path;
97 PLOG(ERROR) << "Failed to prepare " << path;
102 PLOG(ERROR) << "Failed to setfilecon " << path;
111 PLOG(ERROR) << "Failed to prepare " << profile_path;
117 PLOG(ERROR) << "Failed to prepare " << profile_path;
126 PLOG(ERROR) << "Failed to prepare " << ref_profile_path;
147 PLOG(ERROR) << "Failed to mark default storage " << ce_path;
160 PLOG(ERROR) << "Failed to delete";
164 PLOG(ERROR) << "Faile
[all...]
H A Dotapreopt.cpp91 LOG(ERROR)<< "Failed reading system properties.";
96 LOG(ERROR) << "Failed reading environment properties.";
101 LOG(ERROR) << "Failed reading command line file.";
108 LOG(ERROR) << "Failed preparing boot image.";
197 LOG(ERROR) << "Wrong number of parameters";
224 LOG(ERROR) << "Instruction set missing.";
243 PLOG(ERROR) << "Could not create dalvik-cache dir";
249 PLOG(ERROR) << "Could not create dalvik-cache isa dir";
285 LOG(ERROR) << "Could not generate boot image: " << error_msg;
350 LOG(ERROR) << "Coul
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java57 return mClientIsUsingV2 ? TextToSpeech.STOPPED : TextToSpeech.ERROR;
H A DFileSynthesisCallback.java124 return TextToSpeech.ERROR;
128 return TextToSpeech.ERROR;
148 return TextToSpeech.ERROR;
166 return TextToSpeech.ERROR;
171 return TextToSpeech.ERROR;
175 return TextToSpeech.ERROR;
193 return TextToSpeech.ERROR;
211 return TextToSpeech.ERROR;
219 return TextToSpeech.ERROR;
223 return TextToSpeech.ERROR;
[all...]
H A DPlaybackSynthesisCallback.java143 return TextToSpeech.ERROR;
151 return TextToSpeech.ERROR;
155 return TextToSpeech.ERROR;
181 return TextToSpeech.ERROR;
185 return TextToSpeech.ERROR;
205 return TextToSpeech.ERROR;
224 return TextToSpeech.ERROR;
242 return TextToSpeech.ERROR;
H A DTextToSpeechService.java360 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
365 return TextToSpeech.ERROR;
372 return TextToSpeech.ERROR;
378 return TextToSpeech.ERROR;
391 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
396 return TextToSpeech.ERROR;
403 return TextToSpeech.ERROR;
407 return TextToSpeech.ERROR;
552 return TextToSpeech.ERROR;
587 return TextToSpeech.ERROR;
[all...]
H A DTextToSpeech.java74 public static final int ERROR = -1; field in class:TextToSpeech
192 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
481 * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}.
766 dispatchOnInit(ERROR);
767 return ERROR;
772 dispatchOnInit(ERROR);
773 return ERROR;
802 dispatchOnInit(ERROR);
803 return ERROR;
895 * @return Code indicating success or failure. See {@link #ERROR} an
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateErrors.java32 ERROR, enum constant in enum:MediaPlayerStateErrors.MediaPlayerState
H A DMediaRecorderStateErrors.java28 ERROR, enum constant in enum:MediaRecorderStateErrors.MediaRecorderState
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java33 ERROR, enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java33 case Log.ERROR:
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dutil.cpp48 LOG(ERROR) << "Machine type (" << version << ") unknown";
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DL.java33 if (kind == Kind.ERROR) {
99 printMessage(null, Diagnostic.Kind.ERROR, fullMsg);
105 printMessage(element, Diagnostic.Kind.ERROR, fullMsg);
111 printMessage(null, Diagnostic.Kind.ERROR,
117 if (kind == Diagnostic.Kind.ERROR) {
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp121 me->mState = ERROR;
147 me->mState = ERROR;
234 me->mState = ERROR;
256 me->mState = ERROR;
262 me->mState = ERROR;
294 me->mState = ERROR;
319 me->mState = ERROR;
327 me->mState = ERROR;
336 me->mState = ERROR;
/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/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java109 public static final int ERROR = 13; field in class:LoggingEvents.VoiceIme
/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/base/telephony/java/android/telephony/
H A DRlog.java72 return Log.println_native(Log.LOG_ID_RADIO, Log.ERROR, tag, msg);
76 return Log.println_native(Log.LOG_ID_RADIO, Log.ERROR, tag,
/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
230 * Send an {@link #ERROR} log message.
236 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
240 * Send a {@link #ERROR} log message and log the exception.
247 return printlns(LOG_ID_MAIN, ERROR, tag, msg, tr);
296 // Only mark this as ERROR, do not use ASSERT since that should be
299 int bytes = printlns(logId, ERROR, tag, msg, localStack ? what : tr);
H A DSlog.java68 return Log.println_native(Log.LOG_ID_SYSTEM, Log.ERROR, tag, msg);
72 return Log.println_native(Log.LOG_ID_SYSTEM, Log.ERROR, tag,
/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java38 public static final int ERROR = 1; field in class:DisconnectCause
250 case ERROR:
251 code = "ERROR";
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLog.java71 if (isLoggable(tag, android.util.Log.ERROR)) {
77 if (isLoggable(tag, android.util.Log.ERROR)) {
122 // ERROR, so the comparison checks that the override value is smaller
/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h85 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java48 * ERROR
164 return Log.ERROR;

Completed in 2168 milliseconds

1234