| /third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
| D | testlist.go | 44 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/rust/crates/syn/src/ |
| D | token.rs | 619 pub struct Group { struct 625 pub fn Group<S: IntoSpans<Span>>(span: S) -> Group { in Group() argument 631 impl std::default::Default for Group { implementation 641 impl Copy for Group {} implementation 645 impl Clone for Group { implementation 653 impl Debug for Group { implementation 661 impl cmp::Eq for Group {} implementation 665 impl PartialEq for Group { implementation 673 impl Hash for Group { implementation 677 impl Group { impl [all …]
|
| D | group.rs | 37 pub struct Group<'a> { struct 39 pub token: token::Group, argument 41 pub content: ParseBuffer<'a>,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Debug.h | 116 struct Group struct 135 std::vector<Group> mGroups; argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
| D | LSUnit.h | 80 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | XCOFFObjectWriter.cpp | 126 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
|
| D | MCContext.cpp | 316 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
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_ra.cpp | 78 struct Group { struct 79 int priority; 80 std::array<PRegister, 4> channels;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
| D | Option.cpp | 71 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/ |
| D | X86CmovConversion.cpp | 186 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/node/deps/v8/src/objects/ |
| D | swiss-hash-table-helpers.h | 424 using Group = GroupPortableImpl; variable 428 using Group = GroupSse2Impl; variable 437 using Group = GroupSse2Polyfill; variable 440 using Group = GroupPortableImpl; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
| D | LSUnit.cpp | 57 const MemoryGroup &Group = *GroupIt.second; in dump() local 148 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | returnTagTypeGuard.ts | 18 class Group { class
|
| /third_party/rust/crates/syn/tests/ |
| D | test_round_trip.rs | 201 enum Group { in normalize() enum 218 enum Group { in normalize() enum
|
| /third_party/skia/tools/viewer/ |
| D | SlideDir.h | 22 class Group; variable
|
| /third_party/rust/crates/proc-macro2/src/ |
| D | wrapper.rs | 547 pub(crate) enum Group { enum 552 impl Group { impl 619 fn unwrap_nightly(self) -> proc_macro::Group { in unwrap_nightly() 627 impl From<fallback::Group> for Group { implementation 633 impl Display for Group { implementation 642 impl Debug for Group { implementation
|
| D | fallback.rs | 673 pub(crate) struct Group { struct 679 impl Group { argument 713 impl Display for Group { implementation 740 impl Debug for Group { implementation
|
| D | lib.rs | 550 Group(Group), enumerator 649 pub struct Group { struct 650 inner: imp::Group, argument 672 impl Group { impl 760 impl Display for Group { implementation 766 impl Debug for Group { implementation
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | FieldType.cs | 79 Group, enumerator
|
| /third_party/elfutils/config/ |
| D | debuginfod.service | 9 Group=debuginfod key
|
| /third_party/node/deps/v8/tools/system-analyzer/ |
| D | helper.mjs | 5 export class Group { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LoopVersioning.cpp | 188 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata() local 235 auto Group = PtrToGroup.find(Ptr); in annotateInstWithNoAlias() local
|
| /third_party/skia/modules/sksg/src/ |
| D | SkSGGroup.cpp | 18 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/ |
| D | MCSectionWasm.h | 34 const MCSymbolWasm *Group; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | VectorUtils.cpp | 640 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps() 924 InterleaveGroup<Instruction> *Group = nullptr; in analyzeInterleaving() local 1052 for (auto *Group : StoreGroups) in analyzeInterleaving() local 1073 for (auto *Group : LoadGroups) { in analyzeInterleaving() local 1133 InterleaveGroup<Instruction> *Group = I.second; in invalidateGroupsRequiringScalarEpilogue() local
|