/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | 226 def uts(s, encoding, errors): 229 if errors == "utf-8": 244 return s.encode(encoding, errors) 330 """General exception for extract errors.""" 342 """Base exception for header errors.""" 960 def get_info(self, encoding, errors): 984 info[key] = info[key].encode(encoding, errors) 988 def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="strict"): 991 info = self.get_info(encoding, errors) 998 return self.create_pax_header(info, encoding, errors) 1495 errors = None # Error handler for unicode conversion. variable in class:TarFile [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | 226 def uts(s, encoding, errors): 229 if errors == "utf-8": 244 return s.encode(encoding, errors) 330 """General exception for extract errors.""" 342 """Base exception for header errors.""" 960 def get_info(self, encoding, errors): 984 info[key] = info[key].encode(encoding, errors) 988 def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="strict"): 991 info = self.get_info(encoding, errors) 998 return self.create_pax_header(info, encoding, errors) 1495 errors = None # Error handler for unicode conversion. variable in class:TarFile [all...] |
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api_browsertest.cc | 64 namespace errors = download_extension_errors; 811 EXPECT_STREQ(errors::kInvalidId, 830 EXPECT_STREQ(errors::kNotComplete, 839 EXPECT_STREQ(errors::kUserGesture, 868 EXPECT_STREQ(errors::kNotComplete, error.c_str()); [all...] |
/external/valgrind/main/none/tests/ppc32/ |
test_isa_2_06_part1.c | 38 static int errors; variable [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestDFAConversion.java | 122 // no warnings/errors 376 // No errors with k=1; don't try k=* first 409 // No errors with k=2; don't try k=* first 557 assertEquals(1, equeue.errors.size()); 558 Message msg = (Message)equeue.errors.get(0); 586 assertEquals(1, equeue.errors.size()); 587 Message msg = (Message)equeue.errors.get(0); 617 assertEquals(1, equeue.errors.size()); 618 Message msg = (Message)equeue.errors.get(0); [all...] |
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
offline.js | 27 // Clear all previous errors.
|
/external/chromium_org/chrome/common/extensions/api/bluetooth/ |
bluetooth_manifest_permission.cc | 27 namespace errors = bluetooth_errors; 37 errors::kErrorInvalidUuid, uuid);
|
/external/chromium_org/net/tools/testserver/ |
testserver_base.py | 17 import tlslite.errors namespace 69 """Allows the server to deal with "broken pipe" errors (which happen if the 76 if isinstance(value, tlslite.errors.TLSClosedConnectionError):
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
stack_core.py | 137 line = unicode(ln, errors='ignore') 158 line = unicode(ln, errors='ignore')
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/shaders/ |
generate_shaders.bat | 35 echo There were %errorCount% shader compilation errors.
|
/external/chromium_org/third_party/libxslt/libxslt/ |
attrvt.c | 70 if (style != NULL) style->errors++; 186 style->errors++; 262 style->errors++; 281 style->errors++;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.h | 224 // Errors: In the first form of the call, errors are reported with 234 vector<string> *errors); 244 // The second call stores its errors in a supplied string vector. 245 // If the string vector pointer is NULL, it reports the errors with LOG(). 253 vector<string> *errors);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 765 // An error collector which simply concatenates all its errors into a big 1163 vector<string> errors; local 1180 vector<string> errors; local [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
media_action.js | 41 // Listens to HTML5 media errors.
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
record_wpr.py | 135 if results.errors or results.failures: 139 '\n'.join(zip(*results.errors + results.failures)[0]))
|
/external/chromium_org/v8/src/ |
generator.js | 48 // Compile the string in the constructor and not a helper so that errors
|
/external/chromium_org/v8/test/webkit/ |
parser-high-byte-character.js | 25 "This test checks that high-byte characters in comments do not crash or cause parser errors."
|
/external/chromium_org/v8/tools/unittests/ |
run_benchmarks_test.py | 141 def _VerifyErrors(self, errors): 142 self.assertEquals(errors, self._LoadResults()["errors"])
|
/external/lldb/examples/test/ |
usage-pre-post-flight | 37 Session logs for test failures/errors/unexpected successes will go into directory '2012-04-16-11_34_08'
|
/external/lldb/source/Target/ |
ThreadPlanStepOut.cpp | 435 StreamString errors; local 436 if (!step_through_inline_plan_ptr->ValidatePlan(&errors))
|
/external/lldb/test/unittest2/test/ |
support.py | 15 self.errors = [] 26 self.errors.append((test, err))
|
test_assertions.py | 108 def assertMessages(self, methodName, args, errors): 117 for i, expected_regexp in enumerate(errors):
|
/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/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 684 // An error collector which simply concatenates all its errors into a big 990 vector<string> errors; local 1007 vector<string> errors; local [all...] |
/external/valgrind/main/drd/tests/ |
bar_bad.stderr.exp | 49 ERROR SUMMARY: 7 errors from 6 contexts (suppressed: 0 from 0)
|