/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_type.cpp | 224 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()
|
H A D | slang_rs_check_ast.cpp | 80 switch (VectorTy->getNumElements()) { in WarnOnSetElementAt() 134 DiagBuilder << VectorTy->getNumElements(); in WarnOnSetElementAt()
|
H A D | slang_rs_export_func.cpp | 137 if (ERT->getFields().size() != ParamTy->getNumElements()) in checkParameterPacketType()
|
H A D | slang_backend.cpp | 841 origFieldNumToPaddedFieldNum->resize(2 * origStructType->getNumElements()); in PadHelperFunctionStruct() 850 paddedFieldTypes.reserve(2 * origStructType->getNumElements()); in PadHelperFunctionStruct()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | MemoryPowerCalculator.java | 18 int numBuckets = profile.getNumElements(PowerProfile.POWER_MEMORY); in MemoryPowerCalculator()
|
H A D | PowerProfile.java | 524 public int getNumElements(String key) { in getNumElements() method in PowerProfile
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSInvokeHelperPass.cpp | 181 for (unsigned int i = 0; i < argStructType->getNumElements(); i++) { in runOnFunction()
|
H A D | Compiler.cpp | 98 for (unsigned elementCount = exportedType->getNumElements(), elementIdx = 0; in validateLayoutOfExportedTypes()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BatteryUsageStatsRule.java | 86 when(mPowerProfile.getNumElements(key)).thenReturn(values.length); in setAveragePower()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 321 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()
|
H A D | ValueEnumerator.cpp | 348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 319 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()
|
H A D | ValueEnumerator.cpp | 348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 319 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()
|
H A D | ValueEnumerator.cpp | 348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1876 OpTy->getNumElements()); in ParseConstants() 1890 RTy->getNumElements()); in ParseConstants()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 2169 OpTy->getNumElements()); in ParseConstants() 2183 RTy->getNumElements()); in ParseConstants()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 78341 Lcom/android/internal/os/PowerProfile;->getNumElements(Ljava/lang/String;)I
|