Home
last modified time | relevance | path

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

12345678

/external/cronet/base/task/sequence_manager/
Datomic_flag_set.h93 struct BASE_EXPORT Group { struct
96 Group& operator=(const Group&) = delete; argument
104 raw_ptr<Group> prev = nullptr; argument
105 std::unique_ptr<Group> next; argument
106 raw_ptr<Group> partially_free_list_prev = nullptr; argument
107 raw_ptr<Group> partially_free_list_next = nullptr; argument
/external/swiftshader/tests/regres/testlist/
Dtestlist.go43 type Group struct { struct
44 Name string
45 File string
46 API API
47 Tests []string
51 func (g *Group) Load() error {
55 func (g *Group) LoadFile(file string) error {
76 func (g Group) Filter(pred func(string) bool) Group {
91 func (g Group) Limit(limit int) Group {
/external/angle/src/libANGLE/
DDebug.h117 struct Group struct
137 std::vector<Group> mGroups; argument
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp434 ListScope Group(W, "Sections"); in printSections() local
558 DictScope Group(W, "Relocation"); in printRelocation() local
595 ListScope Group(W, "Symbols"); in printSymbols() local
603 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
682 DictScope Group(W, "DataInCode"); in printMachODataInCode() local
690 DictScope Group(W, "Entry"); in printMachODataInCode() local
721 DictScope Group(W, "MinVersion"); in printMachOVersionMin() local
749 DictScope Group(W, "Dysymtab"); in printMachODysymtab() local
777 DictScope Group(W, "Segment"); in printMachOSegment() local
797 DictScope Group(W, "Indirect Symbols"); in printMachOIndirectSymbols() local
[all …]
/external/rust/crates/syn/src/
Dgroup.rs30 pub struct Group<'a> { struct
31 pub token: token::Group, argument
32 pub content: ParseBuffer<'a>,
/external/rust/crates/hashbrown/src/raw/
Dsse2.rs19 pub struct Group(x86::__m128i); struct
23 impl Group { implementation
Dgeneric.rs40 pub struct Group(GroupWord); struct
47 impl Group { implementation
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents()
63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup()
84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local
186 Record *Group = DiagGroups[i]; in groupDiagnostics() local
338 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup()
365 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
382 void InferPedantic::markGroup(const Record *Group) { in markGroup()
403 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local
422 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) in compute() local
442 Record *Group = DiagGroups[i]; in compute() local
[all …]
/external/rust/crates/rustversion/src/
Dtoken.rs45 pub fn parse_paren(introducer: &Ident, iter: Iter) -> Result<Group> { in parse_paren()
61 pub fn parse_optional_paren(iter: Iter) -> Option<Group> { in parse_optional_paren()
/external/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
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h89 Group, enumerator
123 struct Group : Section { struct
127 Group() : Section(SectionKind::Group) {} in Group() argument
129 return S->Kind == SectionKind::Group; in classof() argument
/external/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
/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go675 type Group struct { struct
676 state protoimpl.MessageState
677 sizeCache protoimpl.SizeCache
678 unknownFields protoimpl.UnknownFields
680 Group *Group_Group `protobuf:"group,1,req,name=Group,json=group" json:"group,omitempty"` argument
683 func (x *Group) Reset() {
692 func (x *Group) String() string {
696 func (*Group) ProtoMessage() {}
698 func (x *Group) ProtoReflect() protoreflect.Message {
711 func (*Group) Descriptor() ([]byte, []int) {
[all …]
Drequired.proto68 message Group { message
69 required group Group = 1 { field
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp146 static void benchmark( llvm::TimerGroup &Group in benchmark()
221 llvm::TimerGroup Group("YAML parser benchmark"); in main() local
224 llvm::TimerGroup Group("YAML parser benchmark"); in main() local
/external/llvm/lib/Option/
DOption.cpp68 const Option Group = getGroup(); in print() local
98 const Option Group = getGroup(); in matches() local
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/
DAutofuzzCodegenVisitor.java92 private static class Group { class in AutofuzzCodegenVisitor
98 Group(String prefix, String delimiter, String suffix) { in Group() method in AutofuzzCodegenVisitor.Group
/external/rust/crates/itertools/src/
Dgroupbylazy.rs393 pub struct Group<'a, K: 'a, I: 'a, F: 'a> struct
397 parent: &'a GroupBy<K, I, F>, argument
402 impl<'a, K, I, F> Drop for Group<'a, K, I, F> implementation
411 impl<'a, K, I, F> Iterator for Group<'a, K, I, F> implementation
/external/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
/external/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
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file.rb15 class Group class
/external/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
/external/pigweed/pw_metric/
Dmetric.cc112 Group::Group(Token name) : name_(name) {} in Group() function in pw::metric::Group
114 Group::Group(Token name, IntrusiveList<Group>& groups) : name_(name) { in Group() function in pw::metric::Group
/external/llvm/lib/MC/
DMCContext.cpp298 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection() local
314 const MCSymbolELF *Group, in createELFRelSection()
335 const Twine &Group, unsigned UniqueID, in getELFSection()
351 StringRef Group = ""; in getELFSection() local
380 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()

12345678