HomeSort by relevance Sort by last modified time
    Searched defs:Group (Results 1 - 25 of 41) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
10 require 'antlr3/template/group-file-lexer'
11 require 'antlr3/template/group-file-parser'
15 class Group
  /frameworks/compile/mclinker/include/mcld/LD/
Group.h 1 //===- Group.h ------------------------------------------------------------===//
18 /** \class Group
19 * \brief Group records the grouping of all regions
21 class Group
LDFileFormat.h 42 Group,
  /libcore/luni/src/main/java/java/security/acl/
Group.java 24 * A {@code Principal} that represents a group of principals.
28 public interface Group extends Principal {
31 * Adds a member to this group.
40 * Removes a member from this group.
49 * Returns whether the specified principal is a member of this group.
58 * Returns the members of this group.
60 * @return the members of this group.
  /external/llvm/include/llvm/MC/
MCSectionELF.h 44 const MCSymbol *Group;
49 SectionKind K, unsigned entrySize, const MCSymbol *group)
51 EntrySize(entrySize), Group(group) {}
63 const MCSymbol *getGroup() const { return Group; }
  /external/webkit/Source/WebKit/chromium/public/
WebMenuItemInfo.h 45 Group,
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
Group.java 25 * A named group of zero or more mailboxes.
29 public class Group extends Address {
34 * @param name The group name.
35 * @param mailboxes The mailboxes in this group.
37 public Group(String name, MailboxList mailboxes) {
43 * Returns the group name.
50 * Returns the mailboxes in this group.
  /external/clang/include/clang/Frontend/
HeaderSearchOptions.h 19 /// IncludeDirGroup - Identifiers the group a include entry belongs to, which
21 /// path starts at the -iquote group, then searches the Angled group, then
22 /// searches the system group, etc.
43 frontend::IncludeDirGroup Group;
64 Entry(StringRef path, frontend::IncludeDirGroup group,
67 : Path(path), Group(group), IsUserSupplied(isUserSupplied),
113 /// AddPath - Add the \arg Path path to the specified \arg Group list.
114 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 16 @template_library ||= ANTLR3::Template::Group.new
25 ANTLR3::Template::Group.load( group_file )
40 self.class.template_library or ANTLR3::Template::Group.new
88 autoload :GroupFile, 'antlr3/template/group-file'
90 class Group < Module
91 autoload :Lexer, 'antlr3/template/group-file'
92 autoload :Parser, 'antlr3/template/group-file'
98 return( parser.group( namespace ) )
105 end or raise( LoadError, "no such template group file to load %s" % group_file )
112 return( parser.group( namespace )
    [all...]
  /external/clang/include/clang/Driver/
Option.h 29 /// additional information about what group the option is a member
65 /// Group this option is a member of, if any.
66 const OptionGroup *Group;
96 const OptionGroup *Group, const Option *Alias);
103 const OptionGroup *getGroup() const { return Group; }
147 /// given option (which may be a group).
172 OptionGroup(OptSpecifier ID, const char *Name, const OptionGroup *Group);
214 FlagOption(OptSpecifier ID, const char *Name, const OptionGroup *Group,
227 JoinedOption(OptSpecifier ID, const char *Name, const OptionGroup *Group,
241 const OptionGroup *Group, const Option *Alias)
    [all...]
  /external/clang/lib/Driver/
OptTable.cpp 134 const OptionGroup *Group =
145 Opt = new OptionGroup(id, info.Name, Group); break;
147 Opt = new FlagOption(id, info.Name, Group, Alias); break;
149 Opt = new JoinedOption(id, info.Name, Group, Alias); break;
151 Opt = new SeparateOption(id, info.Name, Group, Alias); break;
153 Opt = new CommaJoinedOption(id, info.Name, Group, Alias); break;
155 Opt = new MultiArgOption(id, info.Name, Group, Alias, info.Param); break;
157 Opt = new JoinedOrSeparateOption(id, info.Name, Group, Alias); break;
159 Opt = new JoinedAndSeparateOption(id, info.Name, Group, Alias); break;
331 // If not in a group, return the default help group
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 47 const std::vector<Record*> &getParents(const Record *Group) {
48 return Mapping[Group];
54 getCategoryFromDiagGroup(const Record *Group,
57 std::string CatName = Group->getValueAsString("CategoryName");
60 // The diag group may the subgroup of one or more other diagnostic groups,
62 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
74 // If the diagnostic is in a group, and that group has a category, use it.
75 if (DefInit *Group = dynamic_cast<DefInit*>(R->getValueInit("Group"))) {
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 227 StringRef Group = "";
230 Group = Sym->getName();
236 Flags, Kind, 0, Group);
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 363 bool Group = Flags & ELF::SHF_GROUP;
368 if (Group)
369 return TokError("Group section must specify the type");
389 if (Group) {
391 return TokError("expected group name");
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 41 enum ItemType { Option, Group, Separator };
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 40 enum ItemType { Option, Group, Separator };
  /external/chromium/net/socket/
client_socket_pool_base.cc 216 const RequestQueue::iterator& it, Group* group) {
218 group->mutable_pending_requests()->erase(it);
220 if (group->pending_requests().empty())
221 group->CleanupBackupJob();
236 Group* group = GetOrCreateGroup(group_name); local
244 InsertRequestIntoQueue(request, group->mutable_pending_requests());
269 Group* group = GetOrCreateGroup(group_name) local
309 Group* group = GetOrCreateGroup(group_name); local
465 Group* group = GetOrCreateGroup(group_name); local
515 const Group& group = *group_map_.find(group_name)->second; local
558 const Group* group = it->second; local
619 Group* group = i->second; local
715 Group* group = i->second; local
799 Group* group = group_it->second; local
944 Group* group = i->second; local
963 Group* group = i->second; local
1006 Group* group = i->second; local
    [all...]
client_socket_pool_base.h 9 // connecting) sockets per "group" (generally speaking, the hostname), (2)
10 // maintaining a per-group list of idle, persistent sockets for reuse, and (3)
340 // 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 {
345 Group();
346 ~Group();
410 ScopedRunnableMethodFactory<Group> method_factory_;
413 typedef std::map<std::string, Group*> GroupMap;
432 Group* group)
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 553 if (E.IsFramework && (E.Group != frontend::Angled || !E.IsUserSupplied))
556 switch (E.Group) {
596 assert(E.Group == frontend::System && "Unexpected header search group");
602 if (E.Group != frontend::Angled && E.Group != frontend::System)
604 Res.push_back(E.Group == frontend::Angled ? "-iwithprefixbefore" :
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 262 // Map from a group section to the signature symbol
264 // Map from a signature symbol to the group section
296 // those are the .note.GNU-stack section and the group sections.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 490 u8 Group:4;
  /external/clang/lib/Sema/
SemaDecl.cpp 52 Decl *Group[2] = { OwnedType, Ptr };
53 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 819 milliseconds

1 2