/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 166 … inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) argument 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) argument 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); } [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | cxa.c | 55 } func; member 70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() 78 new->func.cxa.fn = (void (*) (void *, int)) func; in __cxa_atexit() 79 new->func.cxa.arg = arg; in __cxa_atexit() 80 new->func.cxa.dso_handle = d; in __cxa_atexit() 175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) { in __cxa_finalize() 177 (*f->func.cxa.fn) (f->func.cxa.arg, 0); in __cxa_finalize()
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 298 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter() argument 319 err = func(&handle, cookie); in td_ta_thr_iter()
|
D | thread_db.h | 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
|
/ndk/build/tools/ |
D | gen-platforms.sh | 321 local func var 322 for func in $2; do 323 echo "void $func(void) {}" >> $TMPC
|
D | dev-system-import.sh | 326 local func var 327 for func in $funcs; do 328 echo "void $func(void) {}" >> $TMPC
|
/ndk/sources/android/libthread_db/gdb-7.1.x/ |
D | libthread_db.c | 334 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter() argument 355 if (func(&handle, cookie) != 0) { in td_ta_thr_iter()
|
D | thread_db.h | 154 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 82 static __inline__ void x86_cpuid(int func, int values[4]) in x86_cpuid() argument 93 : "a" (func) \ in x86_cpuid()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ptrspec_test.cpp | 71 void func() {} in func() function in AClass 101 mem_func_vector.push_back(&AClass::func); in ptr_specialization_test()
|
D | string_test.cpp | 140 static string func(const string& par) { in func() function in StringTest 155 string sx = func( s ); in f()
|
/ndk/tests/device/test-stlport/unit/ |
D | ptrspec_test.cpp | 71 void func() {} in func() function in AClass 101 mem_func_vector.push_back(&AClass::func); in ptr_specialization_test()
|
D | string_test.cpp | 140 static string func(const string& par) { in func() function in StringTest 155 string sx = func( s ); in f()
|
/ndk/sources/host-tools/make-3.81/ |
D | arscan.c | 144 unsigned long func = LBR$C_READ; in ar_scan() local 150 status = lbr$ini_control (&VMS_lib_idx, &func, &type, 0); in ar_scan()
|
D | main.c | 521 bsd_signal (int sig, bsd_signal_ret_t func) in bsd_signal() argument 524 act.sa_handler = func; in bsd_signal()
|
D | NEWS | 26 http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=16051
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 4346 func := sort 4348 func := strip 4353 foo := $($(func) $(bar))
|
D | make.texi | 5299 func := sort 5301 func := strip 5310 foo := $($(func) $(bar))
|