HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 101 - 125 of 753) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 40 static std::error_code create(StringRef FilePath, size_t Size,
69 std::error_code commit(int64_t NewSmallerSize = -1);
ErrorOr.h 58 /// have an error_code and optional user data that describes why it failed.
65 /// if (error_code ec = buffer.getError())
102 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
105 ErrorOr(std::error_code EC) : HasError(true) {
106 new (getErrorStorage()) std::error_code(EC);
166 std::error_code getError() const {
167 return HasError ? *getErrorStorage() : std::error_code();
188 new (getErrorStorage()) std::error_code(Other.getError());
220 new (getErrorStorage()) std::error_code(Other.getError());
251 std::error_code *getErrorStorage()
    [all...]
Memory.h 80 std::error_code &EC);
87 /// \r error_success if the function was successful, or an error_code
91 static std::error_code releaseMappedMemory(MemoryBlock &Block);
104 /// \r error_success if the function was successful, or an error_code
108 static std::error_code protectMappedMemory(const MemoryBlock &Block,
  /bionic/libc/kernel/uapi/linux/
n_r3964.h 45 int error_code; member in struct:r3964_client_message
  /development/ndk/platforms/android-L/include/linux/
n_r3964.h 45 int error_code; member in struct:r3964_client_message
  /external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.cc 9 bool TestHttpBridge::MakeSynchronousPost(int* error_code,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.h 29 int error_code,
  /external/chromium_org/content/public/common/
geoposition.cc 29 error_code(ERROR_CODE_NONE) {
  /external/chromium_org/ppapi/c/dev/
ppp_video_capture_dev.h 68 uint32_t error_code);
  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.cc 51 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/
n_r3964.h 91 int error_code; member in struct:r3964_client_message
  /external/libcxx/test/diagnostics/syserr/syserr.hash/
error_code.pass.cpp 28 typedef std::error_code T;
  /external/chromium_org/chrome/browser/google/
google_update_win.h 77 // 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/
cloud_print_utils.cc 22 DWORD error_code = GetLastError(); local
23 return error_code ? HRESULT_FROM_WIN32(error_code) : E_FAIL;
  /external/chromium_org/content/browser/android/
web_contents_observer_android.h 42 int error_code,
46 int error_code,
75 int error_code,
  /external/chromium_org/content/browser/loader/
temporary_file_stream.cc 24 base::File::Error error_code,
29 callback.Run(error_code, scoped_ptr<net::FileStream>(), NULL);
46 callback.Run(error_code, file_stream.Pass(), deletable_file.get());
  /external/chromium_org/content/renderer/
browser_render_view_browsertest.cc 66 bool GetLatestError(int* error_code, bool* stale_cache_entry_present) {
68 *error_code = latest_error_reason_;
173 // |*error_code| and |*stale_cache_entry_present| will be updated
177 int* error_code, bool* stale_cache_entry_present) {
182 renderer_client_, &result, error_code,
191 bool* result, int* error_code, bool* stale_cache_entry_present) {
193 error_code, stale_cache_entry_present);
220 int error_code = net::OK; local
223 &error_code, &stale_cache_entry_present));
224 EXPECT_EQ(net::ERR_FAILED, error_code);
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 60 std::error_code getSymbolName(DataRefImpl Symb,
62 std::error_code getSymbolAddress(DataRefImpl Symb,
64 std::error_code getSymbolAlignment(DataRefImpl Symb,
66 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override;
68 std::error_code getSymbolType(DataRefImpl Symb,
70 std::error_code getSymbolSection(DataRefImpl Symb,
73 std::error_code getLibraryNext(DataRefImpl Data,
75 std::error_code getLibraryPath(DataRefImpl Data,
79 std::error_code getSectionName(DataRefImpl Sec,
81 std::error_code getSectionAddress(DataRefImpl Sec
    [all...]
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 29 std::error_code copyToRoot(StringRef Src);
87 std::error_code ModuleDependencyListener::copyToRoot(StringRef Src) {
100 if (std::error_code EC = fs::create_directories(path::parent_path(Dest),
103 if (std::error_code EC = fs::copy_file(AbsoluteSrc.str(), Dest.str()))
107 return std::error_code();
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 92 virtual std::error_code getBuffer(const Twine &Name,
98 virtual std::error_code close() = 0;
109 /// or returns a system-defined \c error_code.
110 virtual std::error_code increment() = 0;
131 directory_iterator &increment(std::error_code &EC) {
165 std::error_code &EC);
170 recursive_directory_iterator &increment(std::error_code &EC);
191 virtual std::error_code openFileForRead(const Twine &Path,
196 std::error_code getBufferForFile(const Twine &Name,
205 std::error_code &EC) = 0
    [all...]
  /external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc 51 const wchar_t* GetErrorMessage(ErrorCode error_code) {
52 DCHECK_LE(0, error_code);
53 DCHECK_GT(arraysize(Messages), static_cast<size_t>(error_code));
54 return Messages[error_code];
62 errors::ErrorCode error_code,
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
  /external/llvm/lib/Support/
Path.cpp 168 static std::error_code TempDir(SmallVectorImpl<char> &result);
170 static std::error_code createUniqueEntity(const Twine &Model, int &ResultFD,
181 if (std::error_code EC = TempDir(TDir))
205 if (std::error_code EC =
213 return std::error_code();
218 std::error_code EC = sys::fs::exists(ResultPath.begin(), Exists);
223 return std::error_code();
227 if (std::error_code EC =
233 return std::error_code();
710 std::error_code getUniqueID(const Twine Path, UniqueID &Result)
    [all...]
  /external/chromium_org/chrome/common/
localized_error.cc 63 int error_code; member in struct:__anon10308::LocalizedErrorMap
427 int error_code) {
429 if (maps[i].error_code == error_code)
436 int error_code, bool is_post) {
440 if (is_post && error_code == net::ERR_CACHE_MISS)
444 error_code);
448 error_code);
453 error_code);
477 // Gets the icon class for a given |error_domain| and |error_code|
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_win.cc 230 DWORD error_code = GetLastError(); local
231 if (error_code != ERROR_FILE_NOT_FOUND &&
232 error_code != ERROR_PATH_NOT_FOUND &&
233 error_code != ERROR_ACCESS_DENIED &&
234 error_code != ERROR_SHARING_VIOLATION &&
235 error_code != ERROR_DIRECTORY) {
  /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

Completed in 1482 milliseconds

1 2 3 45 6 7 8 91011>>