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

1 2 3 4 5 6 7 8 91011>>

  /system/core/base/
errors_unix.cpp 24 std::string SystemErrorCodeToString(int error_code) {
25 return strerror(error_code);
  /external/parameter-framework/asio-1.10.6/include/asio/
error_code.hpp 2 // error_code.hpp
31 typedef std::error_code error_code; typedef in namespace:asio
38 # include "asio/impl/error_code.ipp"
  /external/clang/include/clang/Frontend/
SerializedDiagnosticReader.h 41 inline std::error_code make_error_code(SDError E) {
42 return std::error_code(static_cast<int>(E), SDErrorCategory());
65 std::error_code readDiagnostics(StringRef File);
75 std::error_code readMetaBlock(llvm::BitstreamCursor &Stream);
78 std::error_code readDiagnosticBlock(llvm::BitstreamCursor &Stream);
82 virtual std::error_code visitStartOfDiagnostic() {
83 return std::error_code();
86 virtual std::error_code visitEndOfDiagnostic() { return std::error_code(); }
88 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name)
    [all...]
  /external/libcxx/test/std/experimental/utilities/syserror/header.system_error.synop/
includes.pass.cpp 19 std::error_code ec;
  /external/llvm/include/llvm/Support/
WindowsError.h 16 std::error_code mapWindowsError(unsigned EV);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
throw_error.hpp 16 #include "asio/error_code.hpp"
23 ASIO_DECL void do_throw_error(const asio::error_code& err);
25 ASIO_DECL void do_throw_error(const asio::error_code& err,
28 inline void throw_error(const asio::error_code& err)
34 inline void throw_error(const asio::error_code& err,
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
lt.pass.cpp 12 // class error_code
14 // bool operator<(const error_code& lhs, const error_code& rhs);
23 const std::error_code ec1(6, std::generic_category());
24 const std::error_code ec2(7, std::generic_category());
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
bool.pass.cpp 12 // class error_code
23 const std::error_code ec(6, std::generic_category());
27 const std::error_code ec(0, std::generic_category());
  /external/libcxx/test/std/thread/futures/futures.errors/
equivalent_error_code_int.pass.cpp 16 // virtual bool equivalent(const error_code& code, int condition) const;
24 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
25 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
lt.pass.cpp 12 // class error_code
14 // bool operator<(const error_code& lhs, const error_code& rhs);
23 const std::error_code ec1(6, std::generic_category());
24 const std::error_code ec2(7, std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
bool.pass.cpp 12 // class error_code
23 const std::error_code ec(6, std::generic_category());
27 const std::error_code ec(0, std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
  /system/update_engine/binder_bindings/android/os/
IUpdateEngineCallback.aidl 21 void onPayloadApplicationComplete(int error_code);
  /system/core/base/include/android-base/
errors.h 38 // Returns a string describing the given system error code. |error_code| must
41 std::string SystemErrorCodeToString(int error_code);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ReplyPacket.java 37 private short error_code; field in class:ReplyPacket
56 error_code = (short) super.readFromByteArray(p, ERROR_CODE_INDEX,
67 error_code = val;
76 return error_code;
88 super.writeAtByteArray(error_code, res, ERROR_CODE_INDEX,
  /device/google/marlin/dataservices/rmnetctl/inc/
librmnetctl.h 182 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
184 * Check error_code
187 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code);
203 * @param error_code Status code of this operation
207 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
209 * Check error_code
214 uint16_t *error_code,
225 * @param error_code Status code of this operation
227 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
229 * Check error_code
    [all...]
  /device/huawei/angler/dataservices/rmnetctl/inc/
librmnetctl.h 182 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
184 * Check error_code
187 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code);
203 * @param error_code Status code of this operation
207 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
209 * Check error_code
214 uint16_t *error_code,
225 * @param error_code Status code of this operation
227 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
229 * Check error_code
    [all...]
  /device/lge/bullhead/dataservices/rmnetctl/inc/
librmnetctl.h 182 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
184 * Check error_code
187 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code);
203 * @param error_code Status code of this operation
207 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
209 * Check error_code
214 uint16_t *error_code,
225 * @param error_code Status code of this operation
227 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
229 * Check error_code
    [all...]
  /device/moto/shamu/dataservices/rmnetctl/inc/
librmnetctl.h 138 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
140 * Check error_code
143 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code);
159 * @param error_code Status code of this operation
163 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
165 * Check error_code
170 uint16_t *error_code,
181 * @param error_code Status code of this operation
183 * @return RMNETCTL_LIB_ERR if there was a library error. Check error_code
185 * Check error_code
    [all...]
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 12 // class error_code
14 // template <ErrorCodeEnum E> error_code(E e);
31 std::error_code
34 return std::error_code(static_cast<int>(x), std::generic_category());
40 std::error_code ec(two);
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 12 // class error_code
14 // template <ErrorCodeEnum E> error_code& operator=(E e);
31 std::error_code
34 return std::error_code(static_cast<int>(x), std::generic_category());
40 std::error_code ec;
  /external/llvm/include/llvm/IR/
GVMaterializer.h 41 virtual std::error_code materialize(GlobalValue *GV) = 0;
45 virtual std::error_code materializeModule() = 0;
47 virtual std::error_code materializeMetadata() = 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 12 // class error_code
14 // template <ErrorCodeEnum E> error_code(E e);
31 std::error_code
34 return std::error_code(static_cast<int>(x), std::generic_category());
40 std::error_code ec(two);

Completed in 814 milliseconds

1 2 3 4 5 6 7 8 91011>>