Home
last modified time | relevance | path

Searched defs:componentType (Results 76 – 100 of 1245) sorted by relevance

12345678910>>...50

/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexArray.cpp506 ComponentType componentType = GetVertexAttributeComponentType(pureInteger, type); in setVertexAttribFormat() local
559 ComponentType componentType, in setVertexAttribPointerImpl()
646 ComponentType componentType = GetVertexAttributeComponentType(true, type); in setVertexAttribIPointer() local
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp266 Result<PerStateIoOveruseThreshold> readComponentLevelThresholds(ComponentType componentType, in readComponentLevelThresholds()
402 Result<IoOveruseConfiguration> readIoOveruseConfiguration(ComponentType componentType, in readIoOveruseConfiguration()
437 Result<void> writeComponentType(ComponentType componentType, XMLElement* rootElement) { in writeComponentType()
DIoOveruseConfigs.cpp127 Result<void> isValidIoOveruseConfiguration(const ComponentType componentType, in isValidIoOveruseConfiguration()
163 Result<int32_t> getComponentFilter(const ComponentType componentType) { in getComponentFilter()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/common/codec/hal/dec/shared/scalability/
H A Ddecode_scalability_multipipe.cpp38 …e::DecodeScalabilityMultiPipe(void *hwInterface, MediaContext *mediaContext, uint8_t componentType) in DecodeScalabilityMultiPipe()
669 …tiPipe::CreateDecodeMultiPipe(void *hwInterface, MediaContext *mediaContext, uint8_t componentType) in CreateDecodeMultiPipe()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/scalability/
H A Ddecode_scalability_multipipe_next.cpp39 …ecodeScalabilityMultiPipeNext(void *hwInterface, MediaContext *mediaContext, uint8_t componentType) in DecodeScalabilityMultiPipeNext()
629 …peNext::CreateDecodeMultiPipe(void *hwInterface, MediaContext *mediaContext, uint8_t componentType) in CreateDecodeMultiPipe()
/aosp_15_r20/external/angle/src/common/
H A Dutilities.h160 GLenum componentType; member
177 GLenum componentType, in UniformTypeInfo()
/aosp_15_r20/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
H A DTurbineTypeItemFactory.kt216 val componentType = getType(curr, contextNullability.forComponentType()) in <lambda>() constant
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A DTypeResolver.java191 Type componentType = Types.getComponentType(to); in populateTypeMappings() local
251 Type componentType = type.getGenericComponentType(); in resolveGenericArrayType() local
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A DTypeResolver.java191 Type componentType = Types.getComponentType(to); in populateTypeMappings() local
251 Type componentType = type.getGenericComponentType(); in resolveGenericArrayType() local
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/
H A DTypeUtils.java56 private final Type componentType; field in TypeUtils.GenericArrayTypeImpl
62 private GenericArrayTypeImpl(final Type componentType) { in GenericArrayTypeImpl()
585 public static GenericArrayType genericArrayType(final Type componentType) { in genericArrayType()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/shared/scalability/
H A Dvp_scalability_multipipe_next.cpp39 …t::VpScalabilityMultiPipeNext(void *hwInterface, MediaContext *mediaContext, uint8_t componentType) in VpScalabilityMultiPipeNext()
871 …ultiPipeNext::CreateMultiPipe(void *hwInterface, MediaContext *mediaContext, uint8_t componentType) in CreateMultiPipe()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.cpp145 const std::string &componentType, const bool requiresSampler) in getOpTypeImageSparse()
249 …TypeImageSparse(const ImageType imageType, const VkFormat format, const std::string &componentType, in getOpTypeImageSparse()
/aosp_15_r20/external/python/pyasn1/pyasn1/type/
Duniv.py2093 componentType = None variable in SequenceOf
2116 componentType = None variable in SetOf
2173 componentType = namedtype.NamedTypes() variable in SequenceAndSetBase
2779 componentType = namedtype.NamedTypes() variable in Sequence
2809 componentType = namedtype.NamedTypes() variable in Set
2973 componentType = namedtype.NamedTypes() variable in Choice
/aosp_15_r20/libcore/libart/src/main/java/dalvik/system/
H A DVMRuntime.java585 public native Object newNonMovableArray(Class<?> componentType, int length); in newNonMovableArray()
601 public native Object newUnpaddedArray(Class<?> componentType, int minLength); in newUnpaddedArray()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DParcel.java1619 final Class<?> componentType = arrayClass.getComponentType(); in getItemTypeSize() local
2454 final Class<?> componentType = val.getClass().getComponentType(); in writeFixedArrayInternal() local
4262 Class<?> componentType = val.getClass().getComponentType(); in readFixedArray() local
4302 Class<?> componentType = val.getClass().getComponentType(); in readFixedArray() local
4328 Class<?> componentType = val.getClass().getComponentType(); in readFixedArray() local
4392 final Class<?> componentType = cls.getComponentType(); in createFixedArray() local
4465 final Class<?> componentType = cls.getComponentType(); in createFixedArray() local
4525 final Class<?> componentType = cls.getComponentType(); in createFixedArray() local
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/
Drfc3414.py18 componentType = namedtype.NamedTypes( variable in UsmSecurityParameters
Drfc1901.py18 componentType = namedtype.NamedTypes( variable in Message
Drfc7633.py28 componentType = univ.Integer() variable in Features
Drfc7914.py29 componentType = namedtype.NamedTypes( variable in Scrypt_params
Drfc5917.py31 componentType = namedtype.NamedTypes( variable in DirectoryString
Drfc4043.py30 componentType = namedtype.NamedTypes( variable in PermanentIdentifier
Drfc5913.py33 componentType = rfc5755.Clearance() variable in AuthorityClearanceConstraints
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java4751 sampleInternalResourceOveruseConfiguration(@ComponentType int componentType, in sampleInternalResourceOveruseConfiguration()
4800 sampleInternalIoOveruseConfiguration(@ComponentType int componentType) { in sampleInternalIoOveruseConfiguration()
4867 private static IoOveruseConfiguration.Builder sampleIoOveruseConfigurationBuilder( in sampleIoOveruseConfigurationBuilder()
4901 private static ResourceOveruseConfiguration.Builder sampleResourceOveruseConfigurationBuilder( in sampleResourceOveruseConfigurationBuilder()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DArrayType.java96 Type componentType() throws ClassNotLoadedException; in componentType() method
/aosp_15_r20/frameworks/layoutlib/bridge/src/dalvik/system/
H A DVMRuntime_Delegate.java30 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()

12345678910>>...50