/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | reglist-ia32.h | 14 using RegList = RegListBase<Register>; 15 using DoubleRegList = RegListBase<DoubleRegister>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanDominatorTree.h | 26 using VPDominatorTree = DomTreeBase<VPBlockBase>; 28 using VPDomTreeNode = DomTreeNodeBase<VPBlockBase>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 72 using iterator = typename std::vector<DomTreeNodeBase *>::iterator; 73 using const_iterator = 223 using NodeType = NodeT; 224 using NodePtr = NodeT *; 225 using ParentPtr = decltype(std::declval<NodeT *>()->getParent()); 228 using ParentType = typename std::remove_pointer<ParentPtr>::type; 231 using UpdateType = cfg::Update<NodePtr>; 232 using UpdateKind = cfg::UpdateKind; 242 using DomTreeNodeMapType = 325 /// block. This is the same as using operato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 37 using BrCond = CondX86::BrCond; 38 using CmppsCond = CondX86::CmppsCond; 39 using RegisterSet = ::Ice::RegX8632; 40 using GPRRegister = RegisterSet::GPRRegister; 41 using ByteRegister = RegisterSet::ByteRegister; 42 using XmmRegister = RegisterSet::XmmRegister; 358 using TypedEmitGPR = void (AssemblerX8632::*)(Type, GPRRegister); 359 using TypedEmitAddr = void (AssemblerX8632::*)(Type, const AsmAddress &); 365 using TypedEmitGPRGPR = void (AssemblerX8632::*)(Type, GPRRegister, 367 using TypedEmitGPRAdd [all...] |
H A D | IceAssemblerX8664.h | 37 using BrCond = CondX86::BrCond; 38 using CmppsCond = CondX86::CmppsCond; 39 using RegisterSet = ::Ice::RegX8664; 40 using GPRRegister = RegisterSet::GPRRegister; 41 using ByteRegister = RegisterSet::ByteRegister; 42 using XmmRegister = RegisterSet::XmmRegister; 378 using TypedEmitGPR = void (AssemblerX8664::*)(Type, GPRRegister); 379 using TypedEmitAddr = void (AssemblerX8664::*)(Type, const AsmAddress &); 385 using TypedEmitGPRGPR = void (AssemblerX8664::*)(Type, GPRRegister, 387 using TypedEmitGPRAdd [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-isolate.h | 53 * If you are using threads then you should hold the V8::Locker lock while 200 using StackState = cppgc::EmbedderStackState; 258 * |BackingStore| allocated using this allocator hold a std::shared_ptr 560 using UseCounterCallback = void (*)(Isolate* isolate, 640 using AbortOnUncaughtExceptionCallback = bool (*)(Isolate*); 687 * 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, 950 * Detaches a managed C++ heap if one was attached using `AttachCppHeap()`. 956 * attached using `AttachCppHea [all...] |
H A D | v8-object.h | 153 using AccessorGetterCallback = 155 using AccessorNameGetterCallback = 158 using AccessorSetterCallback = void (*)(Local<String> property, 161 using AccessorNameSetterCallback = 556 * \note Consider using non-masking interceptors, i.e., the interceptors are 648 * it's fine to keep using Context::GetAlignedPointerFromEmbedderData(). 754 using A = internal::Address; in GetInternalField() 755 using I = internal::Internals; in GetInternalField() 779 using A = internal::Address; in GetAlignedPointerFromInternalField() 780 using in GetAlignedPointerFromInternalField() [all...] |
/drivers/peripheral/display/buffer/test/moduletest/ |
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;
|
/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 =
|
H A D | stats-collector.h | 69 using IsForcedGC = GarbageCollector::Config::IsForcedGC; 72 using CollectionType = GarbageCollector::Config::CollectionType; 157 using ScopeIdType = std::conditional_t<scope_category == kMutatorThread, 217 using DisabledScope = InternalScope<kDisabled, kMutatorThread>; 218 using EnabledScope = InternalScope<kEnabled, kMutatorThread>; 219 using DisabledConcurrentScope = InternalScope<kDisabled, kConcurrentThread>; 220 using EnabledConcurrentScope = InternalScope<kEnabled, kConcurrentThread>; 251 // Observers are implemented using virtual calls. Avoid notifications below 379 // Iterate using indices to allow push_back() of new observers. in ForAllAllocationObservers() 492 using Atomic3 in IncreaseScopeTime() [all...] |
/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 | shared-function-info.h | 49 using FunctionSig = Signature<ValueType>; 178 using BodyDescriptor = StructBodyDescriptor; 265 using TorqueGeneratedSharedFunctionInfo:: 267 using TorqueGeneratedSharedFunctionInfo:: 303 using TorqueGeneratedSharedFunctionInfo::formal_parameter_count; 304 using TorqueGeneratedSharedFunctionInfo::set_formal_parameter_count; 308 // called without using argument adaptor frames. 429 using TorqueGeneratedSharedFunctionInfo::function_token_offset; 430 using TorqueGeneratedSharedFunctionInfo::set_function_token_offset; 500 // Defines the index in a native context of closure's map instantiated using [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;
|
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/ |
H A D | gitsource.sh | 300 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[0]}", \ 301 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[1]}" 305 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${gitsource_governors[0]}", \ 306 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${gitsource_governors[1]}" 310 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[0]}", \ 311 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[1]}", \ 312 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${gitsource_governors[0]}", \ 313 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${gitsource_governors[1]}"
|
H A D | tbench.sh | 287 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${tbench_governors[0]}", \ 288 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${tbench_governors[1]}" 292 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${tbench_governors[0]}", \ 293 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${tbench_governors[1]}" 297 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${tbench_governors[0]}", \ 298 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${tbench_governors[1]}", \ 299 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${tbench_governors[0]}", \ 300 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${tbench_governors[1]}"
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 155 using AccessorGetterCallback = 157 using AccessorNameGetterCallback = 160 using AccessorSetterCallback = void (*)(Local<String> property, 163 using AccessorNameSetterCallback = 544 * \note Consider using non-masking interceptors, i.e., the interceptors are 731 using A = internal::Address; in GetInternalField() 732 using I = internal::Internals; in GetInternalField() 756 using A = internal::Address; in GetAlignedPointerFromInternalField() 757 using I = internal::Internals; in GetAlignedPointerFromInternalField()
|
H A D | v8-function-callback.h | 161 * property access was intercepted. When using 251 using FunctionCallback = void (*)(const FunctionCallbackInfo<Value>& info); 301 using I = internal::Internals; in Set() 324 using I = internal::Internals; in Set() 337 using I = internal::Internals; in SetNull() 344 using I = internal::Internals; in SetUndefined() 351 using I = internal::Internals; in SetEmptyString() 363 using I = internal::Internals; in Get() 464 using I = internal::Internals; in ShouldThrowOnError()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.h | 65 using SpecConstUsageBits = angle::PackedEnumBitSet<sh::vk::SpecConstUsage, uint32_t>; 74 using MipGenerationFunction = void (*)(size_t sourceWidth, 134 using InitializeTextureDataFunction = void (*)(size_t width, 141 using LoadImageFunction = void (*)(size_t width, 162 using LoadFunctionMap = LoadImageFunctionInfo (*)(GLenum); 163 using LoadTextureBorderFunction = void (*)(angle::ColorF &mBorderColor); 174 using LoadTextureBorderFunctionMap = LoadTextureBorderFunctionInfo (*)(); 227 using TextureMapWithSamplerFormat = angle::PackedEnumMap<gl::SamplerFormat, gl::TextureMap>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 26 /// (using a symbol name as a key) into debug info by providing an index of the 96 using AtomType = uint16_t; 97 using Form = dwarf::Form; 541 using iterator_category = std::input_iterator_tag; 542 using value_type = NameTableEntry; 543 using difference_type = uint32_t; 544 using pointer = NameTableEntry *; 545 using reference = NameTableEntry; // We return entries by value. 588 using const_iterator = SmallVector<NameIndex, 0>::const_iterator;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 208 using CallTarget = std::pair<StringRef, uint64_t>; 218 using SortedCallTargetSet = std::set<CallTarget, CallTargetComparator>; 219 using CallTargetMap = StringMap<uint64_t>; 225 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping 237 /// Sample counts accumulate using saturating arithmetic, to avoid wrapping 289 using BodySampleMap = std::map<LineLocation, SampleRecord>; 292 using FunctionSamplesMap = std::map<std::string, FunctionSamples, std::less<>>; 293 using CallsiteSampleMap = std::map<LineLocation, FunctionSamplesMap>; 623 using SamplesWithLoc = std::pair<const LocationT, SampleT>; 624 using SamplesWithLocLis [all...] |