Searched
full:errors (Results
801 -
825 of
5575) sorted by null
<<31323334353637383940>>
/external/chromium/chrome/common/ |
libxml_utils.cc | 45 const int kParseOptions = XML_PARSE_RECOVER | // recover on errors 55 const int kParseOptions = XML_PARSE_RECOVER | // recover on errors
|
/external/chromium/net/base/ |
backoff_entry.h | 23 // Number of initial errors (in sequence) to ignore before applying 84 // Counts request errors; reset on success.
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
full_test.py | 35 from closure_linter import errors namespace 110 checker.GJsLintRunner(), errors.ByName))
|
/external/clang/docs/ |
FAQ.rst | 11 I run ``clang -cc1 ...`` and get weird errors about missing headers 54 I get errors about some headers being missing (``stddef.h``, ``stdarg.h``)
|
/external/clang/include/clang/Basic/ |
DiagnosticOptions.def | 50 DIAGOPT(PedanticErrors, 1, 0) /// -pedantic-errors 77 VALUE_DIAGOPT(ErrorLimit, 32, 0) /// Limit # errors emitted.
|
/external/clang/test/SemaObjC/ |
warn-retain-block-property.m | 49 // CHECK-ARC: 2 warnings and 3 errors generated. 63 // CHECK: 1 warning and 3 errors generated.
|
/external/e2fsprogs/ext2ed/ |
super_com.c | 71 wprintw (show_pad,"with errors "); 73 wprintw (show_pad,"with no errors");
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 86 * Errors to put in _dio_error 110 * Macros to check for disk hardware errors
|
/external/freetype/src/base/ |
ftrfork.c | 363 FT_Error *errors ) 372 errors[i] = FT_Stream_Seek( stream, 0 ); 374 errors[i] = FT_Err_Ok; 376 if ( errors[i] ) 379 errors[i] = (FT_RACCESS_GUESS_TABLE_GET[i].func)( library, 819 /* Dummy function; just sets errors */ 828 FT_Error *errors ) 841 errors[i] = FT_Err_Unimplemented_Feature;
|
/external/icu4c/i18n/unicode/ |
ucoleitr.h | 116 * @param status A pointer to an UErrorCode to receive any errors. 166 * @param status A pointer to a UErrorCode to reveive any errors. 178 * @param status A pointer to an UErrorCode to receive any errors. 194 * @param status A pointer to an UErrorCode to receive any errors. Noteably 213 * @param status A pointer to an UErrorCode to receive any errors. 233 * @param status A pointer to an UErrorCode to receive any errors. Noteably 268 * @param status A pointer to an UErrorCode to receive any errors. 298 * @param status A pointer to an UErrorCode to receive any errors.
|
/external/icu4c/tools/ctestfw/unicode/ |
testdata.h | 68 * @param status for reporting unexpected errors. 78 * @param status for reporting unexpected errors.
|
/external/junit/src/junit/textui/ |
ResultPrinter.java | 49 printDefects(result.errors(), result.errorCount(), "error"); 93 ", Errors: "+result.errorCount());
|
/external/junit/src/org/junit/runners/ |
Parameterized.java | 113 protected void validateConstructor(List<Throwable> errors) { 114 validateOnlyOneConstructor(errors);
|
/external/kernel-headers/original/asm-mips/ |
thread_info.h | 122 #define TIF_FIXADE 20 /* Fix address errors in software */ 123 #define TIF_LOGADE 21 /* Log address errors to syslog */
|
/external/kernel-headers/original/linux/can/ |
error.h | 36 #define CAN_ERR_CRTL_RX_WARNING 0x04 /* reached warning level for RX errors */ 37 #define CAN_ERR_CRTL_TX_WARNING 0x08 /* reached warning level for TX errors */
|
/external/kernel-headers/original/linux/sunrpc/ |
gss_err.h | 109 * Calling errors: 119 * Routine errors:
|
/external/libnfc-nxp/src/ |
phDnldNfc.h | 104 * \retval Other errors Errors related to the other layers
|
phLlcNfc_Timer.h | 144 * \retval Others Errors related to OsalNfc. 196 * \retval Others Errors related to OsalNfc.
|
/external/libvpx/libvpx/vpx_scale/generic/ |
bicubic_scaler.c | 175 int i, errors = 0; 193 errors++; 199 errors++; 205 errors++; 211 errors++; 217 errors++; 220 errors++; 223 return errors;
|
/external/objenesis/tck/src/org/objenesis/tck/ |
CandidateLoader.java | 37 * Handler for reporting errors from the CandidateLoader. 50 * Error handler that logs errors to a text stream.
|
/external/openssl/patches/ |
eng_dyn_dirs.patch | 13 manifests because the errors pushed onto the error stack will linger even 65 + * errors. Clear them out before returning success. */
|
/external/skia/src/ports/ |
SkThread_pthread.cpp | 148 // only report errors on non-global mutexes 178 // only report errors on non-global mutexes
|
/external/srtp/crypto/kernel/ |
err.c | 54 /* err_level reflects the level of errors that are reported */ 67 /* err_file is the FILE to which errors are reported */
|
/external/valgrind/main/docs/internals/ |
xml-output.txt | 64 of errors, Valgrind slows down and eventually stops collecting 133 * Some errors may have two <auxwhat> blocks, rather than just one 136 * Some errors may have an ORIGIN component, indicating the origins of 157 contains a load of preamble, the errors from the run of the 227 * Zero or more ERRORs, each of which is a complaint from the 260 which errors (at least, the first instance of each error). 264 errors by type if they want. 399 ORIGIN shows the origin of uninitialised data in errors that involve
|
/external/valgrind/main/memcheck/tests/ |
big_blocks_freed_list.stderr.exp | 49 For counts of detected and suppressed errors, rerun with: -v 50 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
|
Completed in 620 milliseconds
<<31323334353637383940>>