Home
last modified time | relevance | path

Searched refs:getNumElements (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DMemoryPowerCalculator.java14 int numBuckets = profile.getNumElements(PowerProfile.POWER_MEMORY); in MemoryPowerCalculator()
DPowerProfile.java412 public int getNumElements(String key) { in getNumElements() method in PowerProfile
/frameworks/compile/slang/
Dslang_rs_check_ast.cpp80 switch (VectorTy->getNumElements()) { in WarnOnSetElementAt()
134 DiagBuilder << VectorTy->getNumElements(); in WarnOnSetElementAt()
Dslang_rs_export_type.cpp224 unsigned numElements = EVT->getNumElements(); in ConstantArrayTypeExportableHelper()
395 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4) in TypeExportableHelper()
642 EVT->getNumElements() == 3 && in ValidateTypeHelper()
1307 if ((EVT->getNumElements() < 1) || in GetTypeName()
1308 (EVT->getNumElements() > 4)) in GetTypeName()
1313 int I = EVT->getNumElements() - 1; in GetTypeName()
1337 EVT->getNumElements()); in Create()
Dslang_rs_export_func.cpp137 if (ERT->getFields().size() != ParamTy->getNumElements()) in checkParameterPacketType()
Dslang_backend.cpp841 origFieldNumToPaddedFieldNum->resize(2 * origStructType->getNumElements()); in PadHelperFunctionStruct()
850 paddedFieldTypes.reserve(2 * origStructType->getNumElements()); in PadHelperFunctionStruct()
/frameworks/compile/libbcc/lib/
DRSInvokeHelperPass.cpp181 for (unsigned int i = 0; i < argStructType->getNumElements(); i++) { in runOnFunction()
DCompiler.cpp98 for (unsigned elementCount = exportedType->getNumElements(), elementIdx = 0; in validateLayoutOfExportedTypes()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp321 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()
330 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()
928 unsigned NumElts = Str->getNumElements(); in WriteConstants()
956 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()
959 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()
DValueEnumerator.cpp348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()
328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()
899 unsigned NumElts = Str->getNumElements(); in WriteConstants()
929 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()
DValueEnumerator.cpp348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue()
/frameworks/rs/rsov/compiler/
DWrapper.cpp279 for (uint32_t i = 0, e = LStructTy->getNumElements(); i != e; ++i) { in DecorateGlobalBuffer()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()
328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()
897 unsigned NumElts = Str->getNumElements(); in WriteConstants()
927 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in WriteConstants()
DValueEnumerator.cpp348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1876 OpTy->getNumElements()); in ParseConstants()
1890 RTy->getNumElements()); in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2169 OpTy->getNumElements()); in ParseConstants()
2183 RTy->getNumElements()); in ParseConstants()
/frameworks/base/config/
Dboot-image-profile.txt9160 HPLcom/android/internal/os/PowerProfile;->getNumElements(Ljava/lang/String;)I