HomeSort by relevance Sort by last modified time
    Searched full:error (Results 1276 - 1300 of 11596) sorted by null

<<51525354555657585960>>

  /external/webkit/WebCore/platform/text/
TextCodecICU.cpp 88 UErrorCode error = U_ZERO_ERROR; local
92 const char* standardName = ucnv_getStandardName(name, "MIME", &error);
93 if (!U_SUCCESS(error) || !standardName) {
94 error = U_ZERO_ERROR;
97 standardName = ucnv_getStandardName(name, "IANA", &error);
98 if (!U_SUCCESS(error) || !standardName)
118 uint16_t numAliases = ucnv_countAliases(name, &error);
119 ASSERT(U_SUCCESS(error));
120 if (U_SUCCESS(error))
122 error = U_ZERO_ERROR
184 UErrorCode error = U_ZERO_ERROR; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 201 Log.w(TAG, "OBEX session disconnect error" + e);
210 Log.w(TAG, "OBEX session close error" + e);
216 Log.e(TAG, "mTransport.close error");
228 Log.e(TAG, "OBEX session create error");
241 Log.e(TAG, "OBEX session connect error");
262 // Obex connection error
326 boolean error = false;
355 Log.e(TAG, "Error when put HeaderSet ");
356 error = true;
362 if (!error) {
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
itunesilstatom.cpp 197 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTitleAtom::ITunesTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
211 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTitleAtom::ITunesTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
220 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTitleAtom::ITunesTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
239 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTitleAtom::ITunesTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
277 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTrackSubTitleAtom::ITunesTrackSubTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
291 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTrackSubTitleAtom::ITunesTrackSubTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
301 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTrackSubTitleAtom::ITunesTrackSubTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
320 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesTrackSubTitleAtom::ITunesTrackSubTitleAtom READ_ITUNES_ILST_META_DATA_FAILED"));
357 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesArtistAtom::ITunesArtistAtom READ_ITUNES_ILST_META_DATA_FAILED"));
371 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>ITunesArtistAtom::ITunesArtistAtom READ_ITUNES_ILST_META_DATA_FAILED"))
    [all...]
  /external/icu4c/common/unicode/
ures.h 157 * @param status fills in the outgoing error code.
189 * @param status fills in the outgoing error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR
212 * @param status fills in the outgoing error code.
228 *@param err fills in the outgoing error code
230 * could be a non-failing error
326 * @param status The error code
341 * @param status fills in the outgoing error code
344 * could be a non-failing error
374 * If the string is transformed from UTF-16, then a conversion error may occur
392 * @param status Pointer to a standard ICU error code. Its input value mus
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 99 log_err("ERROR: 0x%02x is a single byte but results in single: %c lead: %c trail: %c\n",
104 log_err("ERROR: 0x%02x is a lead byte but results in single: %c lead: %c trail: %c\n",
109 log_err("ERROR: 0x%02x is a trail byte but results in single: %c lead: %c trail: %c\n",
146 log_err("ERROR: UTF8_NEED_MULTIPLE_UCHAR failed for %lx\n", c);
195 log_err("ERROR: UTF8_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
201 log_err("ERROR: U8_GET_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
208 log_err("ERROR: UTF8_GET_CHAR_SAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c);
213 log_err("ERROR: UTF8_GET_CHAR_SAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c);
218 log_err("ERROR: UTF8_GET_CHAR_SAFE(strict) failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+2], c);
278 log_err("ERROR: UTF8_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n"
    [all...]
  /bionic/libc/kernel/common/linux/
hardirq.h 28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
  /bionic/libc/netbsd/resolv/
res_debug.h 26 # define Aerror(statp, file, string, error, address) /*empty*/
27 # define Perror(statp, file, string, error) /*empty*/
  /bootable/recovery/edify/
main.c 28 int error; local
35 error = yyparse(&e, &error_count);
36 if (error > 0 || error_count > 0) {
37 fprintf(stderr, "error parsing \"%s\" (%d errors)\n",
52 fprintf(stderr, "error evaluating \"%s\"\n", expr_str);
197 int error = yyparse(&root, &error_count); local
198 printf("parse returned %d; %d errors encountered\n", error, error_count);
199 if (error == 0 || error_count > 0) {
  /build/target/board/
Android.mk 28 $(error Missing "$(TARGET_DEVICE_DIR)/AndroidBoard.mk")
32 $(error Please rename "$(TARGET_DEVICE_DIR)/Android.mk" to "$(TARGET_DEVICE_DIR)/AndroidBoard.mk")
  /build/tools/apicheck/src/com/android/apicheck/
FieldInfo.java 108 Errors.error(Errors.CHANGED_TYPE, fInfo.position(),
114 Errors.error(Errors.CHANGED_VALUE, fInfo.position(),
121 Errors.error(Errors.CHANGED_SCOPE, fInfo.position(),
128 Errors.error(Errors.CHANGED_STATIC, fInfo.position(),
134 Errors.error(Errors.CHANGED_FINAL, fInfo.position(),
140 Errors.error(Errors.CHANGED_TRANSIENT, fInfo.position(),
146 Errors.error(Errors.CHANGED_VOLATILE, fInfo.position(),
152 Errors.error(Errors.CHANGED_DEPRECATED, fInfo.position(),
  /build/tools/dexpreopt/
geninitrc.awk 51 print "ERROR: no match for remount line" > "/dev/stderr";
55 print "ERROR: no match for console lines" > "/dev/stderr";
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_8.d 30 new-instance v1, java/lang/Error
31 invoke-direct {v1}, java/lang/Error/<init>()V
  /dalvik/dx/src/com/android/dx/command/
DxConsole.java 22 * Provides standard and error PrintStream object to output information.<br>
34 * Error output stream. Links to {@code System.err} by default.
  /dalvik/libcore/auth/src/main/java/javax/security/auth/login/
LoginException.java 23 * Base class for exceptions that are thrown when a login error occurs.
39 * @param message the error message
  /dalvik/libcore/luni/src/main/java/java/lang/
AbstractMethodError.java 24 * since invoking an abstract method is a compile time error.
43 * the detail message for this error.
ClassCircularityError.java 25 * Note that this error can only occur when inconsistent class files are loaded,
45 * the detail message for this error.
IncompatibleClassChangeError.java 26 * @see Error
45 * the detail message for this error.
  /dalvik/libcore/luni/src/main/java/java/util/
InputMismatchException.java 43 * filled in and {@code msg} as its error message.
46 * the specified error message.
  /dalvik/libcore/sql/src/main/java/SQLite/
FunctionContext.java 42 * Set function result from error message.
44 * @param r result string (error message)
  /dalvik/libcore/sql/src/main/java/java/sql/
Savepoint.java 33 * if an error occurrs accessing the database.
42 * if an error occurrs accessing the database.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/domapi/
XPathStylesheetDOM3Exception.java 21 * This class is needed to throw a org.w3c.dom.DOMException with proper error code in
24 * This class extends TransformerException because the error message includes information
  /dalvik/tests/024-illegal-access/src/
Main.java 21 System.err.println("ERROR: call 1 not expected to succeed");
32 System.err.println("ERROR: call 2 not expected to succeed");
  /dalvik/tests/075-verification-error/src/
Main.java 39 System.err.println("ERROR: MaybeAbstract succeeded unexpectedly");
91 System.err.println("ERROR: bad access succeeded\n");
99 System.err.println("ERROR: bad access succeeded\n");
107 System.err.println("ERROR: bad access succeeded\n");
115 System.err.println("ERROR: bad access succeeded\n");
124 System.err.println("ERROR: bad meth-class access succeeded\n");
133 System.err.println("ERROR: bad field-class access succeeded\n");
142 System.err.println("ERROR: bad access succeeded\n");
  /dalvik/vm/mterp/x86-atom/
OP_THROW_VERIFICATION_ERROR.S 21 * For: throw-verification-error
23 * Description: Throws an exception for an error discovered during verification.
  /development/host/windows/usb/api/
adb_interface.h 48 instances on the stack. If such attemp occur, compiler will error.
69 GetLastError() provides extended error information.
84 GetLastError() provides extended error information.
103 about the error that occurred.
126 GetLastError() provides extended error information.
138 GetLastError() provides extended error information.
147 GetLastError() provides extended error information.
157 GetLastError() provides extended error information.

Completed in 149 milliseconds

<<51525354555657585960>>