/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 44 #include <ext/typelist.h> 111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 44 #include <ext/typelist.h> 111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 44 #include <ext/typelist.h> 111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0 [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 44 #include <ext/typelist.h> 111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0 [all...] |
/external/toybox/lib/ |
getmountlist.c | 124 // Odd syntax: typelist all yes = if any, typelist all no = if none. 126 int mountlist_istype(struct mtab_list *ml, char *typelist) 131 if (!typelist) return 1; 133 skip = strncmp(typelist, "no", 2); 136 if (!(t = comma_iterate(&typelist, &len))) break; 139 if (strncmp(t, "no", 2)) error_exit("bad typelist");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
typelist.h | 36 * @file ext/typelist.h 52 /** @namespace __gnu_cxx::typelist 53 * @brief GNU typelist extensions for public compile-time use. 55 namespace typelist namespace 66 template<typename Hd, typename Typelist> 70 typedef Typelist tail; 73 // Apply all typelist types to unary functor. 74 template<typename Fn, typename Typelist> 76 apply(Fn&, Typelist); 78 /// Apply all typelist types to generator functor 140 namespace typelist namespace 399 namespace typelist namespace [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
typelist.h | 36 * @file ext/typelist.h 52 /** @namespace __gnu_cxx::typelist 53 * @brief GNU typelist extensions for public compile-time use. 55 namespace typelist namespace 66 template<typename Hd, typename Typelist> 70 typedef Typelist tail; 73 // Apply all typelist types to unary functor. 74 template<typename Fn, typename Typelist> 76 apply(Fn&, Typelist); 78 /// Apply all typelist types to generator functor 140 namespace typelist namespace 399 namespace typelist namespace [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
typelist.h | 36 * @file ext/typelist.h 52 /** @namespace __gnu_cxx::typelist 53 * @brief GNU typelist extensions for public compile-time use. 55 namespace typelist namespace 66 template<typename Hd, typename Typelist> 70 typedef Typelist tail; 73 // Apply all typelist types to unary functor. 74 template<typename Fn, typename Typelist> 76 apply(Fn&, Typelist); 78 /// Apply all typelist types to generator functor 140 namespace typelist namespace 399 namespace typelist namespace [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
typelist.h | 36 * @file ext/typelist.h 52 /** @namespace __gnu_cxx::typelist 53 * @brief GNU typelist extensions for public compile-time use. 55 namespace typelist namespace 66 template<typename Hd, typename Typelist> 70 typedef Typelist tail; 73 // Apply all typelist types to unary functor. 74 template<typename Fn, typename Typelist> 76 apply(Fn&, Typelist); 78 /// Apply all typelist types to generator functor 140 namespace typelist namespace 399 namespace typelist namespace [all...] |
/external/autotest/client/site_tests/network_UdevRename/ |
network_UdevRename.py | 32 def FindInterface(typelist=('wlan','mlan','eth')): 39 @param typelist An iterable of interface prefixes to filter from. Only 47 for prefix in typelist:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
extc++.h | 57 #include <ext/typelist.h>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
unit_test_suite.hpp | 156 #define BOOST_TEST_CASE_TEMPLATE( name, typelist ) \ 157 boost::unit_test::ut_detail::template_test_case_gen<name,typelist >( \
|