/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/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 50 void throw_from_string_out_of_range( const string& func ) in throw_from_string_out_of_range() 56 void throw_from_string_invalid_arg( const string& func ) in throw_from_string_invalid_arg() 66 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper() 92 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 104 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 112 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 120 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 128 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 137 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 149 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() [all …]
|
D | exception.cpp | 50 set_unexpected(unexpected_handler func) _NOEXCEPT in set_unexpected() 71 set_terminate(terminate_handler func) _NOEXCEPT in set_terminate()
|
/ndk/tests/device/issue28598-linker-global-ref/jni/ |
D | liba.cpp | 4 void func() in func() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | csignal.pass.cpp | 54 typedef void (*func)(int); in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | signal_h.pass.cpp | 54 typedef void (*func)(int); in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_handlers.cpp | 37 __unexpected(unexpected_handler func) in __unexpected() 62 __terminate(terminate_handler func) _NOEXCEPT in __terminate()
|
D | cxa_default_handlers.cpp | 102 set_unexpected(unexpected_handler func) _NOEXCEPT in set_unexpected() 113 set_terminate(terminate_handler func) _NOEXCEPT in set_terminate()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/ |
D | set_rvalue_at_thread_exit.pass.cpp | 22 void func(std::promise<std::unique_ptr<int>> p) in func() function
|
D | set_value_at_thread_exit_const.pass.cpp | 19 void func(std::promise<int> p) in func() function
|
D | set_lvalue_at_thread_exit.pass.cpp | 22 void func(std::promise<int&> p) in func() function
|
D | set_value_at_thread_exit_void.pass.cpp | 22 void func(std::promise<void> p) in func() function
|
D | set_exception_at_thread_exit.pass.cpp | 19 void func(std::promise<int> p) in func() function
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | spec3.cpp | 15 void func() throw (B,A) in func() function
|
D | new1_3.cpp | 80 void func(B* ) in func() function
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | spec3.cpp | 15 void func() throw (B,A) in func() function
|
D | new1_3.cpp | 80 void func(B* ) in func() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/ |
D | notify_all_at_thread_exit.pass.cpp | 27 void func() in func() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ |
D | dtor.pass.cpp | 29 void func(std::packaged_task<double(int, char)> p) in func() function
|
D | ctor_func.pass.cpp | 38 int func(int i) { return i; } in func() function
|
D | ctor_func_alloc.pass.cpp | 40 int func(int i) { return i; } in func() function
|
/ndk/tests/ |
D | filters.py | 76 def func(test_name): function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ptrspec_test.cpp | 71 void func() {} in func() function in AClass
|
/ndk/tests/device/test-stlport/unit/ |
D | ptrspec_test.cpp | 71 void func() {} in func() function in AClass
|
/ndk/tests/device/fenv/jni/ |
D | test_fenv.c | 35 void fail(const char* file, int line, const char* func, const char* expr) in fail()
|