HomeSort by relevance Sort by last modified time
    Searched full:typelist (Results 1 - 25 of 397) 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);
TypeList.java 27 final class TypeList {
31 TypeList(TypeId<?>[] types) {
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, 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/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...]
  /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...]
  /libcore/dex/src/main/java/com/android/dex/
TypeList.java 21 public final class TypeList implements Comparable<TypeList> {
23 public static final TypeList EMPTY = new TypeList(null, Dex.EMPTY_SHORT_ARRAY);
28 public TypeList(Dex dex, short[] types) {
37 @Override 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...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TypeList.java 21 public class TypeList implements RawDexObject {
54 * Returns if this TypeList comes before the provided TypeList, considering the legal
57 public boolean comesBefore(TypeList other) {
  /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() {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
type_traits 53 * Simple typelist. Compile-time list of types.
58 /// Specialization for an empty typelist.
82 /// Sequence abstraction metafunctions for manipulating a typelist.
86 /// Enumerate all the base classes of a class. Form of a typelist.
93 /// Enumerate all the direct base classes of a class. Form of a typelist.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
type_traits 53 * Simple typelist. Compile-time list of types.
58 /// Specialization for an empty typelist.
82 /// Sequence abstraction metafunctions for manipulating a typelist.
86 /// Enumerate all the base classes of a class. Form of a typelist.
93 /// Enumerate all the direct base classes of a class. Form of a typelist.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
type_traits 53 * Simple typelist. Compile-time list of types.
58 /// Specialization for an empty typelist.
82 /// Sequence abstraction metafunctions for manipulating a typelist.
86 /// Enumerate all the base classes of a class. Form of a typelist.
93 /// Enumerate all the direct base classes of a class. Form of a typelist.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
type_traits 53 * Simple typelist. Compile-time list of types.
58 /// Specialization for an empty typelist.
82 /// Sequence abstraction metafunctions for manipulating a typelist.
86 /// Enumerate all the base classes of a class. Form of a typelist.
93 /// Enumerate all the direct base classes of a class. Form of a typelist.
  /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 21 import com.android.dx.rop.type.TypeList;
39 private final TypeList list;
46 public TypeListItem(TypeList list) {
85 public TypeList getList() {
116 TypeList thisList = this.list;
117 TypeList otherList = ((TypeListItem) other).list;

Completed in 4206 milliseconds

1 2 3 4 5 6 7 8 91011>>