Searched refs:TypeList (Results 1 - 13 of 13) 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.h43 typedef std::vector<llvm::Type*> TypeList; typedef in class:llvm_2_9::ValueEnumerator
50 TypeList Types;
135 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];
234 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
302 TypeVals.push_back(TypeList.size());
307 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
308 Type *T = TypeList[i];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h43 typedef std::vector<llvm::Type*> TypeList; typedef in class:llvm_2_9_func::ValueEnumerator
50 TypeList Types;
135 const TypeList &getTypes() const { return Types; }
H A DBitcodeWriter.cpp185 const llvm_2_9_func::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/slang/BitWriter_3_2/
H A DValueEnumerator.h43 typedef std::vector<llvm::Type*> TypeList; typedef in class:llvm_3_2::ValueEnumerator
50 TypeList Types;
135 const TypeList &getTypes() const { return Types; }
H A DBitcodeWriter.cpp190 const llvm_3_2::ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
247 TypeVals.push_back(TypeList.size());
252 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
253 Type *T = TypeList[i];
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp89 std::vector<Type*>().swap(TypeList);
425 if (ID >= TypeList.size())
428 if (Type *Ty = TypeList[ID])
433 return TypeList[ID] = StructType::create(Context);
438 if (ID >= TypeList.size())
439 TypeList.resize(ID+1);
441 return TypeList[ID];
535 if (!TypeList.empty())
552 if (NumRecords != TypeList.size())
571 TypeList
[all...]
H A DBitcodeReader.h140 std::vector<Type*> TypeList;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp330 std::vector<Type*>().swap(TypeList);
704 if (ID >= TypeList.size())
707 if (Type *Ty = TypeList[ID])
712 return TypeList[ID] = StructType::create(Context);
717 if (ID >= TypeList.size())
718 TypeList.resize(ID+1);
720 return TypeList[ID];
815 if (!TypeList.empty())
832 if (NumRecords != TypeList.size())
851 TypeList
[all...]
H A DBitcodeReader.h140 std::vector<Type*> TypeList;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2918 const TypeList& typeList = types[i];
2941 const TypeList& typeList = types[i];
2981 ByteBucketArray<TypeList> types;
3104 const TypeList& typeList = grp->types[t];
3365 TypeList& typeList = pg->types.editItemAt(j);
3797 const TypeList& typeConfigs = grp->types[t];
4187 const TypeList& typeList = group->types[ti];
5322 const TypeList& typeList = packageGroup->types[j];
5443 const TypeList& typeList = packageGroup->types[typeIndex];
5744 TypeList
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1799 typedef Vector<Type*> TypeList; typedef in class:android::ResTable

Completed in 798 milliseconds