/system/weaved/libweaved/ |
command.h | 99 bool Abort(const std::string& error_code, 124 bool SetError(const std::string& error_code,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
exception.py | 29 supplied = self.find_element(server.error_code, '', ResponseError)
|
/external/libbrillo/brillo/dbus/ |
dbus_method_response.h | 34 // If |error| is from the "dbus" error domain, takes the |error_code| from 45 const std::string& error_code,
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
OrcTargetSupport.h | 95 static std::error_code emitIndirectStubsBlock(IndirectStubsInfo &StubsInfo,
|
/external/llvm/include/llvm/Object/ |
IRObjectFile.h | 36 std::error_code printSymbolName(raw_ostream &OS,
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.cpp | 38 if (std::error_code EC = M->materializeAll()) {
|
/external/llvm/lib/Object/ |
ELFObjectFile.cpp | 33 std::error_code EC;
|
/external/llvm/tools/llvm-readobj/ |
Win64EHDumper.h | 29 typedef std::error_code (*SymbolResolver)(const object::coff_section *,
|
llvm-readobj.h | 24 void error(std::error_code ec);
|
/external/llvm/tools/llvm-split/ |
llvm-split.cpp | 52 std::error_code EC;
|
/external/mesa3d/src/glx/ |
glx_error.c | 77 error.errorCode = err->error_code;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
posix_fd_set_adapter.hpp | 65 asio::error_code ec(error::fd_set_failure);
|
/external/valgrind/include/vki/ |
vki-xen-hvm.h | 105 vki_uint32_t error_code; member in struct:vki_xen_hvm_inject_trap
|
/external/vboot_reference/firmware/lib/cgptlib/include/ |
cgptlib_internal.h | 159 const char *GptErrorText(int error_code);
|
/external/vboot_reference/tests/ |
vboot_api_devmode_tests.c | 325 int error_code = 0; local 330 error_code = 255; 332 error_code = 255; 334 return error_code;
|
vboot_api_firmware_tests.c | 249 int error_code = 0; local 254 error_code = 255; 256 error_code = 255; 258 return error_code;
|
vboot_nvstorage_test.c | 193 int error_code = 0; local 198 error_code = 255; 200 error_code = 255; 202 return error_code;
|
vboot_region_tests.c | 204 int error_code = 0; local 209 error_code = 255; 211 error_code = 255; 213 return error_code;
|
/frameworks/compile/mclinker/lib/Support/ |
raw_ostream.cpp | 38 std::error_code& pErrorCode,
|
/system/update_engine/ |
binder_service_android.h | 53 void SendPayloadApplicationComplete(ErrorCode error_code) override;
|
update_engine_client_android.cc | 41 #include "update_engine/common/error_code.h" 65 Status onPayloadApplicationComplete(int error_code) override; 96 int error_code) { 97 ErrorCode code = static_cast<ErrorCode>(error_code); 99 << " (" << error_code << "))";
|
/system/update_engine/payload_consumer/ |
postinstall_runner_action.h | 95 // Complete the Action with the passed |error_code| and mark the new slot as 97 void CompletePostinstall(ErrorCode error_code);
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 141 return pbi->common.error.error_code; 154 return pbi->common.error.error_code; 173 return pbi->common.error.error_code; 195 return pbi->common.error.error_code; 326 pbi->common.error.error_code = VPX_CODEC_OK; 363 pbi->common.error.error_code = VPX_CODEC_ERROR; 369 pbi->common.error.error_code = VPX_CODEC_ERROR;
|
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 207 uint64_t Offset, std::error_code &EC) 238 return std::error_code(errno, std::generic_category()); 263 std::error_code EC = sys::fs::openFileForRead(Filename, FD); 342 std::error_code EC = sys::fs::status(FD, Status); 361 std::error_code EC; 382 return std::error_code(errno, std::generic_category()); 395 return std::error_code(errno, std::generic_category());
|
/external/llvm/tools/llvm-dwp/ |
llvm-dwp.cpp | 47 static std::error_code 55 return std::error_code(); 87 return std::error_code(); 237 static std::error_code write(MCStreamer &Out, ArrayRef<std::string> Inputs) { 275 if (std::error_code Err = Section.getName(Name)) 348 return std::error_code(); 403 std::error_code EC;
|