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

123

/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java57 return mClientIsUsingV2 ? TextToSpeech.STOPPED : TextToSpeech.ERROR;
H A DPlaybackSynthesisCallback.java132 return TextToSpeech.ERROR;
140 return TextToSpeech.ERROR;
144 return TextToSpeech.ERROR;
170 return TextToSpeech.ERROR;
174 return TextToSpeech.ERROR;
193 return TextToSpeech.ERROR;
212 return TextToSpeech.ERROR;
230 return TextToSpeech.ERROR;
H A DFileSynthesisCallback.java118 return TextToSpeech.ERROR;
122 return TextToSpeech.ERROR;
144 return TextToSpeech.ERROR;
162 return TextToSpeech.ERROR;
167 return TextToSpeech.ERROR;
171 return TextToSpeech.ERROR;
185 return TextToSpeech.ERROR;
203 return TextToSpeech.ERROR;
212 return TextToSpeech.ERROR;
216 return TextToSpeech.ERROR;
[all...]
H A DTextToSpeechService.java358 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
363 return TextToSpeech.ERROR;
370 return TextToSpeech.ERROR;
376 return TextToSpeech.ERROR;
389 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
394 return TextToSpeech.ERROR;
401 return TextToSpeech.ERROR;
405 return TextToSpeech.ERROR;
514 return TextToSpeech.ERROR;
545 return TextToSpeech.ERROR;
[all...]
H A DTextToSpeech.java70 public static final int ERROR = -1; field in class:TextToSpeech
182 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
471 * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}.
756 dispatchOnInit(ERROR);
757 return ERROR;
762 dispatchOnInit(ERROR);
763 return ERROR;
792 dispatchOnInit(ERROR);
793 return ERROR;
885 * @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
H A DMediaPlayerStateUnitTestTemplate.java121 if (mMediaPlayerState != MediaPlayerStateErrors.MediaPlayerState.ERROR) {
367 case ERROR:
411 case ERROR:
462 callMediaPlayerMethodUnderTestInState(MediaPlayerStateErrors.MediaPlayerState.ERROR);
H A DMediaRecorderStateUnitTestTemplate.java239 case ERROR:
274 case ERROR:
309 callMediaRecorderMethodUnderTestInState(MediaRecorderStateErrors.MediaRecorderState.ERROR);
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java41 public static final int ERROR = -1; field in interface:EventHandler
H A DErrorStrings.java49 case EventHandler.ERROR:
/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/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/telecomm/java/android/telecom/
H A DLog.java39 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
96 if (ERROR) {
102 if (ERROR) {
H A DDisconnectCause.java41 public static final int ERROR = 1; field in class:DisconnectCause
235 case ERROR:
236 code = "ERROR";
/frameworks/base/core/java/android/util/
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,
H A DLog.java33 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
79 public static final int ERROR = 6; field in class:Log
202 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
226 * Send an {@link #ERROR} log message.
232 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
236 * Send a {@link #ERROR} log message and log the exception.
243 return println_native(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
/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/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java48 * ERROR
164 return Log.ERROR;
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%

Completed in 4173 milliseconds

123