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

1 2 3 4 5 6 7 8

  /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/chromium_org/gpu/command_buffer/common/
debug_marker_manager.cc 10 DebugMarkerManager::Group::Group(const std::string& name)
15 DebugMarkerManager::Group::~Group() {
18 void DebugMarkerManager::Group::SetMarker(const std::string& marker) {
23 // Push root group.
24 group_stack_.push(Group(std::string("")));
39 group_stack_.push(Group(group_stack_.top().name() + "." + name));
debug_marker_manager.h 21 // Gets the current marker on the top group.
23 // Sets the current marker on the top group.
25 // Pushes a new group.
27 // Removes the top group. This is safe to call even when stack is empty.
32 class Group {
34 explicit Group(const std::string& name);
35 ~Group();
52 typedef std::stack<Group> GroupStack;
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 106 1: ld [%i0 + 0x0c], %f3 ! LSU Group
107 ld [%i0 + 0x0c], %g5 ! LSU Group
108 ld [%i0 + 0x08], %g4 ! LSU Group
110 addcc %g5, %g5, %g5 ! IEU1 Group
111 addx %g0, 0x0, %g3 ! IEU1 Group
112 addcc %g4, %g4, %g4 ! IEU1 Group
113 addx %g3, %g3, %g3 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
115 ld [%i0 + 0x04], %g4 ! LSU Group
116 addx %g3, %g3, %g3 ! IEU1 Group
    [all...]
xform.S 77 1: ld [%g1 + 0x00], %f0 ! LSU Group
79 ld [%g1 + 0x00], %f8 ! LSU Group
82 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0
83 fmuls %f0, M1, %f2 ! FGM Group
84 fmuls %f0, M2, %f3 ! FGM Group
85 fmuls %f0, M3, %f4 ! FGM Group
86 fmuls %f8, M0, %f9 ! FGM Group f1 available
89 fmuls %f8, M1, %f10 ! FGM Group f2 available
92 fmuls %f8, M2, %f11 ! FGM Group f3 available
95 fmuls %f8, M3, %f12 ! FGM Group f4 availabl
    [all...]
norm.S 60 fmuls %f0, M0, %f3 ! FGM Group
61 fmuls %f1, M1, %f4 ! FGM Group
62 fmuls %f0, M4, %f5 ! FGM Group
63 fmuls %f1, M5, %f6 ! FGM Group
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
65 fmuls %f1, M9, %f8 ! FGM Group f4 available
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
68 fmuls %f2, M6, %f0 ! FGM Group f6 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 availabl
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 106 1: ld [%i0 + 0x0c], %f3 ! LSU Group
107 ld [%i0 + 0x0c], %g5 ! LSU Group
108 ld [%i0 + 0x08], %g4 ! LSU Group
110 addcc %g5, %g5, %g5 ! IEU1 Group
111 addx %g0, 0x0, %g3 ! IEU1 Group
112 addcc %g4, %g4, %g4 ! IEU1 Group
113 addx %g3, %g3, %g3 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
115 ld [%i0 + 0x04], %g4 ! LSU Group
116 addx %g3, %g3, %g3 ! IEU1 Group
    [all...]
xform.S 77 1: ld [%g1 + 0x00], %f0 ! LSU Group
79 ld [%g1 + 0x00], %f8 ! LSU Group
82 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0
83 fmuls %f0, M1, %f2 ! FGM Group
84 fmuls %f0, M2, %f3 ! FGM Group
85 fmuls %f0, M3, %f4 ! FGM Group
86 fmuls %f8, M0, %f9 ! FGM Group f1 available
89 fmuls %f8, M1, %f10 ! FGM Group f2 available
92 fmuls %f8, M2, %f11 ! FGM Group f3 available
95 fmuls %f8, M3, %f12 ! FGM Group f4 availabl
    [all...]
norm.S 60 fmuls %f0, M0, %f3 ! FGM Group
61 fmuls %f1, M1, %f4 ! FGM Group
62 fmuls %f0, M4, %f5 ! FGM Group
63 fmuls %f1, M5, %f6 ! FGM Group
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
65 fmuls %f1, M9, %f8 ! FGM Group f4 available
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
68 fmuls %f2, M6, %f0 ! FGM Group f6 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 availabl
    [all...]
  /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/chromium_org/chrome/browser/ui/app_list/search/
mixer.h 19 // result. These slots could be viewed as having three groups: main group
20 // (local apps and contacts), omnibox group and web store group. The
21 // main group takes no more than 4 slots. The web store takes no more than 2
22 // slots. The omnibox group takes all the remaining slots.
26 // of group creation in Init().
39 // Associates a provider with a mixer group.
40 void AddProviderToGroup(GroupId group, SearchProvider* provider);
46 class Group;
47 typedef ScopedVector<Group> Groups
    [all...]
  /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),
147 /// AddPath - Add the \p Path path to the specified \p Group list.
148 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
    [all...]
  /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/chromium_org/ui/base/models/
table_model.h 26 struct Group {
27 // The title text for the group.
30 // Unique id for the group.
33 typedef std::vector<Group> Groups;
57 // shows a visual separator for each group, followed by all the rows in
58 // the group.
60 // On win2k a visual separator is not rendered for the group headers.
67 // Returns the group id of the specified row.
  /packages/apps/UnifiedEmail/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/chromium_org/third_party/WebKit/public/web/
WebMenuItemInfo.h 45 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/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/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...]
  /external/chromium/webkit/glue/
webmenuitem.h 19 GROUP = WebKit::WebMenuItemInfo::Group,
  /external/chromium_org/content/public/common/
menu_item.h 22 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/chromium_org/third_party/lcov/rpm/
lcov.spec 6 Group: Development/Tools
  /external/chromium_org/third_party/lcov-1.9/rpm/
lcov.spec 6 Group: Development/Tools

Completed in 527 milliseconds

1 2 3 4 5 6 7 8