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

<<41424344454647484950>>

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 261 * @param status A pointer to an UErrorCode to receive any errors
285 * @param parseError A pointer to UParseError to recieve information about errors
288 * @param status A pointer to an UErrorCode to receive any errors
290 * of error - please use status argument to check for errors.
463 * @param status A pointer to an UErrorCode to receive any errors
505 * @param status A pointer to an UErrorCode to receive any errors
640 * @param status for returning errors. All the preflighting errors are featured
664 * errors are also featured
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 261 * @param status A pointer to an UErrorCode to receive any errors
285 * @param parseError A pointer to UParseError to recieve information about errors
288 * @param status A pointer to an UErrorCode to receive any errors
290 * of error - please use status argument to check for errors.
463 * @param status A pointer to an UErrorCode to receive any errors
505 * @param status A pointer to an UErrorCode to receive any errors
640 * @param status for returning errors. All the preflighting errors are featured
664 * errors are also featured
    [all...]
ucoleitr.h 106 * @param status A pointer to an UErrorCode to receive any errors.
151 * @param status A pointer to an UErrorCode to receive any errors.
167 * @param status A pointer to an UErrorCode to receive any errors. Noteably
200 * @param status A pointer to an UErrorCode to receive any errors.
230 * @param status A pointer to an UErrorCode to receive any errors.
  /frameworks/base/core/java/android/content/
SyncResult.java 110 * The errors are classified into two broad categories: hard errors and soft errors.
111 * Soft errors are retried with exponential backoff. Hard errors are not retried (except
  /frameworks/native/opengl/specs/
EGL_ANDROID_native_fence_sync.txt 84 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects),
150 "Errors
194 "If no errors are generated, EGL_TRUE is returned, and <sync> will no
213 Errors
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java 94 fail(String.format("Detected %d errors on launch of app %s:\n%s", errSet.size(),
128 // See if there are any errors. We wait until down here to give ANRs as much time as
149 // 1) Errors that are pertinent to this app's package
150 // 2) Errors that are pertinent to this particular app invocation
213 * @return Returns a string containing all of the errors.
  /external/libxslt/libxslt/
xslt.c 139 style->errors++;
743 ret->errors = 0;
863 * Returns 0 if OK, -1 on API or internal errors.
1192 if (style != NULL) style->errors++;
1232 style->errors++;
1246 style->errors++;
1261 style->errors++;
    [all...]
  /external/icu4c/i18n/unicode/
search.h 111 * @param status for errors if it occurs
132 * @param status for errors if it occurs
208 * @param status for errors if it occurs
232 * @param status for errors. If the text length is 0,
249 * @param status for errors if any. If the text length is 0 then an
300 * @param status for errors if it occurs
318 * @param status for errors if it occurs
334 * @param status for errors if it occurs
358 * @param status for errors if it occurs
375 * @param status for errors if it occur
    [all...]
stsearch.h 160 * @param status for errors if any. If pattern or text is NULL, or if
187 * @param status for errors if any. If either the length of pattern or
218 * @param status for errors if any. If either the length of pattern or
248 * @param status for errors if any. If either the length of pattern or
317 * @param status for errors if it occurs
339 * @param status for errors if any. If the text length is 0 then an
355 * @param status for errors if any. If the text length is 0 then an
379 * @param status for errors if any
389 * @param status for errors if any. If the pattern length is 0 then an
459 * @param status for errors if any occur
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 45 exquisitely sensitive to errors. The performance of this
63 Special note regarding errors in accuracy: this program has
87 encounter errors, please remember that they are just as likely
708 int i, j, k, errors; local
841 errors = 0;
852 printf("(Errors) ");
857 errors++;
865 if (errors > 0) {
867 errors, errors > 1 ? "s" : "")
    [all...]
  /external/valgrind/main/perf/
fbench.c 41 exquisitely sensitive to errors. The performance of this
59 Special note regarding errors in accuracy: this program has
83 encounter errors, please remember that they are just as likely
704 int i, j, k, errors; local
837 errors = 0;
848 printf("(Errors) ");
853 errors++;
861 if (errors > 0) {
863 errors, errors > 1 ? "s" : "")
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
496 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
517 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
538 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
600 private final List<DOMError> errors = new ArrayList<DOMError>(); field in class:NormalizeTest.ErrorRecorder
603 errors.add(error);
608 assertAllErrors("Expected one or more " + type + " errors", severity, type);
612 assertFalse(message, errors.isEmpty());
613 for (DOMError error : errors) {
    [all...]
  /external/icu4c/i18n/
rbt_set.cpp 355 //UnicodeString errors;
370 //| if (errors == null) {
371 //| errors = new StringBuffer();
373 //| errors.append("\n");
375 //| errors.append("Rule " + r1 + " masks " + r2);
384 //if (errors != null) {
385 // throw new IllegalArgumentException(errors.toString());
  /external/protobuf/src/google/protobuf/compiler/
parser.h 72 // it. Returns true if no errors occurred, false otherwise.
79 // and column numbers for errors reported by DescriptorPool during validation.
85 // Requsets that errors be recorded to the given ErrorCollector while
109 // errors (e.g. parse errors) will still be reported. When this is enabled,
206 // were no errors; only that there were no *syntax* errors. For instance,
  /external/tinyxml/
changes.txt 7 - Errors finding beginning and end of tags no longer throw it into an
26 - Moved errors into a seperate file. (With the idea of internationalization
70 - Fixed some errors codes that were not getting set.
140 - In error handling, general errors will no longer clear the error state of specific ones.
173 for memory errors. Fixed some minor issues.
179 - Bug 1035218 fixed - documentation errors. Xunji Luo
188 - Fixed additional const errors, thanks Kent Gibson.
  /frameworks/av/include/media/nbaio/
NBAIO.h 29 #include <utils/Errors.h>
148 // Errors:
163 // Errors:
183 // Errors:
246 // Errors:
262 // Errors:
284 // Errors:
  /system/core/libsparse/include/sparse/
sparse.h 217 * @verbose - print verbose errors while reading the sparse file
222 * errors when the sparse file is formatted incorrectly.
259 * sparse_file_verbose - set a sparse file cookie to print verbose errors
263 * Print verbose sparse file errors whenever using the sparse file cookie.
268 * sparse_print_verbose - function called to print verbose errors
270 * By default, verbose errors will print to standard error.
271 * sparse_print_verbose may be overridden to log verbose errors somewhere else.
  /external/stressapptest/src/
worker.cc 125 // A struct to hold captured errors, for later reporting.
702 // Print errors on mismatches.
710 int errors = 0; local
711 int overflowerrors = 0; // Count of overflowed errors.
715 recorded[kErrorLimit]; // Queued errors for later printing.
736 if (errors < kErrorLimit) {
737 recorded[errors].actual = actual;
738 recorded[errors].expected = expected;
739 recorded[errors].vaddr = &memblock[i];
740 errors++
895 int errors = 0; local
1193 int errors = 0; local
1337 int errors = 0; local
1923 int errors = CrcCheckPage(&dst); local
    [all...]
  /external/libnfc-nxp/src/
phHal4Nfc.h 356 * \retval Others Errors related to the lower layers.
395 * \retval Others Errors related to the lower layers.
459 * \retval Others Errors related to the lower layers
540 * \retval Others Errors related to the lower layers
595 * \retval Others Errors related to the lower layers.
669 * \retval Others Errors related to the lower layers.
721 * \retval Others Errors related to the lower layers.
770 * \retval Others Errors related to the lower layers
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 153 // An error collector which simply concatenates all its errors into a big
281 // There should be no errors.
311 // There should be no errors.
452 // There should be no errors.
486 // There should be no errors.
620 const char* errors; member in struct:google::protobuf::io::__anon12904::ErrorCase
629 // String errors.
639 // Integer errors.
643 // Hex/octal errors.
655 // Float errors
    [all...]
  /external/valgrind/main/docs/xml/
manual-core.xml 73 detect errors in system libraries, for example the GNU C or X11
75 errors, since you probably have no control over that code. Therefore,
76 Valgrind allows you to selectively suppress errors, by recording them in
85 <para>Different error-checking tools report different kinds of errors.
117 uninitialised value errors, or missing uninitialised value errors. We have
268 tool reports errors, it will report them to the commentary. However, if
279 <sect1 id="manual-core.report" xreflabel="Reporting of errors">
280 <title>Reporting of errors</title>
297 etc. For errors associated with an identified (current or freed) heap block
    [all...]
  /external/valgrind/main/helgrind/docs/
hg-manual.xml 18 <para>Helgrind is a Valgrind tool for detecting synchronisation errors
28 <para>Helgrind can detect three classes of errors, which are discussed
90 <title>Detected errors: Misuses of the POSIX pthreads API</title>
94 these are unglamourous errors, their presence can lead to undefined
95 program behaviour and hard-to-find bugs later on. The detected errors
143 <para>Reported errors always contain a primary stack trace indicating
145 traces giving additional information. In particular, most errors
175 <title>Detected errors: Inconsistent Lock Orderings</title>
271 <title>Detected errors: Data Races</title>
726 errors. It will be more effective if you design threaded program
    [all...]
  /external/elfutils/libdwfl/
libdwfl.h 134 Returns -1 for errors, or NDX (or its assigned replacement) on success.
217 there are no more modules, or -1 for errors. */
248 Returns -1 for errors, 0 if no ID is known, or the number of ID bytes.
387 which is zero for ET_EXEC and one for ET_DYN. Returns -1 for errors. */
392 Returns -1 for errors. */
400 Returns null for errors. */
407 Returns zero for success and -1 for errors. */
421 or -1 for errors. */
424 /* Fetch one entry from the module's symbol table. On errors, returns
529 The given DIE must come from the given module. Returns -1 for errors
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js 226 get errors()
231 set errors(x)
262 if (!this.errors && !this.warnings) {
271 if (this.errors) {
274 errorElement.textContent = this.errors;
285 if (this.errors) {
287 if (this.errors == 1) {
289 errorWarningElement.title = WebInspector.UIString("%d error, %d warning", this.errors, this.warnings);
291 errorWarningElement.title = WebInspector.UIString("%d error, %d warnings", this.errors, this.warnings);
293 errorWarningElement.title = WebInspector.UIString("%d errors, %d warning", this.errors, this.warnings)
    [all...]
  /external/chromium-trace/trace-viewer/src/
timeline_view.js 101 dlg.classList.add('view-import-errors-overlay');
105 showEl.className = 'button view-import-errors-button view-info-button';
106 showEl.textContent = 'Import errors!';
109 textEl.className = 'info-button-text import-errors-dialog-text';
113 'import-errors-dialog';
115 containerEl.textContent = 'Errors occurred during import:';

Completed in 848 milliseconds

<<41424344454647484950>>