/external/chromium_org/chrome/browser/extensions/ |
extension_prefs_unittest.cc | 449 std::string errors; local 451 path, Manifest::INTERNAL, manifest, Extension::NO_FLAGS, id, &errors); 452 ASSERT_TRUE(extension.get()) << errors; 575 std::string errors; variable 577 path, Manifest::INTERNAL, manifest, Extension::NO_FLAGS, id_, &errors); 578 ASSERT_TRUE(new_extension.get()) << errors;
|
extension_sorting_unittest.cc | 823 std::string errors; local [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
policy_ui.cc | 311 // the optional errors in |errors| to determine the status of each policy. 313 policy::PolicyErrorMap* errors, 362 // TODO(bartfab): Add an observer that watches for client errors. Observing 634 policy::PolicyErrorMap* errors, 648 string16 error = errors->GetErrors(entry->first); 665 // Get a list of all the errors in the policy values. 668 policy::PolicyErrorMap errors; local 669 handler_list->ApplyPolicySettings(map, NULL, &errors); 674 GetPolicyValues(map, &errors, values) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 82 int events, errors, major, minor; local 84 if ( SDL_NAME(XDGAQueryExtension)(dpy, &events, &errors) &&
|
/external/stressapptest/src/ |
sat.h | 91 int errors() const { return errorcount_; } function in class:Sat 107 // Causes false errors for unittesting. 108 // Setting to "true" causes errors to be injected. 109 void set_error_injection(bool errors) { error_injection_ = errors; } 165 bool error_injection_; // Simulate errors, for unittests. 166 bool crazy_error_injection_; // Simulate lots of errors. 167 uint64 max_errorcount_; // Number of errors before forced exit. 217 bool error_poll_; // Poll for system errors. 238 int statuscount_; // Total test errors seen [all...] |
sat.cc | 594 "Only polling ECC errors.\n"); 801 // Set maximum number of errors to collect. Stop running after this many. 817 // Inject errors to force miscompare code paths 990 " --max_errors n exit early after finding 'n' errors\n" 1000 " --no_errors run without checking for ECC or other errors\n" 1001 " --force_errors inject false errors to test error handling\n" 1002 " --force_errors_like_crazy inject a lot of false errors " 1054 // This may detect ECC corrected errors, disk problems, or 1055 // any other errors normally hidden from userspace 1607 int64 errors = 0; local 1745 uint64 errors = GetTotalErrorCount(); local [all...] |
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 44 int errors; member in struct:wpa_ctrl_dst [all...] |
config_file.c | 1699 int errors = 0; local 3057 int errors = 0; local 3137 int errors; local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
opts.h | 214 /* Any flags describing errors detected in this option. */ 215 int errors; member in struct:cl_decoded_option
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
opts.h | 214 /* Any flags describing errors detected in this option. */ 215 int errors; member in struct:cl_decoded_option
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
opts.h | 214 /* Any flags describing errors detected in this option. */ 215 int errors; member in struct:cl_decoded_option
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
opts.h | 214 /* Any flags describing errors detected in this option. */ 215 int errors; member in struct:cl_decoded_option
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_pyio.py | 44 encoding=None, errors=None, 110 errors is an optional string that specifies how encoding errors are to 114 errors. (Note that ignoring encoding errors can lead to data loss.) 162 if errors is not None and not isinstance(errors, basestring): 163 raise TypeError("invalid errors: %r" % errors) 185 if binary and errors is not None 1353 def errors(self): member in class:TextIOBase 1545 def errors(self): member in class:TextIOWrapper 2008 def errors(self): member in class:StringIO [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_pyio.py | 44 encoding=None, errors=None, 110 errors is an optional string that specifies how encoding errors are to 114 errors. (Note that ignoring encoding errors can lead to data loss.) 162 if errors is not None and not isinstance(errors, basestring): 163 raise TypeError("invalid errors: %r" % errors) 185 if binary and errors is not None 1353 def errors(self): member in class:TextIOBase 1545 def errors(self): member in class:TextIOWrapper 2008 def errors(self): member in class:StringIO [all...] |
/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/chromium/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 74 const char kErrorsField[] = "errors"; 370 DictionaryValue* errors = NULL; local 371 if (!root_dict->GetDictionary(kErrorsField, &errors)) 373 for (DictionaryValue::key_iterator keys = errors->begin_keys(); 374 keys != errors->end_keys(); 377 if (!errors->GetString(*keys, &value)) { [all...] |
/external/chromium/net/base/ |
host_resolver_impl.cc | 236 std::vector<int> errors; local 238 errors.push_back(std::abs(os_errors[i])); 242 errors.push_back(std::abs(os_errors[i]) + 1); 244 return errors; [all...] |
/external/chromium_org/build/android/pylib/ |
android_commands.py | 33 import errors namespace 209 # Errors look like this: "failed to copy ... " 319 errors.WaitForResponseTimedOutError after max retries reached. 327 except errors.WaitForResponseTimedOutError as e: 442 except errors.WaitForResponseTimedOutError: 458 raise errors.MsgException('Remount failed: %s' % out) 507 raise errors.WaitForResponseTimedOutError( 525 raise errors.WaitForResponseTimedOutError( 551 raise errors.DeviceUnresponsiveError('device not found') [all...] |
/external/chromium_org/net/disk_cache/v3/ |
backend_impl_v3.cc | 26 #include "net/disk_cache/errors.h" 893 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); local 912 stats_.SetCounter(Stats::FATAL_ERROR, errors); [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | 1865 FT_Error errors[FT_RACCESS_N_RULES]; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
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/e2fsprogs/misc/ |
tune2fs.c | 23 * 93/12/29 - Added the -e option to change errors behavior 75 static unsigned short errors; variable 669 errors = EXT2_ERRORS_CONTINUE; 671 errors = EXT2_ERRORS_RO; 673 errors = EXT2_ERRORS_PANIC; [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/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 3552 vector<string> errors; local 3805 vector<string> errors; local [all...] |
/external/valgrind/main/coregrind/ |
m_errormgr.c | 57 /* After this many different unsuppressed errors have been observed, 61 /* After this many different unsuppressed errors have been observed, 62 stop collecting errors at all, and tell the user their program is 66 /* After this many total errors have been observed, stop collecting 67 errors at all. Counterpart to M_COLLECT_NO_ERRORS_AFTER_SHOWN. */ 71 Initially empty, and grows as errors are detected. */ 72 static Error* errors = NULL; variable 79 /* Running count of unsuppressed errors detected. */ 82 /* Running count of suppressed errors detected. */ 85 /* Running count of errors shown. * [all...] |