/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | utility.h | 118 template <typename T, typename... S, template <typename...> class TT> 119 struct AppendTypeSequence<T, TT<S...>> { 120 using type = TT<S..., T>; 124 template <typename T, std::size_t N, template <typename...> class TT> 127 T, typename RepeatedType<T, N - 1, TT>::type>::type; 130 template <typename T, template <typename...> class TT> 131 struct RepeatedType<T, 0, TT> { 132 using type = TT<>;
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | type_operators.h | 57 template <template <typename, typename...> class TT, typename A, typename B, 59 struct IsConvertible<TT<A, AnyA...>, TT<B, AnyB...>> 65 template <template <typename, typename, typename...> class TT, typename KeyA, 68 struct IsConvertible<TT<KeyA, ValueA, AnyA...>, TT<KeyB, ValueB, AnyB...>>
|
D | serialization.h | 79 template <template <typename...> class TT, typename... Ts> 80 std::true_type DeduceTemplateType(const TT<Ts...>*); 81 template <template <typename...> class TT> 85 template <template <typename...> class TT, typename T> 86 using IsTemplateBaseOf = decltype(DeduceTemplateType<TT>(std::declval<T*>()));
|
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 150 const clang::TypedefType *TT = static_cast<const clang::TypedefType*>(T); in CreateFromDecl() local 151 const clang::TypedefNameDecl *TD = TT->getDecl(); in CreateFromDecl()
|
/frameworks/native/opengl/libagl/ |
D | primitives.cpp | 403 if (v->flags & vertex_t::TT) in fetch_texcoord_impl() 431 v0->flags |= vertex_t::TT; in fetch_texcoord_impl() 432 v1->flags |= vertex_t::TT; in fetch_texcoord_impl() 433 v2->flags |= vertex_t::TT; in fetch_texcoord_impl() 444 if (ggl_likely(v0->flags & v1->flags & v2->flags & vertex_t::TT)) { in fetch_texcoord()
|
D | context.h | 125 TT = 0x8000, // texture coords transformed enumerator
|
D | array.cpp | 1041 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT; in clipVertex()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1661 const Triple &TT) { in EmitDarwinBCHeaderAndTrailer() argument 1675 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer() 1714 Triple TT(M->getTargetTriple()); in WriteBitcodeToFile() local 1715 if (TT.isOSDarwin()) in WriteBitcodeToFile() 1734 if (TT.isOSDarwin()) in WriteBitcodeToFile() 1735 EmitDarwinBCHeaderAndTrailer(Buffer, TT); in WriteBitcodeToFile()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1725 const Triple &TT) { in EmitDarwinBCHeaderAndTrailer() argument 1739 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer() 1778 Triple TT(M->getTargetTriple()); in WriteBitcodeToFile() local 1779 if (TT.isOSDarwin()) in WriteBitcodeToFile() 1798 if (TT.isOSDarwin()) in WriteBitcodeToFile() 1799 EmitDarwinBCHeaderAndTrailer(Buffer, TT); in WriteBitcodeToFile()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1799 const Triple &TT) { in EmitDarwinBCHeaderAndTrailer() argument 1813 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer() 1852 Triple TT(M->getTargetTriple()); in WriteBitcodeToFile() local 1853 if (TT.isOSDarwin()) in WriteBitcodeToFile() 1872 if (TT.isOSDarwin()) in WriteBitcodeToFile() 1873 EmitDarwinBCHeaderAndTrailer(Buffer, TT); in WriteBitcodeToFile()
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 197 // of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 363 ���B{������<RT���崣����ٲ$��`j��1�<TT�{ fn���*zJ��� �B X���<RT��y����r�T�IVu���…
|