/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/external/python/cpython2/Misc/ |
gdbinit | 79 set $__fn = (char *)((PyStringObject *)co->co_filename)->ob_sval 81 printf "%s (", $__fn 86 # printf "%c%c%s:", 032, 032, $__fn
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 98 register_callback(event_callback __fn, int __index);
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
_ios_base.h | 158 void register_callback(event_callback __fn, int __index);
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
message_facets.h | 124 catalog do_open(const string& __fn, const locale& __loc) const;
|
ios.cpp | 183 void ios_base::register_callback(event_callback __fn, int index) { 189 _M_callbacks[_M_callback_index++] = make_pair(__fn, index);
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
_ios_base.h | 158 void register_callback(event_callback __fn, int __index);
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
message_facets.h | 124 catalog do_open(const string& __fn, const locale& __loc) const;
|
ios.cpp | 183 void ios_base::register_callback(event_callback __fn, int index) { 189 _M_callbacks[_M_callback_index++] = make_pair(__fn, index);
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
_ios_base.h | 158 void register_callback(event_callback __fn, int __index);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sched.h | 80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
sched.h | 83 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
sched.h | 83 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
rope | 869 char_producer<_CharT>* __fn = 871 (*__fn)(__start_pos + _M_start, __req_len, __buffer); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
rope | 869 char_producer<_CharT>* __fn = 871 (*__fn)(__start_pos + _M_start, __req_len, __buffer); [all...] |