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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
TypeListItem.java 40 private TypeIdItem[] typeList;
53 * @param typeList A list of the types that this <code>TypeListItem</code> represents
55 private TypeListItem(DexFile dexFile, TypeIdItem[] typeList) {
58 this.typeList = typeList;
65 * @param typeList A list of the types that this <code>TypeListItem</code> represents
69 public static TypeListItem internTypeListItem(DexFile dexFile, List<TypeIdItem> typeList) {
70 TypeIdItem[] typeArray = new TypeIdItem[typeList.size()];
71 typeList.toArray(typeArray);
80 * @param typeList A list of the types that the <code>TypeListItem</code> represent
    [all...]
  /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 81 kind.typeList = Lists.newArrayList();
82 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE));
83 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK));
84 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME));
85 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN));
86 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true));
87 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true));
88 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true));
89 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER));
90 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true
    [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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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
394 namespace typelist namespace
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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
394 namespace typelist namespace
    [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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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 644 milliseconds

1 2 3 4 5 6 7 8 91011>>