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

<<51525354555657585960>>

  /external/chromium/net/base/
sdch_manager.h 59 // A list of errors that appeared and were either resolved, or used to turn
69 // Content decoding errors.
242 // Record stats on various errors.
259 // Used when filter errors are found from a given domain, but it is plausible
264 // Used when SEVERE filter errors are found from a given domain, to prevent
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 192 ERROR_OTHER, // Other errors.
198 ERROR_REC_RUNTIME_ERROR, // Processing is encountering errors.
203 ERROR_PLAY_RUNTIME_ERROR, // Errors in voice processing.
241 // Signal errors from MediaChannel. Arguments are:
423 ERROR_OTHER, // Other errors.
  /external/e2fsprogs/e2fsck/
e2fsck.8.in 42 shut down uncleanly without any errors, normally, after replaying the
305 \ 0\ \-\ No errors
307 \ 1\ \-\ File system errors corrected
309 \ 2\ \-\ File system errors corrected, system should
313 \ 4\ \-\ File system errors left uncorrected
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 80 // detecting close() errors is important to you, you should arrange
163 // detecting close() errors is important to you, you should arrange
299 // and read errors in the underlying streams, so it assumes any errors mean
302 // not use ConcatenatingInputStream on streams that might produce read errors
  /external/qemu/proxy/
proxy_common.c 395 FD_SET( fd, sel->errors );
397 FD_CLR( fd, sel->errors );
411 if ( FD_ISSET(fd, sel->errors) )
431 sel->errors = err_fds;
451 sel->errors = err_fds;
  /external/stressapptest/src/
sat.cc 594 "Only polling ECC errors.\n");
801 // Set maximum number of errors to collect. Stop running after this many.
817 // Inject errors to force miscompare code paths
990 " --max_errors n exit early after finding 'n' errors\n"
1000 " --no_errors run without checking for ECC or other errors\n"
1001 " --force_errors inject false errors to test error handling\n"
1002 " --force_errors_like_crazy inject a lot of false errors "
1054 // This may detect ECC corrected errors, disk problems, or
1055 // any other errors normally hidden from userspace
1607 int64 errors = 0; local
1745 uint64 errors = GetTotalErrorCount(); local
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParserFactory.java 106 * @exception SAXException for SAX errors.
276 * <p>When warnings/errors/fatal errors are found by the validator, the parser must
277 * handle them as if those errors were found by the parser itself.
279 * is set, it must receive those errors, and if not, they must be
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 146 /** Generic marker for ADT errors, only to be used in the {@link ResourceManagerBuilder} */
149 /** Marker for Android Target errors.
154 /** Marker for Android Build Tools errors.
158 /** Marker for Android Dependency errors.
193 /** Marker for lint errors */
  /external/opencv/cvaux/src/
cvcorrimages.cpp 67 /* Test for errors */
191 float* errors = 0; local
203 /* Test input data for errors */
292 CV_CALL( errors = (float*)cvAlloc( 2 * sizeof(float)*numVisPoints) );
300 /* !!! Need test creation errors */
336 status, errors,
352 if( status[currVis] && errors[currVis] < 1000 )
427 cvFree(&errors);
449 /* Test for errors */
967 /* Test for errors */
    [all...]
cvlevmarprojbandle.cpp 78 /* ----- Test input params for errors ----- */
209 /* ----- Test input params for errors ----- */
237 /* ----- Test input params for errors ----- */
346 /* ----- Test input params for errors ----- */
374 /* ----- Test input params for errors ----- */
440 /* ----- Test input params for errors ----- */
468 /* ----- Test input params for errors ----- */
570 /* ----- Test input params for errors ----- */
639 /* ----- Test input params for errors ----- */
748 /* ----- Test input params for errors ----- *
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 363 * @param status A pointer to an UErrorCode to receive any errors
387 * @param parseError A pointer to UParseError to recieve information about errors
390 * @param status A pointer to an UErrorCode to receive any errors
392 * of error - please use status argument to check for errors.
546 * @param status A pointer to an UErrorCode to receive any errors
628 * @param status A pointer to an UErrorCode to receive any errors
754 * @param status A pointer to an UErrorCode to receive any errors
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 240 // The second call stores its errors in a supplied string vector.
241 // If the string vector pointer is NULL, it reports the errors with LOG().
257 // Protocol buffers doesn't ever care about errors, but I don't want to remove
266 vector<string> *errors) {
267 GOOGLE_DCHECK(errors == NULL) << "Error reporting not implemented.";
282 LOG_STRING(ERROR, errors) << "String cannot end with \\";
309 LOG_STRING(ERROR, errors) << "String cannot end with \\x";
311 LOG_STRING(ERROR, errors) <<
321 LOG_STRING(ERROR, errors) << "Value of " <<
335 LOG_STRING(ERROR, errors)
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr_types.h 163 /* - insert HCR errors - */
186 /* - detect HCR errors - */
203 #define STATE_MACHINE_ERROR_CHECK 1 /* test if the number of remaining bits in a segment is _below_ zero. If there are no errors the lowest
212 /* - conceal HCR errors - */
219 // errorLog: A word of 32 bits used for logging possible errors within HCR
220 // in case of distorted bitstreams. Table of all known errors:
237 /* special errors */
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 106 /* Synchronization errors. Wait for new input data and try again. */
112 /* Decode errors. Mostly caused due to bit errors. */
119 /* Fatal errors. Stop immediately on one of these errors! */
130 /** Macro to identify decode errors. */
132 /** Macro to identify fatal errors. */
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSymbolDefinitions.java 233 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
424 assertEquals("should not be an error", 0, equeue.errors.size());
801 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
833 assertEquals("unexpected errors: "+equeue, 0, equeue.errors.size());
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 461 #define EXT2_ERROR_FS 0x0002 /* Errors detected */
480 #define EXT2_MOUNT_ERRORS_CONT 0x0010 /* Continue on errors */
481 #define EXT2_MOUNT_ERRORS_RO 0x0020 /* Remount fs ro on errors */
482 #define EXT2_MOUNT_ERRORS_PANIC 0x0040 /* Panic on errors */
497 * Behaviour when detecting errors
531 __u16 s_errors; /* Behaviour when detecting errors */
604 __u32 s_error_count; /* number of fs errors */
  /external/elfutils/libdw/
libdw.h 362 0 if not, or -1 for errors. */
368 errors, zero when there are no more address ranges to report, or a
514 errors. If EXPRS is a null pointer, stores nothing and returns the
527 Returns -1 for errors or 0 if no scopes match PC. */
536 Returns -1 for errors or 0 if DIE is not found in any scope entry. */
548 Return -1 for errors or -2 for no matching variable found. */
603 breakpoints for the given DW_TAG_subprogram DIE. Returns -1 for errors.
  /external/icu4c/common/
uhash.h 183 * @param status A pointer to an UErrorCode to receive any errors.
200 * @param status A pointer to an UErrorCode to receive any errors.
217 * @param status A pointer to an UErrorCode to receive any errors.
319 * @param status A pointer to an UErrorCode to receive any errors.
337 * @param status A pointer to an UErrorCode to receive any errors.
355 * @param status A pointer to an UErrorCode to receive any errors.
373 * @param status A pointer to an UErrorCode to receive any errors.
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 189 """ Deletes a file skipping errors """
533 errors = []
538 errors.append(("Segment MIDI file not found", segment.filename))
541 errors.append(("Segment DLS file not found; removing from config", segment.dlsfile))
546 if len(errors) == 0:
549 dlg = dImp.JetErrors("Jet Definition File Errors")
550 dlg.SetErrors(errors)
  /external/valgrind/main/docs/xml/
manual-writing-tools.xml 142 <para>It should automake, configure and compile without errors,
227 and suppress errors; process command line options; wrap system calls;
231 reporting errors, it must call
233 eight functions for comparing errors, printing out errors, reading
378 <para>If your tool reports errors and you want to suppress some common
450 <para>You may get errors that look like this:</para>
  /frameworks/base/docs/html/tools/debugging/
improving-w-lint.jd 45 <dd>A static code scanning tool that you can run on your Android project from the command-line or from Eclipse. The {@code lint} tool checks for structural code problems that could affect the quality and performance of your Android application. It is strongly recommended that you correct any errors that {@code lint} detects before publishing your application.</dd>
58 <p>Note that when you export an APK, {@code lint} only runs an automatic check for fatal errors and aborts the export if fatal errors are found. You can turn off this automatic checking from the <strong>Lint Error Checking</strong> page in Eclipse Preferences. </p>
63 <p>You can also run a {@code lint} scan manually on your Android project in Eclipse by right-clicking on the project folder in the Package Explorer > <strong>Android Tools &gt; Run Lint: Check for Common Errors</strong>.</p>
91 0 errors, 4 warnings
93 <p>The output above lists four warnings and no errors in this project. Three warnings ({@code ManifestOrder}, {@code UsesMinSdkAttributes}, and {@code UsesMinSdkAttributes}) were found in the project's <code>AndroidManifest.xml</code> file. The remaining warning ({@code IconMissingDensityFolder}) was found in the <code>Preferences.xml</code> layout file.</p>
117 <LI>Run the {@code lint} tool on your project by right-clicking on your project folder in the Package Explorer and selecting <strong>Android Tools &gt; Run Lint: Check for Common Errors</strong>. This action brings up the <strong>Lint Warnings</strong> view which displays a list of issues that {@code lint} detected in your project.</LI>
  /external/jpeg/
jquant1.c 105 * Errors are accumulated into the array fserrors[], at a resolution of
112 * We can get away with a single array (holding one row's worth of errors)
113 * by using it to store the current row's errors at pixel columns not yet
114 * processed, but the next row's errors at columns already processed. We
115 * need only a few extra variables to hold the errors immediately around the
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
699 * to the next pixel on the current line, and all the errors for the
718 * Allocate workspace for Floyd-Steinberg errors.
781 /* Initialize the propagated errors to zero. */
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 684 // An error collector which simply concatenates all its errors into a big
990 vector<string> errors; local
1007 vector<string> errors; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant1.c 105 * Errors are accumulated into the array fserrors[], at a resolution of
112 * We can get away with a single array (holding one row's worth of errors)
113 * by using it to store the current row's errors at pixel columns not yet
114 * processed, but the next row's errors at columns already processed. We
115 * need only a few extra variables to hold the errors immediately around the
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
699 * to the next pixel on the current line, and all the errors for the
718 * Allocate workspace for Floyd-Steinberg errors.
781 /* Initialize the propagated errors to zero. */
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 10 // Here we are trying to trigger every syscall error (scalar errors and
11 // memory errors) for every syscall. We do this by passing a lot of bogus
13 // checked for memory errors, or in order to have a non-zero length used
61 // Only 1s 0m errors -- the other 2s 1m have been checked in the previous
88 // Nb: could have 3 memory errors if we pass x0+1 as the 2nd and 3rd
274 // because any errors may or may not be commoned up with the ones from
538 // XXX: Also, should be 6 scalar errors, except glibc's syscall() doesn't
978 // As with sys_open(), we don't trigger errors for the 1st two args for
1070 // XXX: again, glibc not doing 6th arg means we have only 5s errors
    [all...]

Completed in 999 milliseconds

<<51525354555657585960>>