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

<<51525354555657585960>>

  /external/freetype/include/freetype/
ftglyph.h 40 #error "freetype.h of FreeType 1 has been loaded!"
41 #error "Please fix the directory search order for header files"
42 #error "so that freetype.h of FreeType 2 is found first."
232 /* FreeType error code. 0~means success. */
253 /* error. */
256 /* FreeType error code. 0~means success. */
281 /* FreeType error code (if not 0, the glyph format is not scalable). */
441 /* never destroyed in case of error. */
444 /* FreeType error code. 0~means success. */
454 /* Typically, you would use (omitting error handling): *
    [all...]
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset7.cpp 106 int32 error = 0; local
112 OSCL_TRY(error, iFileParser = PVAviFile::CreateAviFileParser(iInputFileName, error, &iFileServer););
114 if (error || (NULL == iFileParser))
148 OSCL_TRY(error, iFileParser = OSCL_NEW(PV_Wav_Parser, ()););
149 if (error || (NULL == iFileParser))
169 (0, "pv_mediainput_async_test_opencomposestop::CreateTestInputs: Error - CreateMIOInputNode failed"));
226 (0, "pvauthor_async_test_miscellaneous::AddDataSource: Error - iAuthor->AddDataSource failed. err=0x%x", err));
240 (0, "pv_mediainput_async_test_reset::ConfigComposer: Error - ConfigOutputFile failed"));
250 (0, "pv_mediainput_async_test_reset::ConfigComposer: Error - ConfigMp43gpComposer failed"))
    [all...]
test_pv_author_engine_testset8.cpp 106 int32 error = 0; local
112 OSCL_TRY(error, iFileParser = PVAviFile::CreateAviFileParser(iInputFileName, error, &iFileServer););
114 if (error || (NULL == iFileParser))
148 OSCL_TRY(error, iFileParser = OSCL_NEW(PV_Wav_Parser, ()););
149 if (error || (NULL == iFileParser))
169 (0, "pv_mediainput_async_test_opencomposestop::CreateTestInputs: Error - CreateMIOInputNode failed"));
226 (0, "pvauthor_async_test_miscellaneous::AddDataSource: Error - iAuthor->AddDataSource failed. err=0x%x", err));
240 (0, "pv_mediainput_async_test_delete::ConfigComposer: Error - ConfigOutputFile failed"));
250 (0, "pv_mediainput_async_test_delete::ConfigComposer: Error - ConfigMp43gpComposer failed"))
    [all...]
  /external/webkit/WebCore/page/
Geolocation.cpp 72 static PassRefPtr<PositionError> createPositionError(GeolocationError* error)
75 switch (error->code()) {
84 return PositionError::create(code, error->message());
103 void Geolocation::GeoNotifier::setFatalError(PassRefPtr<PositionError> error)
107 m_fatalError = error;
158 RefPtr<PositionError> error = PositionError::create(PositionError::TIMEOUT, "Timeout expired"); local
159 m_errorCallback->handleEvent(error.get());
447 RefPtr<PositionError> error = PositionError::create(PositionError::PERMISSION_DENIED, permissionDeniedErrorMessage); local
448 error->setIsFatal(true);
449 handleError(error.get())
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 70 static int error; variable
220 error = write(outFile,data,chunkSize);
221 if(error < 0) return error;
359 error = write_object_header(newObj, YAFFS_OBJECT_TYPE_HARDLINK, &stats, parent, entry->d_name, equivalentObj, NULL);
376 error = write_object_header(newObj, YAFFS_OBJECT_TYPE_SYMLINK, &stats, parent, entry->d_name, -1, symname);
382 error = write_object_header(newObj, YAFFS_OBJECT_TYPE_FILE, &stats, parent, entry->d_name, -1, NULL);
384 if(error >= 0)
402 error = nBytes;
408 perror("Error opening file")
    [all...]
mkyaffsimage.c 58 static int error; variable
239 error = write(outFile,data,512);
240 if(error < 0) return error;
431 error = write_object_header(newObj, YAFFS_OBJECT_TYPE_HARDLINK, &stats, parent, entry->d_name, equivalentObj, NULL);
448 error = write_object_header(newObj, YAFFS_OBJECT_TYPE_SYMLINK, &stats, parent, entry->d_name, -1, symname);
454 error = write_object_header(newObj, YAFFS_OBJECT_TYPE_FILE, &stats, parent, entry->d_name, -1, NULL);
456 if(error >= 0)
474 error = nBytes;
480 perror("Error opening file")
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
Handler.java 36 // the error manager to report errors during logging
55 * Constructs a {@code Handler} object with a default error manager instance
99 // print error message in some format
106 errorMan.error(msg, e, ErrorManager.GENERIC_FAILURE);
200 * Gets the error manager used by this handler to report errors during
203 * @return the error manager used by this handler.
263 * Reports an error to the error manager associated with this handler,
269 * the error message, may be {@code null}.
273 * an {@code ErrorManager} error code
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMException.java 40 /** Field locator specifies where the error occured.
46 * object that specifies where an error occured.
56 * object that specifies where an error occured.
133 * @param message The error or warning message.
162 * @param message The error or warning message, or null to
183 * @param message The error or warning message.
184 * @param locator The locator object for the error or warning.
197 * @param message The error or warning message, or null to
199 * @param locator The locator object for the error or warning.
212 * Get the error message with location informatio
    [all...]
  /external/icu4c/test/intltest/
plurults.cpp 95 dataerrln("ERROR: Could not create PluralRules (default) - exitting");
104 errln("ERROR: clone plural rules test failed!");
110 errln("ERROR: clone plural rules test failed!");
125 errln("ERROR: empty plural rules test failed! - exitting");
142 errln("ERROR: simple plural rules failed! - exitting");
175 errln("ERROR: complex plural rules failed! - exitting");
185 errln("ERROR: complex plural rules failed! - exitting");
200 dataerrln("ERROR: Could not create PluralRules for testing fractions - exitting");
209 errln("ERROR: plural rules for decimal fractions test failed!");
224 errln("ERROR: complex plural rules failed! - exitting")
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_ident.c 112 int error = -1; local
219 error = 0;
241 return error;
259 int error = -1; local
356 error = 0;
363 return error;
380 int error = -1; local
432 error = 0;
435 return error;
453 int error = -1 local
600 int error = -1; local
698 int error = -1; local
853 int error = -1; local
887 int error = -1; local
1013 int error = -1; local
1173 int error = -1; local
1309 int error = -1; local
1393 int error = -1; local
1611 int error = -1; local
1700 int error = -1; local
1820 int error = -1; local
    [all...]
  /external/jpeg/
ckconfig.c 18 * pay attention only to the *first* error message you get from the compiler.
19 * Many C compilers will issue lots of spurious error messages once they
20 * have gotten confused. Go to the line indicated in the first error message,
31 * include files. If you get any error trying to include one of these files,
35 #define HAVE_STDDEF_H /* replace 'define' by 'undef' if error here */
73 * above. If not, you'll get an error on the "typedef size_t my_size_t;" line.
97 * If you get an error in this group of lines, undefine HAVE_PROTOTYPES.
124 * If you get an error on the "unsigned char un_char;" line,
136 * If you get an error on the "unsigned short un_short;" line,
148 * If you get an error anywhere in here, undefine HAVE_VOID
    [all...]
  /external/srec/portable/include/
plog.h 71 * nature of the error.
82 * @return ESR_SUCCESS if success, otherwise a status code indicating the nature of the error.
132 * nature of the error. In particular, it returns ESR_INVALID_STATE if already
158 * nature of the error. In particular, it returns ESR_INVALID_STATE if not
172 * nature of the error.
183 * nature of the error. In particular, it returns ESR_INVALID_STATE if the
195 * nature of the error. In particular, it returns ESR_INVALID_STATE if the
206 * nature of the error. In particular, it returns ESR_INVALID_STATE if
212 * Unconditionally logs an error message.
217 * nature of the error. In particular, it returns ESR_INVALID_STATE i
    [all...]
  /frameworks/base/core/java/android/webkit/
FrameLoader.java 100 mListener.error(EventHandler.ERROR_BAD_URL,
108 mListener.error(EventHandler.ERROR_BAD_URL,
127 mListener.error(EventHandler.ERROR_UNSUPPORTED_SCHEME,
142 loadListener.error(EventHandler.ERROR_BAD_URL,
146 // error.
233 int error = EventHandler.ERROR_UNSUPPORTED_SCHEME; local
239 error = EventHandler.ERROR_BAD_URL;
243 error = EventHandler.ERROR_BAD_URL;
246 mListener.error(error, mListener.getContext().getText
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 132 /* If retrieveing the string failed, return an error code */
196 /* If NewString() failed, return an error code */
331 /* If the internal work area was already released, return an error code */
348 /* If a invalid parameter was specified, return an error code */
375 /* If the internal work area was already released, return an error code */
395 /* If a invalid parameter was specified, return an error code */
439 /* If converting the string failed, return an error code */
443 /* If the internal work area was already released, return an error code */
487 /* If the internal work area was already released, return an error code */
520 /* If the internal work area was already released, return an error status *
    [all...]
  /external/v8/src/
messages.js 45 // If this object gets passed to an error constructor the error will
46 // get an accessor for .message that constructs a descriptive error
83 catch (e) { str = "#<error>"; }
121 throw new $Error("Not supported");
129 // Error
182 unable_to_parse: "Parse error",
188 error_loading_debugger: "Error loading debugger",
247 return MakeGenericError($Error, type, args);
593 // Error implementatio
    [all...]
  /external/bluetooth/bluez/src/
agent.c 101 error("Couldn't allocate D-Bus message");
115 error("Couldn't allocate D-Bus message");
160 dbus_set_error_const(&err, "org.bluez.Error.Failed", "Canceled");
277 error("Agent replied with an error: %s, %s",
295 error("Wrong reply signature: %s", err.message);
318 error("Couldn't allocate D-Bus message");
329 error("D-Bus send failed");
393 error("Agent replied with an error: %s, %s"
    [all...]
  /external/srec/srec/include/
frontapi.h 566 * It is an error to call this function without first configuring hWave
581 * It is an error to call this function without first configuring hWave
611 * It is an error to call this function without first configuring hWave
629 * It is an error to call this function without first configuring hWave
648 * It is an error to call this function without first configuring hWave
661 * It is an error to call this function without first configuring hWave
677 * It is an error to call this function without first configuring hWave
701 * It is an error to call this function without first configuring
724 * It is an error to call this function without first configuring hWave
756 * will check the sample count, and report an error if it does not matc
    [all...]
  /external/bluetooth/bluez/audio/
unix.c 153 error("Error %s(%d)", strerror(errno), errno);
279 error("discovery failed");
309 error("config failed");
353 error("Unable to get a SCO fd");
372 error("unix_sendmsg_fd: %s(%d)", strerror(errno), errno);
379 error("headset_resume_complete: resume failed");
406 error("unix_sendmsg_fd: %s(%d)", strerror(errno), errno);
432 error("suspend failed");
652 error("discovery failed")
    [all...]
  /external/openssl/crypto/des/
destest.c 257 #error "SCREW_THE_PARITY is not ment to be defined."
258 #error "Original vectors are preserved for reference only."
359 printf("Key error %d\n",j);
364 printf("Key error %d\n",j);
369 printf("Key error %d\n",j);
386 printf("des_ede3_cbc_encrypt encrypt error\n");
397 printf("des_ede3_cbcm_encrypt decrypt error\n");
420 printf("Encryption error %2d\nk=%s p=%s o=%s act=%s\n",
427 printf("Decryption error %2d\nk=%s p=%s o=%s act=%s\n",
448 printf("Encryption error %2d\nk=%s p=%s o=%s act=%s\n"
    [all...]
  /external/icu4c/tools/toolutil/
ucmstate.c 187 const char *error; local
190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
194 error=parseState(s, states->stateTable[states->countStates],
196 if(error!=NULL) {
197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue)
    [all...]
  /external/bluetooth/bluez/test/
rctest.c 169 goto error;
180 goto error;
192 goto error;
210 goto error;
222 goto error;
232 //goto error;
241 error:
271 goto error;
288 goto error;
298 goto error;
    [all...]
  /external/e2fsprogs/intl/
printf-parse.c 97 goto error; \
103 goto error; \
112 goto error; \
149 goto error;
152 goto error;
219 goto error;
222 goto error;
232 goto error;
276 goto error;
280 goto error;
    [all...]
  /external/icu4c/common/unicode/
uidna.h 92 * U_UNASSIGNED_ERROR error code.
103 * of error if an error is encountered. Can be NULL.
104 * @param status ICU in/out error code parameter.
138 * U_UNASSIGNED_ERROR error code.
154 * of error if an error is encountered. Can be NULL.
155 * @param status ICU in/out error code parameter.
194 * U_UNASSIGNED_CODE_POINT_FOUND error code.
205 * of error if an error is encountered. Can be NULL
    [all...]
  /external/icu4c/tools/genprops/
genprops.c 94 /* error handling, printing usage message */
97 "error in command line argument \"%s\"\n",
305 fprintf(stderr, "genprops: syntax error in field 0 at %s\n", fields[0][0]);
344 fprintf(stderr, "genprops error: unable to set decomposition type: %s\n", u_errorName(*pErrorCode));
353 fprintf(stderr, "genprops: syntax error in field 6 at code 0x%lx\n",
366 fprintf(stderr, "genprops: syntax error in field 7 at code 0x%lx\n",
375 fprintf(stderr, "genprops error: numeric values in fields 6 & 7 different at code 0x%lx\n",
399 fprintf(stderr, "genprops error: numeric values in fields 6..8 different at code 0x%lx\n",
414 fprintf(stderr, "genprops: syntax error in field 8 at code 0x%lx\n",
428 fprintf(stderr, "genprops error: numeric values in fields 6..8 different at code 0x%lx\n"
    [all...]
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_fileinput_port.cpp 132 LOG_ERR((0, "PVMFFileDummyInputPort::getParametersSync: Error - AllocateKvp failed. status=%d", status));
145 LOG_ERR((0, "PVMFFileDummyInputPort::getParametersSync: Error - AllocateKvp failed. status=%d", status));
157 LOG_ERR((0, "PVMFFileDummyInputPort::getParametersSync: Error - AllocateKvp failed. status=%d", status));
169 LOG_ERR((0, "PVMFFileDummyInputPort::getParametersSync: Error - AllocateKvp failed. status=%d", status));
181 LOG_ERR((0, "PVMFVideoEncPort::getParametersSync: Error - AllocateKvp failed. status=%d", status));
257 LOG_ERR((0, "PVMFFileDummyInputPort::setParametersSync: Error - VerifiyAndSetParameter failed on parameter #%d", i));
306 LOG_ERR((0, "PVMFFileDummyInputPort::Connect: Error - Connecting to invalid port"));
312 LOG_ERR((0, "PVMFFileDummyInputPort::Connect: Error - Already connected"));
324 LOG_ERR((0, "PVMFFileDummyInputPort::Connect: Error - Unable To Send Format Specific Info To Peer"));
334 LOG_ERR((0, "PVMFFileDummyInputPort::Connect: Error - Peer Connect failed"))
    [all...]

Completed in 229 milliseconds

<<51525354555657585960>>