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

<<919293949596979899100>>

  /sdk/find_java/
utils.cpp 25 // Set to true to output errors to stderr (for a Console app)
  /system/core/toolbox/grep/
grep.h 139 /* For regex errors */
  /system/extras/tests/sdcard/
sysutil.h 54 // .waitForChildrenOrExit Wait and exit if a child exit with errors.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties 10 ## name constraints processing errors
74 ## path length errors
99 ## critical extensions errors
134 ## check signature errors
268 ## check policy errors
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 74 const char kErrorsField[] = "errors";
370 DictionaryValue* errors = NULL; local
371 if (!root_dict->GetDictionary(kErrorsField, &errors))
373 for (DictionaryValue::key_iterator keys = errors->begin_keys();
374 keys != errors->end_keys();
377 if (!errors->GetString(*keys, &value)) {
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 23 * 93/12/29 - Added the -e option to change errors behavior
75 static unsigned short errors; variable
669 errors = EXT2_ERRORS_CONTINUE;
671 errors = EXT2_ERRORS_RO;
673 errors = EXT2_ERRORS_PANIC;
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java 377 * <h3>Errors</h3>
482 * <h3>Errors</h3>
519 * <h3>Errors</h3>
561 * <h3>Errors</h3>
597 * <h3>Errors</h3>
629 * <h3>Errors</h3>
666 * <h3>Errors</h3>
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-cpp.1 159 character constants, and cause errors. Also, you cannot rely on it
344 Make all warnings into hard errors. Source code which triggers warnings
359 .IP "\fB\-pedantic\-errors\fR" 4
360 .IX Item "-pedantic-errors"
362 into errors. This includes mandatory diagnostics that \s-1GCC\s0 issues
423 dummy rules work around errors \fBmake\fR gives if you remove header
727 correct column numbers in warnings or errors, even if tabs appear on the
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-cpp.1 159 character constants, and cause errors. Also, you cannot rely on it
344 Make all warnings into hard errors. Source code which triggers warnings
359 .IP "\fB\-pedantic\-errors\fR" 4
360 .IX Item "-pedantic-errors"
362 into errors. This includes mandatory diagnostics that \s-1GCC\s0 issues
423 dummy rules work around errors \fBmake\fR gives if you remove header
727 correct column numbers in warnings or errors, even if tabs appear on the
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-cpp.1 159 character constants, and cause errors. Also, you cannot rely on it
344 Make all warnings into hard errors. Source code which triggers warnings
359 .IP "\fB\-pedantic\-errors\fR" 4
360 .IX Item "-pedantic-errors"
362 into errors. This includes mandatory diagnostics that \s-1GCC\s0 issues
423 dummy rules work around errors \fBmake\fR gives if you remove header
727 correct column numbers in warnings or errors, even if tabs appear on the
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-cpp.1 159 character constants, and cause errors. Also, you cannot rely on it
344 Make all warnings into hard errors. Source code which triggers warnings
359 .IP "\fB\-pedantic\-errors\fR" 4
360 .IX Item "-pedantic-errors"
362 into errors. This includes mandatory diagnostics that \s-1GCC\s0 issues
423 dummy rules work around errors \fBmake\fR gives if you remove header
727 correct column numbers in warnings or errors, even if tabs appear on the
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 420 // if there was some XML errors, we just return w/o doing
889 final ArrayList<String> errors = new ArrayList<String>(); local
    [all...]
  /external/chromium/webkit/glue/
inspector_strings.grd 197 <message name="IDS_ERRORS_COUNT_SINGULAR" desc="Errors count, singular.">
200 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_SINGULAR_SINGULAR" desc="Errors and warnings counts, singular-singular.">
203 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_SINGULAR_PLURAL" desc="Errors and warnings counts, singular-plural.">
206 <message name="IDS_ERRORS_COUNT_PLURAL" desc="Errors count, plural.">
207 <ph name="COUNT">%d<ex>2</ex></ph> errors
209 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_PLURAL_SINGULAR" desc="Errors and warnings counts, plural-singular.">
210 <ph name="ERRORS_COUNT">%1$d<ex>2</ex></ph> errors, <ph name="WARNING_COUNT">%2$d<ex>1</ex></ph> warning
212 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_PLURAL_PLURAL" desc="Errors and warnings counts, plural-plural.">
213 <ph name="ERRORS_COUNT">%1$d<ex>2</ex></ph> errors, <ph name="WARNINGS_COUNT">%2$d<ex>1</ex></ph> warnings
567 Errors
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 142 * not parsing. Once in recovery mode, no errors are generated.
156 // yet successfully, don't report any errors.
278 /** Get number of recognition errors (lexer, parser, tree parser). Each
280 * separate count. Does not count the spurious errors found between
424 * Errors are not generated in errorRecovery mode.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 164 * not parsing. Once in recovery mode, no errors are generated.
178 // yet successfully, don't report any errors.
299 /** Get number of recognition errors (lexer, parser, tree parser). Each
301 * separate count. Does not count the spurious errors found between
448 * Errors are not generated in errorRecovery mode.
  /external/chromium/net/base/
x509_certificate_win.cc 95 // Map the errors in the chain_context->TrustStatus.dwErrorStatus returned by
130 // The rest of the errors.
823 // policy_status.dwError) if the certificate has multiple errors.
831 // certificate errors. Both extra_policy_para.fdwChecks and
832 // policy_para.dwFlags allow us to ignore certificate errors, so we set
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 245 /// when any errors are present.
663 /// \param Diags - The diagnostics engine to use for reporting errors; its
696 /// \param Diags - The diagnostics engine to use for reporting errors; its
735 /// \param Diags - The diagnostics engine to use for reporting errors; its
757 /// \param Diags - The diagnostics engine to use for reporting errors; its
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 171 "Cannot map errors into warnings!");
251 // errors.
269 // errors.
299 // errors.
316 // fatal errors.
    [all...]
  /external/icu4c/common/unicode/
messagepattern.h 392 * @throws IllegalArgumentException for syntax errors in the pattern string
432 * @throws IllegalArgumentException for syntax errors in the pattern string
452 * @throws IllegalArgumentException for syntax errors in the pattern string
472 * @throws IllegalArgumentException for syntax errors in the pattern string
492 * @throws IllegalArgumentException for syntax errors in the pattern string
    [all...]
  /external/kernel-headers/original/linux/
jbd.h 42 * normal use we want ext3 to continue after such errors, because
44 * known-good hardware we may want to trap these errors.
370 * @h_err: Field for caller's use to track errors through large fs operations
391 /* Field for caller's use to track errors through large fs */
830 #define JFS_ABORT 0x002 /* Journaling has been aborted for errors. */
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 446 // Close stdout when we're done, to detect any output errors.
510 // might not write messages to stderr when any errors were detected
515 // If there are any pending errors, report them now. Clients wishing
516 // to avoid report_fatal_error calls should check for errors with
518 // destructing raw_ostream objects which may have errors.
  /external/qemu/block/
qcow2-refcount.c 887 * Modifies the number of errors in res.
931 * Returns the number of errors found by the checks or -errno if an internal
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 9 detecting memory errors.
359 /*--- Errors and suppressions ---*/
362 /* Did we show to the user, any errors for which an uninitialised
387 /* Recording of errors */
484 errors. Note that although Addrcheck had 1 bit per byte

Completed in 762 milliseconds

<<919293949596979899100>>