Searched refs:TypeList (Results 1 - 11 of 11) 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);
780 if (ID >= TypeList.size())
783 if (Type *Ty = TypeList[ID])
788 return TypeList[ID] = createIdentifiedStructType(Context);
807 if (ID >= TypeList.size())
808 TypeList.resize(ID+1);
810 return TypeList[ID];
903 if (!TypeList.empty())
920 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);
1055 if (ID >= TypeList.size())
1058 if (Type *Ty = TypeList[ID])
1063 return TypeList[ID] = createIdentifiedStructType(Context);
1082 if (ID >= TypeList.size())
1083 TypeList.resize(ID+1);
1085 return TypeList[ID];
1179 if (!TypeList.empty())
1196 if (NumRecords != TypeList
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3522 TypeList& typeList = types.editItemAt(i);
3550 const TypeList& typeList = types[i];
3599 ByteBucketArray<TypeList> types;
3726 const TypeList& typeList = grp->types[t];
4058 TypeList& typeList = pg->types.editItemAt(j);
4508 const TypeList& typeConfigs = grp->types[t];
4778 TypeList& typeList = packageGroup->types.editItemAt(t);
4991 const TypeList& typeList = group->types[typeIndex];
6168 const TypeList& typeList = packageGroup->types[j];
6359 const TypeList
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h2019 typedef Vector<Type*> TypeList; typedef in class:ResTable

Completed in 451 milliseconds