| /third_party/skia/include/sksl/ |
| H A D | DSL.h | 17 using Block = DSLBlock; 18 using Case = DSLCase; 19 using Expression = DSLExpression; 20 using Field = DSLField; 21 using Function = DSLFunction; 22 using GlobalVar = DSLGlobalVar; 23 using Layout = DSLLayout; 24 using Modifiers = DSLModifiers; 25 using Parameter = DSLParameter; 26 using Statemen [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundleIterator.h | 26 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>; 27 using instr_iterator = typename list_type::iterator; 28 using nonconst_instr_iterator = typename list_type::iterator; 29 using const_instr_iterator = typename list_type::const_iterator; 32 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>; 33 using instr_iterator = typename list_type::reverse_iterator; 34 using nonconst_instr_iterator = typename list_type::reverse_iterator; 35 using const_instr_iterator = typename list_type::const_reverse_iterator; 38 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>; 39 using instr_iterato [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
| H A D | memory.h | 83 using scalar = std::unique_ptr<T>; 87 using array = std::unique_ptr<T[]>; 91 using invalid = void; 102 using std::make_unique; 257 using type = Default; 262 using type = Extract<Obj>; 266 using ExtractOrT = typename ExtractOr<Extract, Obj, Default, void>::type; 270 using GetPointer = typename T::pointer; 273 using GetConstPointer = typename T::const_pointer; 276 using GetVoidPointe [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | unordered_map_constructor_test.h | 50 using H = typename TypeParam::hasher; in TYPED_TEST_P() 60 using H = typename TypeParam::hasher; in TYPED_TEST_P() 61 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 73 using H = typename TypeParam::hasher; in TYPED_TEST_P() 74 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 75 using A = typename TypeParam::allocator_type; in TYPED_TEST_P() 95 using has_cxx14_std_apis = std::true_type; 97 using has_cxx14_std_apis = std::false_type; 101 using expect_cxx14_apis = 110 using in BucketCountAllocTest() [all...] |
| H A D | unordered_set_constructor_test.h | 51 using H = typename TypeParam::hasher; in TYPED_TEST_P() 61 using H = typename TypeParam::hasher; in TYPED_TEST_P() 62 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 74 using H = typename TypeParam::hasher; in TYPED_TEST_P() 75 using E = typename TypeParam::key_equal; in TYPED_TEST_P() 76 using A = typename TypeParam::allocator_type; in TYPED_TEST_P() 104 using has_cxx14_std_apis = std::true_type; 106 using has_cxx14_std_apis = std::false_type; 110 using expect_cxx14_apis = 119 using in BucketCountAllocTest() [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/meta/ |
| H A D | type_traits.h | 31 // WARNING: using template metaprogramming to detect or depend on API 106 using type = void; 137 using type = std::false_type; 142 using type = std::true_type; 150 using type = std::false_type; 157 using type = std::true_type; 165 using IsCopyAssignableImpl = 169 using IsMoveAssignableImpl = decltype(std::declval<T&>() = std::declval<T&&>()); 178 using is_copy_assignable = std::is_copy_assignable<T>; 181 using is_move_assignabl [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
| H A D | civil_time.h | 187 // Each civil-time type may be sent to an output stream using operator<<(). 241 // Of course, there are ways to compute an answer the question at hand using 267 using civil_year = detail::civil_year; 268 using civil_month = detail::civil_month; 269 using civil_day = detail::civil_day; 270 using civil_hour = detail::civil_hour; 271 using civil_minute = detail::civil_minute; 272 using civil_second = detail::civil_second; 276 // using operator<<(). The result is the full weekday name in English with a 282 using detai [all...] |
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | traits.h | 25 using Decay = typename std::decay<T>::type; 29 using NthTypeOf = typename std::tuple_element<N, std::tuple<Types...>>::type; 35 using ret = RETURN; 37 using parameters = std::tuple<PARAMETERS...>; 40 using parameter = NthTypeOf<N, PARAMETERS...>; 50 using type = typename SignatureOf<decltype(&F::operator())>::type; 57 using type = Signature<typename std::decay<R>::type, 65 using type = Signature<typename std::decay<R>::type, 73 using type = Signature<typename std::decay<R>::type, 79 using SignatureOf [all...] |
| /test/xts/acts/ai/mindspore/mindsporectest/src/ |
| H A D | ohos_common.h | 28 using std::string; 29 using std::cout; 30 using std::endl; 31 using std::map; 32 using std::ios; 33 using std::fstream; 34 using std::to_string; 35 using std::ifstream; 36 using std::stringstream; 37 using st [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 26 using support::endianness; 50 using packed = support::detail::packed_endian_specific_integral<Ty, E, 1>; 56 using uint = typename std::conditional<Is64, uint64_t, uint32_t>::type; 57 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; 58 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; 59 using Sym = Elf_Sym_Impl<ELFType<E, Is64>>; 60 using Dyn = Elf_Dyn_Impl<ELFType<E, Is64>>; 61 using Phdr = Elf_Phdr_Impl<ELFType<E, Is64>>; 62 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; 63 using Rel [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | ToBackend.h | 28 using BackendType = typename BackendTraits::AdapterType; 33 using BackendType = typename BackendTraits::BindGroupType; 38 using BackendType = typename BackendTraits::BindGroupLayoutType; 43 using BackendType = typename BackendTraits::BufferType; 48 using BackendType = typename BackendTraits::CommandBufferType; 53 using BackendType = typename BackendTraits::ComputePipelineType; 58 using BackendType = typename BackendTraits::DeviceType; 63 using BackendType = typename BackendTraits::PipelineLayoutType; 68 using BackendType = typename BackendTraits::QuerySetType; 73 using BackendTyp [all...] |
| H A D | IntegerTypes.h | 25 using BindingNumber = TypedInteger<struct BindingNumberT, uint32_t>; 28 using BindingIndex = TypedInteger<struct BindingIndexT, uint32_t>; 30 using BindGroupIndex = TypedInteger<struct BindGroupIndexT, uint32_t>; 34 using ColorAttachmentIndex = TypedInteger<struct ColorAttachmentIndexT, uint8_t>; 39 using VertexBufferSlot = TypedInteger<struct VertexBufferSlotT, uint8_t>; 40 using VertexAttributeLocation = TypedInteger<struct VertexAttributeLocationT, uint8_t>; 55 using MapRequestID = TypedInteger<struct MapRequestIDT, uint64_t>; 58 using FenceAPISerial = TypedInteger<struct FenceAPISerialT, uint64_t>; 64 using ExecutionSerial = TypedInteger<struct QueueSerialT, uint64_t>; 71 using PipelineCompatibilityToke [all...] |
| /third_party/skia/third_party/externals/angle2/include/platform/ |
| H A D | PlatformMethods.h | 44 using TraceEventHandle = uint64_t; 45 using EGLDisplayType = void *; 49 // Avoid using decltype here to work around sanitizer limitations. 55 // TODO(jmadill): investigate using an ANGLE internal time library 56 using CurrentTimeFunc = double (*)(PlatformMethods *platform); 65 using MonotonicallyIncreasingTimeFunc = double (*)(PlatformMethods *platform); 74 using LogErrorFunc = void (*)(PlatformMethods *platform, const char *errorMessage); 78 using LogWarningFunc = void (*)(PlatformMethods *platform, const char *warningMessage); 82 using LogInfoFunc = void (*)(PlatformMethods *platform, const char *infoMessage); 94 using GetTraceCategoryEnabledFlagFun [all...] |
| /test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
| H A D | ActsMediaPlayerTest.h | 32 using OHOS::Media::Player;
33 using OHOS::Media::PlayerSeekMode;
34 using OHOS::Media::Source;
35 using OHOS::Media::Format;
36 using OHOS::Media::StreamSource;
37 using OHOS::Media::StreamCallback;
38 using OHOS::Media::SourceType;
39 using OHOS::Media::PlayerCallback;
41 using namespace std;
42 using namespac [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Endian.h | 114 using make_unsigned_t = typename std::make_unsigned<value_type>::type; 209 using value_type = ValueType; 271 using ulittle16_t = 273 using ulittle32_t = 275 using ulittle64_t = 278 using little16_t = 280 using little32_t = 282 using little64_t = 285 using aligned_ulittle16_t = 287 using aligned_ulittle32_ [all...] |
| H A D | MemoryBuffer.h | 163 using MemoryBuffer::getBuffer; 164 using MemoryBuffer::getBufferEnd; 165 using MemoryBuffer::getBufferStart; 204 using MemoryBuffer::getFileAsStream; 205 using MemoryBuffer::getFileOrSTDIN; 206 using MemoryBuffer::getMemBuffer; 207 using MemoryBuffer::getMemBufferCopy; 208 using MemoryBuffer::getOpenFile; 209 using MemoryBuffer::getOpenFileSlice; 210 using MemoryBuffe [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
| H A D | DeviceNull.h | 48 using PipelineLayout = PipelineLayoutBase; 52 using Sampler = SamplerBase; 55 using Texture = TextureBase; 56 using TextureView = TextureViewBase; 59 using AdapterType = Adapter; 60 using BindGroupType = BindGroup; 61 using BindGroupLayoutType = BindGroupLayout; 62 using BufferType = Buffer; 63 using CommandBufferType = CommandBuffer; 64 using ComputePipelineTyp [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | distributions.h | 34 // distributions using an associated quadratic function 126 using gen_t = absl::decay_t<URBG>; in Uniform() 127 using distribution_t = random_internal::UniformDistributionWrapper<R>; in Uniform() 139 // Overload of `Uniform()` using the default closed-open interval of [lo, hi), 145 using gen_t = absl::decay_t<URBG>; in Uniform() 146 using distribution_t = random_internal::UniformDistributionWrapper<R>; in Uniform() 159 // Overload of `Uniform()` using different (but compatible) lo, hi types. Note 169 using gen_t = absl::decay_t<URBG>; in Uniform() 170 using return_t = typename random_internal::uniform_inferred_return_t<A, B>; in Uniform() 171 using distribution_ in Uniform() [all...] |
| /third_party/skia/modules/canvaskit/ |
| H A D | WasmCommon.h | 17 using namespace emscripten; 20 using JSArray = emscripten::val; 21 using JSObject = emscripten::val; 22 using JSString = emscripten::val; 23 using SkPathOrNull = emscripten::val; 24 using TypedArray = emscripten::val; 25 using Uint8Array = emscripten::val; 26 using Uint16Array = emscripten::val; 27 using Uint32Array = emscripten::val; 28 using Float32Arra [all...] |
| /third_party/skia/third_party/externals/dawn/src/include/dawn/ |
| H A D | EnumClassBitmasks.h | 21 // using-declarations for C++ Argument Dependent Lookup to work. 23 using dawn::operator|; \ 24 using dawn::operator&; \ 25 using dawn::operator^; \ 26 using dawn::operator~; \ 27 using dawn::operator&=; \ 28 using dawn::operator|=; \ 29 using dawn::operator^=; \ 30 using dawn::HasZeroOrOneBits; 47 using typ [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | handler-configuration.h | 68 using KindBits = base::BitField<Kind, 0, 4>; 73 using DoAccessCheckOnLookupStartObjectBits = KindBits::Next<bool, 1>; 79 using LookupOnLookupStartObjectBits = 87 using DescriptorBits = 95 using IsWasmStructBits = LookupOnLookupStartObjectBits::Next<bool, 1>; 100 using IsInobjectBits = IsWasmStructBits::Next<bool, 1>; 101 using IsDoubleBits = IsInobjectBits::Next<bool, 1>; 103 using FieldIndexBits = 111 using WasmFieldTypeBits = IsWasmStructBits::Next<WasmValueType, 4>; 112 using WasmFieldOffsetBit [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceMemory.h | 32 using ArenaAllocator = 57 using value_type = T; 58 using pointer = T *; 59 using const_pointer = const T *; 60 using reference = T &; 61 using const_reference = const T &; 62 using size_type = std::size_t; 63 using difference_type = std::ptrdiff_t; 137 using allocator_type = ArenaAllocator *; 138 using manager_typ [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| H A D | variant.h | 72 using type = T0; 76 using VariantAlternativeSfinaeT = typename VariantAlternativeSfinae<I, T>::type; 84 using type = U&; 89 using type = U&&; 94 using type = const U&; 99 using type = const U&&; 104 using type = volatile U&; 109 using type = volatile U&&; 114 using type = volatile const U&; 119 using typ [all...] |
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | VectorTypes.h | 16 template<int N> using vec = skvx::Vec<N, float>; 17 using float2 = vec<2>; 18 using float4 = vec<4>; 20 template<int N> using ivec = skvx::Vec<N, int32_t>; 21 using int2 = ivec<2>; 22 using int4 = ivec<4>; 24 template<int N> using uvec = skvx::Vec<N, uint32_t>; 25 using uint2 = uvec<2>; 26 using uint4 = uvec<4>;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Error.h | 89 using ErrorStream = angle::ErrorStreamBase<Error, EGLint, EGL_SUCCESS, EGLint, EnumT>; 93 using EglBadAccess = priv::ErrorStream<EGL_BAD_ACCESS>; 94 using EglBadAlloc = priv::ErrorStream<EGL_BAD_ALLOC>; 95 using EglBadAttribute = priv::ErrorStream<EGL_BAD_ATTRIBUTE>; 96 using EglBadConfig = priv::ErrorStream<EGL_BAD_CONFIG>; 97 using EglBadContext = priv::ErrorStream<EGL_BAD_CONTEXT>; 98 using EglBadCurrentSurface = priv::ErrorStream<EGL_BAD_CURRENT_SURFACE>; 99 using EglBadDevice = priv::ErrorStream<EGL_BAD_DEVICE_EXT>; 100 using EglBadDisplay = priv::ErrorStream<EGL_BAD_DISPLAY>; 101 using EglBadMatc [all...] |