HomeSort by relevance Sort by last modified time
    Searched full:__arg (Results 76 - 100 of 179) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 333 __r = __f(__arg); // require operator()
336 _Arg __arg;
343 __f(__arg); // require operator()
346 _Arg __arg;
376 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
379 _Arg __arg;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
boost_concept_check.h 333 __r = __f(__arg); // require operator()
336 _Arg __arg;
343 __f(__arg); // require operator()
346 _Arg __arg;
376 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
379 _Arg __arg;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h 336 __r = __f(__arg); // require operator()
339 _Arg __arg;
346 __f(__arg); // require operator()
349 _Arg __arg;
379 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
382 _Arg __arg;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h 336 __r = __f(__arg); // require operator()
339 _Arg __arg;
346 __f(__arg); // require operator()
349 _Arg __arg;
379 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
382 _Arg __arg;
  /external/qemu/
arm-semi.c 170 target_ulong __arg; \
172 get_user_ual(__arg, args + (n) * 4); \
173 __arg; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 405 _buffer.__arg = (ARG); \
416 _buffer.__routine (_buffer.__arg); \
424 _buffer.__routine (_buffer.__arg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 405 _buffer.__arg = (ARG); \
416 _buffer.__routine (_buffer.__arg); \
424 _buffer.__routine (_buffer.__arg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 405 _buffer.__arg = (ARG); \
416 _buffer.__routine (_buffer.__arg); \
424 _buffer.__routine (_buffer.__arg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
functional 971 operator()(_CVRef& __arg, _Tuple&) const volatile
972 { return __arg.get(); }
986 operator()(_CVArg& __arg,
988 -> decltype(__arg(declval<_Args>()...))
993 return this->__call(__arg, __tuple, _Indexes());
997 // Invokes the underlying function object __arg by unpacking all
1001 __call(_CVArg& __arg, tuple<_Args...>& __tuple,
1003 -> decltype(__arg(declval<_Args>()...))
1005 return __arg(std::forward<_Args>(get<_Indexes>(__tuple))...);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
functional 971 operator()(_CVRef& __arg, _Tuple&) const volatile
972 { return __arg.get(); }
986 operator()(_CVArg& __arg,
988 -> decltype(__arg(declval<_Args>()...))
993 return this->__call(__arg, __tuple, _Indexes());
997 // Invokes the underlying function object __arg by unpacking all
1001 __call(_CVArg& __arg, tuple<_Args...>& __tuple,
1003 -> decltype(__arg(declval<_Args>()...))
1005 return __arg(std::forward<_Args>(get<_Indexes>(__tuple))...);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
functional 971 operator()(_CVRef& __arg, _Tuple&) const volatile
972 { return __arg.get(); }
986 operator()(_CVArg& __arg,
988 -> decltype(__arg(declval<_Args>()...))
993 return this->__call(__arg, __tuple, _Indexes());
997 // Invokes the underlying function object __arg by unpacking all
1001 __call(_CVArg& __arg, tuple<_Args...>& __tuple,
1003 -> decltype(__arg(declval<_Args>()...))
1005 return __arg(std::forward<_Args>(get<_Indexes>(__tuple))...);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional 972 operator()(_CVRef& __arg, const _Tuple&) const volatile
973 { return __arg.get(); }
996 operator()(_CVArg& __arg,
1002 return this->__call(__arg, __tuple, _Indexes());
1006 // Invokes the underlying function object __arg by unpacking all
1010 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1013 return __arg(_GLIBCXX_TR1 get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional 997 operator()(_CVRef& __arg, const _Tuple&) const volatile
998 { return __arg.get(); }
1021 operator()(_CVArg& __arg,
1027 return this->__call(__arg, __tuple, _Indexes());
1031 // Invokes the underlying function object __arg by unpacking all
1035 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1038 return __arg(tr1::get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional 997 operator()(_CVRef& __arg, const _Tuple&) const volatile
998 { return __arg.get(); }
1021 operator()(_CVArg& __arg,
1027 return this->__call(__arg, __tuple, _Indexes());
1031 // Invokes the underlying function object __arg by unpacking all
1035 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1038 return __arg(tr1::get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 972 operator()(_CVRef& __arg, const _Tuple&) const volatile
973 { return __arg.get(); }
996 operator()(_CVArg& __arg,
1002 return this->__call(__arg, __tuple, _Indexes());
1006 // Invokes the underlying function object __arg by unpacking all
1010 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1013 return __arg(_GLIBCXX_TR1 get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 972 operator()(_CVRef& __arg, const _Tuple&) const volatile
973 { return __arg.get(); }
996 operator()(_CVArg& __arg,
1002 return this->__call(__arg, __tuple, _Indexes());
1006 // Invokes the underlying function object __arg by unpacking all
1010 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1013 return __arg(_GLIBCXX_TR1 get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 972 operator()(_CVRef& __arg, const _Tuple&) const volatile
973 { return __arg.get(); }
996 operator()(_CVArg& __arg,
1002 return this->__call(__arg, __tuple, _Indexes());
1006 // Invokes the underlying function object __arg by unpacking all
1010 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1013 return __arg(_GLIBCXX_TR1 get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
functional 972 operator()(_CVRef& __arg, const _Tuple&) const volatile
973 { return __arg.get(); }
996 operator()(_CVArg& __arg,
1002 return this->__call(__arg, __tuple, _Indexes());
1006 // Invokes the underlying function object __arg by unpacking all
1010 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1013 return __arg(_GLIBCXX_TR1 get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional 997 operator()(_CVRef& __arg, const _Tuple&) const volatile
998 { return __arg.get(); }
1021 operator()(_CVArg& __arg,
1027 return this->__call(__arg, __tuple, _Indexes());
1031 // Invokes the underlying function object __arg by unpacking all
1035 __call(_CVArg& __arg, const tuple<_Args...>& __tuple,
1038 return __arg(tr1::get<_Indexes>(__tuple)...);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
functional 1023 operator()(_CVRef& __arg, const _Tuple&) const volatile
1024 { return __arg.get(); }
1047 operator()(_CVArg& __arg,
1053 return this->__call(__arg, __tuple, _Indexes());
1057 // Invokes the underlying function object __arg by unpacking all
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dlfcn.h 126 int __request, void *__restrict __arg)
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 126 int __request, void *__restrict __arg)
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 126 int __request, void *__restrict __arg)

Completed in 1875 milliseconds

1 2 34 5 6 7 8