/base/useriam/user_auth_framework/frameworks/cj/user_auth/inc/ |
H A D | user_auth_ffi.h | 23 using OHOS::UserIam::UserAuth::CAuthParam; 24 using OHOS::UserIam::UserAuth::CUserAuthResult; 25 using OHOS::UserIam::UserAuth::CWidgetParam; 26 using OHOS::UserIam::UserAuth::EnrolledState; 27 using OHOS::UserIam::UserAuth::UserAuthCallbackCj;
|
/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/MC/ |
H A D | MCAssembler.h | 64 using SectionListType = std::vector<MCSection *>; 65 using SymbolDataListType = std::vector<const MCSymbol *>; 67 using const_iterator = pointee_iterator<SectionListType::const_iterator>; 68 using iterator = pointee_iterator<SectionListType::iterator>; 70 using const_symbol_iterator = 72 using symbol_iterator = pointee_iterator<SymbolDataListType::iterator>; 74 using symbol_range = iterator_range<symbol_iterator>; 75 using const_symbol_range = iterator_range<const_symbol_iterator>; 77 using const_indirect_symbol_iterator = 79 using indirect_symbol_iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 84 using OptionsT = 86 using list_base_type = typename OptionsT::list_base_type; 90 using value_type = typename OptionsT::value_type; 91 using pointer = typename OptionsT::pointer; 92 using reference = typename OptionsT::reference; 93 using const_pointer = typename OptionsT::const_pointer; 94 using const_reference = typename OptionsT::const_reference; 95 using iterator = ilist_iterator<OptionsT, false, false>; 96 using const_iterator = ilist_iterator<OptionsT, false, true>; 97 using reverse_iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 31 using NodeId = typename GraphT::NodeId; in applyR1() 32 using EdgeId = typename GraphT::EdgeId; in applyR1() 33 using Vector = typename GraphT::Vector; in applyR1() 34 using Matrix = typename GraphT::Matrix; in applyR1() 35 using RawVector = typename GraphT::RawVector; in applyR1() 75 using NodeId = typename GraphT::NodeId; in applyR2() 76 using EdgeId = typename GraphT::EdgeId; in applyR2() 77 using Vector = typename GraphT::Vector; in applyR2() 78 using Matrix = typename GraphT::Matrix; in applyR2() 79 using RawMatri in applyR2() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | unordered_set_modifiers_test.h | 33 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 45 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 56 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 68 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 78 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 91 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 108 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 122 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 134 using IfNotVoid = typename std::enable_if<!std::is_void<V>::value, V>::type; 153 using in TYPED_TEST_P() [all...] |
H A D | btree.h | 80 using btree_is_key_compare_to = 85 using is_transparent = void; 118 using is_transparent = void; 156 // automatically get the more efficient compare-to code when using common 162 using type = Compare; 167 using type = StringBtreeDefaultLess; 172 using type = StringBtreeDefaultGreater; 177 using type = StringBtreeDefaultLess; 182 using type = StringBtreeDefaultGreater; 187 using typ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 58 using mutex_type = MutexT; 88 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using MapT = DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH>>; 90 using MDMapT = DenseMap<const Metadata *, TrackingMDRef>; 91 using ExtraData = typename Config::ExtraData; 98 using key_type = KeyT; 99 using mapped_type = ValueT; 100 using value_type = std::pair<KeyT, ValueT>; 101 using size_type = unsigned; 132 using iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | ArgList.h | 69 using Traits = std::iterator_traits<BaseIter>; 72 using value_type = typename Traits::value_type; 73 using reference = typename Traits::reference; 74 using pointer = typename Traits::pointer; 75 using iterator_category = std::forward_iterator_tag; 76 using difference_type = std::ptrdiff_t; 118 using arglist_type = SmallVector<Arg *, 16>; 119 using iterator = arg_iterator<arglist_type::iterator>; 120 using const_iterator = arg_iterator<arglist_type::const_iterator>; 121 using reverse_iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 132 using AllowedRegVecPool = ValuePool<AllowedRegVector>; 135 using AllowedRegVecRef = AllowedRegVecPool::PoolRef; 169 using AllowedRegVector = RegAlloc::AllowedRegVector; 174 using ReductionState = enum { 269 using RAMatrix = MDMatrix<MatrixMetadata>; 272 using RawVector = PBQP::Vector; 273 using RawMatrix = PBQP::Matrix; 274 using Vector = PBQP::Vector; 275 using Matrix = RAMatrix; 276 using CostAllocato [all...] |
/third_party/gn/src/base/numerics/ |
H A D | checked_math_impl.h | 27 // it using the unsigned type of the same size. in CheckedAddImpl() 28 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedAddImpl() 29 using SignedDst = typename std::make_signed<T>::type; in CheckedAddImpl() 49 using result_type = typename MaxExponentPromotion<T, U>::type; 57 using FastPromotion = typename FastIntegerArithmeticPromotion<T, U>::type; in Do() 58 using Promotion = in Do() 87 // it using the unsigned type of the same size. in CheckedSubImpl() 88 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedSubImpl() 89 using SignedDst = typename std::make_signed<T>::type; in CheckedSubImpl() 109 using result_typ [all...] |
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | checked_math_impl.h | 32 // it using the unsigned type of the same size. in CheckedAddImpl() 33 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedAddImpl() 34 using SignedDst = typename std::make_signed<T>::type; in CheckedAddImpl() 57 using result_type = typename MaxExponentPromotion<T, U>::type; 66 using FastPromotion = typename FastIntegerArithmeticPromotion<T, U>::type; in Do() 67 using Promotion = in Do() 102 // it using the unsigned type of the same size. in CheckedSubImpl() 103 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedSubImpl() 104 using SignedDst = typename std::make_signed<T>::type; in CheckedSubImpl() 126 using result_typ [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.h | 118 using Rectangle = RectangleImpl<int>; 453 using ImageUnitTextureTypeMap = std::map<unsigned int, gl::TextureType>; 474 using AttributesMask = angle::BitSet<MAX_VERTEX_ATTRIBS>; 477 using UniformBlockBindingMask = angle::BitSet<IMPLEMENTATION_MAX_COMBINED_SHADER_UNIFORM_BUFFERS>; 480 using DrawBufferMask = angle::BitSet8<IMPLEMENTATION_MAX_DRAW_BUFFERS>; 499 using Type = typename std::conditional<kBits == 8, uint64_t, uint32_t>::type; 610 using FactorStorage = StorageType<BlendFactorType, angle::EnumSize<BlendFactorType>()>; 611 using EquationStorage = StorageType<BlendEquationType, angle::EnumSize<BlendEquationType>()>; 612 using ColorMaskStorage = StorageType<uint8_t, 16>; 729 using StorageBuffersMas [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCUtils.h | 147 using Type = RetT(ArgTs...); 150 using ReturnType = RetT; 208 using Type = std::tuple<typename std::decay< 217 using ErrorReturnType = Expected<RetT>; 221 using ReturnPromiseType = std::promise<MSVCPExpected<RetT>>; 224 using ReturnFutureType = std::future<MSVCPExpected<RetT>>; 227 using ReturnPromiseType = std::promise<ErrorReturnType>; 230 using ReturnFutureType = std::future<ErrorReturnType>; 249 using ErrorReturnType = Error; 253 using ReturnPromiseTyp [all...] |
/base/update/updater/test/fuzztest/package_fuzzer/ |
H A D | pkg_fuzz_test.h | 32 using Updater::InitUpdaterLogger; 33 using Hpackage::PkgManager; 34 using Hpackage::PkgManagerImpl; 35 using Hpackage::PkgStream; 36 using Hpackage::PkgAlgorithmFactory; 37 using Hpackage::DigestAlgorithm; 38 using Hpackage::ComponentInfo; 39 using Hpackage::FileInfo; 40 using Hpackage::ZipFileInfo; 41 using Hpackag [all...] |
/base/update/updater/test/unittest/package/ |
H A D | pkg_test.h | 34 using Hpackage::PkgManager; 35 using Hpackage::PkgManagerImpl; 36 using Hpackage::PkgStream; 37 using Hpackage::PkgAlgorithmFactory; 38 using Hpackage::DigestAlgorithm; 39 using Hpackage::ComponentInfo; 40 using Hpackage::FileInfo; 41 using Hpackage::ZipFileInfo; 42 using Hpackage::PkgInfo; 43 using Update [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | variables.h | 249 using List = base::ThreadedList<Variable>; 269 using VariableModeField = base::BitField16<VariableMode, 0, 4>; 270 using VariableKindField = VariableModeField::Next<VariableKind, 3>; 271 using LocationField = VariableKindField::Next<VariableLocation, 3>; 272 using ForceContextAllocationBit = LocationField::Next<bool, 1>; 273 using IsUsedField = ForceContextAllocationBit::Next<bool, 1>; 274 using InitializationFlagField = IsUsedField::Next<InitializationFlag, 1>; 275 using ForceHoleInitializationField = InitializationFlagField::Next<bool, 1>; 276 using MaybeAssignedFlagField = 278 using IsStaticFlagFiel [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 46 using TypeList = std::vector<Type *>; 49 using ValueList = std::vector<std::pair<const Value *, unsigned>>; 53 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>; 58 using TypeMapType = DenseMap<Type *, unsigned>; 62 using ValueMapType = DenseMap<const Value *, unsigned>; 66 using ComdatSetType = UniqueVector<const Comdat *>; 91 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; 109 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>; 113 using AttributeListMapType = DenseMap<AttributeList, unsigned>; 121 using InstructionMapTyp [all...] |
/third_party/skia/modules/sksg/include/ |
H A D | SkSGRenderEffect.h | 50 using INHERITED = Node; 74 using INHERITED = EffectNode; 94 using INHERITED = EffectNode; 112 using InputsT = std::vector<sk_sp<ImageFilter>>; 126 using INHERITED = Node; 149 using INHERITED = EffectNode; 200 using INHERITED = ImageFilter; 224 using INHERITED = ImageFilter; 248 using INHERITED = EffectNode; 267 using INHERITE [all...] |
/base/global/i18n/frameworks/intl/include/ |
H A D | phone_number_format.h | 29 using i18n::phonenumbers::PhoneNumberUtil; 30 using i18n::phonenumbers::AsYouTypeFormatter; 31 using ExposeLocationName = int (*)(const char*, const char*, char*, const int); 32 using GetBlockedRegionName = bool (*)(const char*, const char*); 33 using GetBlockedPhoneLocationName = int (*)(const char*, const char*, char*); 34 using GetReplacedPhoneLocationName = void (*)(const char*, const char*, char*);
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_extension_callback_stub.h | 28 using PrintExtCallback = bool (*)(); 29 using PrintJobCallback = bool (*)(const PrintJob&); 30 using PrinterCallback = bool (*)(const std::string&); 31 using PrinterCapabilityCallback = bool (*)(const std::string&, PrinterCapability&); 32 using NativePrinterChangeCallback = bool (*)(uint32_t event, const OHOS::Print::PrinterInfo &info); 57 using PRINT_EXT_HANDLER = bool (PrintExtensionCallbackStub::*)(MessageParcel &, MessageParcel &);
|
/base/msdp/device_status/intention/scheduler/task_scheduler/include/ |
H A D | task_scheduler.h | 42 using Promise = std::promise<int32_t>;
43 using Future = std::future<int32_t>;
44 using TaskPtr = std::shared_ptr<TaskScheduler::Task>;
69 using TaskPtr = Task::TaskPtr;
70 using Promise = Task::Promise;
71 using Future = Task::Future;
|
/base/msdp/device_status/services/delegate_task/include/ |
H A D | delegate_tasks.h | 42 using Promise = std::promise<int32_t>;
43 using Future = std::future<int32_t>;
44 using TaskPtr = std::shared_ptr<DelegateTasks::Task>;
69 using TaskPtr = Task::TaskPtr;
70 using Promise = Task::Promise;
71 using Future = Task::Future;
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | garbage-collector.h | 20 using CollectionType = Marker::MarkingConfig::CollectionType; 21 using StackState = cppgc::Heap::StackState; 22 using MarkingType = Marker::MarkingConfig::MarkingType; 23 using SweepingType = Sweeper::SweepingConfig::SweepingType; 24 using FreeMemoryHandling = Sweeper::SweepingConfig::FreeMemoryHandling; 25 using IsForcedGC = Marker::MarkingConfig::IsForcedGC;
|