| /toolchain/binutils/binutils-2.25/include/ |
| os9k.h | 162 error_code _os_crc (void *, u_int32, int *); 163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **); 164 error_code _os_get_moddir (void *, u_int32 *); 165 error_code _os_initdata (mh_com *, void *); 166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *); 167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *); 168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32); 169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32); 170 error_code _os_modaddr (void *, mh_com **); 171 error_code _os_setcrc (mh_com *) [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/ |
| stream_socket_service.hpp | 104 asio::error_code open(implementation_type& impl, 105 const protocol_type& protocol, asio::error_code& ec) 115 asio::error_code assign(implementation_type& impl, 117 asio::error_code& ec) 129 asio::error_code close(implementation_type& impl, 130 asio::error_code& ec) 148 asio::error_code cancel(implementation_type& impl, 149 asio::error_code& ec) 156 asio::error_code& ec) const 163 asio::error_code& ec) cons [all...] |
| socket_acceptor_service.hpp | 103 asio::error_code open(implementation_type& impl, 104 const protocol_type& protocol, asio::error_code& ec) 110 asio::error_code assign(implementation_type& impl, 112 asio::error_code& ec) 124 asio::error_code cancel(implementation_type& impl, 125 asio::error_code& ec) 131 asio::error_code bind(implementation_type& impl, 132 const endpoint_type& endpoint, asio::error_code& ec) 139 asio::error_code listen(implementation_type& impl, int backlog, 140 asio::error_code& ec [all...] |
| basic_socket_acceptor.hpp | 100 asio::error_code ec; 136 asio::error_code ec; 172 asio::error_code ec; 276 asio::error_code ec; 293 * asio::error_code ec; 301 asio::error_code open(const protocol_type& protocol, 302 asio::error_code& ec) 320 asio::error_code ec; 336 asio::error_code assign(const protocol_type& protocol, 337 const native_handle_type& native_acceptor, asio::error_code& ec [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ |
| task_io_service_operation.hpp | 15 #include "asio/error_code.hpp" 32 const asio::error_code& ec, std::size_t bytes_transferred) 39 func_(0, this, asio::error_code(), 0); 45 const asio::error_code&, std::size_t);
|
| /external/javasqlite/src/main/java/SQLite/ |
| Vm.java | 19 protected int error_code = 0; field in class:Vm
|
| /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
| stream_inserter.pass.cpp | 12 // class error_code 16 // operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 25 out << std::error_code(std::io_errc::stream);
|
| /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
| message.pass.cpp | 12 // class error_code 22 const std::error_code ec(6, std::generic_category());
|
| /external/libcxx/test/std/thread/futures/futures.future_error/ |
| code.pass.cpp | 16 // const error_code& code() const throw(); 24 std::error_code ec = std::make_error_code(std::future_errc::broken_promise); 29 std::error_code ec = std::make_error_code(std::future_errc::future_already_retrieved); 34 std::error_code ec = std::make_error_code(std::future_errc::promise_already_satisfied); 39 std::error_code ec = std::make_error_code(std::future_errc::no_state);
|
| /external/vboot_reference/utility/ |
| pad_digest_utility.c | 21 int error_code = 0; local 48 error_code = -1; 51 error_code = -1; 54 return error_code;
|
| signature_digest_utility.c | 22 int error_code = 0; local 48 error_code = -1; 51 error_code = -1; 54 return error_code;
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| ObjectWriter.h | 28 virtual std::error_code writeObject(Module& pModule,
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
| stream_inserter.pass.cpp | 12 // class error_code 16 // operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 25 out << std::error_code(std::io_errc::stream);
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
| message.pass.cpp | 12 // class error_code 22 const std::error_code ec(6, std::generic_category());
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/ |
| code.pass.cpp | 14 // const error_code& code() const throw(); 22 std::error_code ec = std::make_error_code(std::future_errc::broken_promise); 27 std::error_code ec = std::make_error_code(std::future_errc::future_already_retrieved); 32 std::error_code ec = std::make_error_code(std::future_errc::promise_already_satisfied); 37 std::error_code ec = std::make_error_code(std::future_errc::no_state);
|
| /external/llvm/include/llvm/ProfileData/ |
| SampleProfWriter.h | 37 virtual std::error_code write(StringRef FName, const FunctionSamples &S) = 0; 42 std::error_code write(const StringMap<FunctionSamples> &ProfileMap) { 43 if (std::error_code EC = writeHeader(ProfileMap)) 49 if (std::error_code EC = write(FName, Profile)) 73 virtual std::error_code 83 std::error_code write(StringRef FName, const FunctionSamples &S) override; 89 std::error_code 108 std::error_code write(StringRef F, const FunctionSamples &S) override; 114 std::error_code 116 std::error_code writeNameIdx(StringRef FName) [all...] |
| SampleProfReader.h | 240 virtual std::error_code readHeader() = 0; 243 virtual std::error_code read() = 0; 294 std::error_code readHeader() override { return sampleprof_error::success; } 297 std::error_code read() override; 309 std::error_code readHeader() override; 312 std::error_code read() override; 341 std::error_code readProfile(FunctionSamples &FProfile); 374 std::error_code readHeader() override; 377 std::error_code read() override; 383 std::error_code readNameTable() [all...] |
| /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
| assign.pass.cpp | 12 // class error_code 22 std::error_code ec; 28 std::error_code ec;
|
| /external/llvm/include/llvm/Object/ |
| Error.h | 25 // Error code 0 is absent. Use std::error_code() instead. 39 inline std::error_code make_error_code(object_error e) { 40 return std::error_code(static_cast<int>(e), object_category());
|
| /external/vboot_reference/tests/ |
| rsa_verify_benchmark.c | 20 int error_code = 0; local 41 error_code = 1; 51 error_code = 1; 61 error_code = 1; 84 return error_code; 89 int error_code = 0; local 92 error_code = 1; 94 return error_code;
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
| assign.pass.cpp | 12 // class error_code 22 std::error_code ec; 28 std::error_code ec;
|
| /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/ |
| viddec_mpeg2_parse.c | 81 uint32_t *error_code 84 *error_code = 0; 89 *error_code |= VIDDEC_FW_WORKLOAD_ERR_DANGLING_FLD; 92 *error_code |= VIDDEC_FW_WORKLOAD_ERR_TOPFIELD; 96 *error_code |= VIDDEC_FW_WORKLOAD_ERR_BOTTOMFIELD; 103 *error_code |= (VIDDEC_FW_WORKLOAD_ERR_DANGLING_FLD 110 *error_code |= VIDDEC_FW_WORKLOAD_ERR_NOTDECODABLE; 116 *error_code |= VIDDEC_FW_WORKLOAD_ERR_MISSING_REFERENCE; 122 *error_code |= ( VIDDEC_FW_WORKLOAD_ERR_MISSING_DMEM 130 *error_code |= ( VIDDEC_FW_WORKLOAD_ERR_MISSING_SEQ_INF [all...] |
| /external/clang/tools/libclang/ |
| CXLoadedDiagnostic.cpp | 196 std::error_code reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) { 204 std::error_code reportInvalidFile(llvm::StringRef err) { 208 std::error_code readRange(const serialized_diags::Location &SDStart, 212 std::error_code readLocation(const serialized_diags::Location &SDLoc, 216 std::error_code visitStartOfDiagnostic() override; 217 std::error_code visitEndOfDiagnostic() override; 219 std::error_code visitCategoryRecord(unsigned ID, StringRef Name) override; 221 std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) override; 223 std::error_code visitDiagnosticRecord( 227 std::error_code visitFilenameRecord(unsigned ID, unsigned Size [all...] |
| /external/libcxx/src/ |
| system_error.cpp | 44 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT 136 // error_code 139 error_code::message() const 147 system_error::__init(const error_code& ec, string what_arg) 158 system_error::system_error(error_code ec, const string& what_arg) 164 system_error::system_error(error_code ec, const char* what_arg) 170 system_error::system_error(error_code ec) 177 : runtime_error(__init(error_code(ev, ecat), what_arg)), 178 __ec_(error_code(ev, ecat)) 183 : runtime_error(__init(error_code(ev, ecat), what_arg)) [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
| system_error.cpp | 40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT 141 // error_code 144 error_code::message() const 152 system_error::__init(const error_code& ec, string what_arg) 163 system_error::system_error(error_code ec, const string& what_arg) 169 system_error::system_error(error_code ec, const char* what_arg) 175 system_error::system_error(error_code ec) 182 : runtime_error(__init(error_code(ev, ecat), what_arg)), 183 __ec_(error_code(ev, ecat)) 188 : runtime_error(__init(error_code(ev, ecat), what_arg)) [all...] |