Home
last modified time | relevance | path

Searched defs:kAllTypes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DYUVTest.cpp47 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in codec_yuv() local
145 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in decode_yuva() local
/aosp_15_r20/hardware/interfaces/light/2.0/vts/functional/
H A DVtsHalLightV2_0TargetTest.cpp67 const static std::set<Type> kAllTypes = { variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dtypes.h22 kAllTypes = 0, enumerator
/aosp_15_r20/hardware/interfaces/light/aidl/vts/functional/
H A DVtsHalLightTargetTest.cpp50 const std::set<LightType> kAllTypes{android::enum_range<LightType>().begin(), variable