Home
last modified time | relevance | path

Searched defs:code (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dcname.h41 char code; member
Dregerror.c50 int code; member
/ndk/tests/device/issue19851-sigsetjmp/jni/
Dissue19851-sigsetjmp.c62 int code, ret; in main() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/debug/
Derror.hpp21 # define BOOST_PP_ERROR(code) BOOST_PP_CAT(BOOST_PP_ERROR_, code) argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dsystem_error.cpp34 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent()
40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() argument
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_defines.h153 code() const { return CLASS_TYPE_INFO_CODE; } in code() function
174 code() const { return SI_CLASS_TYPE_INFO_CODE; } in code() function
198 code() const { return VMI_CLASS_TYPE_INFO_CODE; } in code() function
/ndk/tests/abcc/src/compiler/abcc/
DAbccService.java74 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp128 error_code code() const { return m_error_code; } in code() function in boost::execution_exception