/external/llvm/include/llvm/Object/ |
Error.h | 38 inline error_code make_error_code(object_error e) { 39 return error_code(static_cast<int>(e), object_category());
|
Archive.h | 74 error_code getName(StringRef &Result) const; 91 error_code getMemoryBuffer(OwningPtr<MemoryBuffer> &Result, 94 error_code getAsBinary(OwningPtr<Binary> &Result) const; 138 error_code getName(StringRef &Result) const; 139 error_code getMember(child_iterator &Result) const; 165 Archive(MemoryBuffer *source, error_code &ec);
|
ELF.h | 650 error_code getSymbolVersion(const Elf_Shdr *section, 662 error_code getSymbolName(const Elf_Shdr *section, 665 error_code getSectionName(const Elf_Shdr *section, 668 error_code getSymbolVersion(SymbolRef Symb, StringRef &Version, 671 error_code getRelocationAddend(DataRefImpl Rel, int64_t &Res) const; 673 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 674 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 675 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 676 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 677 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const [all...] |
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.h | 25 class error_code; 31 bool error(error_code ec);
|
/external/llvm/tools/llvm-readobj/ |
Error.h | 39 inline error_code make_error_code(readobj_error e) { 40 return error_code(static_cast<int>(e), readobj_category());
|
llvm-readobj.h | 21 class error_code; 24 bool error(error_code ec);
|
COFFDumper.cpp | 81 error_code getSectionContents( 87 error_code getSection( 105 error_code createCOFFDumper(const object::ObjectFile *Obj, 179 static error_code resolveSectionAndAddress(const COFFObjectFile *Obj, 183 if (error_code EC = Sym.getAddress(ResolvedAddr)) 187 if (error_code EC = Sym.getSection(iter)) 196 static error_code resolveSymbol(const std::vector<RelocationRef> &Rels, 202 if (error_code EC = RelI->getOffset(Ofs)) 217 static error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, 220 if (error_code EC = resolveSymbol(Rels, Offset, Sym)) return EC [all...] |
/external/chromium/base/i18n/ |
file_util_icu.cc | 95 UErrorCode error_code = U_ZERO_ERROR; local 101 error_code); 102 DCHECK(U_SUCCESS(error_code)); 108 UErrorCode error_code = U_ZERO_ERROR; local 111 collator_.reset(icu::Collator::createInstance(error_code)); 112 DCHECK(U_SUCCESS(error_code));
|
/external/chromium/base/json/ |
json_reader_unittest.cc | 473 int error_code = 0; local 476 &error_code, &error_message)); 478 EXPECT_EQ(0, error_code); 484 &error_code, &error_message)); 488 EXPECT_EQ(JSONReader::JSON_SYNTAX_ERROR, error_code); 492 &error_code, &error_message)); 496 EXPECT_EQ(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, error_code); 504 &error_code, &error_message)); 508 EXPECT_EQ(JSONReader::JSON_TOO_MUCH_NESTING, error_code); 511 &error_code, &error_message)) [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_ssl_helper.cc | 188 scoped_refptr<SSLAddCertHandler> handler, int error_code) { 194 base::IntToString16(-error_code), 195 ASCIIToUTF16(net::ErrorToString(error_code)))); 212 scoped_refptr<SSLAddCertHandler> handler, int error_code) { 218 base::IntToString16(-error_code), 219 ASCIIToUTF16(net::ErrorToString(error_code))));
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
sync_file_system_backend.cc | 79 base::PlatformFileError* error_code) { 80 DCHECK(error_code); 81 *error_code = base::PLATFORM_FILE_OK; 89 base::PlatformFileError* error_code) const { 92 DCHECK(error_code); 94 *error_code = base::PLATFORM_FILE_ERROR_SECURITY;
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi.h | 89 // in |error_code| if |error_code| is non-null. 95 DWORD* error_code); 99 // in |error_code| if |error_code| is non-null. 105 DWORD* error_code);
|
/external/chromium_org/content/browser/android/ |
web_contents_observer_android.cc | 103 int error_code, 107 true, is_main_frame, error_code, error_description, validated_url); 114 int error_code, 118 false, is_main_frame, error_code, error_description, validated_url); 218 int error_code, 234 error_code,
|
/external/chromium_org/remoting/host/ |
pairing_registry_delegate_linux.cc | 50 int error_code; local 53 serializer.Deserialize(&error_code, &error_message)); 56 << error_code << ")."; 89 int error_code; local 92 serializer.Deserialize(&error_code, &error_message)); 95 << " (" << error_code << ")."; local
|
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 271 static error_code advance(T &it, size_t Val) { 272 error_code ec; 281 if (error_code ec = advance(it, Val)) 301 error_code ec; 415 error_code &ec) 448 error_code MachOObjectFile::getSymbolNext(DataRefImpl Symb, 458 error_code MachOObjectFile::getSymbolName(DataRefImpl Symb, 467 error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb, 479 error_code 502 error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI [all...] |
/external/chromium/chrome/browser/google/ |
google_update.cc | 280 GoogleUpdateErrorCode error_code = CanUpdateCurrentChrome(chrome_exe); local 281 if (error_code != GOOGLE_UPDATE_NO_ERROR) { 283 &GoogleUpdate::ReportResults, UPGRADE_ERROR, error_code)); 363 GoogleUpdateErrorCode error_code) { 365 DCHECK(results == UPGRADE_ERROR ? error_code != GOOGLE_UPDATE_NO_ERROR : 366 error_code == GOOGLE_UPDATE_NO_ERROR); 368 listener_->OnReportResults(results, error_code, version_available_); 371 bool GoogleUpdate::ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code, 374 << " error: " << error_code; local 376 &GoogleUpdate::ReportResults, UPGRADE_ERROR, error_code)); [all...] |
google_update.h | 70 // state is, |error_code| represents what error occurred and |version| 75 GoogleUpdateErrorCode error_code, 116 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code, 130 // listener. If results indicates an error, the error_code will indicate which 134 GoogleUpdateErrorCode error_code);
|
/external/chromium_org/net/disk_cache/simple/ |
simple_backend_impl.cc | 194 int error_code) { 196 callback.Run(error_code); 470 int error_code) { 471 if (error_code != net::OK) { 472 CallCompletionCallback(callback, error_code); 510 int error_code) { 511 if (error_code != net::OK) { 512 CallCompletionCallback(callback, error_code); 525 CallCompletionCallback(callback, error_code); 540 int error_code) { [all...] |
/external/llvm/include/llvm/Support/ |
ErrorOr.h | 31 error_code Error; 101 /// have an error_code and optional user data that describes why it failed. 106 /// void handleError(error_code ec); 117 /// namespace. This specialization must have a static error_code error() 118 /// function that returns the error_code this data is used with. 134 /// static error_code error() { 148 /// if (!a && error_code(a) == errc::invalid_argument) 193 ErrorOr(llvm::error_code EC) : HasError(true), IsValid(true) { 283 operator llvm::error_code() const { 285 return HasError ? Error->Error : llvm::error_code::success() [all...] |
MemoryBuffer.h | 25 class error_code; 69 static error_code getFile(StringRef Filename, OwningPtr<MemoryBuffer> &result, 72 static error_code getFile(const char *Filename, 80 static error_code getOpenFileSlice(int FD, const char *Filename, 86 static error_code getOpenFile(int FD, const char *Filename, 118 static error_code getSTDIN(OwningPtr<MemoryBuffer> &result); 124 static error_code getFileOrSTDIN(StringRef Filename,
|
/external/chromium_org/content/browser/geolocation/ |
gps_location_provider_linux.cc | 109 position->error_code = Geoposition::ERROR_CODE_POSITION_UNAVAILABLE; 128 position->error_code = Geoposition::ERROR_CODE_NONE; 137 position->error_code = Geoposition::ERROR_CODE_POSITION_UNAVAILABLE; 235 position_.error_code = Geoposition::ERROR_CODE_POSITION_UNAVAILABLE; 254 position->error_code != Geoposition::ERROR_CODE_NONE); 278 new_position.error_code != Geoposition::ERROR_CODE_NONE); 282 if (differ || new_position.error_code != Geoposition::ERROR_CODE_NONE) {
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device_chromeos.cc | 93 void RecordPairingResult(BluetoothDevice::ConnectErrorCode error_code) { 95 switch (error_code) { 602 ConnectErrorCode error_code = ERROR_UNKNOWN; local 604 error_code = ERROR_FAILED; 606 error_code = ERROR_INPROGRESS; 608 error_code = ERROR_UNSUPPORTED_DEVICE; 612 RecordPairingResult(error_code); 613 error_callback.Run(error_code); 647 ConnectErrorCode error_code = ERROR_UNKNOWN; local 649 error_code = ERROR_INPROGRESS 685 ConnectErrorCode error_code = ERROR_UNKNOWN; local [all...] |
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 167 error_code MemoryBuffer::getFileOrSTDIN(StringRef Filename, 200 uint64_t Offset, error_code EC) 220 static error_code getMemoryBufferForStream(int FD, 232 return error_code(errno, posix_category()); 238 return error_code::success(); 241 error_code MemoryBuffer::getFile(StringRef Filename, 251 static error_code getOpenFileImpl(int FD, const char *Filename, 256 error_code MemoryBuffer::getFile(const char *Filename, 261 error_code EC = sys::fs::openFileForRead(Filename, FD); 265 error_code ret = getOpenFileImpl(FD, Filename, result, FileSize, FileSize, 0 [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_file_io_host.cc | 125 base::PlatformFileError error_code) { 127 callback.Run(error_code, 193 base::PlatformFileError error_code, 203 callback->Run(error_code, base::PassPlatformFile(&file)); 502 base::PlatformFileError error_code) { 504 ppapi::PlatformFileErrorToPepperError(error_code)); 511 base::PlatformFileError error_code, 513 int32_t pp_error = ppapi::PlatformFileErrorToPepperError(error_code); 550 base::PlatformFileError error_code, 554 if (error_code == base::PLATFORM_FILE_OK [all...] |
/external/chromium_org/chrome/browser/google/ |
google_update_win.h | 73 // state is, |error_code| represents what error occurred, |error_message| is a 79 GoogleUpdateErrorCode error_code, 117 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code, 130 // listener. If results indicates an error, the |error_code| and 134 GoogleUpdateErrorCode error_code,
|