Home
last modified time | relevance | path

Searched refs:using (Results 176 - 200 of 3035) sorted by relevance

12345678910>>...122

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h32 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 Ddisplay_buffer_ut.h29 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 Dcordz_sample_token.h62 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 DDominators.h42 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 DMemoryDependenceAnalysis.h117 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 DInterval.h43 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 Diostream_state_saver.h34 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 Dtree_iterator.h43 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 Dtree_iterator.h43 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 DConstantHoisting.h77 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 Dunordered_map_lookup_test.h33 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 Dtree_iterator.h43 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 Dcrypto_util.h57 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 Dcrypto_rsa.h38 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 Djs_native_api_v8_inspector.h47 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 DCompositorNativeWindow11.h7 // 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 Dityp_array.h33 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 Ddocker.sh59 . /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 DSkottieProperty.h31 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 DSTLExtras.h12 // 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 DSparseMultiSet.h120 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 DSkZip.h25 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 DCasting.h34 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 Dfixed_array.h84 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 DSpeculation.h43 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>;

Completed in 16 milliseconds

12345678910>>...122