| /external/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.h | 223 std::error_code Error(ErrorType E) { 224 return std::error_code(E, BitcodeErrorCategory()); 245 std::error_code Materialize(GlobalValue *GV) override; 246 std::error_code MaterializeModule(Module *M) override; 251 std::error_code ParseBitcodeInto(Module *M); 342 std::error_code ParseAttrKind(uint64_t Code, Attribute::AttrKind *Kind); 343 std::error_code ParseModule(bool Resume); 344 std::error_code ParseAttributeBlock(); 345 std::error_code ParseAttributeGroupBlock(); 346 std::error_code ParseTypeTable() [all...] |
| /bionic/libc/arch-arm64/denver64/bionic/ |
| memcpy.S | 54 ldr x1, error_code 56 error_code: label
|
| /bionic/libc/arch-arm64/generic/bionic/ |
| memcpy.S | 54 ldr x1, error_code 56 error_code: label
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| volume_manager_observer.h | 37 virtual void OnVolumeMounted(chromeos::MountError error_code, 41 virtual void OnVolumeUnmounted(chromeos::MountError error_code,
|
| /external/chromium_org/chrome/browser/chromeos/geolocation/ |
| geoposition.cc | 23 error_code(0), 43 "latitude=%f, longitude=%f, accuracy=%f, error_code=%u, " 48 error_code,
|
| geoposition.h | 18 // (Server status is reported in "error_code" field.) 49 int error_code; member in struct:chromeos::Geoposition
|
| /external/chromium_org/net/ssl/ |
| openssl_ssl_util.h | 44 OpenSSLErrorInfo() : error_code(0), file(NULL), line(0) {} 46 uint32_t error_code; member in struct:net::OpenSSLErrorInfo
|
| /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
| normalizedunicodetext.cc | 95 NORM_FORM normalization_form, const WCHAR* text, DWORD *error_code) { 100 _ASSERT(NULL != error_code); 101 if (!error_code) 108 *error_code = ::GetLastError(); 114 *error_code = ERROR_OUTOFMEMORY; 121 *error_code = ::GetLastError(); 141 *error_code = ERROR_OUTOFMEMORY; 156 *error_code = ::GetLastError();
|
| /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/ |
| after_initialization_fixture.cc | 18 void CallbackOnError(int channel, int error_code) { 20 ": error code " << error_code; local
|
| /external/llvm/include/llvm/ProfileData/ |
| InstrProfReader.h | 63 std::error_code LastError; 70 virtual std::error_code readHeader() = 0; 72 virtual std::error_code readNextRecord(InstrProfRecord &Record) = 0; 78 /// Set the current std::error_code and return same. 79 std::error_code error(std::error_code EC) { 85 std::error_code success() { return error(instrprof_error::success); } 93 std::error_code getError() { return LastError; } 97 static std::error_code create(std::string Path, 126 std::error_code readHeader() override { return success(); [all...] |
| /external/llvm/include/llvm/Support/ |
| FileSystem.h | 14 // All functions return an error_code and their actual work via the last out 19 // this does not guarantee that error_code will be in the set of explicitly 21 // errors occur, the correct error_code will be used ]. All functions may 276 /// platform-specific error_code. 277 std::error_code make_absolute(SmallVectorImpl<char> &path); 285 std::error_code normalize_separators(SmallVectorImpl<char> &Path); 291 /// specific error_code. If IgnoreExisting is false, also returns 293 std::error_code create_directories(const Twine &path, 300 /// specific error_code. If IgnoreExisting is false, also returns 302 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true) [all...] |
| /external/chromium_org/chrome/browser/google/ |
| google_update_win.cc | 261 GoogleUpdateErrorCode error_code = CanUpdateCurrentChrome(chrome_exe); local 262 if (error_code != GOOGLE_UPDATE_NO_ERROR) { 266 UPGRADE_ERROR, error_code, base::string16())); 280 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); local 284 error_code), 313 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); local 315 error_code += L" -- system level"; 319 error_code), 334 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); local 338 error_code), 354 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); local 373 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); local [all...] |
| /bionic/libc/kernel/uapi/asm-arm/asm/ |
| sigcontext.h | 24 unsigned long error_code; member in struct:sigcontext
|
| /development/ndk/platforms/android-3/arch-arm/include/asm/ |
| sigcontext.h | 17 unsigned long error_code; member in struct:sigcontext
|
| /development/ndk/platforms/android-L/arch-arm/include/asm/ |
| sigcontext.h | 24 unsigned long error_code; member in struct:sigcontext
|
| /development/ndk/sources/android/libportable/common/include/asm/ |
| sigcontext_portable.h | 18 unsigned long error_code; member in struct:sigcontext_portable
|
| /external/chromium_org/chrome/installer/gcapi/ |
| gcapi.h | 102 // in |error_code| if |error_code| is non-null. 108 DWORD* error_code); 112 // in |error_code| if |error_code| is non-null. 118 DWORD* error_code); 122 // RELAUNCH_ERROR_XXX values in |error_code| if |error_code| is non-null. The 130 DWORD* error_code); 134 // at this time, and places one of the RELAUNCH_ERROR_XXX values in |error_code| [all...] |
| /external/chromium_org/chrome/test/base/ |
| in_process_browser_test_browsertest.cc | 43 int error_code, 46 error_code_ = static_cast<net::Error>(error_code); 51 net::Error error_code() const { return error_code_; } function in class:__anon10508::LoadFailObserver 78 EXPECT_EQ(net::ERR_NOT_IMPLEMENTED, observer.error_code());
|
| /external/chromium_org/content/public/child/ |
| resource_dispatcher_delegate.h | 27 int error_code) = 0;
|
| /external/chromium_org/content/public/common/ |
| geoposition.h | 60 ErrorCode error_code; member in struct:content::Geoposition
|
| resource_response.h | 31 // The response error_code. 32 int error_code; member in struct:content::SyncLoadResult
|
| /external/chromium_org/ppapi/shared_impl/ |
| file_type_conversion.h | 16 PPAPI_SHARED_EXPORT int FileErrorToPepperError(base::File::Error error_code);
|
| /external/chromium_org/sync/internal_api/public/ |
| http_post_provider_interface.h | 37 virtual bool MakeSynchronousPost(int* error_code, int* response_code) = 0;
|
| /external/kernel-headers/original/uapi/asm-arm/asm/ |
| sigcontext.h | 11 unsigned long error_code; member in struct:sigcontext
|
| /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
| clear.pass.cpp | 12 // class error_code 22 std::error_code ec;
|