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

12 3 4 5 6 7 8 91011>>

  /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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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
394 namespace typelist namespace
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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
394 namespace typelist namespace
    [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() {
  /external/dexmaker/src/main/java/com/google/dexmaker/
TypeList.java 27 final class TypeList {
31 TypeList(TypeId<?>[] types) {
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, types);
  /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/8/sources/cxx-stl/gnu-libstdc++/4.7/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.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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.
  /prebuilts/ndk/9/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;
  /external/dexmaker/src/dx/java/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;
  /external/lldb/include/lldb/Symbol/
TypeList.h 1 //===-- TypeList.h ----------------------------------------------*- C++ -*-===//
19 class TypeList
25 TypeList();
28 ~TypeList();
39 TypeList
83 DISALLOW_COPY_AND_ASSIGN (TypeList);
  /art/tools/dexfuzz/src/dexfuzz/program/
IdCreator.java 31 import dexfuzz.rawdex.TypeList;
50 TypeList parameterList = null;
78 (TypeList) protoId.parametersOff.getPointedToItem())) {
615 private TypeList createTypeList(String[] parameterList) {
616 TypeList typeList = new TypeList();
631 typeList.list = typeItemList.toArray(new TypeItem[]{});
632 typeList.size = typeItemList.size();
638 rawDexFile.typeLists = new ArrayList<TypeList>();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
ThrowingCstInsn.java 21 import com.android.dexgen.rop.type.TypeList;
30 private final TypeList catches;
43 TypeList catches, Constant cst) {
66 public TypeList getCatches() {

Completed in 1121 milliseconds

12 3 4 5 6 7 8 91011>>