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

1 2 3 4 5 6 7

  /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
  /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
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 23 /// IncludeDirGroup - Identifiers the group a include entry belongs to, which
25 /// path starts at the -iquote group, then searches the Angled group, then
26 /// searches the system group, etc.
49 frontend::IncludeDirGroup Group;
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
59 : Path(path), Group(group), IsFramework(isFramework),
123 /// AddPath - Add the \p Path path to the specified \p Group list.
124 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebMenuItemInfo.h 45 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.
  /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/llvm/include/llvm/MC/
MCSectionELF.h 46 const MCSymbol *Group;
51 SectionKind K, unsigned entrySize, const MCSymbol *group)
53 EntrySize(entrySize), Group(group) {}
70 const MCSymbol *getGroup() const { return Group; }
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 125 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, "Large Values", createJSONText(MemoryLimitMB, 50000))
    [all...]
  /external/clang/lib/Driver/
Option.cpp 59 const Option Group = getGroup();
60 if (Group.isValid()) {
61 llvm::errs() << " Group:";
62 Group.dump();
87 const Option Group = getGroup();
88 if (Group.isValid())
89 return Group.matches(Opt);
  /external/clang/tools/diagtool/
TreeView.cpp 33 llvm::errs() << "Usage: diagtool tree [--flags-only] [<diagnostic-group>]\n";
60 static void printGroup(llvm::raw_ostream &out, const GroupRecord &Group,
66 out << "-W" << Group.getName() << "\n";
70 for (GroupRecord::subgroup_iterator I = Group.subgroup_begin(),
71 E = Group.subgroup_end();
77 for (GroupRecord::diagnostics_iterator I = Group.diagnostics_begin(),
78 E = Group.diagnostics_end();
102 llvm::errs() << "No such diagnostic group exists\n";
  /external/llvm/lib/Option/
Option.cpp 61 const Option Group = getGroup();
62 if (Group.isValid()) {
63 llvm::errs() << " Group:";
64 Group.dump();
89 const Option Group = getGroup();
90 if (Group.isValid())
91 return Group.matches(Opt);
  /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/chromium/webkit/glue/
webmenuitem.h 19 GROUP = WebKit::WebMenuItemInfo::Group,
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 55 const std::vector<Record*> &getParents(const Record *Group) {
56 return Mapping[Group];
62 getCategoryFromDiagGroup(const Record *Group,
65 std::string CatName = Group->getValueAsString("CategoryName");
68 // The diag group may the subgroup of one or more other diagnostic groups,
70 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
82 // If the diagnostic is in a group, and that group has a category, use it.
83 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) {
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 9 ATTRIBUTE Login-LAT-Group 36 string
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 50 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
225 /// \brief Get the set of all diagnostic IDs in the group with the given name.
227 /// \param Diags [out] - On return, the diagnostics in the group.
228 /// \returns True if the given group is unknown, false otherwise.
229 bool getDiagnosticsInGroup(StringRef Group,
236 /// group name.
237 static StringRef getNearestWarningOption(StringRef Group);
240 /// \brief Get the set of all diagnostic IDs in the given group.
242 /// \param Diags [out] - On return, the diagnostics in the group.
243 void getDiagnosticsInGroup(const WarningOption *Group,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 22 import org.eclipse.swt.widgets.Group;
30 * Creates the working set group with controls that allow
48 Group workingSetGroup = new Group(composite, SWT.NONE);
  /external/quake/quake/src/QW/
qwcl.x11.spec.sh 18 Group: Games
  /external/quake/quake/src/WinQuake/
quake-hipnotic.spec.sh 19 Group: Games
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 55 /// AddPath - Add the specified path to the specified group list, prefixing
57 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
59 /// AddUnmappedPath - Add the specified path to the specified group list,
61 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
119 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
122 // group.
127 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
132 AddUnmappedPath(Path, Group, isFramework);
135 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
145 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 39 import org.eclipse.swt.widgets.Group;
78 Group targetGroup = new Group(top, SWT.NONE);
85 Group libraryGroup = new Group(top, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 32 import org.eclipse.swt.widgets.Group;
81 Group controlGroup = new Group(parent, SWT.BORDER);
131 Group statusGroup = new Group(parent, SWT.NONE);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 12 File.dirname( __FILE__ ), 'sample-input', 'template-group'
77 templates = @group.templates
79 templates.should equal @group::TEMPLATES
89 template_class.should be < @group # it should include the group module
93 example "template_defined?( name ) should verify whether a template is defined in a group" do
95 @group.template_defined?( name ).should be_true
96 @group.template_defined?( name.to_s ).should be_true
99 @group.template_defined?( :something_else ).should be_false
104 @group.should respond_to( name
    [all...]
  /external/blktrace/
btrace.spec 16 Group: foo

Completed in 1723 milliseconds

1 2 3 4 5 6 7