Home
last modified time | relevance | path

Searched defs:num_types (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/test/626-const-class-linking/
H A Dclear_dex_cache_types.cc30 for (size_t i = 0, num_types = dex_cache->NumResolvedTypes(); i != num_types; ++i) { in Java_Main_nativeClearResolvedTypes() local
/aosp12/art/runtime/mirror/
H A Ddex_cache.cc59 size_t num_types = std::min<size_t>(kDexCacheTypeCacheSize, dex_file->NumTypeIds()); in InitializeNativeFields() local
/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h170 uint32_t num_types() const { return uint32_array(types_offset())[0]; } in num_types() function
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.cpp1613 uint32_t num_types = 0; in GetHdrCapabilities() local
2491 bool HWCDisplay::CanSkipSdmPrepare(uint32_t *num_types, uint32_t *num_requests) { in CanSkipSdmPrepare()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp295 uint32_t num_types; in Validate() local
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_display.cpp2446 bool HWCDisplay::CanSkipSdmPrepare(uint32_t *num_types, uint32_t *num_requests) { in CanSkipSdmPrepare()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display.cpp2617 bool HWCDisplay::CanSkipSdmPrepare(uint32_t *num_types, uint32_t *num_requests) { in CanSkipSdmPrepare()
/aosp12/art/runtime/
H A Dclass_linker.cc5758 uint32_t num_types = types1->Size(); in HasSameSignatureWithDifferentClassLoaders() local