| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstARM32.h | 32 using IValueT = uint32_t; 35 using IOffsetT = int32_t; 66 using Operand::dump; 137 using OperandARM32::dump; 183 using OperandARM32::dump; 224 using OperandARM32::dump; 260 using OperandARM32::dump; 290 using OperandARM32::dump; 316 using OperandARM32::dump; 502 // Generates text of assembly instruction using metho [all...] |
| /test/xts/hats/hdf/display/buffer/unittest/ |
| H A D | display_buffer_ut.h | 29 using OHOS::HDI::Display::Buffer::V1_0::IAllocator; 30 using OHOS::HDI::Display::Buffer::V1_0::IMapper; 31 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo; 32 using OHOS::HDI::Display::Buffer::V1_1::IMetadata; 33 using OHOS::HDI::Display::Buffer::V1_1::IDisplayBuffer;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cordz_sample_token.h | 62 using iterator_category = std::input_iterator_tag; 63 using value_type = const CordzInfo&; 64 using difference_type = ptrdiff_t; 65 using pointer = const CordzInfo*; 66 using reference = value_type;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 42 using BBDomTree = DomTreeBase<BasicBlock>; 43 using BBPostDomTree = PostDomTreeBase<BasicBlock>; 45 using BBUpdates = ArrayRef<llvm::cfg::Update<BasicBlock *>>; 74 using DomTreeNode = DomTreeNodeBase<BasicBlock>; 103 using BBInfo = DenseMapInfo<const BasicBlock *>; 146 using Base = DominatorTreeBase<BasicBlock, false>; 159 using Base::dominates; 177 using Base::isReachableFromEntry; 182 // Pop up a GraphViz/gv window with the Dominator Tree rendered using `dot`. 192 using NodeRe [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 117 using ValueTy = PointerSumType< 278 using LocalDepMapType = DenseMap<Instruction *, MemDepResult>; 282 using NonLocalDepInfo = std::vector<NonLocalDepEntry>; 287 using ValueIsLoadPair = PointerIntPair<const Value *, 1, bool>; 294 using BBSkipFirstBlockPair = PointerIntPair<BasicBlock *, 1, bool>; 318 using ReverseNonLocalDefsCacheTy = 327 using CachedNonLocalPointerInfo = 332 using ReverseNonLocalPtrDepTy = 341 using PerInstNLInfo = std::pair<NonLocalDepInfo, bool>; 344 using NonLocalDepMapTyp [all...] |
| H A D | Interval.h | 43 using succ_iterator = std::vector<BasicBlock*>::iterator; 44 using pred_iterator = std::vector<BasicBlock*>::iterator; 45 using node_iterator = std::vector<BasicBlock*>::iterator; 120 using NodeRef = Interval *; 121 using ChildIteratorType = Interval::succ_iterator; 131 using NodeRef = Interval *; 132 using ChildIteratorType = Interval::pred_iterator;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | iostream_state_saver.h | 34 using stream_type = T; 35 using flags_type = std::ios_base::fmtflags; 47 using ostream_type = OStream; 48 using flags_type = std::ios_base::fmtflags; 49 using fill_type = typename ostream_type::char_type; 50 using precision_type = std::streamsize; 89 using result_type = ostream_state_saver<std::basic_ostream<CharT, Traits>>; in make_ostream_state_saver() 99 using result_type = null_state_saver<T>; in make_ostream_state_saver() 134 using istream_type = IStream; 135 using flags_typ [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | tree_iterator.h | 43 using NodeIterator = 49 using NodePtr = NodeTy*; 53 using reference = NodeTy&; 54 using value_type = NodeTy; 137 using NodeIterator = 143 using NodePtr = NodeTy*; 147 using reference = NodeTy&; 148 using value_type = NodeTy;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | tree_iterator.h | 43 using NodeIterator = 49 using NodePtr = NodeTy*; 53 using reference = NodeTy&; 54 using value_type = NodeTy; 137 using NodeIterator = 143 using NodePtr = NodeTy*; 147 using reference = NodeTy&; 148 using value_type = NodeTy;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| H A D | ConstantHoisting.h | 77 using ConstantUseListType = SmallVector<ConstantUser, 8>; 110 using RebasedConstantListType = SmallVector<RebasedConstantInfo, 4>; 146 using ConstPtrUnionType = PointerUnion<ConstantInt *, ConstantExpr *>; 147 using ConstCandMapType = DenseMap<ConstPtrUnionType, unsigned>; 158 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; 159 using GVCandVecMapType = MapVector<GlobalVariable *, ConstCandVecType>; 164 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>; 165 using GVInfoVecMapType = MapVector<GlobalVariable *, ConstInfoVecType>;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | unordered_map_lookup_test.h | 33 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 45 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 46 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 61 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 74 using std::get; in TYPED_TEST_P() 75 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 92 using std::get; in TYPED_TEST_P() 93 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | tree_iterator.h | 43 using NodeIterator = 49 using NodePtr = NodeTy*; 53 using reference = NodeTy&; 54 using value_type = NodeTy; 137 using NodeIterator = 143 using NodePtr = NodeTy*; 147 using reference = NodeTy&; 148 using value_type = NodeTy;
|
| /third_party/node/src/crypto/ |
| H A D | crypto_util.h | 57 using X509Pointer = DeleteFnPtr<X509, X509_free>; 58 using BIOPointer = DeleteFnPtr<BIO, BIO_free_all>; 59 using SSLCtxPointer = DeleteFnPtr<SSL_CTX, SSL_CTX_free>; 60 using SSLSessionPointer = DeleteFnPtr<SSL_SESSION, SSL_SESSION_free>; 61 using SSLPointer = DeleteFnPtr<SSL, SSL_free>; 62 using PKCS8Pointer = DeleteFnPtr<PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO_free>; 63 using EVPKeyPointer = DeleteFnPtr<EVP_PKEY, EVP_PKEY_free>; 64 using EVPKeyCtxPointer = DeleteFnPtr<EVP_PKEY_CTX, EVP_PKEY_CTX_free>; 65 using EVPMDPointer = DeleteFnPtr<EVP_MD_CTX, EVP_MD_CTX_free>; 66 using RSAPointe [all...] |
| H A D | crypto_rsa.h | 38 using RsaKeyPairGenConfig = KeyPairGenConfig<RsaKeyPairParams>; 41 using AdditionalParameters = RsaKeyPairGenConfig; 53 using RSAKeyPairGenJob = KeyGenJob<KeyPairGenTraits<RsaKeyGenTraits>>; 64 using AdditionalParameters = RSAKeyExportConfig; 78 using RSAKeyExportJob = KeyExportJob<RSAKeyExportTraits>; 97 using AdditionalParameters = RSACipherConfig; 115 using RSACipherJob = CipherJob<RSACipherTraits>;
|
| /third_party/node/src/ |
| H A D | js_native_api_v8_inspector.h | 47 using node::ExclusiveAccess; 48 using node::HostPort; 49 using node::inspector::InspectorSession; 50 using node::inspector::InspectorSessionDelegate; 51 using node::inspector::ParentInspectorHandle; 52 using node::inspector::WorkerManager; 55 using Environment = JSVM_Env__; 102 // The inspector responds by using the delegate to send messages back.
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
| H A D | CompositorNativeWindow11.h | 7 // CompositorNativeWindow11.h: Implementation of NativeWindow11 using Windows.UI.Composition APIs 43 using WindowsCreateStringReference_ = HRESULT __stdcall(PCWSTR, 48 using GetActivationFactory_ = HRESULT __stdcall(HSTRING, REFIID, void **); 50 using WindowsCompareStringOrginal_ = HRESULT __stdcall(HSTRING, HSTRING, int *); 52 using WindowsDeleteString_ = HRESULT __stdcall(HSTRING); 54 using CreateDispatcherQueueController_ = 58 using RoInitialize_ = HRESULT __stdcall(RO_INIT_TYPE); 59 using RoUninitialize_ = void __stdcall(); 106 // Namespace prefix required here for some reason despite using namespace
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | ityp_array.h | 33 using I = UnderlyingType<Index>; 34 using Base = std::array<Value, Size>; 89 using Base::back; 90 using Base::data; 91 using Base::empty; 92 using Base::fill; 93 using Base::front;
|
| /third_party/skia/third_party/externals/tint/kokoro/linux/ |
| H A D | docker.sh | 59 . /bin/using.sh # Declare the bash `using` function for configuring toolchains. 61 using depot_tools 62 using go-1.14.4 # Speeds up ./tools/lint 63 using doxygen-1.8.18 80 using cmake-3.17.2 90 using clang-10.0.0 96 using gcc-9
|
| /third_party/skia/modules/skottie/include/ |
| H A D | SkottieProperty.h | 31 using ColorPropertyValue = SkColor; 32 using OpacityPropertyValue = float; 104 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue, 106 using OpacityPropertyHandle = PropertyHandle<OpacityPropertyValue, 108 using TextPropertyHandle = PropertyHandle<TextPropertyValue, 110 using TransformPropertyHandle = PropertyHandle<TransformPropertyValue, 126 using LazyHandle = std::function<std::unique_ptr<T>()>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 12 // No library is required when using these functions. 45 // using SFINAE to test for the existence of member functions. 51 using IterOfRange = decltype(std::begin(std::declval<RangeT &>())); 69 using type = 74 using type = typename std::add_lvalue_reference< 83 using argument_type = Ty; 146 using std::begin; 154 using std::end; 162 using std::swap; 244 using ye [all...] |
| H A D | SparseMultiSet.h | 120 using KeyT = typename KeyFunctorT::argument_type; 121 using DenseT = SmallVector<SMSNode, 8>; 185 using value_type = ValueT; 186 using reference = ValueT &; 187 using const_reference = const ValueT &; 188 using pointer = ValueT *; 189 using const_pointer = const ValueT *; 190 using size_type = unsigned; 250 using super = std::iterator<std::bidirectional_iterator_tag, ValueT>; 251 using value_typ [all...] |
| /third_party/skia/src/core/ |
| H A D | SkZip.h | 25 using ReturnTuple = std::tuple<Ts&...>; 29 using value_type = ReturnTuple; 30 using difference_type = ptrdiff_t; 31 using pointer = value_type*; 32 using reference = value_type; 33 using iterator_category = std::input_iterator_tag; 64 using CanConvertToConst = typename std::integral_constant<bool, 135 using U = typename std::remove_cv<typename std::remove_reference<T>::type>::type; 136 using type = typename std::conditional<std::is_pointer<U>::value, U, T>::type; 138 template<typename T> using DecayPointer [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Casting.h | 34 using SimpleType = From; // The real type this represents... 41 using NonConstSimpleType = typename simplify_type<From>::SimpleType; 42 using SimpleType = 44 using RetType = 119 // When From != SimplifiedType, we can simplify the type some more by using 165 using ret_type = To &; // Normal case, return Ty& 168 using ret_type = const To &; // Normal case, return Ty& 172 using ret_type = To *; // Pointer arg case, return Ty* 176 using ret_type = const To *; // Constant pointer arg case, return const Ty* 180 using ret_typ [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | fixed_array.h | 84 using AllocatorTraits = std::allocator_traits<A>; 88 using EnableIfForwardIterator = absl::enable_if_t<std::is_convertible< 104 using allocator_type = typename AllocatorTraits::allocator_type; 105 using value_type = typename AllocatorTraits::value_type; 106 using pointer = typename AllocatorTraits::pointer; 107 using const_pointer = typename AllocatorTraits::const_pointer; 108 using reference = value_type&; 109 using const_reference = const value_type&; 110 using size_type = typename AllocatorTraits::size_type; 111 using difference_typ [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Speculation.h | 43 using AliaseeDetails = std::pair<SymbolStringPtr, JITDylib *>; 44 using Alias = SymbolStringPtr; 45 using ImapTy = DenseMap<Alias, AliaseeDetails>; 67 using TargetFAddr = JITTargetAddress; 68 using FunctionCandidatesMap = DenseMap<SymbolStringPtr, SymbolNameSet>; 69 using StubAddrLikelies = DenseMap<TargetFAddr, SymbolNameSet>; 178 using IRlikiesStrRef = Optional<DenseMap<StringRef, DenseSet<StringRef>>>; 179 using ResultEval = std::function<IRlikiesStrRef(Function &)>; 180 using TargetAndLikelies = DenseMap<SymbolStringPtr, SymbolNameSet>;
|