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

1234

/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/native/cmds/installd/
H A Dotapreopt_chroot.cpp76 PLOG(ERROR) << "Failed to unshare() for otapreopt.";
82 PLOG(ERROR) << "Failed to mount private.";
93 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i];
108 LOG(ERROR) << "Target slot suffix not legal: " << arg[2];
122 PLOG(ERROR) << "Unable to chdir into /postinstall.";
128 PLOG(ERROR) << "Failed to chroot";
133 PLOG(ERROR) << "Unable to chdir into /.";
154 LOG(ERROR) << "Unexpected argument size "
160 LOG(ERROR) << "(null)";
162 LOG(ERROR) << "\"" << ar
[all...]
H A Dotapreopt.cpp89 LOG(ERROR) << "Failed reading command line.";
94 LOG(ERROR)<< "Failed reading system properties.";
99 LOG(ERROR) << "Failed reading environment properties.";
104 LOG(ERROR) << "Failed initializing globals.";
111 LOG(ERROR) << "Failed preparing boot image.";
229 LOG(ERROR) << "Could not set ASEC_MOUNTPOINT environment variable";
234 LOG(ERROR) << "Could not initialize globals; exiting.";
241 LOG(ERROR) << "Could not access " << GetOtaDirectoryPrefix();
260 LOG(ERROR) << "Missing parameters";
266 LOG(ERROR) << "Targe
[all...]
H A Dcommands.cpp116 PLOG(ERROR) << "Failed before getfilecon for " << path;
120 PLOG(ERROR) << "Failed top-level restorecon for " << path;
124 PLOG(ERROR) << "Failed after getfilecon for " << path;
135 PLOG(ERROR) << "Failed recursive restorecon for " << path;
156 PLOG(ERROR) << "Failed to prepare " << path;
209 PLOG(ERROR) << "Failed to prepare " << profile_path;
215 PLOG(ERROR) << "Failed to prepare " << profile_path;
224 PLOG(ERROR) << "Failed to prepare " << ref_profile_path;
245 PLOG(ERROR) << "Failed to mark default storage " << ce_path;
258 PLOG(ERROR) << "Faile
[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.cpp123 me->mState = ERROR;
149 me->mState = ERROR;
236 me->mState = ERROR;
258 me->mState = ERROR;
264 me->mState = ERROR;
296 me->mState = ERROR;
321 me->mState = ERROR;
329 me->mState = ERROR;
338 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/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
248 case ERROR:
249 code = "ERROR";
/frameworks/base/telephony/java/android/telephony/
H A DRlog.java79 return Log.println_native(Log.LOG_ID_RADIO, Log.ERROR, tag, msg);
83 return Log.println_native(Log.LOG_ID_RADIO, Log.ERROR, tag,
/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 962 milliseconds

1234