/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | arg.hpp | 14 template<> struct arg< -1 > struct 31 template<> struct arg<1> struct 34 typedef arg<2> next; argument 49 template<> struct arg<2> argument 52 typedef arg<3> next; argument 67 template<> struct arg<3> argument 70 typedef arg<4> next; argument 85 template<> struct arg<4> struct 88 typedef arg<5> next; argument 103 template<> struct arg<5> struct [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
D | arg.hpp | 28 template< int I > struct arg struct 30 arg() in arg() argument 34 template< class T > arg( T const & /* t */ ) in arg() function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | quotearg.c | 186 char const *arg, size_t argsize, in quotearg_buffer_restyled() 580 char const *arg, size_t argsize, in quotearg_buffer() 593 quotearg_alloc (char const *arg, size_t argsize, in quotearg_alloc() 606 quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size, in quotearg_alloc_mem() 668 quotearg_n_options (int n, char const *arg, size_t argsize, in quotearg_n_options() 724 quotearg_n (int n, char const *arg) in quotearg_n() 730 quotearg_n_mem (int n, char const *arg, size_t argsize) in quotearg_n_mem() 736 quotearg (char const *arg) in quotearg() 742 quotearg_mem (char const *arg, size_t argsize) in quotearg_mem() 748 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style() [all …]
|
D | obstack.c | 193 void *arg) in _obstack_begin_1()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
D | value_init.hpp | 110 initialized(initialized const & arg) in initialized() function in boost::initialized 115 explicit initialized(T const & arg) in initialized() 120 initialized & operator=(initialized const & arg) in operator =() 143 void swap(initialized & arg) in swap() 203 void swap(value_initialized & arg) in swap()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 91 inline long double expl(long double arg) { return exp(arg); } in expl() 92 inline long double logl(long double arg) { return log(arg); } in logl() 121 inline float logf(float arg) { return log(arg); } in logf() 122 inline long double logl(long double arg) { return log(arg); } in logl() 126 inline long double expl(long double arg) { return exp(arg); } in expl() 164 inline long double expl(long double arg) { return exp(arg); } in expl() 165 inline long double logl(long double arg) { return log(arg); } in logl()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | eh-vararg-2.cpp | 30 test (va_list arg) throw (B,A) in test() 66 va_list arg; in foo() local
|
D | operators23.cpp | 31 int main(int arg, char** argv) { in main()
|
D | eh-vararg-1.cpp | 32 va_list arg; in foo() local
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | eh-vararg-2.cpp | 30 test (va_list arg) throw (B,A) in test() 66 va_list arg; in foo() local
|
D | operators23.cpp | 31 int main(int arg, char** argv) { in main()
|
D | eh-vararg-1.cpp | 32 va_list arg; in foo() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
D | cast.hpp | 39 inline Target numeric_cast( Source arg ) in numeric_cast()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | cxa.c | 48 void *arg; member 52 void *arg; member 70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() argument
|
D | complex.cpp | 55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z) in arg() function 59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) in arg() function 64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) in arg() function
|
D | ios.cpp | 210 const char* arg ; in _M_throw_failure() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/ |
D | stringize.hpp | 23 # define BOOST_PP_STRINGIZE_A(arg) BOOST_PP_STRINGIZE_I arg argument
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_guard.cpp | 33 static void* thread_run(void* arg) in thread_run()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | for_each.hpp | 70 typedef typename apply1<TransformFunc,item>::type arg; in execute() typedef
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | call_unexpected.cc | 187 __cxa_call_unexpected(void* arg) { in __cxa_call_unexpected() 250 __cxa_call_unexpected(void* arg) { in __cxa_call_unexpected()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 341 char *arg = argv[optind++]; local
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 228 union arg union 235 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() 283 union arg arg; in wprintf_core() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | mutex.cpp | 216 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) in __call_once() argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | array.hpp | 387 typename detail::c_array<T,N>::type& get_c_array(boost::array<T,N>& arg) in get_c_array() 394 typename const detail::c_array<T,N>::type& get_c_array(const boost::array<T,N>& arg) in get_c_array() 401 T(&get_c_array(boost::array<T,N>& arg))[N] in get_c_array()
|
/ndk/sources/host-tools/make-3.81/ |
D | arscan.c | 137 ar_scan (char *archive, long int (*function) PARAMS ((void)), intptr_t arg) in ar_scan() 304 ar_scan (char *archive, long int (*function)(), intptr_t arg) in ar_scan()
|