Searched refs:error_code (Results 76 - 100 of 752) sorted by relevance

1234567891011>>

/external/llvm/unittests/Support/
H A DMemoryTest.cpp60 std::error_code EC;
62 EXPECT_EQ(std::error_code(), EC);
71 std::error_code EC;
73 EXPECT_EQ(std::error_code(), EC);
75 EXPECT_EQ(std::error_code(), EC);
77 EXPECT_EQ(std::error_code(), EC);
93 EXPECT_EQ(std::error_code(), EC);
106 std::error_code EC;
108 EXPECT_EQ(std::error_code(), EC);
125 std::error_code E
[all...]
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp34 static bool checkSize(const MemoryBuffer &M, std::error_code &EC,
46 static std::error_code getObject(const T *&Obj, const MemoryBuffer &M,
133 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref,
139 std::error_code COFFObjectFile::getSymbolAddress(DataRefImpl Ref,
143 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
155 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref,
168 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
206 std::error_code COFFObjectFile::getSymbolSize(DataRefImpl Ref,
213 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
225 std::error_code
[all...]
H A DObject.cpp94 if (std::error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
120 if (std::error_code ec = (*unwrap(SI))->getName(ret))
127 if (std::error_code ec = (*unwrap(SI))->getSize(ret))
134 if (std::error_code ec = (*unwrap(SI))->getContents(ret))
141 if (std::error_code ec = (*unwrap(SI))->getAddress(ret))
149 if (std::error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret))
177 if (std::error_code ec = (*unwrap(SI))->getName(ret))
184 if (std::error_code ec = (*unwrap(SI))->getAddress(ret))
191 if (std::error_code ec = (*unwrap(SI))->getSize(ret))
199 if (std::error_code e
[all...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h63 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 readHeade
[all...]
H A DInstrProfWriter.h41 std::error_code addFunctionCounts(StringRef FunctionName,
/external/chromium_org/base/json/
H A Djson_file_value_serializer.h43 // value is NULL, and if |error_code| is non-null, |error_code| will
48 virtual base::Value* Deserialize(int* error_code,
66 // Convert an error code into an error message. |error_code| is assumed to
68 static const char* GetErrorMessageForCode(int error_code);
H A Djson_reader.h114 // Returns an empty string if error_code is JSON_NO_ERROR.
115 static std::string ErrorCodeToString(JsonParseError error_code);
122 JsonParseError error_code() const;
H A Djson_string_value_serializer.cc38 Value* JSONStringValueSerializer::Deserialize(int* error_code, argument
46 error_code, error_str);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager_observer.h37 virtual void OnVolumeMounted(chromeos::MountError error_code,
41 virtual void OnVolumeUnmounted(chromeos::MountError error_code,
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_win.cc47 GoogleUpdateErrorCode error_code,
53 GoogleUpdateErrorCode error_code,
160 GoogleUpdateUpgradeResult result, GoogleUpdateErrorCode error_code,
164 UpdateStatus(result, error_code, error_message);
168 GoogleUpdateErrorCode error_code,
210 if (error_code == GOOGLE_UPDATE_DISABLED_BY_POLICY) {
213 } else if (error_code == GOOGLE_UPDATE_DISABLED_BY_POLICY_AUTO_ONLY) {
218 l10n_util::GetStringFUTF16Int(IDS_UPGRADE_ERROR, error_code);
159 OnReportResults( GoogleUpdateUpgradeResult result, GoogleUpdateErrorCode error_code, const base::string16& error_message, const base::string16& version) argument
167 UpdateStatus(GoogleUpdateUpgradeResult result, GoogleUpdateErrorCode error_code, const base::string16& error_message) argument
/external/chromium_org/chrome/common/
H A Dlocalized_error.h54 static void GetStrings(int error_code,
69 static bool HasStrings(const std::string& error_domain, int error_code);
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi.cc637 DWORD* error_code) {
638 DCHECK(error_code);
641 if (error_code)
642 *error_code = REACTIVATE_ERROR_INVALID_INPUT;
649 if (error_code)
650 *error_code = REACTIVATE_ERROR_NOTDORMANT;
661 if (error_code)
662 *error_code = REACTIVATE_ERROR_NOTINSTALLED;
667 if (error_code)
668 *error_code
635 CanOfferReactivation(const wchar_t* brand_code, int shell_mode, DWORD* error_code) argument
676 ReactivateChrome(const wchar_t* brand_code, int shell_mode, DWORD* error_code) argument
698 CanOfferRelaunch(const wchar_t** partner_brandcode_list, int partner_brandcode_list_length, int shell_mode, DWORD* error_code) argument
773 SetRelaunchOffered(const wchar_t** partner_brandcode_list, int partner_brandcode_list_length, const wchar_t* relaunch_brandcode, int shell_mode, DWORD* error_code) argument
[all...]
/external/chromium_org/net/tools/balsa/
H A Dbalsa_enums.h100 static const char* ParseStateToString(ParseState error_code);
101 static const char* ErrorCodeToString(ErrorCode error_code);
/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h40 static std::error_code create(StringRef FilePath, size_t Size,
69 std::error_code commit(int64_t NewSmallerSize = -1);
/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.cc9 bool TestHttpBridge::MakeSynchronousPost(int* error_code, argument
/external/chromium_org/content/public/child/
H A Dresource_dispatcher_delegate.h27 int error_code) = 0;
/external/chromium_org/content/public/common/
H A Dgeoposition.cc29 error_code(ERROR_CODE_NONE) {
H A Dresource_response.h31 // The response error_code.
32 int error_code; member in struct:content::SyncLoadResult
/external/chromium_org/ppapi/c/dev/
H A Dppp_video_capture_dev.h68 uint32_t error_code);
/external/chromium_org/sync/internal_api/public/
H A Dhttp_post_provider_interface.h37 virtual bool MakeSynchronousPost(int* error_code, int* response_code) = 0;
/external/chromium_org/sync/internal_api/
H A Dsyncapi_server_connection_manager.cc51 int error_code = 0; local
53 if (!http->MakeSynchronousPost(&error_code, &response_code)) {
54 DVLOG(1) << "Http POST failed, error returns: " << error_code;
56 error_code);
/external/kernel-headers/original/uapi/linux/
H A Dn_r3964.h91 int error_code; member in struct:r3964_client_message
/external/libcxx/test/diagnostics/syserr/syserr.hash/
H A Derror_code.pass.cpp28 typedef std::error_code T;
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.h77 // state is, |error_code| represents what error occurred, |error_message| is a
83 GoogleUpdateErrorCode error_code,
121 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code,
134 // listener. If results indicates an error, the |error_code| and
138 GoogleUpdateErrorCode error_code,
/external/chromium_org/cloud_print/common/win/
H A Dcloud_print_utils.cc22 DWORD error_code = GetLastError(); local
23 return error_code ? HRESULT_FROM_WIN32(error_code) : E_FAIL;

Completed in 624 milliseconds

1234567891011>>