Searched refs:Group (Results 1 - 25 of 91) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
15 class Group class in class:ANTLR3.Template
/external/webkit/Source/WebKit/chromium/public/
H A DWebMenuItemInfo.h45 Group, enumerator in enum:WebKit::WebMenuItemInfo::Type
/external/clang/tools/diagtool/
H A DTreeView.cpp34 static void printGroup(llvm::raw_ostream &out, const GroupRecord &Group, argument
37 out << "-W" << Group.getName() << "\n";
40 for (GroupRecord::subgroup_iterator I = Group.subgroup_begin(),
41 E = Group.subgroup_end();
47 for (GroupRecord::diagnostics_iterator I = Group.diagnostics_begin(),
48 E = Group.diagnostics_end();
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp50 const std::vector<Record*> &getParents(const Record *Group) { argument
51 return Mapping[Group];
57 getCategoryFromDiagGroup(const Record *Group, argument
60 std::string CatName = Group->getValueAsString("CategoryName");
65 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
78 if (DefInit *Group = dynamic_cast<DefInit*>(R->getValueInit("Group"))) {
80 std::string CatName = getCategoryFromDiagGroup(Group->getDef(),
139 DefInit *DI = dynamic_cast<DefInit*>(R->getValueInit("Group"));
150 Record *Group local
219 isSubGroupOfGroup(const Record *Group, llvm::StringRef GName) argument
245 groupInPedantic(const Record *Group, bool increment) argument
262 markGroup(const Record *Group) argument
322 Record *Group = DiagGroups[i]; local
[all...]
/external/clang/include/clang/Frontend/
H A DHeaderSearchOptions.h43 frontend::IncludeDirGroup Group; member in struct:clang::HeaderSearchOptions::Entry
67 : Path(path), Group(group), IsUserSupplied(isUserSupplied),
128 /// AddPath - Add the \arg Path path to the specified \arg Group list.
129 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, argument
132 UserEntries.push_back(Entry(Path, Group, IsUserSupplied, IsFramework,
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h44 const MCSymbol *Group; member in class:llvm::MCSectionELF
51 EntrySize(entrySize), Group(group) {}
63 const MCSymbol *getGroup() const { return Group; }
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp125 static void benchmark( llvm::TimerGroup &Group
128 llvm::Timer BaseLine((Name + ": Loop").str(), Group);
137 llvm::Timer Tokenizing((Name + ": Tokenizing").str(), Group);
144 llvm::Timer Parsing((Name + ": Parsing").str(), Group);
193 llvm::TimerGroup Group("YAML parser benchmark");
194 benchmark(Group, "Fast", createJSONText(10, 500));
196 llvm::TimerGroup Group("YAML parser benchmark");
197 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5));
198 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500));
199 benchmark(Group, "Larg
[all...]
/external/clang/lib/Driver/
H A DOption.cpp22 : Info(info), ID(_ID.getID()), Group(_Group), Alias(_Alias) {
27 assert((!Alias || (!Alias->Alias && !Group)) &&
53 if (Group) {
54 llvm::errs() << " Group:";
55 Group->dump();
78 if (Group)
79 return Group->matches(Opt);
/external/chromium/net/socket/
H A Dclient_socket_pool_base.cc216 const RequestQueue::iterator& it, Group* group) {
236 Group* group = GetOrCreateGroup(group_name);
269 Group* group = GetOrCreateGroup(group_name);
309 Group* group = GetOrCreateGroup(group_name);
389 const Request* request, Group* group) {
465 Group* group = GetOrCreateGroup(group_name);
515 const Group& group = *group_map_.find(group_name)->second;
558 const Group* group = it->second;
619 Group* group = i->second;
644 ClientSocketPoolBaseHelper::Group* ClientSocketPoolBaseHelpe
1054 ClientSocketPoolBaseHelper::Group::Group() function in class:net::internal::ClientSocketPoolBaseHelper::Group
[all...]
H A Dclient_socket_pool_base.h340 // A Group is allocated per group_name when there are idle sockets or pending
341 // requests. Otherwise, the Group object is removed from the map.
343 class Group { class in class:net::internal::ClientSocketPoolBaseHelper
345 Group();
346 ~Group();
410 ScopedRunnableMethodFactory<Group> method_factory_;
413 typedef std::map<std::string, Group*> GroupMap;
432 Group* group);
434 Group* GetOrCreateGroup(const std::string& group_name);
449 bool FindTopStalledGroup(Group** grou
[all...]
/external/chromium/webkit/glue/
H A Dwebmenuitem.h19 GROUP = WebKit::WebMenuItemInfo::Group,
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.merit9 ATTRIBUTE Login-LAT-Group 36 string
/external/clang/include/clang/Driver/
H A DOption.h77 /// Group this option is a member of, if any.
78 const Option *Group; member in class:clang::driver::Option
85 const Option *Group, const Option *Alias);
91 const Option *getGroup() const { return Group; }
/external/quake/quake/src/QW/
H A Dqwcl.x11.spec.sh18 Group: Games
H A Dglqwcl.spec.sh18 Group: Games
H A Dqwcl.spec.sh18 Group: Games
/external/quake/quake/src/WinQuake/
H A Dquake-hipnotic.spec.sh19 Group: Games
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h233 bool getDiagnosticsInGroup(StringRef Group,
241 static StringRef getNearestWarningOption(StringRef Group);
247 void getDiagnosticsInGroup(const WarningOption *Group,
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb128 describe Template::Group, "dynamic template definition" do
132 @group = Template::Group.new do
208 describe Template::Group, "loading a template definition file" do
211 @group = Template::Group.load( SAMPLE_GROUP_FILE )
/external/blktrace/
H A Dbtrace.spec16 Group: foo
/external/libcap-ng/libcap-ng-0.7/
H A Dlibcap-ng.spec8 Group: System Environment/Libraries
21 Group: Development/Libraries
33 Group: Development/Libraries
44 Group: Development/Libraries
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp57 void AddPath(const Twine &Path, IncludeDirGroup Group,
109 IncludeDirGroup Group, bool isCXXAware,
120 if ((Group == System || Group == CXXSystem) && !IgnoreSysRoot &&
135 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap)
145 IncludePath.push_back(std::make_pair(Group, DirectoryLookup(DE, Type,
156 IncludePath.push_back(std::make_pair(Group, DirectoryLookup(HM, Type,
157 isUserSupplied, Group
108 AddPath(const Twine &Path, IncludeDirGroup Group, bool isCXXAware, bool isUserSupplied, bool isFramework, bool IgnoreSysRoot) argument
[all...]
/external/chromium/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec9 Group: Development/Libraries
25 Group: Development/Libraries
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp515 const WarningOption *Group,
519 if (const short *Member = Group->Members) {
525 if (const short *SubGroups = Group->SubGroups) {
532 StringRef Group,
535 WarningOption Key = { Group.size(), Group.data(), 0, 0 };
540 Found->getName() != Group)
553 StringRef DiagnosticIDs::getNearestWarningOption(StringRef Group) { argument
555 unsigned BestDistance = Group.size() + 1; // Sanity threshold.
562 unsigned Distance = i->getName().edit_distance(Group, tru
514 getDiagnosticsInGroup( const WarningOption *Group, llvm::SmallVectorImpl<diag::kind> &Diags) const argument
531 getDiagnosticsInGroup( StringRef Group, llvm::SmallVectorImpl<diag::kind> &Diags) const argument
[all...]
/external/libogg/
H A Dlibogg.spec6 Group: System Environment/Libraries
27 Group: Development/Libraries
99 - conform Group to Red Hat's idea of it

Completed in 511 milliseconds

1234