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

1 2 3 4 5 6 7 8

  /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);
TypeList.java 27 final class TypeList {
31 TypeList(TypeId<?>[] types) {
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, types);
  /packages/apps/Contacts/src/com/android/contacts/model/
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...]
ExchangeAccountType.java 171 kind.typeList = Lists.newArrayList();
172 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE).setSpecificMax(1));
173 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME).setSpecificMax(2));
174 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK).setSpecificMax(2));
175 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)
177 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)
179 kind.typeList
181 kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
182 kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).setSecondary(true)
184 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1))
    [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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]
  /dalvik/dx/src/com/android/dx/merge/
TypeList.java 23 public final class TypeList implements Comparable<TypeList> {
25 public static final TypeList EMPTY = new TypeList(null, new short[0]);
30 public TypeList(DexBuffer buffer, short[] types) {
39 public int compareTo(TypeList other) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 129 kind.typeList = Lists.newArrayList();
130 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME).setSpecificMax(2));
131 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE).setSpecificMax(1));
132 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK).setSpecificMax(2));
133 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)
135 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)
137 kind.typeList
139 kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
140 kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).setSecondary(true)
142 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1))
    [all...]
FallbackSource.java 191 kind.typeList = Lists.newArrayList();
192 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME));
193 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE));
194 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK));
195 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true));
196 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true));
197 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true));
198 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER));
199 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
201 kind.typeList.add(buildPhoneType(Phone.TYPE_CALLBACK).setSecondary(true))
    [all...]
GoogleSource.java 88 kind.typeList = Lists.newArrayList();
89 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME));
90 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE));
91 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK));
92 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true));
93 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true));
94 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true));
95 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER));
96 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
112 kind.typeList = Lists.newArrayList()
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttExceptions.java 19 import com.android.dx.rop.type.TypeList;
30 private final TypeList exceptions;
38 public AttExceptions(TypeList exceptions) {
65 public TypeList getExceptions() {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeListItem.java 22 import com.android.dexgen.rop.type.TypeList;
40 private final TypeList list;
47 public TypeListItem(TypeList list) {
86 public TypeList getList() {
117 TypeList thisList = this.list;
118 TypeList otherList = ((TypeListItem) other).list;
  /dalvik/dx/src/com/android/dx/dex/file/
TypeListItem.java 22 import com.android.dx.rop.type.TypeList;
40 private final TypeList list;
47 public TypeListItem(TypeList list) {
86 public TypeList getList() {
117 TypeList thisList = this.list;
118 TypeList otherList = ((TypeListItem) other).list;

Completed in 1390 milliseconds

1 2 3 4 5 6 7 8