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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/075-verification-error/
info.txt 1 Exercise deferred verification error reporting.
  /build/tools/apicheck/src/com/android/apicheck/
Errors.java 50 public static void error(Error error, SourcePositionInfo where, String text) { method in class:Errors
51 if (error.level == HIDDEN) {
55 String which = (!warningsAreErrors && error.level == WARNING) ? " warning " : " error ";
56 String message = which + error.code + ": " + text;
64 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING))
    [all...]
  /external/webkit/WebCore/ForwardingHeaders/runtime/
Error.h 3 #include <JavaScriptCore/Error.h>
  /external/freetype/src/base/
ftmm.c 39 FT_Error error; local
47 error = FT_Err_Invalid_Argument;
56 error = FT_Err_Ok;
59 return error;
69 FT_Error error; local
73 error = ft_face_get_mm_service( face, &service );
74 if ( !error )
76 error = FT_Err_Invalid_Argument;
78 error = service->get_mm( face, amaster );
81 return error;
91 FT_Error error; local
114 FT_Error error; local
137 FT_Error error; local
160 FT_Error error; local
186 FT_Error error; local
    [all...]
  /external/e2fsprogs/lib/et/test_cases/
heimdal.c 16 "Kerberos error: byte order unknown",
20 "Reserved krb error (11)",
21 "Reserved krb error (12)",
22 "Reserved krb error (13)",
23 "Reserved krb error (14)",
24 "Reserved krb error (15)",
25 "Reserved krb error (16)",
26 "Reserved krb error (17)",
27 "Reserved krb error (18)",
28 "Reserved krb error (19)"
    [all...]
  /external/stlport/test/unit/
macro_checks.cpp 6 # error Missing CHAR_BIT definition.
10 # error Weird WCHAR_BIT value.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
34 # error Weird INT_MIN or INT_MAX macro values.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/
error-expected.txt 1 Tests Geolocation error callback using the mock service.
7 PASS error.code is mockCode
8 PASS error.message is mockMessage
9 PASS error.UNKNOWN_ERROR is undefined
10 PASS error.PERMISSION_DENIED is 1
11 PASS error.POSITION_UNAVAILABLE is 2
12 PASS error.TIMEOUT is 3
reentrant-error-expected.txt 1 Tests that reentrant calls to Geolocation methods from the error callback are OK.
7 PASS error.code is mockCode
8 PASS error.message is mockMessage
10 PASS error.code is mockCode
11 PASS error.message is mockMessage
permission-denied-already-error-expected.txt 1 Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.
7 PASS error.code is error.PERMISSION_DENIED
8 PASS error.message is "User denied Geolocation"
10 PASS error.code is error.PERMISSION_DENIED
11 PASS error.message is "User denied Geolocation"
  /external/opencore/nodes/pvmp4ffparsernode/include/
pvmf_mp4ffparser_events.h 22 UUID for PV MP4 FF parser node error and information event type codes
27 * An enumeration of error types from PV MP4 FF parser node
32 When MP4 FF reports error READ_USER_DATA_ATOM_FAILED
37 When MP4 FF reports error READ_MEDIA_DATA_ATOM_FAILED
42 When MP4 FF reports error READ_MOVIE_ATOM_FAILED
47 When MP4 FF reports error READ_MOVIE_HEADER_ATOM_FAILED
52 When MP4 FF reports error READ_TRACK_ATOM_FAILED
57 When MP4 FF reports error READ_TRACK_HEADER_ATOM_FAILED
62 When MP4 FF reports error READ_TRACK_REFERENCE_ATOM_FAILED
67 When MP4 FF reports error READ_TRACK_REFERENCE_TYPE_ATOM_FAILE
    [all...]
  /build/tools/droiddoc/src/
Errors.java 51 public static void error(Error error, SourcePositionInfo where, String text) { method in class:Errors
52 if (error.level == HIDDEN) {
56 int level = (!warningsAreErrors && error.level == WARNING) ? WARNING : ERROR;
57 String which = level == WARNING ? " warning " : " error ";
58 String message = which + error.code + ": " + text;
66 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING))
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /external/dbus/dbus/
dbus-errors.c 2 /* dbus-errors.c Error reporting
32 * @defgroup DBusErrorInternals Error reporting internals
34 * @brief Error reporting internals
43 char *name; /**< error name */
44 char *message; /**< error message */
58 * Returns a longer message describing an error name.
59 * If the error name is unknown, returns the name
62 * @param error the error to describe
63 * @returns a constant string describing the error
    [all...]
  /dalvik/dx/tests/082-dex-throws-list-sharing/
expected.txt 2 java.lang.Error, java.lang.UnsupportedOperationException
  /external/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform

Completed in 133 milliseconds

1 2 3 4 5 6 7 8 91011>>