/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib.hpp | 69 struct Traits : SIMDImpl::Traits struct 72 using IsaImpl = AVXImpl; 81 using Float = SIMD128Impl::Float; 82 using Double = SIMD128Impl::Double; 83 using Integer = SIMD128Impl::Integer; 84 using Vec4 = SIMD128Impl::Vec4; 85 using Mask = SIMD128Impl::Mask; 126 struct Traits : SIMDImpl::Traits struct 129 using IsaImpl = AVXImpl; 138 using Float = SIMD256Impl::Float; [all …]
|
/external/libcxx/test/libcxx/containers/associative/ |
D | tree_key_value_traits.pass.cpp | 21 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 29 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 37 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 45 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
/external/libcxx/test/libcxx/containers/unord/ |
D | key_value_traits.pass.cpp | 21 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 29 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 37 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 45 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 101 struct Traits { in test_sfinae() struct 102 using iterator_category = std::input_iterator_tag; in test_sfinae() 103 using value_type = const char; in test_sfinae() 104 using pointer = const char*; in test_sfinae() 105 using reference = const char&; in test_sfinae() 106 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 193 struct Traits { in test_sfinae() struct 194 using iterator_category = std::input_iterator_tag; in test_sfinae() 195 using value_type = const char; in test_sfinae() 196 using pointer = const char*; in test_sfinae() 197 using reference = const char&; in test_sfinae() 198 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | map_serialization.h | 24 using Traits = MapTraits<UserType>; variable 48 using Traits = typename Base::Traits; variable 68 using Traits = typename Base::Traits; variable
|
D | native_struct_serialization.h | 58 using Traits = IPC::ParamTraits<UserType>; member
|
D | native_enum_serialization.h | 25 using Traits = IPC::ParamTraits<UserType>; member
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
D | string_alloc.pass.cpp | 54 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 64 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 95 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef 105 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
|
/external/skqp/src/core/ |
D | SkLRUCache.h | 90 struct Traits { struct 111 SkTHashTable<Entry*, K, Traits> fMap; argument
|
/external/skia/src/core/ |
D | SkLRUCache.h | 90 struct Traits { struct 111 SkTHashTable<Entry*, K, Traits> fMap; argument
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.append.pass.cpp | 291 struct Traits { in test_sfinae() struct 292 using iterator_category = std::input_iterator_tag; in test_sfinae() 293 using value_type = const char; in test_sfinae() 294 using pointer = const char*; in test_sfinae() 295 using reference = const char&; in test_sfinae() 296 using difference_type = std::ptrdiff_t; in test_sfinae()
|
D | path.concat.pass.cpp | 303 struct Traits { in test_sfinae() struct 304 using iterator_category = std::input_iterator_tag; in test_sfinae() 305 using value_type = const char; in test_sfinae() 306 using pointer = const char*; in test_sfinae() 307 using reference = const char&; in test_sfinae() 308 using difference_type = std::ptrdiff_t; in test_sfinae()
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/ |
D | promise_type.pass.cpp | 53 using Traits = coro::coroutine_traits<T, Args...>; in check_type() typedef 60 using Traits = coro::coroutine_traits<T, Args...>; in check_no_type() typedef
|
/external/clang/include/clang/AST/ |
D | CommentBriefParser.h | 33 const CommandTraits &Traits; variable
|
D | CommentSema.h | 45 CommandTraits &Traits; variable
|
D | CommentParser.h | 52 const CommandTraits &Traits; variable
|
/external/eigen/Eigen/src/Core/ |
D | BooleanRedux.h | 20 typedef typename Derived::ExpressionTraits Traits; typedef
|
D | Transpositions.h | 18 typedef internal::traits<Derived> Traits; typedef
|
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | db_deallocate.pass.cpp | 33 using Traits = std::allocator_traits<Alloc>; in main() typedef
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/ |
D | generic_string_alloc.pass.cpp | 41 using Traits = std::char_traits<CharT>; in main() typedef
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.itr/ |
D | iterator.pass.cpp | 40 using Traits = std::iterator_traits<It>; in checkIteratorConcepts() typedef
|
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | allocate.pass.cpp | 51 using Traits = std::allocator_traits<Alloc>; in testAllocForSizeThrows() typedef
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 51 CommandTraits Traits; member in clang::comments::__anon320555580111::CommentParserTest 161 const CommandTraits &Traits, in HasBlockCommandAt() 183 const CommandTraits &Traits, in HasParamCommandAt() 231 const CommandTraits &Traits, in HasTParamCommandAt() 264 const CommandTraits &Traits, in HasInlineCommandAt() 284 const CommandTraits &Traits, in HasInlineCommandAt() 302 const CommandTraits &Traits, in HasInlineCommandAt() 462 const CommandTraits &Traits, in HasVerbatimBlockAt() 491 const CommandTraits &Traits, in HasVerbatimBlockAt() 511 const CommandTraits &Traits, in HasVerbatimBlockAt() [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | underflow.pass.cpp | 115 typedef std::char_traits<wchar_t> Traits; in main() typedef
|