Searched defs:func (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 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 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument 175 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 177 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) \ argument 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \ argument 191 #define _STLP_MATH_INLINE2X(__type1,__type2,func,cfunc) \ argument [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ptrspec_test.cpp | 71 void func() {} in func() function in AClass
|
D | string_test.cpp | 140 static string func(const string& par) { in func() function in StringTest
|
/ndk/tests/device/test-stlport/unit/ |
D | ptrspec_test.cpp | 71 void func() {} in func() function in AClass
|
D | string_test.cpp | 140 static string func(const string& par) { in func() function in StringTest
|
/ndk/sources/cxx-stl/stlport/src/ |
D | cxa.c | 55 } func; member
|
/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()
|
/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()
|