Home
last modified time | relevance | path

Searched defs:Group (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
Dtestlist.go44 type Group struct { struct
45 Name string
46 File string
47 API API
48 Tests []string
52 func (g *Group) Load() error {
56 func (g *Group) LoadFile(file string) error {
77 func (g Group) Filter(pred func(string) bool) Group {
92 func (g Group) Limit(limit int) Group {
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h111 struct Group struct
130 std::vector<Group> mGroups; argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h116 struct Group struct
135 std::vector<Group> mGroups; argument
/third_party/boost/boost/signals2/
Dsignal.hpp54 … signal<Signature, Combiner, Group, GroupCompare, SlotFunction, ExtendedSlotFunction, Mutex> &sig1, in swap() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h80 void addSuccessor(MemoryGroup *Group) { in addSuccessor()
252 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
260 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
268 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
274 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
/third_party/boost/libs/hana/include/boost/hana/concept/
Dgroup.hpp25 struct Group struct
/third_party/boost/boost/hana/concept/
Dgroup.hpp25 struct Group struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp126 for (auto *Group : Groups) in reset() local
311 CsectGroup &Group = getCsectGroup(MCSec); in executePostLayoutBinding() local
367 for (const auto *Group : Section->Groups) { in writeSections() local
563 for (const auto *Group : Section->Groups) { in writeSymbolTable() local
605 [](const CsectGroup *Group) { return Group->empty(); }); in assignAddressesAndIndices()
615 for (auto *Group : Section->Groups) { in assignAddressesAndIndices() local
DMCContext.cpp316 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection() local
333 const MCSymbolELF *Group, in createELFSectionImpl()
367 const MCSymbolELF *Group, in createELFRelSection()
388 const Twine &Group, unsigned UniqueID, in getELFSection()
403 StringRef Group = ""; in getELFSection() local
429 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
497 const Twine &Group, unsigned UniqueID, in getWasmSection()
512 StringRef Group = ""; in getWasmSection() local
DMCObjectFileInfo.cpp882 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOption.cpp71 const Option Group = getGroup(); in print() local
103 const Option Group = getGroup(); in matches() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp186 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
247 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
277 CmovGroup Group; in collectCmovCandidates() local
399 for (auto &Group : CmovInstGroups) in checkForProfitableCmovCandidates() local
533 for (auto &Group : TempGroups) { in checkForProfitableCmovCandidates() local
/third_party/typescript/tests/cases/conformance/jsdoc/
DreturnTagTypeGuard.ts18 class Group { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp57 const MemoryGroup &Group = *GroupIt.second; in dump() local
148 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local
/third_party/boost/libs/hana/include/boost/hana/
Dgroup.hpp35 using Group = BOOST_HANA_DISPATCH_IF(group_impl<S>, in operator ()() typedef
50 using Group = BOOST_HANA_DISPATCH_IF(group_impl<S>, in operator ()() typedef
/third_party/boost/boost/hana/
Dgroup.hpp35 using Group = BOOST_HANA_DISPATCH_IF(group_impl<S>, in operator ()() typedef
50 using Group = BOOST_HANA_DISPATCH_IF(group_impl<S>, in operator ()() typedef
/third_party/e2fsprogs/scrub/
De2scrub_fail@.service.in9 Group=mail key
/third_party/flutter/skia/tools/viewer/
DSlideDir.h19 class Group; variable
/third_party/skia/tools/viewer/
DSlideDir.h22 class Group; variable
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs79 Group, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp188 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata() local
235 auto Group = PtrToGroup.find(Ptr); in annotateInstWithNoAlias() local
/third_party/flutter/skia/modules/sksg/src/
DSkSGGroup.cpp16 Group::Group(std::vector<sk_sp<RenderNode>> children) in Group() function in sksg::Group
/third_party/skia/modules/sksg/src/
DSkSGGroup.cpp18 Group::Group(std::vector<sk_sp<RenderNode>> children) in Group() function in sksg::Group
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionWasm.h34 const MCSymbolWasm *Group; variable
DMCSectionELF.h45 const MCSymbolELF *Group; variable

1234