/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
function_traits.hpp | 13 #include <boost/type_traits/is_function.hpp>
|
is_convertible.hpp | 30 #include <boost/type_traits/is_function.hpp> 241 ::boost::is_function<typename ::boost::remove_reference<From>::type>::value
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
type_traits | 186 || is_function<_To>::value || is_array<_To>::value
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 186 || is_function<_To>::value || is_array<_To>::value
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 186 || is_function<_To>::value || is_array<_To>::value
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 186 || is_function<_To>::value || is_array<_To>::value
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
type_traits | 186 || is_function<_To>::value || is_array<_To>::value
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
type_traits | 255 || is_function<_To>::value || is_array<_To>::value 345 bool _IsFunction = is_function<_Up>::value>
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 255 || is_function<_To>::value || is_array<_To>::value 345 bool _IsFunction = is_function<_Up>::value>
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 255 || is_function<_To>::value || is_array<_To>::value 345 bool _IsFunction = is_function<_Up>::value>
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
type_traits | 255 || is_function<_To>::value || is_array<_To>::value 345 bool _IsFunction = is_function<_Up>::value>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
type_traits | 255 || is_function<_To>::value || is_array<_To>::value 345 bool _IsFunction = is_function<_Up>::value>
|
/external/chromium_org/v8/src/ |
debug-debugger.js | 513 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) { 525 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 537 if (IS_FUNCTION(func_or_script_name)) { 574 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 579 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 584 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 589 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 594 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 648 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.'); 916 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.') [all...] |
/external/v8/src/ |
debug-debugger.js | 502 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) { 514 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 524 if (IS_FUNCTION(func_or_script_name)) { 561 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 566 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 571 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 576 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 581 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.'); 635 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.'); 898 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.') [all...] |
ast.h | 2078 bool is_function() { return IsFunction::decode(bitfield_) == kIsFunction; } function in class:v8::internal::FunctionLiteral [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
functional | 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 261 && !is_function<_Functor>::value 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 274 && !is_function<_Functor>::value 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
functional | 260 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 280 && !is_function<_Functor>::value 281 && !is_function<typename remove_pointer<_Functor>::type>::value), 293 && !is_function<_Functor>::value 294 && !is_function<typename remove_pointer<_Functor>::type>::value), 307 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
functional | 260 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 280 && !is_function<_Functor>::value 281 && !is_function<typename remove_pointer<_Functor>::type>::value), 293 && !is_function<_Functor>::value 294 && !is_function<typename remove_pointer<_Functor>::type>::value), 307 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 261 && !is_function<_Functor>::value 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 274 && !is_function<_Functor>::value 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 261 && !is_function<_Functor>::value 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 274 && !is_function<_Functor>::value 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 261 && !is_function<_Functor>::value 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 274 && !is_function<_Functor>::value 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
functional | 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 261 && !is_function<_Functor>::value 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 274 && !is_function<_Functor>::value 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
functional | 260 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 280 && !is_function<_Functor>::value 281 && !is_function<typename remove_pointer<_Functor>::type>::value), 293 && !is_function<_Functor>::value 294 && !is_function<typename remove_pointer<_Functor>::type>::value), 307 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional | 274 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 294 && !is_function<_Functor>::value 295 && !is_function<typename remove_pointer<_Functor>::type>::value), 307 && !is_function<_Functor>::value 308 && !is_function<typename remove_pointer<_Functor>::type>::value), 321 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
functional | 260 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 280 && !is_function<_Functor>::value 281 && !is_function<typename remove_pointer<_Functor>::type>::value), 293 && !is_function<_Functor>::value 294 && !is_function<typename remove_pointer<_Functor>::type>::value), 307 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |