/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
png_unittest.py | 59 errors = [] 63 errors.append(error) 72 self.assertEqual(len(errors), 1) 73 self.assertEqual(errors[0], 79 errors = [] 82 self.assertEqual(len(errors), 0) 87 errors = [] 90 self.assertEqual(len(errors), 1) 95 errors = [] 98 self.assertEqual(len(errors), 0 [all...] |
/external/chromium_org/chrome/common/extensions/api/speech/ |
tts_engine_manifest_handler.cc | 19 namespace errors = manifest_errors; 55 *error = ASCIIToUTF16(errors::kInvalidTts); 64 *error = ASCIIToUTF16(errors::kInvalidTtsVoices); 71 *error = ASCIIToUTF16(errors::kInvalidTtsVoices); 79 *error = ASCIIToUTF16(errors::kInvalidTtsVoicesVoiceName); 87 *error = ASCIIToUTF16(errors::kInvalidTtsVoicesLang); 96 *error = ASCIIToUTF16(errors::kInvalidTtsVoicesGender); 103 *error = ASCIIToUTF16(errors::kInvalidTtsVoicesRemote); 113 errors::kInvalidTtsVoicesEventTypes); 119 *error = ASCIIToUTF16(errors::kInvalidTtsVoicesEventTypes) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
error-constructors.js | 69 // compiler errors. This is not specified, but allowing interception 72 var errors = [SyntaxError, ReferenceError, TypeError]; variable 73 for (var i in errors) { 74 var name = errors[i].prototype.toString(); 78 errors[i].prototype.__defineGetter__(props[j], fail); 81 var e = new errors[i]; 88 // Monkey-patching non-static errors should still be observable. 91 var errors = [Error, RangeError, EvalError, URIError, MyError]; variable 92 for (var i in errors) { 93 errors[i].prototype.__defineGetter__("name", function() { return "my"; }) [all...] |
/external/e2fsprogs/lib/e2p/ |
pe.c | 2 * pe.c - Print a second extended filesystem errors behavior 23 void print_fs_errors (FILE * f, unsigned short errors) 25 switch (errors)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
utf_16_be.py | 15 def decode(input, errors='strict'): 16 return codecs.utf_16_be_decode(input, errors, True) 20 return codecs.utf_16_be_encode(input, self.errors)[0]
|
utf_16_le.py | 15 def decode(input, errors='strict'): 16 return codecs.utf_16_le_decode(input, errors, True) 20 return codecs.utf_16_le_encode(input, self.errors)[0]
|
utf_32_be.py | 10 def decode(input, errors='strict'): 11 return codecs.utf_32_be_decode(input, errors, True) 15 return codecs.utf_32_be_encode(input, self.errors)[0]
|
utf_32_le.py | 10 def decode(input, errors='strict'): 11 return codecs.utf_32_le_decode(input, errors, True) 15 return codecs.utf_32_le_encode(input, self.errors)[0]
|
utf_7.py | 11 def decode(input, errors='strict'): 12 return codecs.utf_7_decode(input, errors, True) 16 return codecs.utf_7_encode(input, self.errors)[0]
|
utf_8.py | 15 def decode(input, errors='strict'): 16 return codecs.utf_8_decode(input, errors, True) 20 return codecs.utf_8_encode(input, self.errors)[0]
|
uu_codec.py | 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666): 20 errors defines the error handling to apply. It defaults to 25 assert errors == 'strict' 44 def uu_decode(input,errors='strict'): 53 errors defines the error handling to apply. It defaults to 61 assert errors == 'strict' 98 def encode(self,input,errors='strict'): 99 return uu_encode(input,errors) 101 def decode(self,input,errors='strict'): 102 return uu_decode(input,errors) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
utf_16_be.py | 15 def decode(input, errors='strict'): 16 return codecs.utf_16_be_decode(input, errors, True) 20 return codecs.utf_16_be_encode(input, self.errors)[0]
|
utf_16_le.py | 15 def decode(input, errors='strict'): 16 return codecs.utf_16_le_decode(input, errors, True) 20 return codecs.utf_16_le_encode(input, self.errors)[0]
|
utf_32_be.py | 10 def decode(input, errors='strict'): 11 return codecs.utf_32_be_decode(input, errors, True) 15 return codecs.utf_32_be_encode(input, self.errors)[0]
|
utf_32_le.py | 10 def decode(input, errors='strict'): 11 return codecs.utf_32_le_decode(input, errors, True) 15 return codecs.utf_32_le_encode(input, self.errors)[0]
|
utf_7.py | 11 def decode(input, errors='strict'): 12 return codecs.utf_7_decode(input, errors, True) 16 return codecs.utf_7_encode(input, self.errors)[0]
|
utf_8.py | 15 def decode(input, errors='strict'): 16 return codecs.utf_8_decode(input, errors, True) 20 return codecs.utf_8_encode(input, self.errors)[0]
|
uu_codec.py | 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666): 20 errors defines the error handling to apply. It defaults to 25 assert errors == 'strict' 44 def uu_decode(input,errors='strict'): 53 errors defines the error handling to apply. It defaults to 61 assert errors == 'strict' 98 def encode(self,input,errors='strict'): 99 return uu_encode(input,errors) 101 def decode(self,input,errors='strict'): 102 return uu_decode(input,errors) [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_error_reporter.h | 15 // report errors. This is a singleton that lives on the UI thread, with the 19 // process and plumbing the errors out to the browser. 21 // report errors that are specific to a particular extension. 31 // Report an error. Errors always go to VLOG(1). Optionally, they can also 35 // Get the errors that have been reported so far. 38 // Clear the list of errors reported so far.
|
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_view.html | 24 <template id="import-errors-btn-template"> 25 <div class="button view-import-errors-button view-info-button"> 26 Import errors! 28 <div class="info-button-container import-errors-dialog"> 29 Errors occurred during import: 30 <div class="info-button-text import-errors-dialog-text"></div>
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
errorhandler.py | 19 Error handlers aggregate a set of errors from multiple files and can optionally 20 perform some action based on the reported errors, for example, logging the error 36 """Notifies this ErrorHandler that subsequent errors are in filename. 53 Should be called after all errors in a file have been handled. 57 """Returns the accumulated errors. 60 A sequence of errors.
|
/external/chromium_org/chrome/browser/extensions/ |
extension_error_reporter.h | 18 // report errors. This is a singleton that lives on the UI thread, with the 22 // process and plumbing the errors out to the browser. 24 // report errors that are specific to a particular extension. 34 // Report an error. Errors always go to VLOG(1). Optionally, they can also 38 // Get the errors that have been reported so far. 41 // Clear the list of errors reported so far.
|
/external/chromium_org/chrome/common/extensions/api/spellcheck/ |
spellcheck_handler.cc | 13 namespace errors = manifest_errors; 31 *error = ASCIIToUTF16(errors::kInvalidSpellcheck); 39 *error = ASCIIToUTF16(errors::kInvalidSpellcheckDictionaryLanguage); 45 *error = ASCIIToUTF16(errors::kInvalidSpellcheckDictionaryLocale); 51 *error = ASCIIToUTF16(errors::kInvalidSpellcheckDictionaryFormat); 57 *error = ASCIIToUTF16(errors::kInvalidSpellcheckDictionaryPath);
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_sandboxed_unittest.cc | 12 namespace errors = manifest_errors; 71 errors::kInvalidSandboxedPagesList), 73 errors::kInvalidSandboxedPage), 75 errors::kInvalidSandboxedPagesCSP), 77 errors::kInvalidSandboxedPagesCSP), 79 errors::kInvalidSandboxedPagesCSP)
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
errorhandler.py | 19 Error handlers aggregate a set of errors from multiple files and can optionally 20 perform some action based on the reported errors, for example, logging the error 36 """Notifies this ErrorHandler that subsequent errors are in filename. 53 Should be called after all errors in a file have been handled. 57 """Returns the accumulated errors. 60 A sequence of errors.
|