HomeSort by relevance Sort by last modified time
    Searched full:typelist (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java 21 import com.android.dx.rop.type.TypeList;
42 @Override Rop rop(TypeList types) {
49 @Override Rop rop(TypeList types) {
56 @Override Rop rop(TypeList types) {
63 @Override Rop rop(TypeList types) {
70 @Override Rop rop(TypeList types) {
77 @Override Rop rop(TypeList types) {
84 @Override Rop rop(TypeList types) {
91 @Override Rop rop(TypeList types) {
98 @Override Rop rop(TypeList types)
    [all...]
Comparison.java 21 import com.android.dx.rop.type.TypeList;
30 @Override Rop rop(TypeList types) {
37 @Override Rop rop(TypeList types) {
44 @Override Rop rop(TypeList types) {
51 @Override Rop rop(TypeList types) {
58 @Override Rop rop(TypeList types) {
65 @Override Rop rop(TypeList types) {
70 abstract Rop rop(TypeList types);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java 88 kind.typeList = Lists.newArrayList();
89 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE));
90 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK));
91 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME));
92 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN));
93 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true));
94 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true));
95 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true));
96 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER));
97 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true
    [all...]
SamsungAccountType.java 95 kind.typeList = Lists.newArrayList();
96 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1));
97 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1));
98 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1));
133 kind.typeList = Lists.newArrayList();
134 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE));
135 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME));
136 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK));
137 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN));
138 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true))
    [all...]
  /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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 37 * @file ext/typelist.h
53 /** @namespace __gnu_cxx::typelist
54 * @brief GNU typelist extensions for public compile-time use.
56 namespace typelist namespace
67 template<typename Hd, typename Typelist>
71 typedef Typelist tail;
74 // Apply all typelist types to unary functor.
75 template<typename Fn, typename Typelist>
77 apply(Fn&, Typelist);
79 /// Apply all typelist types to generator functor
141 namespace typelist namespace
400 namespace typelist namespace
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 37 * @file ext/typelist.h
53 /** @namespace __gnu_cxx::typelist
54 * @brief GNU typelist extensions for public compile-time use.
56 namespace typelist namespace
67 template<typename Hd, typename Typelist>
71 typedef Typelist tail;
74 // Apply all typelist types to unary functor.
75 template<typename Fn, typename Typelist>
77 apply(Fn&, Typelist);
79 /// Apply all typelist types to generator functor
141 namespace typelist namespace
400 namespace typelist namespace
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
  /prebuilts/ndk/9/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...]
  /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/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 44 #include <ext/typelist.h>
116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 44 #include <ext/typelist.h>
116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 44 #include <ext/typelist.h>
116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
container_base_dispatch.hpp 44 #include <ext/typelist.h>
116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
container_base_dispatch.hpp 44 #include <ext/typelist.h>
116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
container_base_dispatch.hpp 44 #include <ext/typelist.h>
116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
  /prebuilts/ndk/9/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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 36 * @file typelist.h
48 /** @namespace __gnu_cxx::typelist
49 * @brief GNU typelist extensions for public compile-time use.
51 namespace typelist namespace
62 template<typename Hd, typename Typelist>
66 typedef Typelist tail;
69 // Apply all typelist types to unary functor.
70 template<typename Fn, typename Typelist>
72 apply(Fn&, Typelist);
74 /// Apply all typelist types to generator functor
133 namespace typelist namespace
384 namespace typelist namespace
    [all...]

Completed in 4731 milliseconds

1 2 3 4 5 6 7 8 91011>>