/drivers/peripheral/usb/test/fuzztest/usbcommonfunction_fuzzer/ |
H A D | usbcommonfunction_fuzzer.h | 23 using OHOS::HDI::Usb::V1_0::UsbDev;
24 using OHOS::HDI::Usb::V1_0::IUsbInterface;
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed.h | 40 using DistributedMsg = DistributedCmd;
49 using DistDeviceInfo = DistDevInfo;
|
/test/xts/acts/startup_lite/bootstrap_posix/src/ |
H A D | SamgrApiTest.h | 23 using SamgrApiGroup = enum TagSamgrApiGroup {
34 using SamgrApiPri = enum TagSamgrApiPri {
|
/test/xts/hats/hdf/display/buffer/moduletest_additional/ |
H A D | display_buffer_mt.h | 26 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo; 27 using OHOS::HDI::Display::Buffer::V1_0::IDisplayBuffer;
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | compaction-worklists.h | 22 using MovableReference = const void*; 24 using MovableReferencesWorklist =
|
/third_party/node/deps/v8/src/objects/ |
H A D | cell.h | 22 using TorqueGeneratedCell::value; 25 using BodyDescriptor = FixedBodyDescriptor<kValueOffset, kSize, kSize>;
|
H A D | feedback-vector.h | 68 using MapAndHandler = std::pair<Handle<Map>, MaybeObjectHandle>; 69 using MapAndFeedback = std::pair<Handle<Map>, MaybeObjectHandle>; 159 using MaybeObjectHandles = std::vector<MaybeObjectHandle>; 200 using TorqueGeneratedFeedbackVector<FeedbackVector, 218 using TorqueGeneratedFeedbackVector::invocation_count; 219 using TorqueGeneratedFeedbackVector::set_invocation_count; 361 using TorqueGeneratedFeedbackVector::raw_feedback_slots; 524 // TODO(mythria): Consider using 16 bits for this and slot_count so that we 528 // Get slot_count using an acquire load. 589 using VectorICCompute [all...] |
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | test_helper.h | 29 using TestHelper = TestHelperBase<testing::Test>; 33 using TestParamHelper = TestHelperBase<testing::TestWithParam<T>>;
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGXMLDOM.h | 14 using SkDOMNode = Node; 15 using SkDOMAttr = Attr;
|
H A D | SkSVGTypes.h | 22 using SkSVGColorType = SkColor; 23 using SkSVGIntegerType = int; 24 using SkSVGNumberType = SkScalar; 25 using SkSVGStringType = SkString; 26 using SkSVGViewBoxType = SkRect; 27 using SkSVGTransformType = SkMatrix; 28 using SkSVGPointsType = SkTDArray<SkPoint>; 39 using ValueT = T; 637 using SkSVGFeColorMatrixValues = SkTDArray<SkSVGNumberType>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | MachO.h | 63 using dice_iterator = content_iterator<DiceRef>; 67 /// across all exported symbols using: 111 using NodeList = SmallVector<NodeState, 16>; 112 using node_iterator = NodeList::const_iterator; 125 using export_iterator = content_iterator<ExportEntry>; 162 /// rebasing using: 202 using rebase_iterator = content_iterator<MachORebaseEntry>; 206 /// bindings using: 260 using bind_iterator = content_iterator<MachOBindEntry>; 268 using LoadCommandLis [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 28 using Elf32_Addr = uint32_t; // Program address 29 using Elf32_Off = uint32_t; // File offset 30 using Elf32_Half = uint16_t; 31 using Elf32_Word = uint32_t; 32 using Elf32_Sword = int32_t; 34 using Elf64_Addr = uint64_t; 35 using Elf64_Off = uint64_t; 36 using Elf64_Half = uint16_t; 37 using Elf64_Word = uint32_t; 38 using Elf64_Swor [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 121 /// Print the abbreviation using the specified asm printer. 156 /// Print all abbreviations using the specified asm printer. 370 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel, 508 using Node = IntrusiveBackListNode; 540 using IntrusiveBackListBase::empty; 642 using ListTy = IntrusiveBackList<Node>; 653 using iterator_adaptor = 668 using iterator_adaptor = 683 using value_range = iterator_range<value_iterator>; 684 using const_value_rang [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-isolate.h | 53 * If you are using threads then you should hold the V8::Locker lock while 251 * |BackingStore| allocated using this allocator hold a std::shared_ptr 551 using UseCounterCallback = void (*)(Isolate* isolate, 631 using AbortOnUncaughtExceptionCallback = bool (*)(Isolate*); 681 * Methods below this point require holding a lock (using Locker) in 904 using GCCallback = void (*)(Isolate* isolate, GCType type, 906 using GCCallbackWithData = void (*)(Isolate* isolate, GCType type, 965 * Detaches a managed C++ heap if one was attached using `AttachCppHeap()`. 975 * attached using `AttachCppHeap()`. 1043 using AtomicsWaitCallbac [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcCBindingsStack.h | 81 using LayerT = orc::LegacyRTDyldObjectLinkingLayer; 108 using CompileCallbackMgr = orc::JITCompileCallbackManager; 109 using ObjLayerT = orc::LegacyRTDyldObjectLinkingLayer; 110 using CompileLayerT = orc::LegacyIRCompileLayer<ObjLayerT, orc::SimpleCompiler>; 111 using CODLayerT = 114 using CallbackManagerBuilder = 117 using IndirectStubsManagerBuilder = CODLayerT::IndirectStubsManagerBuilderT; 121 using OwningObject = object::OwningBinary<object::ObjectFile>; 447 using ResolverMap =
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 41 using std::pair<KeyT, ValueT>::pair; 61 using const_arg_type_t = typename const_pointer_or_const_ref<T>::type; 64 using size_type = unsigned; 65 using key_type = KeyT; 66 using mapped_type = ValueT; 67 using value_type = BucketT; 69 using iterator = DenseMapIterator<KeyT, ValueT, KeyInfoT, BucketT>; 70 using const_iterator = 690 using BaseT = DenseMapBase<DenseMap, KeyT, ValueT, KeyInfoT, BucketT>; 858 using Base [all...] |
H A D | SmallVector.h | 112 using size_type = size_t; 113 using difference_type = ptrdiff_t; 114 using value_type = T; 115 using iterator = T *; 116 using const_iterator = const T *; 118 using const_reverse_iterator = std::reverse_iterator<const_iterator>; 119 using reverse_iterator = std::reverse_iterator<iterator>; 121 using reference = T &; 122 using const_reference = const T &; 123 using pointe [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils.h | 106 using value_type = BitsT; 107 using param_type = ParamT; 446 using BitSet8 = BitSetT<N, uint8_t>; 449 using BitSet16 = BitSetT<N, uint16_t>; 452 using BitSet32 = BitSetT<N, uint32_t>; 455 using BitSet64 = BitSetT<N, uint64_t>; 464 using EnableIfBitsFit = typename std::enable_if<N <= sizeof(T) * 8>::type; 469 using Type = BitSetArray<N>; 477 using Type = BitSet64<N>; 480 using BaseBitSetTyp [all...] |
/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | camera_device_service_callback.h | 24 using namespace OHOS::HDI::Camera::V1_0; 25 using namespace OHOS::VDI::Camera::V1_0;
|
H A D | offline_stream_operator_service.h | 24 using namespace OHOS::HDI::Camera::V1_0; 25 using namespace OHOS::VDI::Camera::V1_0;
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
H A D | icamera_host_vdi_callback.h | 29 using namespace OHOS; 30 using namespace OHOS::HDI;
|
H A D | icamera_device_vdi_callback.h | 29 using namespace OHOS; 30 using namespace OHOS::HDI;
|
H A D | ioffline_stream_operator_vdi.h | 29 using namespace OHOS; 30 using namespace OHOS::HDI;
|
/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_death_test.h | 34 using namespace OHOS::HDI::Display::Buffer::V1_0; 35 using namespace OHOS::HDI::Display::Composer::V1_2;
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_manager_interface/include/ |
H A D | audio_manager_interface_impl_test.h | 37 using OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioEvent; 38 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
|