Home
last modified time | relevance | path

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

12

/external/chromium_org/ui/base/models/
Dtable_model.h26 struct Group { struct
33 typedef std::vector<Group> Groups; argument
/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
187 Record *Group = DiagGroups[i]; in groupDiagnostics() local
339 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup()
366 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
383 void InferPedantic::markGroup(const Record *Group) { in markGroup()
404 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local
423 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) in compute() local
443 Record *Group = DiagGroups[i]; in compute() local
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
Dgroup-file.rb15 class Group class
/external/llvm/lib/Option/
DOption.cpp69 const Option Group = getGroup(); in dump() local
97 const Option Group = getGroup(); in matches() local
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp139 static void benchmark( llvm::TimerGroup &Group in benchmark()
209 llvm::TimerGroup Group("YAML parser benchmark"); in main() local
212 llvm::TimerGroup Group("YAML parser benchmark"); in main() local
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp216 ListScope Group(W, "Sections"); in printSections() local
338 DictScope Group(W, "Relocation"); in printRelocation() local
366 ListScope Group(W, "Symbols"); in printSymbols() local
374 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
DCOFFDumper.cpp700 DictScope Group(W, "Relocation"); in printRelocation() local
714 ListScope Group(W, "Symbols"); in printSymbols() local
720 void COFFDumper::printDynamicSymbols() { ListScope Group(W, "DynamicSymbols"); } in printDynamicSymbols() local
DELFDumper.cpp675 DictScope Group(W, "Relocation"); in printRelocation() local
692 ListScope Group(W, "Symbols"); in printSymbols() local
702 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
/external/protobuf/src/google/protobuf/
Dunittest_extension_nano.proto30 optional group Group = 1 { field
/external/chromium_org/gpu/command_buffer/common/
Ddebug_marker_manager.cc10 DebugMarkerManager::Group::Group(const std::string& name) in Group() function in gpu::gles2::DebugMarkerManager::Group
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h49 frontend::IncludeDirGroup Group; member
174 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/external/chromium_org/chrome/browser/ui/app_list/search/
Dmixer.cc98 class Mixer::Group { class in app_list::Mixer
100 Group(size_t max_results, double boost) in Group() function in app_list::Mixer::Group
/external/llvm/include/llvm/MC/
DMCSectionELF.h47 const MCSymbol *Group; variable
/external/chromium_org/third_party/WebKit/public/web/
DWebMenuItemInfo.h45 Group, enumerator
/external/clang/tools/diagtool/
DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp522 static void getDiagnosticsInGroup(const WarningOption *Group, in getDiagnosticsInGroup()
536 StringRef Group, in getDiagnosticsInGroup()
555 StringRef DiagnosticIDs::getNearestWarningOption(StringRef Group) { in getNearestWarningOption()
DDiagnostic.cpp231 bool DiagnosticsEngine::setSeverityForGroup(StringRef Group, diag::Severity Map, in setSeverityForGroup()
245 bool DiagnosticsEngine::setDiagnosticGroupWarningAsError(StringRef Group, in setDiagnosticGroupWarningAsError()
274 bool DiagnosticsEngine::setDiagnosticGroupErrorAsFatal(StringRef Group, in setDiagnosticGroupErrorAsFatal()
/external/llvm/lib/MC/
DMCContext.cpp238 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection() local
251 SectionKind Kind, unsigned EntrySize, StringRef Group) { in getELFSection()
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dasync_util.js172 AsyncUtil.Group = function() { class
/external/clang/include/clang/Basic/
DVirtualFileSystem.h37 uint32_t Group; variable
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType1FormDictionary_autogen.cpp107 SkPdfTransparencyGroupDictionary* SkPdfType1FormDictionary::Group(SkPdfNativeDoc* doc) { in Group() function in SkPdfType1FormDictionary
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType1FormDictionary_autogen.cpp107 SkPdfTransparencyGroupDictionary* SkPdfType1FormDictionary::Group(SkPdfNativeDoc* doc) { in Group() function in SkPdfType1FormDictionary
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp453 bool Group = Flags & ELF::SHF_GROUP; in ParseSectionArguments() local
541 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments() local
/external/deqp/scripts/
Dtestset.py32 class Group: class

12