Home
last modified time | relevance | path

Searched refs:getAll (Results 26 - 50 of 51) sorted by relevance

123

/third_party/node/deps/undici/src/lib/fetch/
H A Dformdata.js86 getAll (name) {
89 webidl.argumentLengthCheck(arguments, 1, { header: 'FormData.getAll' })
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.h76 explicit RegisterRef(RegisterId R, LaneBitmask M = LaneBitmask::getAll()) in RegisterRef()
H A DRDFGraph.h435 return K == 0 ? LaneBitmask::getAll() : get(K); in getLaneMaskForIndex()
H A DRDFGraph.cpp977 return RegisterRef(PRI.getRegMaskId(Op.getRegMask()), LaneBitmask::getAll()); in makeRegRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp127 extendToUses(LI, Reg, LaneBitmask::getAll()); in calculate()
144 extendToUses(MainRange, LI.reg, LaneBitmask::getAll(), &LI); in constructMainRangeFromSubranges()
H A DSplitKit.cpp662 LaneMask = LaneBitmask::getAll(); in defFromParent()
1276 extendPHIRange(B, LRC, LI, LaneBitmask::getAll(), /*Undefs=*/{}); in extendPHIKillRanges()
H A DLiveInterval.cpp1091 : LaneBitmask::getAll();
H A DMachineSink.cpp1223 SuccBB->addLiveIn(SrcReg, Mask.any() ? Mask : LaneBitmask::getAll()); in updateLiveIn()
H A DRegisterCoalescer.cpp2529 V.WriteLanes = LaneBitmask::getAll(); in analyzeValue()
2799 OtherV.ValidLanes = LaneBitmask::getAll(); in computeAssignment()
H A DBranchFolding.cpp385 assert(P.LaneMask == LaneBitmask::getAll() && in replaceTailWithBranchTo()
H A DLiveIntervals.cpp786 DefinedLanesMask = LaneBitmask::getAll(); in addKillFlags()
H A DMachineVerifier.cpp2581 : LaneBitmask::getAll(); in verifyLiveRangeSegment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp1142 void MDAttachmentMap::getAll(
1177 void MDGlobalAttachmentMap::getAll(
1300 Info.getAll(Result);
1311 Info.getAll(Result);
1423 getContext().pImpl->GlobalObjectMetadata[this].getAll(MDs);
H A DLLVMContextImpl.h1200 void getAll(SmallVectorImpl<std::pair<unsigned, MDNode *>> &Result) const;
1239 void getAll(SmallVectorImpl<std::pair<unsigned, MDNode *>> &Result) const;
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DMainFragment.java189 Map<String, ?> allPrefs = mPrefs.getAll(); in validatePreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h487 LaneBitmask LaneMask = LaneBitmask::getAll());
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js423 typeof object.getAll === 'function' &&
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp275 : LaneBitmask::getAll(); in collectRegUses()
/third_party/node/lib/internal/
H A Durl.js434 getAll(name) {
625 getAll: kEnumerableProperty,
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp469 void getAll (typename std::vector<T*>& objects) const;
541 void ObjectManager<T>::getAll (typename std::vector<T*>& objects) const in getAll() function in sglr::rc::ObjectManager
H A DsglrReferenceContext.cpp470 m_vertexArrays.getAll(vertexArrays); in ~ReferenceContext()
479 m_textures.getAll(textures); in ~ReferenceContext()
486 m_framebuffers.getAll(framebuffers); in ~ReferenceContext()
493 m_renderbuffers.getAll(renderbuffers); in ~ReferenceContext()
500 m_buffers.getAll(buffers); in ~ReferenceContext()
507 m_programs.getAll(programs); in ~ReferenceContext()
2573 m_vertexArrays.getAll(vertexArrays);
/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DPreferencesCallBackJsunit.test.js541 * @tc.name getAll callback interface test
543 * @tc.desc getAll callback interface test
555 await mPreferences.getAll(function (err, obj) {
H A DPreferencesPromiseJsunit.test.js98 * @tc.name getAll promise interface test
100 * @tc.desc getAll promise interface test
112 let promise = mPreferences.getAll()
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp642 FileAccessService::GetInstance()->obsManager_.getAll(contexts); in InitTimer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp747 LaneBitmask Mask = LaneBitmask::getAll(); in parseBasicBlockLiveins()

Completed in 48 milliseconds

123