Searched refs:UT (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_special_kernel_param.cpp | 119 const clang::QualType UT = QT.getUnqualifiedType(); in processSpecialKernelParameters() local 128 if (SpecialParameterIdx < 0 && UT.getAsString() == KernelContextUnqualifiedTypeName) { in processSpecialKernelParameters() 181 if (UT != C.UnsignedIntTy && UT != C.IntTy) { in processSpecialKernelParameters() 208 if (UT.getAsString() != KernelContextUnqualifiedTypeName) { in processSpecialKernelParameters()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 80 static final short UT = vr("UT"); field in LoaderDicom 108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT 120 return OB == vr || OW == vr || OF == vr || SQ == vr || UT == vr || UN == vr; in big()
|
/frameworks/native/include/binder/ |
D | Parcel.h | 870 using UT = std::underlying_type_t<T>; 871 return writeData(static_cast<UT>(t)); // recurse 1003 using UT = std::underlying_type_t<T>; 1004 return readData(reinterpret_cast<UT*>(t));
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 870 using UT = std::underlying_type_t<T>; 871 return writeData(static_cast<UT>(t)); // recurse 1003 using UT = std::underlying_type_t<T>; 1004 return readData(reinterpret_cast<UT*>(t));
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 13182 // Durations that each feature (Voice, Video, UT, SMS) is capable (supported/enabled by the
|