/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | 135 static const char errors[] = 162 #define BAD_BANG (errors) 133 static const char errors[] = variable [all...] |
/external/robolectric/lib/main/ |
junit-dep-4.8.2.jar | |
/bionic/libc/kernel/arch-x86/asm/ |
apicdef_32.h | 256 u32 errors; member in struct:local_apic::__anon240::__anon242
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 151 /** number of errors during processing */ 152 private static int errors = 0; field in class:Main 212 errors = 0; 519 if (errors != 0) { 520 DxConsole.err.println(errors + " error" + 521 ((errors == 1) ? "" : "s") + "; aborting"); 586 errors++; 697 errors++; 737 errors++; [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
apicdef_32.h | 256 u32 errors; member in struct:local_apic::__anon1434::__anon1436
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ErrorManager.java | 50 /** Defines all the errors ANTLR can generator for both the tool and for 62 * find any errors/mismatches rather than leaving a mistyped string in 79 * During initialization of this class, all errors go straight to System.err. 81 * can I do errors properly? For example, if the string template group file 89 * TODO: get antlr.g etc.. parsing errors to come here. 92 // TOOL ERRORS 93 // file errors 112 // code gen errors 119 // GRAMMAR ERRORS 204 // Dependency sorting errors 261 public int errors; field in class:ErrorManager.ErrorState [all...] |
/external/chromium/net/disk_cache/ |
backend_impl.cc | 24 #include "net/disk_cache/errors.h" 1452 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); local [all...] |
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_handler.cc | 221 PolicyErrorMap* errors) { 223 return CheckAndGetValue(policies, errors, &value); 227 PolicyErrorMap* errors, 231 errors->AddError(policy_name_, 253 PolicyErrorMap* errors) { 255 return CheckAndGetValue(policies, errors, &value) && 256 EnsureInRange(value, NULL, errors); 264 PolicyErrorMap* errors) { 275 if (errors) { 276 errors->AddError(policy_name() 444 PolicyErrorMap errors; local [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service.cc | 118 // Number of initial errors (in sequence) to ignore before applying 301 // loaded, and we don't want to generate spurious auth errors. 848 // Clear the data type errors as well. 869 // Unrecoverable errors that arrive via the syncer::UnrecoverableErrorHandler 916 std::map<syncer::ModelType, syncer::SyncError> errors; local [all...] |
/external/chromium_org/net/disk_cache/ |
backend_impl.cc | 27 #include "net/disk_cache/errors.h" 1418 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); local [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_test.cc | 63 // Simulate no-space errors while this pointer is non-NULL. 1564 int errors = 0; local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 3980 vector<string> errors; local 4253 vector<string> errors; local [all...] |
/external/freetype/src/base/ |
ftobjs.c | 1897 FT_Error errors[FT_RACCESS_N_RULES]; local [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
Parser.java | 865 Parser.errorMessages[Parser.errors[this.action[1]]]); 5228 private static int[] errors; field in class:Parser [all...] |
/external/kernel-headers/original/asm-x86/ |
apicdef_32.h | 231 u32 errors; member in struct:local_apic::__anon21594::__anon21596
|
/external/skia/gm/ |
gmmain.cpp | 322 * We even record successes, and errors that we regard as 351 * Return the number of significant (non-ignorable) errors we have 488 * errors. 703 ErrorCombination errors(kWritingReferenceImage_ErrorType); 713 RecordTestResults(errors, make_shortname_plus_config(shortName, gRec.fName), 715 return errors; 776 * Compares actual hash digest to expectations, returning the set of errors 792 * report errors across rendering modes, such as pipe vs tiled. 800 ErrorCombination errors; local 809 errors.add(kMissingExpectations_ErrorType) 931 ErrorCombination errors; local 1057 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, bitmap, false); local 1137 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, &bitmap, true); local 1164 ErrorCombination errors; local 1206 ErrorCombination errors; local [all...] |
/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/valgrind/main/none/tests/ppc32/ |
test_isa_2_06_part1.c | 38 static int errors; variable [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_isa_2_06_part1.c | 38 static int errors; variable [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.c | 384 int val = 0, last, errors = 0; local 410 errors++; 422 errors++; 427 return errors ? -1 : 0; 468 int val = 0, last, errors = 0; local 521 errors++; 533 errors++; 538 return errors ? -1 : 0; 731 int val = 0, last, errors = 0; local 758 errors++ 953 int last, errors = 0; local [all...] |
/libcore/luni/src/test/java/libcore/sqlite/ |
OldDatabaseTest.java | 261 List<String> errors = tracker.getErrors(); local 263 if (errors.size() > 0) { 264 assertEquals(errors.get(0), db.error_string(Constants.SQLITE_LOCKED)); 265 for (String s : errors) { 335 List<String> errors = tracker.getErrors(); local 336 if (errors.size() > 0) { 337 // assertEquals(errors.get(0), 339 for (String s: errors) { 366 // errors = tracker.getErrors(); 367 // if (errors.size() > 0) 425 List<String> errors = tracker.getErrors(); local [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
apicdef_32.h | 228 u32 errors; member in struct:local_apic::__anon44306::__anon44308
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
apicdef_32.h | 228 u32 errors; member in struct:local_apic::__anon45091::__anon45093
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
apicdef_32.h | 228 u32 errors; member in struct:local_apic::__anon46951::__anon46953
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
apicdef_32.h | 228 u32 errors; member in struct:local_apic::__anon47661::__anon47663
|