/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm-options.c | 48 int errors = 0, warnings = 0; local 66 errors++; 68 return errors; 88 errors++; 112 errors++; 127 errors++; 152 errors++; 157 return errors;
|
/external/valgrind/main/drd/tests/ |
annotate_hb_race.stderr.exp | 8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
annotate_ignore_rw.stderr.exp | 9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
annotate_publish_hg.stderr.exp | 7 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
pth_uninitialized_cond.stderr.exp | 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/helgrind/tests/ |
cond_timedwait_invalid.stderr.exp | 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 142 produce different external names and thus cause import errors in 444 decoding if the errors argument is set to "replace". Note: the 536 const char *errors /* error handling */ 624 Many of these APIs take two arguments encoding and errors. These 625 parameters encoding and errors have the same semantics as the ones 630 Error handling is set by errors which may also be set to NULL 689 const char *errors /* error handling */ 699 const char *errors /* error handling */ 708 const char *errors /* error handling */ 717 const char *errors /* error handling * [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
raw_unicode_escape.py | 22 return codecs.raw_unicode_escape_encode(input, self.errors)[0] 26 return codecs.raw_unicode_escape_decode(input, self.errors)[0]
|
string_escape.py | 17 return codecs.escape_encode(input, self.errors)[0] 21 return codecs.escape_decode(input, self.errors)[0]
|
undefined.py | 18 def encode(self,input,errors='strict'): 21 def decode(self,input,errors='strict'):
|
unicode_escape.py | 22 return codecs.unicode_escape_encode(input, self.errors)[0] 26 return codecs.unicode_escape_decode(input, self.errors)[0]
|
unicode_internal.py | 22 return codecs.unicode_internal_encode(input, self.errors)[0] 26 return codecs.unicode_internal_decode(input, self.errors)[0]
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 142 produce different external names and thus cause import errors in 444 decoding if the errors argument is set to "replace". Note: the 536 const char *errors /* error handling */ 624 Many of these APIs take two arguments encoding and errors. These 625 parameters encoding and errors have the same semantics as the ones 630 Error handling is set by errors which may also be set to NULL 689 const char *errors /* error handling */ 699 const char *errors /* error handling */ 708 const char *errors /* error handling */ 717 const char *errors /* error handling * [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
raw_unicode_escape.py | 22 return codecs.raw_unicode_escape_encode(input, self.errors)[0] 26 return codecs.raw_unicode_escape_decode(input, self.errors)[0]
|
string_escape.py | 17 return codecs.escape_encode(input, self.errors)[0] 21 return codecs.escape_decode(input, self.errors)[0]
|
undefined.py | 18 def encode(self,input,errors='strict'): 21 def decode(self,input,errors='strict'):
|
unicode_escape.py | 22 return codecs.unicode_escape_encode(input, self.errors)[0] 26 return codecs.unicode_escape_decode(input, self.errors)[0]
|
unicode_internal.py | 22 return codecs.unicode_internal_encode(input, self.errors)[0] 26 return codecs.unicode_internal_decode(input, self.errors)[0]
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
content_scripts_handler.cc | 30 namespace errors = manifest_errors; 48 errors::kInvalidGlobList, 58 errors::kInvalidGlob, 83 errors::kInvalidRunAt, 96 errors::kInvalidRunAt, 107 errors::kInvalidAllFrames, base::IntToString(definition_index)); 117 errors::kInvalidMatches, 124 errors::kInvalidMatchCount, 132 errors::kInvalidMatch, 135 errors::kExpectString) [all...] |
/external/chromium_org/chrome/browser/profiles/ |
incognito_mode_policy_handler.cc | 25 PolicyErrorMap* errors) { 35 errors->AddError(key::kIncognitoModeAvailability, 41 errors->AddError(key::kIncognitoModeAvailability, 51 errors->AddError(key::kIncognitoEnabled,
|
/external/chromium_org/chrome/browser/ui/global_error/ |
global_error_service.h | 16 // This service manages a list of errors that are meant to be shown globally. 18 // error should be shown using this service. Examples of global errors are: 23 // Type used to represent the list of currently active errors. 31 // Adds the given error to the list of global errors and displays it on 37 // Hides the given error and removes it from the list of global errors. Caller 53 // Gets all errors. 54 const GlobalErrorList& errors() { return errors_; } function in class:GlobalErrorService
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
test_object_store.py | 52 errors = [] 57 errors.append('%s: expected %s got %s' % (desc, expected, actual)) 59 return (len(errors) == 0, ', '.join(errors))
|
test_servlet.py | 61 errors, content = link_tester.TestBrokenLinks() 63 errors, content = link_tester.TestOrphanedPages() 67 errors = link_errors + orphaned_errors 70 if errors:
|
/external/chromium_org/chrome/common/extensions/ |
web_accessible_resources_handler.cc | 18 namespace errors = manifest_errors; 70 *error = ASCIIToUTF16(errors::kInvalidWebAccessibleResourcesList); 77 errors::kInvalidWebAccessibleResource, base::IntToString(i)); 83 errors::kInvalidURLPatternError, extension->url().spec());
|
/external/chromium_org/components/policy/core/browser/ |
configuration_policy_handler_list.h | 38 // Any errors found while processing the policies are stored in |errors|. 39 // |prefs| or |errors| can be NULL, and won't be filled in that case. 42 PolicyErrorMap* errors) const;
|