HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 1751 - 1775 of 5575) sorted by null

<<71727374757677787980>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 505 // Some of the legacy account checkers return errors by throwing MessagingException,
560 * (not for errors).
571 * AutoDiscover authentication errors are handled a bit differently than the
572 * other errors; If encountered, we display the error dialog, but we return with
575 * @param result null for a successful check; exception for various errors
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 380 // If any of the grammar files caused errors but did nto throw exceptions
381 // then we should have accumulated errors in the counts
384 throw new MojoExecutionException("ANTLR caught " + tool.getNumErrors() + " build errors.");
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 166 /* GPRS-related errors */
173 /* Errors related to a failure to Activate a Context */
178 /* Other GPRS errors */
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc 8 // Throughout this code, we report errors to the user by setting an |error|
9 // parameter, if and only if these errors can be cause by invalid input
12 // errors and log to LOG(ERROR).
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 40 // MockFoo that treats all uninteresting calls as errors.
258 // user errors of nesting nice and strict mocks. They do NOT catch
259 // all possible errors.
  /external/icu4c/common/
rbbicst.pl 191 $errors++;
195 $errors++;
199 die if ($errors>0);
  /external/icu4c/i18n/
regexcst.pl 192 $errors++;
196 $errors++;
200 die if ($errors>0);
  /external/jpeg/
jquant2.c 80 * you'll get compile errors until you extend this logic. In that case
158 * Errors are accumulated into the array fserrors[], at a resolution of
165 * We can get away with a single array (holding one row's worth of errors)
166 * by using it to store the current row's errors at pixel columns not yet
167 * processed, but the next row's errors at columns already processed. We
168 * need only a few extra variables to hold the errors immediately around the
206 FSERRPTR fserrors; /* accumulated errors */
    [all...]
  /external/netperf/
netlib.h 276 procedure. Worse, only a tiny fraction of NT's errors get set
287 XENIX errors that errno covers. So on NT this is redefined to be
334 /* the socket from another thread can also return several other errors. */
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 71 /* Test data for errors */
186 /* Test data for errors */
282 /* Test data for errors */
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 53 // Abstract interface for an object which collects the errors that occur
54 // during parsing. A typical implementation might simply print the errors
84 // input stream and writes errors to the given error_collector.
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 358 vector<string> errors; local
359 ReflectionOps::FindInitializationErrors(message, "", &errors);
360 return JoinStrings(errors, ",");
  /external/qemu/distrib/jpeg-6b/
jquant2.c 80 * you'll get compile errors until you extend this logic. In that case
158 * Errors are accumulated into the array fserrors[], at a resolution of
165 * We can get away with a single array (holding one row's worth of errors)
166 * by using it to store the current row's errors at pixel columns not yet
167 * processed, but the next row's errors at columns already processed. We
168 * need only a few extra variables to hold the errors immediately around the
206 FSERRPTR fserrors; /* accumulated errors */
    [all...]
  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 28 * error condition as well as as an optional text explanation. Typical errors are:<p>
102 * @deprecated new errors should be created using the constructor XMPPError(condition)
115 * @deprecated new errors should be created using the constructor XMPPError(condition, message)
  /external/stlport/stlport/stl/
concept_checks.h 355 these error messages before any other errors. Without the
356 classes, the errors in the functions get reported after
357 other class errors deep inside the library. The name
  /external/v8/src/mips/
simulator-mips.h 67 // The stack limit beyond which we will throw stack overflow errors in
86 // Calculated the stack limit beyond which we will throw stack overflow errors.
417 // stack cause stack overflow errors, since the simulator ignores the input.
  /external/valgrind/main/coregrind/
pub_core_options.h 51 /* Should we stop collecting errors if too many appear? default: YES */
53 /* Alternative exit code to hand to parent if errors were found.
77 /* Enquire about whether to attach to a debugger at errors? default: NO */
  /external/valgrind/main/memcheck/
mc_errors.c 3 /*--- Management, printing, etc, of errors and suppressions. ---*/
9 detecting memory errors.
134 /* ------------------ Errors ----------------------- */
189 SizeT szB; // not used for exec (jump) errors
260 /*--- Printing errors ---*/
821 /*--- Recording errors ---*/
892 /* This is for memory errors in signal-related memory. */
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 243 // FIXME: The Indexed Database specification does not have an error code dedicated to I/O errors.
255 // FIXME: The Indexed Database specification does not have an error code dedicated to I/O errors.
262 // FIXME: The Indexed Database specification does not have an error code dedicated to I/O errors.
  /external/wpa_supplicant_8/src/crypto/
tls.h 186 * tls_get_errors - Process pending errors
188 * Returns: Number of found error, 0 if no errors detected.
190 * Process all pending TLS errors.
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h 45 /* All errors are fatal in the VSS */
536 * @note This function must return fatal errors only (errors that should not happen in the
  /frameworks/native/libs/utils/tests/
BlobCache_test.cpp 23 #include <utils/Errors.h>
376 // Version mismatches shouldn't cause errors, but should not use the
395 // Version mismatches shouldn't cause errors, but should not use the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 289 * or one of these errors:<br>
331 * or one of these errors:<br>
375 * or one of these errors:
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 395 * <p>When errors are found by the validator, the parser is responsible
398 * like any other errors found by the parser itself.
400 * is set, it must receive those errors, and if not, they must be
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 355 these error messages before any other errors. Without the
356 classes, the errors in the functions get reported after
357 other class errors deep inside the library. The name

Completed in 1155 milliseconds

<<71727374757677787980>>