/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
blkdev.h | 142 int errors; member in struct:request
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
blkdev.h | 142 int errors; member in struct:request
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
blkdev.h | 142 int errors; member in struct:request
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
blkdev.h | 142 int errors; member in struct:request
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
blkdev.h | 142 int errors; member in struct:request
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
error.rb | 98 The base class of the variety of syntax errors that can occur during the 99 recognition process. These errors all typically concern an expectation built in 393 symbols. Thus, NoViableAlternative errors indicate that the current input does
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
port_api.c | 939 ** errors - receive error codes 942 int PORT_SendError (UINT16 handle, UINT8 errors) 946 RFCOMM_TRACE_API2 ("PORT_SendError() handle:%d errors:0x%x", handle, errors); 965 RFCOMM_LineStatusReq (p_port->rfc.p_mcb, p_port->dlci, errors); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 47 // Handle errors 493 * handles errors in user input. 751 * Handle the case in which errors have been generated outside the context
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-junit.jar | |
/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++; 290 /* desactivated right now as it raises too many errors */ [all...] |
/external/libxslt/libxslt/ |
extensions.c | 732 style->errors++; [all...] |
namespaces.c | 71 cctxt->style->errors++; 116 * SPEC TODO: Check for the errors mentioned above. 567 /* TODO: check errors */ 631 * namespace fixup failures or API or internal errors. 704 * namespace fixup failures or API or internal errors.
|
/bionic/libc/kernel/common/linux/ |
blkdev.h | 137 int errors; member in struct:request
|
/build/tools/droiddoc/templates-sac/ |
customizations.cs | 255 <?cs call:list("Errors", class.package.errors) ?> 263 <?cs call:class_link_list("Errors", package.errors) ?>
|
/cts/tools/dasm/src/dasm/ |
DAsm.java | 82 // number of errors reported in a file. 83 int errors; field in class:DAsm 171 * Returns the number of warnings/errors encountered while parsing a file. 0 175 return errors; 179 errors++; [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 12 from distutils.errors import *
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeGrammarRewriteAST.java | 248 assertEquals("unexpected errors: "+equeue, 1, equeue.errors.size()); [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_service.cc | 89 namespace errors = extension_manifest_errors; 165 // Errors are reported through ExtensionErrorReporter. On success, 200 // Whether errors result in noisy alerts. 665 *error = errors::kCannotUninstallManagedExtension; [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 45 * errors. Also protects against other syntax errors in the eval()ed
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 45 * errors. Also protects against other syntax errors in the eval()ed
|
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 103 '/WX', # warnings are errors 479 # source files corresponding to build errors.
|
/external/strace/ |
strace.spec | 189 - Fix errors detaching from multithreaded process on interrupt (#161919). 208 - Don't print errors for null file name pointers.
|
/external/valgrind/main/memcheck/tests/ |
str_tester.c | 45 size_t errors = 0; variable 54 ++errors; [all...] |