Home
last modified time | relevance | path

Searched refs:func (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h163 # 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/
Dcxa.c55 } 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/
Dlibthread_db.c298 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()
Dthread_db.h134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
/ndk/build/tools/
Dgen-platforms.sh321 local func var
322 for func in $2; do
323 echo "void $func(void) {}" >> $TMPC
Ddev-system-import.sh326 local func var
327 for func in $funcs; do
328 echo "void $func(void) {}" >> $TMPC
/ndk/sources/android/libthread_db/gdb-7.1.x/
Dlibthread_db.c334 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()
Dthread_db.h154 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
/ndk/sources/android/cpufeatures/
Dcpu-features.c82 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/
Dptrspec_test.cpp71 void func() {} in func() function in AClass
101 mem_func_vector.push_back(&AClass::func); in ptr_specialization_test()
Dstring_test.cpp140 static string func(const string& par) { in func() function in StringTest
155 string sx = func( s ); in f()
/ndk/tests/device/test-stlport/unit/
Dptrspec_test.cpp71 void func() {} in func() function in AClass
101 mem_func_vector.push_back(&AClass::func); in ptr_specialization_test()
Dstring_test.cpp140 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/
Darscan.c144 unsigned long func = LBR$C_READ; in ar_scan() local
150 status = lbr$ini_control (&VMS_lib_idx, &func, &type, 0); in ar_scan()
Dmain.c521 bsd_signal (int sig, bsd_signal_ret_t func) in bsd_signal() argument
524 act.sa_handler = func; in bsd_signal()
DNEWS26 http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=16051
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-14346 func := sort
4348 func := strip
4353 foo := $($(func) $(bar))
Dmake.texi5299 func := sort
5301 func := strip
5310 foo := $($(func) $(bar))