/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 355 these error messages before any other errors. Without the 356 classes, the errors in the functions get reported after 357 other class errors deep inside the library. The name
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 355 these error messages before any other errors. Without the 356 classes, the errors in the functions get reported after 357 other class errors deep inside the library. The name
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 355 these error messages before any other errors. Without the 356 classes, the errors in the functions get reported after 357 other class errors deep inside the library. The name
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 355 these error messages before any other errors. Without the 356 classes, the errors in the functions get reported after 357 other class errors deep inside the library. The name
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
BaseBuilder.java | 61 * error checking and marking the files for errors/warnings. 161 * Checks an Xml file for validity. Errors/warnings will be marked on the 305 * display any errors.
|
/external/dropbear/libtomcrypt/ |
changes | 11 -- Fixed memory free errors in ecc_sign_hash() that can arise if the mp_init_multi() fails 20 All of the errors were in cleaning up from heap failures. So they were not likely to be triggered in normal usage 163 -- Fixed bug in math descriptors where if you hadn't defined MECC (ECC support) you would get linker errors 217 -- Fixed two doxy comment errors in the UTCTIME functions 263 -- Updated test driver to actually halt on errors and just print them out (useful for say... automated testing...) [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 214 // Errors: In the first form of the call, errors are reported with 224 vector<string> *errors); 234 // The second call stores its errors in a supplied string vector. 235 // If the string vector pointer is NULL, it reports the errors with LOG(). 243 vector<string> *errors);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
utypes.h | 582 U_STANDARD_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for standard errors */ 587 U_PARSE_ERROR_START = 0x10000, /**< Start of Transliterator errors */ 622 U_PARSE_ERROR_LIMIT, /**< The limit for Transliterator errors */ 628 U_FMT_PARSE_ERROR_START=0x10100, /**< Start of format library errors */ 641 U_FMT_PARSE_ERROR_LIMIT, /**< The limit for format library errors */ 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
utypes.h | 582 U_STANDARD_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for standard errors */ 587 U_PARSE_ERROR_START = 0x10000, /**< Start of Transliterator errors */ 622 U_PARSE_ERROR_LIMIT, /**< The limit for Transliterator errors */ 628 U_FMT_PARSE_ERROR_START=0x10100, /**< Start of format library errors */ 641 U_FMT_PARSE_ERROR_LIMIT, /**< The limit for format library errors */ 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
|
/external/webkit/Source/WebCore/icu/unicode/ |
utypes.h | 582 U_STANDARD_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for standard errors */ 587 U_PARSE_ERROR_START = 0x10000, /**< Start of Transliterator errors */ 622 U_PARSE_ERROR_LIMIT, /**< The limit for Transliterator errors */ 628 U_FMT_PARSE_ERROR_START=0x10100, /**< Start of format library errors */ 641 U_FMT_PARSE_ERROR_LIMIT, /**< The limit for format library errors */ 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
utypes.h | 582 U_STANDARD_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for standard errors */ 587 U_PARSE_ERROR_START = 0x10000, /**< Start of Transliterator errors */ 622 U_PARSE_ERROR_LIMIT, /**< The limit for Transliterator errors */ 628 U_FMT_PARSE_ERROR_START=0x10100, /**< Start of format library errors */ 641 U_FMT_PARSE_ERROR_LIMIT, /**< The limit for format library errors */ 681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
|
/external/bison/ |
NEWS | 27 Caret errors have been added to Bison: 152 Some errors in translations have been addressed, and --help now directs 453 index entries were fixed. Some other errors were fixed. 626 *** Unrecognized variables are now errors not warnings. 630 ** Unrecognized %code qualifiers are now errors not warnings. 803 errors instead of warnings for incompatibilities with POSIX Yacc: 841 errors in Bison 2.5. They will remain warnings, which should be 851 errors should no longer cause M4 to report a broken pipe on the [all...] |
/build/tools/ |
java-layers.py | 11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n") 33 sys.stderr.write(" and excluded from errors.\n")
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 132 /** number of errors during processing */ 133 private static int errors = 0; field in class:Main 188 errors = 0; 358 if (errors != 0) { 359 DxConsole.err.println(errors + " error" + 360 ((errors == 1) ? "" : "s") + "; aborting"); 412 errors++; 542 errors++; [all...] |
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 76 /* Errors / GetError return values */ 93 /* Reserved 0x300F-0x301F for additional errors */
|
/docs/source.android.com/src/source/ |
building-running.jd | 150 <h1 id="troubleshooting-common-build-errors">Troubleshooting Common Build Errors</h1>
|
using-eclipse.jd | 82 <p>Once the project workspace is created, Eclipse should start building. In theory, it should build with no errors and you should be set to go. If necessary, uncheck and re-check Project Build Automatically to force a rebuild.</p> 225 <p>Your Problems view doesn't show any errors.</p>
|
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | 360 /* Synchronization errors. Output buffer is invalid. */ 367 /* Initialization errors. Output buffer is invalid. */ 384 /* Decode errors. Output buffer is valid but concealed. */ 409 /* Ancillary data errors. Output buffer is valid. */ 420 /** Macro to identify initialization errors. */ 422 /** Macro to identify decode errors. */ 520 UINT numBadBytes; /*!< This is the number of total bytes that were considered with errors from numTotalBytes. */ 522 UINT numBadAccessUnits; /*!< This is the number of total access units that were considered with errors from numTotalBytes. */ [all...] |
/external/antlr/antlr-3.4/runtime/Python/ |
pylintrc | 93 # note).You have access to the variables errors warning, statement which 94 # respectivly contain the number of errors / warnings messages and the total
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueParser.java | 56 * Parse errors are indicated as <code>RuntimeException</code>. 115 * Parse errors are indicated as <code>RuntimeException</code>.
|
/external/ceres-solver/include/ceres/ |
types.h | 142 // Solver failed. Solver was terminated due to numerical errors. The 199 // The minimizer did not run at all; usually due to errors in the user's
|
/external/chromium/app/sql/ |
connection.cc | 342 // Enable extended result codes to provide more color on I/O errors. 344 // Chromium code does not attempt to handle I/O errors anyhow. The
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.h | 36 // How many connection errors are accepted before network handles are closed 365 int error_count_; // Tracks the number of connection errors.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.html | 118 // Handles feed parsing errors. 125 // Handles errors during the XMLHttpRequest.
|
/external/chromium/chrome/common/extensions/ |
extension_message_bundle.cc | 24 namespace errors = extension_manifest_errors; 122 errors::kReservedMessageFound, it->first);
|