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

<<41424344454647484950>>

  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 8 # Kerberos administration server error table
38 ec KADM_UK_SERROR, "Database store error"
39 ec KADM_UK_RERROR, "Database read error"
41 # KADM_DATA isn't really an error, but...
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h 40 ?==error: undefined 16 bit type
54 ?==error: undefined 16 bit type
72 ?== error: undefined 32 bit type
90 ?== error: undefined 32 bit type
ext2_types.h.in 33 ?==error: undefined 16 bit type
47 ?==error: undefined 16 bit type
65 ?== error: undefined 32 bit type
83 ?== error: undefined 32 bit type
tst_byteswap.c 58 printf("Error!!! %04x != %04x\n",
63 printf("Error!!! %04x != %04x\n",
76 printf("Error!!! %04x != %04x\n",
81 printf("Error!!! %04x != %04x\n",
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 25 * <LI> ability to take in compact error codes that map to full text messages
27 * hardcoding the error messages in product code and allows for easy
37 * Each constructor that accepts a String 'message' parameter accepts an error
41 * <A HREF="#details">below</A> for details] contains a mapping for this error
43 * the error message.<P>
45 * All constructors taking an 'arguments' parameter supply parameters to the error
67 * subhierarchy-specific message resource bundles without maintaining all error
80 * Note that the implementation correctly resolves error code name collisions
82 * use unique names. Specifically, error codes follow inheritance and hiding rules
103 * Constructs an exception with given error message/code and null cause
    [all...]
AbstractRuntimeException.java 25 * <LI> ability to take in compact error codes that map to full text messages
27 * hardcoding the error messages in product code and allows for easy
37 * Each constructor that accepts a String 'message' parameter accepts an error
41 * <A HREF="#details">below</A> for details] contains a mapping for this error
43 * the error message.<P>
45 * All constructors taking an 'arguments' parameter supply parameters to the error
67 * subhierarchy-specific message resource bundles without maintaining all error
80 * Note that the implementation correctly resolves error code name collisions
82 * use unique names. Specifically, error codes follow inheritance and hiding rules
103 * Constructs an exception with given error message/code and null cause
    [all...]
  /external/freetype/include/freetype/
ftgzip.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
69 * FreeType error code. 0~means success.
ftlzw.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
66 * FreeType error code. 0~means success.
  /external/freetype/src/psaux/
psauxmod.h 30 #error "this module does not support PIC yet"
  /external/icu4c/common/
localsvc.h 19 * @param status error status
  /external/icu4c/config/
gmakever.mk 13 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 26 /* format an error message */
  /external/icu4c/layout/
loengine.h 45 * @param success - output parameter set to an error code if the operation fails
80 * @param success - output parameter set to an error code if the operation fails
110 * @param success - output parameter set to an error code if the operation fails.
127 * @param success - set to an error code if the operation fails
143 * @param success - set to an error code if the operation fails
160 * @param success - set to an error code if the operation fails
178 * @param success - set to an error code if the operation fails
198 * @param success - set to an error code if the operation fails
215 * @param success - set to an error code if the operation fails
  /external/icu4c/test/intltest/
dtptngts.cpp 253 dataerrln("ERROR: Could not create DateTimePatternGenerator (default) - exitting");
265 dataerrln("ERROR: Could not create DateTimePatternGenerator (Locale::getFrench()) - exitting");
281 errln("ERROR: inconsistency is found in cloned object.");
284 errln("ERROR: inconsistency is found in cloned object.");
288 errln("ERROR: inconsistency is found in cloned object.");
301 dataerrln("ERROR: Could not create DateTimePatternGenerator (Locale::getGermany()) - exitting");
307 dataerrln("ERROR: Could not create SimpleDateFormat (Locale::getGermany())");
313 dataerrln("ERROR: Could not create TimeZone ECT");
324 errln("ERROR: Simple test in getBestPattern with Locale::getGermany()).");
330 errln("ERROR: Could not addPattern - d\'. von\' MMMM")
    [all...]
  /external/kernel-headers/original/asm-arm/
hardirq.h 27 # error HARDIRQ_BITS is too low!
  /external/kernel-headers/original/asm-generic/
signal.h 25 #define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */
  /external/kernel-headers/original/linux/mmc/
mmc.h 55 unsigned int error; /* command error */ member in struct:mmc_command
74 unsigned int error; /* data error */ member in struct:mmc_data
  /external/kernel-headers/original/linux/
spinlock_types_up.h 5 # error "please don't include this file directly"
  /external/opencore/engines/2way/src/
pv_2way_preview_datapath.cpp 41 int32 error; local
53 OSCL_TRY(error, i2Way->SendNodeCmdL(PV2WAY_NODE_CMD_PAUSE, &(iNodeList[i].iNode), this));
54 OSCL_FIRST_CATCH_ANY(error,
90 int32 error; local
102 OSCL_TRY(error, i2Way->SendNodeCmdL(PV2WAY_NODE_CMD_START, &(iNodeList[i].iNode), this));
103 OSCL_FIRST_CATCH_ANY(error,
186 int32 error; local
188 OSCL_TRY(error, aEvent = i2Way->GetEventInfoL());
189 OSCL_FIRST_CATCH_ANY(error,
  /external/opencore/engines/2way/test/src/
alloc_dealloc_test.cpp 59 int error = 0; local
70 OSCL_TRY(error, temp = CPV2WayProxyFactory::CreateTerminal(iSIP ? PV_SIP : PV_324M,
78 OSCL_TRY(error, temp = CPV2WayEngineFactory::CreateTerminal(iSIP ? PV_SIP : PV_324M,
84 if (error)
  /external/openssl/crypto/asn1/
asn1_err.c 65 /* BEGIN ERROR CODES */
191 {ERR_REASON(ASN1_R_ASN1_PARSE_ERROR) ,"asn1 parse error"},
192 {ERR_REASON(ASN1_R_ASN1_SIG_PARSE_ERROR) ,"asn1 sig parse error"},
193 {ERR_REASON(ASN1_R_AUX_ERROR) ,"aux error"},
204 {ERR_REASON(ASN1_R_DECODE_ERROR) ,"decode error"},
205 {ERR_REASON(ASN1_R_DECODING_ERROR) ,"decoding error"},
207 {ERR_REASON(ASN1_R_ENCODE_ERROR) ,"encode error"},
208 {ERR_REASON(ASN1_R_ERROR_GETTING_TIME) ,"error getting time"},
209 {ERR_REASON(ASN1_R_ERROR_LOADING_SECTION),"error loading section"},
210 {ERR_REASON(ASN1_R_ERROR_PARSING_SET_ELEMENT),"error parsing set element"}
    [all...]
  /external/qemu/android/utils/
path.h 71 0 on success, -1 on error */
75 * success, -1 on failure (error code in errno) */
86 * by the caller. Return 0 on success, or -1 on error. Error conditions include
101 * path_split(). Returns NULL if path_split() returns an error.
107 * path_split(). Returns NULL if path_split() returns an error.
124 ** these functions return 0 on success, and -1 on error
137 * (error code in errno). Does not work on directories */
148 * In case of failure, NULL is returned and the error code is in errno
  /external/qemu/distrib/sdl-1.2.12/src/joystick/dummy/
SDL_sysjoystick.c 35 * It should return 0, or -1 on an unrecoverable fatal error.
46 SDL_SetError("Logic error: No joysticks available");
53 It returns 0, or -1 if there is an error.
57 SDL_SetError("Logic error: No joysticks available");
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macos/
SDL_sysloadso.c 45 OSErr error; local
49 error = GetSharedLibrary(C2PStr(psofile), kCompiledCFragArch,
51 switch (error) {
66 loaderror = "Unknown Code Fragment Manager error";
  /external/qemu/slirp/
ip_output.c 61 int len, off, error = 0; local
89 * error = ENOBUFS;
112 error = -1;
119 error = -1;
137 error = -1;
162 error = -1;
187 if (error == 0)
193 if (error == 0)
198 return (error);

Completed in 196 milliseconds

<<41424344454647484950>>