HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 451 - 475 of 9212) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/tlslite/tlslite/
api.py 8 from tlslite.errors import *
21 from errors import *
47 from errors import *
  /external/clang/test/Index/
pch-with-errors.c 34 // CHECK-PARSE: pch-with-errors.c:{{.*}}:6: FunctionDecl=foo
35 // CHECK-PARSE: pch-with-errors.c:{{.*}}:3: CallExpr=erroneous
41 // PCH-ERR: error: PCH file contains compiler errors
  /external/libexif/test/
test-integers.c 43 errors++; \
55 unsigned int errors = 0; local
63 return (errors>0)?1:0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 147 def encode(self,input,errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
168 def decode(self,input,errors='strict'):
170 if errors != 'strict':
171 raise UnicodeError("Unsupported error handling "+errors)
198 def _buffer_encode(self, input, errors, final):
199 if errors != 'strict':
201 raise UnicodeError("unsupported error handling "+errors)
232 def _buffer_decode(self, input, errors, final)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 147 def encode(self,input,errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
168 def decode(self,input,errors='strict'):
170 if errors != 'strict':
171 raise UnicodeError("Unsupported error handling "+errors)
198 def _buffer_encode(self, input, errors, final):
199 if errors != 'strict':
201 raise UnicodeError("unsupported error handling "+errors)
232 def _buffer_decode(self, input, errors, final)
    [all...]
  /device/generic/goldfish/
fstab.goldfish 7 /dev/block/mtdblock2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
  /external/bluetooth/bluedroid/bta/include/
bta_hl_ci.h 54 ** BTA_MA_STATUS_FAIL if any errors have occurred.
73 ** BTA_MA_STATUS_FAIL if any errors have occurred.
94 ** BTA_MA_STATUS_FAIL if any errors have occurred.
114 ** BTA_MA_STATUS_FAIL if any errors have occurred.
  /external/chromium/chrome/browser/extensions/
extension_debugger_api_constants.h 22 // Errors.
  /external/chromium/net/tools/flip_server/
balsa_enums.h 30 // Header parsing errors
31 // Note that adding one to many of the REQUEST errors yields the
79 // Chunking errors
83 // Other errors.
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api_constants.h 22 // Errors.
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api_constants.h 16 // Errors.
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_constants.h 20 // Errors.
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler_android.h 29 PolicyErrorMap* errors) OVERRIDE;
javascript_policy_handler.h 25 PolicyErrorMap* errors) OVERRIDE;
url_blacklist_policy_handler.h 27 PolicyErrorMap* errors) OVERRIDE;
  /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,
incognito_mode_policy_handler.h 29 PolicyErrorMap* errors) OVERRIDE;
  /external/chromium_org/chrome/browser/sessions/
restore_on_startup_policy_handler.h 25 PolicyErrorMap* errors) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger_unittest.cc 18 MOCK_CONST_METHOD2(GetPercentError, size_t(size_t errors, size_t events));
  /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/content/browser/service_worker/
service_worker_registration_status.h 21 // This should only be called for errors, where status != REGISTRATION_OK.
  /external/chromium_org/media/audio/
simple_sources_unittest.cc 31 EXPECT_EQ(0, source.errors());
67 EXPECT_EQ(0, source.errors());
73 EXPECT_EQ(1, source.errors());
75 EXPECT_EQ(2, source.errors());
  /external/chromium_org/net/tools/balsa/
balsa_enums.h 29 // Header parsing errors
30 // Note that adding one to many of the REQUEST errors yields the
78 // Chunking errors
82 // Other errors.

Completed in 641 milliseconds

<<11121314151617181920>>