HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 326 - 350 of 1862) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Error.h 29 // Error code 0 is absent. Use std::error_code() instead.
40 inline std::error_code make_error_code(object_error e) {
41 return std::error_code(static_cast<int>(e), object_category());
51 /// std::error_code, but this will be removed in the future.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Error.h 29 // Error code 0 is absent. Use std::error_code() instead.
40 inline std::error_code make_error_code(object_error e) {
41 return std::error_code(static_cast<int>(e), object_category());
51 /// std::error_code, but this will be removed in the future.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Error.h 29 // Error code 0 is absent. Use std::error_code() instead.
40 inline std::error_code make_error_code(object_error e) {
41 return std::error_code(static_cast<int>(e), object_category());
51 /// std::error_code, but this will be removed in the future.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Error.h 29 // Error code 0 is absent. Use std::error_code() instead.
40 inline std::error_code make_error_code(object_error e) {
41 return std::error_code(static_cast<int>(e), object_category());
51 /// std::error_code, but this will be removed in the future.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Error.h 29 // Error code 0 is absent. Use std::error_code() instead.
40 inline std::error_code make_error_code(object_error e) {
41 return std::error_code(static_cast<int>(e), object_category());
51 /// std::error_code, but this will be removed in the future.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.rename/
rename.pass.cpp 15 // void rename(const path& old_p, const path& new_p, error_code& ec) noexcept;
31 std::error_code ec; ((void)ec);
41 auto checkThrow = [](path const& f, path const& t, const std::error_code& ec)
72 std::error_code ec;
85 const std::error_code set_ec = std::make_error_code(std::errc::address_in_use);
88 std::error_code ec = set_ec;
96 std::error_code ec = set_ec;
106 std::error_code ec = set_ec;
117 std::error_code ec = set_ec;
  /test/vts/utils/python/controllers/
customflasher.py 61 out, err, error_code = cmd_utils.ExecuteOneShellCommand(
63 if error_code:
  /bionic/libc/kernel/uapi/linux/
n_r3964.h 43 int error_code; member in struct:r3964_client_message
  /external/kernel-headers/original/uapi/linux/
n_r3964.h 92 int error_code; member in struct:r3964_client_message
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.exists/
exists.pass.cpp 16 // bool exists(path const& p, std::error_code& ec) noexcept;
34 std::error_code ec; ((void)ec);
69 std::error_code ec = GetTestEC();
81 std::error_code ec;
92 std::error_code ec;
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.hard_lk_ct/
hard_link_count.pass.cpp 15 // uintmax_t hard_link_count(const path& p, std::error_code& ec) noexcept;
32 std::error_code ec; ((void)ec);
42 std::error_code ec;
66 std::error_code ec;
93 std::error_code ec;
  /external/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 34 std::error_code convertToErrorCode() const override;
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /external/llvm/unittests/Support/
ReplaceFileTest.cpp 23 if (std::error_code ASSERT_NO_ERROR_ec = x) { \
31 std::error_code CreateFileWithContent(const SmallString<128> &FilePath,
34 if (std::error_code ec = fs::openFileForWrite(FilePath, FD, fs::F_None))
41 return std::error_code();
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_stream_socket.hpp 236 asio::error_code ec;
274 asio::error_code ec;
301 socket_base::message_flags flags, asio::error_code& ec)
321 * const asio::error_code& error, // Result of operation.
344 void (asio::error_code, std::size_t))
373 * const asio::error_code& error, // Result of operation.
396 void (asio::error_code, std::size_t))
441 asio::error_code ec;
482 asio::error_code ec;
509 socket_base::message_flags flags, asio::error_code& ec
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_tracking.hpp 18 # include "asio/error_code.hpp"
74 ASIO_DECL void invocation_begin(const asio::error_code& ec);
78 const asio::error_code& ec, std::size_t bytes_transferred);
82 const asio::error_code& ec, int signal_number);
86 const asio::error_code& ec, const char* arg);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAError.h 37 std::error_code convertToErrorCode() const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 35 std::error_code convertToErrorCode() const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIAError.h 37 std::error_code convertToErrorCode() const override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
GenericError.h 35 std::error_code convertToErrorCode() const override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIAError.h 37 std::error_code convertToErrorCode() const override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
GenericError.h 35 std::error_code convertToErrorCode() const override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,

Completed in 548 milliseconds

<<11121314151617181920>>