/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
pthread.h | 185 void *__arg; /* Its argument. */ member in struct:_pthread_cleanup_buffer 228 void *__restrict __arg) __THROW __nonnull ((1, 3)); 531 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) 532 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } [all...] |
unistd.h | 521 extern int execle (__const char *__path, __const char *__arg, ...) 526 extern int execl (__const char *__path, __const char *__arg, ...) 537 extern int execlp (__const char *__file, __const char *__arg, ...) [all...] |
stdlib.h | 523 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
functional | 981 operator()(_CVRef& __arg, _Tuple&) const volatile 982 { return __arg.get(); } 996 operator()(_CVArg& __arg, 998 -> decltype(__arg(declval<_Args>()...)) 1003 return this->__call(__arg, __tuple, _Indexes()); 1007 // Invokes the underlying function object __arg by unpacking all 1011 __call(_CVArg& __arg, tuple<_Args...>& __tuple, 1013 -> decltype(__arg(declval<_Args>()...)) 1015 return __arg(std::forward<_Args>(get<_Indexes>(__tuple))...); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
bitmap_allocator.h | 323 operator()(argument_type __arg) 324 { return _M_fref(__arg); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
bitmap_allocator.h | 323 operator()(argument_type __arg) 324 { return _M_fref(__arg); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
bitmap_allocator.h | 323 operator()(argument_type __arg) 324 { return _M_fref(__arg); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
bitmap_allocator.h | 320 operator()(argument_type __arg) 321 { return _M_fref(__arg); }
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
functional | 1013 virtual _Rp operator()(_ArgTypes&& ... __arg); 1058 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::operator()(_ArgTypes&& ... __arg) 1060 return __invoke(__f_.first(), _VSTD::forward<_ArgTypes>(__arg)...); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
unistd.h | 521 extern int execle (__const char *__path, __const char *__arg, ...) 526 extern int execl (__const char *__path, __const char *__arg, ...) 537 extern int execlp (__const char *__file, __const char *__arg, ...) [all...] |
stdlib.h | 523 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 521 extern int execle (__const char *__path, __const char *__arg, ...) 526 extern int execl (__const char *__path, __const char *__arg, ...) 537 extern int execlp (__const char *__file, __const char *__arg, ...) [all...] |
stdlib.h | 523 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-default.h | 277 __gthread_start (void *__arg __attribute__((unused)))
|
gthr-posix.h | 277 __gthread_start (void *__arg __attribute__((unused)))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
wchar2.h | 305 __gnuc_va_list __arg)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
wchar2.h | 305 __gnuc_va_list __arg)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
wchar2.h | 305 __gnuc_va_list __arg)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
bitmap_allocator.h | 344 operator()(argument_type __arg) 345 { return _M_fref(__arg); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
future | 421 __setter(promise<_Res>* __prom, _Arg&& __arg) 423 return _Setter<_Res, _Arg&&>{ __prom, __arg }; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
future | 421 __setter(promise<_Res>* __prom, _Arg&& __arg) 423 return _Setter<_Res, _Arg&&>{ __prom, __arg }; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
bitmap_allocator.h | 344 operator()(argument_type __arg) 345 { return _M_fref(__arg); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
bitmap_allocator.h | 344 operator()(argument_type __arg) 345 { return _M_fref(__arg); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
bitmap_allocator.h | 344 operator()(argument_type __arg) 345 { return _M_fref(__arg); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
bitmap_allocator.h | 344 operator()(argument_type __arg) 345 { return _M_fref(__arg); }
|