| /external/llvm/lib/AsmParser/ |
| Parser.cpp | 46 if (std::error_code EC = FileOrErr.getError()) {
|
| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| Interpreter.cpp | 37 if (std::error_code EC = M->materializeAllPermanently()) {
|
| /external/llvm/lib/Object/ |
| MachOUniversal.cpp | 83 std::error_code MachOUniversalBinary::ObjectForArch::getAsArchive( 92 if (std::error_code EC = Obj.getError()) 104 std::error_code EC; 113 std::error_code &ec)
|
| /external/llvm/tools/llvm-readobj/ |
| Win64EHDumper.h | 29 typedef std::error_code (*SymbolResolver)(const object::coff_section *,
|
| COFFDumper.cpp | 72 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 74 std::error_code resolveSymbolName(const coff_section *Section, 88 std::error_code createCOFFDumper(const object::ObjectFile *Obj, 103 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, 108 if (std::error_code EC = Relocation.getOffset(RelocationOffset)) 121 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, 125 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol)) 127 if (std::error_code EC = Symbol.getName(Name)) 315 static std::error_code getSymbolAuxData(const COFFObjectFile *Obj, 727 if (std::error_code EC = Obj->getSection(Symbol->SectionNumber, Section)) [all...] |
| /external/mesa3d/src/glx/ |
| glx_error.c | 77 error.errorCode = err->error_code;
|
| /external/chromium_org/components/cronet/android/ |
| chromium_url_request.cc | 254 int error_code = request->error_code(); local 255 switch (error_code) { 292 int error_code = request->error_code(); local 294 std::string error_string = net::ErrorToString(error_code); 299 error_code);
|
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
| onyxd_if.c | 124 return pbi->common.error.error_code; 137 return pbi->common.error.error_code; 156 return pbi->common.error.error_code; 178 return pbi->common.error.error_code; 307 pbi->common.error.error_code = VPX_CODEC_OK; 344 pbi->common.error.error_code = VPX_CODEC_ERROR; 350 pbi->common.error.error_code = VPX_CODEC_ERROR;
|
| /external/libvpx/libvpx/vp8/decoder/ |
| onyxd_if.c | 124 return pbi->common.error.error_code; 137 return pbi->common.error.error_code; 156 return pbi->common.error.error_code; 178 return pbi->common.error.error_code; 316 pbi->common.error.error_code = VPX_CODEC_OK; 362 pbi->common.error.error_code = VPX_CODEC_ERROR; 368 pbi->common.error.error_code = VPX_CODEC_ERROR;
|
| /external/llvm/utils/KillTheDoctor/ |
| KillTheDoctor.cpp | 173 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); } 175 static std::error_code GetFileNameFromHandle(HANDLE FileHandle, 216 return std::error_code(); 227 std::error_code &ec) { 256 ec = std::error_code(); 319 std::error_code ec; 364 << std::error_code(windows_error(::GetLastError())).message()
|
| /external/chromium_org/components/storage_monitor/ |
| storage_monitor_chromeos_unittest.cc | 71 chromeos::MountError error_code, 73 StorageMonitorCros::OnMountEvent(event, error_code, mount_info); 103 void MountDevice(chromeos::MountError error_code, 112 void UnmountDevice(chromeos::MountError error_code, 189 chromeos::MountError error_code, 197 if (error_code == chromeos::MOUNT_ERROR_NONE) { 211 monitor_->OnMountEvent(DiskMountManager::MOUNTING, error_code, mount_info); 216 chromeos::MountError error_code, 218 monitor_->OnMountEvent(DiskMountManager::UNMOUNTING, error_code, mount_info); 219 if (error_code == chromeos::MOUNT_ERROR_NONE [all...] |
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| media_file_system_backend.cc | 281 base::File::Error* error_code) { 282 DCHECK(error_code); 283 *error_code = base::File::FILE_OK; 290 *error_code = base::File::FILE_ERROR_SECURITY; 303 base::File::Error* error_code) const {
|
| /external/chromium_org/content/browser/devtools/ |
| devtools_protocol.cc | 142 int error_code, 145 error_code_(error_code), 273 int error_code = kErrorInternalError; local 274 response_dict->GetInteger(kErrorCodeParam, &error_code); 277 return new Response(id, error_code, error_message);
|
| /external/chromium_org/content/public/test/ |
| test_file_system_backend.cc | 259 base::File::Error* error_code) { 260 DCHECK(error_code); 261 *error_code = base::File::FILE_OK; 264 *error_code = base::File::FILE_ERROR_SECURITY; 279 base::File::Error* error_code) const {
|
| /external/chromium_org/content/renderer/media/crypto/ |
| proxy_decryptor.cc | 315 media::MediaKeys::KeyError error_code; local 318 error_code = media::MediaKeys::kClientError; 321 error_code = media::MediaKeys::kOutputError; 326 error_code = media::MediaKeys::kUnknownError; 329 key_error_cb_.Run(web_session_id, error_code, system_code);
|
| /external/chromium_org/mojo/services/network/ |
| url_loader_impl.cc | 54 NetworkErrorPtr MakeNetworkError(int error_code) { 56 error->code = error_code; 57 error->description = net::ErrorToString(error_code); 301 int error_code, 306 response->error = MakeNetworkError(error_code);
|
| /external/chromium_org/net/quic/test_tools/ |
| quic_test_packet_maker.cc | 36 QuicRstStreamErrorCode error_code) { 47 QuicRstStreamFrame rst(stream_id, error_code, 0); 55 QuicRstStreamErrorCode error_code, 92 QuicRstStreamFrame rst(stream_id, error_code, 0); 115 close.error_code = QUIC_CRYPTO_VERSION_NOT_SUPPORTED;
|
| /external/chromium_org/net/quic/ |
| quic_framer.cc | 1536 uint32 error_code; local 1561 uint32 error_code; local 1586 uint32 error_code; local 2267 uint32 error_code = static_cast<uint32>(frame.error_code); local 2281 uint32 error_code = static_cast<uint32>(frame.error_code); local 2293 uint32 error_code = static_cast<uint32>(frame.error_code); local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| port.cc | 436 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { 438 << " class=" << error_code->eclass() 439 << " number=" << error_code->number() 440 << " reason='" << error_code->reason() << "'" 664 int error_code, const std::string& reason) { 676 error_attr->SetCode(error_code); 678 error_attr->SetClass(error_code / 256); 679 error_attr->SetNumber(error_code % 256); 687 if (error_code != STUN_ERROR_BAD_REQUEST && 688 error_code != STUN_ERROR_UNAUTHORIZED 1281 int error_code = STUN_ERROR_GLOBAL_FAILURE; local [all...] |
| /external/chromium_org/chromeos/dbus/ |
| cros_disks_client.cc | 80 uint32 error_code = 0; local 84 if (!reader->PopUint32(&error_code) || 90 *entry = MountEntry(static_cast<MountError>(error_code), source_path, 315 uint32 error_code = 0; local 316 if (reader.PopUint32(&error_code) && 317 static_cast<MountError>(error_code) != MOUNT_ERROR_NONE) { 431 uint32 error_code = 0; local 433 if (!reader.PopUint32(&error_code) || !reader.PopString(&device_path)) { 437 handler.Run(static_cast<FormatError>(error_code), device_path);
|
| /external/openssl/crypto/srp/ |
| srp_vfy.c | 365 int error_code ; local 377 error_code = SRP_ERR_OPEN_FILE; 382 error_code = SRP_ERR_VBASE_INCOMPLETE_FILE; 387 error_code = SRP_ERR_MEMORY; 423 error_code = SRP_ERR_MEMORY; 431 error_code = SRP_ERR_VBASE_BN_LIB; 448 error_code = SRP_ERR_VBASE_BN_LIB; 455 error_code = SRP_NO_ERROR; 473 return error_code;
|
| /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
| name_table.cc | 633 UErrorCode error_code = U_ZERO_ERROR; local 635 &error_code); 636 if (U_SUCCESS(error_code)) { 659 UErrorCode error_code = U_ZERO_ERROR; local 660 int32_t length = ucnv_fromUChars(cs, NULL, 0, name, -1, &error_code); 663 error_code = U_ZERO_ERROR; 669 &error_code); 670 if (!U_SUCCESS(error_code)) { 683 UErrorCode error_code = U_ZERO_ERROR; local 693 cs = ucnv_open("utf-8", &error_code); [all...] |
| /external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
| preamble_patcher.cc | 173 SideStepError error_code = RawPatchWithStub(target_function, local 195 if (SIDESTEP_SUCCESS != error_code) { // Testing RawPatchWithStub, above 197 return error_code; 255 SideStepError error_code = RawPatchWithStubAndProtections( local 259 if (SIDESTEP_SUCCESS != error_code) { 261 return error_code;
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
| preamble_patcher.cc | 173 SideStepError error_code = RawPatchWithStub(target_function, local 195 if (SIDESTEP_SUCCESS != error_code) { // Testing RawPatchWithStub, above 197 return error_code; 255 SideStepError error_code = RawPatchWithStubAndProtections( local 259 if (SIDESTEP_SUCCESS != error_code) { 261 return error_code;
|
| /external/chromium_org/net/tools/balsa/ |
| balsa_frame.cc | 107 BalsaFrameEnums::ParseState error_code) { 108 switch (error_code) { 138 BalsaFrameEnums::ErrorCode error_code) { 139 switch (error_code) { 198 // Note that in the case of a detected warning, error_code will be set 210 // error_code is a valid pointer to a BalsaFrameEnums::ErrorCode value. 217 // error_code may be modified if either a warning or error is detected 227 // ProcessFirstLine(begin, end, is_request, &headers, &error_code); 234 BalsaFrameEnums::ErrorCode* error_code) { 263 *error_code = BalsaFrameEnums::INTERNAL_LOGIC_ERROR [all...] |