HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 301 - 325 of 915) sorted by null

<<11121314151617181920>>

  /external/libbrillo/brillo/
flag_helper.cc 193 int error_code = EX_OK; local
227 error_code = EX_DATAERR;
232 error_code = EX_USAGE;
236 if (error_code != EX_OK) {
238 exit(error_code);
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 86 std::error_code ec;
128 std::error_code ec;
183 std::error_code
187 if (std::error_code EC = sys::Memory::protectMappedMemory(MB, Permissions))
206 return std::error_code();
  /external/llvm/lib/Object/
Object.cpp 102 if (std::error_code ec = SecOrErr.getError())
131 if (std::error_code ec = (*unwrap(SI))->getName(ret))
142 if (std::error_code ec = (*unwrap(SI))->getContents(ret))
179 if (std::error_code EC = Ret.getError())
186 if (std::error_code EC = Ret.getError())
MachOUniversal.cpp 98 std::error_code EC;
107 std::error_code &ec)
123 ec = std::error_code();
IRObjectFile.cpp 189 std::error_code IRObjectFile::printSymbolName(raw_ostream &OS,
196 return std::error_code();
207 return std::error_code();
269 if (std::error_code EC = Sec.getName(SecName))
273 if (std::error_code EC = Sec.getContents(SecContents))
314 if (std::error_code EC = MOrErr.getError())
Binary.cpp 80 if (std::error_code EC = FileOrErr.getError())
86 if (std::error_code EC = BinOrErr.getError())
  /external/llvm/include/llvm/Object/
Archive.h 69 Child(const Archive *Parent, const char *Start, std::error_code *EC);
113 child_iterator(std::error_code EC) : child(EC) {}
178 Archive(MemoryBufferRef Source, std::error_code &EC);
SymbolicFile.h 115 std::error_code printName(raw_ostream &OS) const;
134 virtual std::error_code printSymbolName(raw_ostream &OS,
188 inline std::error_code BasicSymbolRef::printName(raw_ostream &OS) const {
  /external/llvm/lib/ExecutionEngine/Orc/
OrcTargetSupport.cpp 99 std::error_code OrcX86_64::emitIndirectStubsBlock(IndirectStubsInfo &StubsInfo,
130 std::error_code EC;
167 return std::error_code();
  /external/e2fsprogs/lib/et/
et_c.awk 150 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[^ \t]/ {
155 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*$/ {
161 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*"[ \t]*$/ {
171 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*\\[ \t]*$/ {
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 143 info->error_code = error;
157 longjmp(info->jmp, info->error_code);
  /external/llvm/include/llvm/Support/
Errc.h 10 // While std::error_code works OK on all platforms we use, there are some
78 inline std::error_code make_error_code(errc E) {
79 return std::error_code(static_cast<int>(E), std::generic_category());
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 83 std::error_code EC;
117 std::error_code EC;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 33 if (std::error_code EC = SymNameOrErr.getError())
38 if (std::error_code EC = SymAddr.getError())
X86MachORelocationInfo.cpp 34 if (std::error_code EC = SymNameOrErr.getError())
95 if (std::error_code EC = RSymName.getError())
  /external/llvm/tools/llvm-objdump/
llvm-objdump.h 58 void error(std::error_code ec);
82 void report_error(StringRef File, std::error_code EC);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_accept_op.hpp 94 const asio::error_code& /*ec*/,
109 detail::binder1<Handler, asio::error_code>
reactive_socket_recv_op.hpp 81 const asio::error_code& /*ec*/,
96 detail::binder2<Handler, asio::error_code, std::size_t>
reactive_socket_recvfrom_op.hpp 90 const asio::error_code& /*ec*/,
106 detail::binder2<Handler, asio::error_code, std::size_t>
reactive_socket_recvmsg_op.hpp 82 const asio::error_code& /*ec*/,
98 detail::binder2<Handler, asio::error_code, std::size_t>
reactive_socket_sendto_op.hpp 81 const asio::error_code& /*ec*/,
96 detail::binder2<Handler, asio::error_code, std::size_t>
reactor_op_queue.hpp 71 const asio::error_code& ec =
94 const asio::error_code& ec =
resolver_service.hpp 55 asio::error_code& ec)
87 const endpoint_type& endpoint, asio::error_code& ec)
  /external/parameter-framework/upstream/remote-processor/
RemoteProcessorServer.cpp 85 auto peerHandler = [this, &commandHandler](asio::error_code ec) {
106 asio::error_code ec;
  /external/v8/tools/
android-run.py 104 error_code = Execute(command)
106 return error_code

Completed in 1423 milliseconds

<<11121314151617181920>>