Searched defs:ERROR (Results 1 - 25 of 41) sorted by last modified time

12

/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java109 public static final int ERROR = 13; field in class:LoggingEvents.VoiceIme
/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/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java2227 public static final int ERROR = 0; field in class:WifiManager
2281 * {@link #ERROR}, {@link #IN_PROGRESS} or {@link #BUSY}
2314 * {@link #ERROR}, {@link #IN_PROGRESS} or {@link #BUSY}
2715 ((TxPacketCountListener) listener).onFailure(ERROR);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java60 * Upon failure, the reason of failure can be one of {@link #ERROR}, {@link #P2P_UNSUPPORTED}
494 public static final int ERROR = 0; field in class:WifiP2pManager
533 * {@link #ERROR} or {@link #BUSY}
/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/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/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/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/telephony/java/android/telephony/
H A DTelephony.java1816 public static final String ERROR = "error"; field in interface:Telephony.ThreadsColumns
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp29 #ifdef ERROR
30 #undef ERROR macro
281 LOG(ERROR) << base::StringPrintf("Invalid ID 0x%08x.", resid);
291 LOG(ERROR) << base::StringPrintf("No package ID %02x found for ID 0x%08x.", package_id, resid);
401 LOG(ERROR) << base::StringPrintf("Resource %08x is a complex map type.", resid);
501 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid);
526 LOG(ERROR) << base::StringPrintf("Failed to find parent 0x%08x of bag 0x%08x.", parent_resid, resid);
548 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", child_key, resid);
580 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid);
837 LOG(ERROR) << bas
[all...]
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...]
H A DUtil.cpp25 #ifdef ERROR
26 #undef ERROR macro
/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h25 #ifdef ERROR
26 #undef ERROR macro
82 // LOG(ERROR) << iter.GetLastError();
/frameworks/base/media/java/android/media/
H A DAudioManager.java1728 * @return a new unclaimed and unused audio session identifier, or {@link #ERROR} when the
1738 return ERROR;
2824 * @return {@link #ERROR} if there was an error communicating with the registration service
2840 return ERROR;
3850 public static final int ERROR = AudioSystem.ERROR; field in class:AudioManager
3954 * - {@link #ERROR} if patch cannot be connected for any other reason.
3973 * - {@link #ERROR} if patch cannot be released for any other reason.
H A DAudioRecord.java88 public static final int ERROR = AudioSystem.ERROR; field in class:AudioRecord
922 * or {@link #ERROR} if the implementation was unable to query the hardware for its
951 return ERROR;
1063 * <li>{@link #ERROR} in case of other error</li>
1094 * <li>{@link #ERROR} in case of other error</li>
1136 * <li>{@link #ERROR} in case of other error</li>
1166 * <li>{@link #ERROR} in case of other error</li>
1213 * <li>{@link #ERROR} in case of other error</li>
1264 * <li>{@link #ERROR} i
[all...]
H A DAudioSystem.java340 public static final int ERROR = -1; field in class:AudioSystem
H A DAudioTrack.java149 public static final int ERROR = AudioSystem.ERROR; field in class:AudioTrack
1498 * or {@link #ERROR} if unable to query for output properties,
1537 return ERROR;
2098 * <li>{@link #ERROR} in case of other error</li>
2146 * <li>{@link #ERROR} in case of other error</li>
2209 * <li>{@link #ERROR} in case of other error</li>
2255 * <li>{@link #ERROR} in case of other error</li>
2336 * <li>{@link #ERROR} in case of other error</li>
2417 * <li>{@link #ERROR} i
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java172 public static final int ERROR = -1; field in class:AudioEffect
714 status = ERROR;
745 status = ERROR;
779 status = ERROR;
813 status = ERROR;
H A DVisualizer.java127 public static final int ERROR = -1; field in class:Visualizer
/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

Completed in 440 milliseconds

12