Searched refs:TypeList (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dtraits.h30 struct TypeList { struct in namespace:android
36 #define TYPELIST_1(T1) TypeList<T1, NullType>
37 #define TYPELIST_2(T1, T2) TypeList<T1, TYPELIST_1(T2)>
38 #define TYPELIST_3(T1, T2, T3) TypeList<T1, TYPELIST_2(T2, T3)>
39 #define TYPELIST_4(T1, T2, T3, T4) TypeList<T1, TYPELIST_3(T2, T3, T4)>
51 struct IndexOf<TypeList<T, Tail>, T> {
56 struct IndexOf<TypeList<Head, Tail>, T> {
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h45 typedef std::vector<llvm::Type*> TypeList; typedef in class:llvm_2_9::ValueEnumerator
52 TypeList Types;
155 const TypeList &getTypes() const { return Types; }
H A DBitcodeWriter.cpp161 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
175 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
176 Type *T = TypeList[i];
214 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
255 TypeVals.push_back(TypeList.size());
260 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
261 Type *T = TypeList[i];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h45 typedef std::vector<llvm::Type*> TypeList; typedef in class:llvm_2_9_func::ValueEnumerator
52 TypeList Types;
155 const TypeList &getTypes() const { return Types; }
H A DBitcodeWriter.cpp185 const llvm_2_9_func::ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
240 TypeVals.push_back(TypeList.size());
245 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
246 Type *T = TypeList[i];
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h46 typedef std::vector<llvm::Type*> TypeList; typedef in class:llvm_3_2::ValueEnumerator
55 TypeList Types;
158 const TypeList &getTypes() const { return Types; }
H A DBitcodeWriter.cpp185 const llvm_3_2::ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
242 TypeVals.push_back(TypeList.size());
247 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
248 Type *T = TypeList[i];
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp196 std::vector<Type*> TypeList;
403 std::vector<Type*>().swap(TypeList);
771 if (ID >= TypeList.size())
774 if (Type *Ty = TypeList[ID])
779 return TypeList[ID] = createIdentifiedStructType(Context);
798 if (ID >= TypeList.size())
799 TypeList.resize(ID+1);
801 return TypeList[ID];
894 if (!TypeList.empty())
911 if (NumRecords != TypeList
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp438 std::vector<Type*> TypeList;
640 std::vector<Type*>().swap(TypeList);
1046 if (ID >= TypeList.size())
1049 if (Type *Ty = TypeList[ID])
1054 return TypeList[ID] = createIdentifiedStructType(Context);
1073 if (ID >= TypeList.size())
1074 TypeList.resize(ID+1);
1076 return TypeList[ID];
1170 if (!TypeList.empty())
1187 if (NumRecords != TypeList
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3206 const TypeList& typeList = types[i];
3233 const TypeList& typeList = types[i];
3282 ByteBucketArray<TypeList> types;
3408 const TypeList& typeList = grp->types[t];
3733 TypeList& typeList = pg->types.editItemAt(j);
4183 const TypeList& typeConfigs = grp->types[t];
4449 TypeList& typeList = packageGroup->types.editItemAt(t);
4663 const TypeList& typeList = group->types[typeIndex];
5840 const TypeList& typeList = packageGroup->types[j];
5969 const TypeList
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1884 typedef Vector<Type*> TypeList; typedef in class:android::ResTable
/frameworks/base/
H A Dcompiled-classes-phone5092 com.android.dex.TypeList

Completed in 182 milliseconds