HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 151 - 175 of 222) sorted by null

1 2 3 4 5 67 8 9

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 142 int errors; member in struct:request
  /device/samsung/crespo/alsa-lib/src/
conf.c 398 errors false
2775 int err, idx = 0, fi_count = 0, errors = 1, hit; local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 192 static int errors; variable
482 ++errors;
495 --errors;
705 if (errors)
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
934 if (errors)
1039 ** Call error with errstring and return zero on errors.
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 192 static int errors; variable
482 ++errors;
495 --errors;
705 if (errors)
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
934 if (errors)
1039 ** Call error with errstring and return zero on errors.
    [all...]
  /external/libpng/
CHANGES 123 made CRC errors/warnings on critical and ancillary chunks configurable
187 added typecasts to quiet compiler errors
257 Cleaned up spelling errors in libpng.3/libpng.txt
268 Corrected some logic errors in png_do_invert_alpha() (Chris Patterson)
    [all...]
  /external/libxml2/
debugXML.c 49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
288 /* desactivated right now as it raises too many errors */
    [all...]
  /external/wpa_supplicant/
driver_wext.c 87 int errors; member in struct:wpa_driver_wext_data
1005 drv->errors = 0;
    [all...]
  /build/tools/droiddoc/src/
DroidDoc.java 68 * reporting errors in the process.
146 Errors.setWarningsAreErrors(true);
153 level = Errors.ERROR;
156 level = Errors.WARNING;
159 level = Errors.HIDDEN;
161 Errors.setErrorLevel(Integer.parseInt(a[1]), level);
298 Errors.printErrors();
299 return !Errors.hadError;
585 classesToCheck = pkg.errors();
809 classesToCheck = pkg.errors();
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 82 // number of errors reported in a file.
83 int errors; field in class:DAsm
168 * Returns the number of warnings/errors encountered while parsing a file. 0
172 return errors;
176 errors++;
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 199 // errors.
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 3552 vector<string> errors; local
3805 vector<string> errors; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 87 int events, errors, major, minor; local
89 if ( SDL_NAME(XDGAQueryExtension)(dpy, &events, &errors) &&
  /external/v8/test/mjsunit/
const-redecl.js 176 // Test that repeated const declarations throw redeclaration errors.
switch.js 34 f0(); // no errors
  /external/webkit/WebCore/inspector/front-end/
ConsoleView.js 86 this.errorElement = createFilterElement.call(this, "Errors");
141 this.messagesElement.removeStyleClass("filter-errors");
288 WebInspector.errors += msg.repeatDelta;
309 WebInspector.errors = 0;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 380 GLDLIBS := --ELF --symbols --debug --map --info sizes,totals --errors link.err --list link.map --verbose
  /external/strace/
syscall.c 238 int calls, errors; member in struct:call_counts
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 969 drv->errors = 0;
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 155 int errors; member in struct:request
228 __REQ_QUIET, /* don't worry about errors */
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 219 'ActiveRecord::Errors', 'ActiveRecord::Locking',
299 'before_create', 'add_to_base', 'errors', 'add', 'validate',
  /build/core/
config.mk 100 # list of flags to turn specific warnings in to errors
  /external/chromium/net/disk_cache/
backend_impl.cc 20 #include "net/disk_cache/errors.h"
1120 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); local
1127 stats_.SetCounter(Stats::FATAL_ERROR, errors + 1);
    [all...]
  /ndk/build/core/
init.mk 54 # disable any warnings or errors by overriding these definitions
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/gtest/src/
gtest.cc 2143 Message errors; local
    [all...]

Completed in 1206 milliseconds

1 2 3 4 5 67 8 9