/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/llvm/include/llvm/MC/ |
MCSectionELF.h | 47 const MCSymbol *Group; 52 SectionKind K, unsigned entrySize, const MCSymbol *group) 54 EntrySize(entrySize), Group(group) {} 67 if (Group) 68 return (SectionName.str() + '_' + Group->getName() + "_begin").str(); 72 if (Group) 73 return (SectionName.str() + '_' + Group->getName() + "_end").str(); 79 const MCSymbol *getGroup() const { return 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/chromium_org/chrome/browser/ui/app_list/search/ |
mixer.h | 25 // result. These slots could be viewed as having three groups: main group 26 // (local apps and contacts), omnibox group and web store group. The 27 // main group takes no more than 4 slots. The web store takes no more than 2 28 // slots. The omnibox group takes all the remaining slots. 32 // of group creation in Init(). 46 // Associates a provider with a mixer group. 47 void AddProviderToGroup(GroupId group, SearchProvider* provider); 67 class Group; 68 typedef ScopedVector<Group> Groups [all...] |
mixer.cc | 51 // Used to group relevant providers together fox mixing their results. 52 class Mixer::Group { 54 Group(size_t max_results, double boost) 58 ~Group() {} 122 DISALLOW_COPY_AND_ASSIGN(Group); 130 groups_.push_back(new Group(kMaxMainGroupResults, 3.0)); 131 groups_.push_back(new Group(kNoMaxResultsLimit, 2.0)); 132 groups_.push_back(new Group(kMaxWebstoreResults, 1.0)); 133 groups_.push_back(new Group(kMaxPeopleResults, 0.0)); 136 void Mixer::AddProviderToGroup(GroupId group, SearchProvider* provider) [all...] |
/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.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebMenuItemInfo.h | 45 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), 173 /// AddPath - Add the \p Path path to the specified \p Group list. 174 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, [all...] |
/external/llvm/utils/yaml-bench/ |
YAMLBench.cpp | 139 static void benchmark( llvm::TimerGroup &Group 142 llvm::Timer BaseLine((Name + ": Loop").str(), Group); 151 llvm::Timer Tokenizing((Name + ": Tokenizing").str(), Group); 158 llvm::Timer Parsing((Name + ": Parsing").str(), Group); 209 llvm::TimerGroup Group("YAML parser benchmark"); 210 benchmark(Group, "Fast", createJSONText(10, 500)); 212 llvm::TimerGroup Group("YAML parser benchmark"); 213 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5)); 214 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500)); 215 benchmark(Group, "Large Values", createJSONText(MemoryLimitMB, 50000)) [all...] |
/external/clang/utils/TableGen/ |
ClangDiagnosticsEmitter.cpp | 56 const std::vector<Record*> &getParents(const Record *Group) { 57 return Mapping[Group]; 63 getCategoryFromDiagGroup(const Record *Group, 66 std::string CatName = Group->getValueAsString("CategoryName"); 69 // The diag group may the subgroup of one or more other diagnostic groups, 71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); 83 // If the diagnostic is in a group, and that group has a category, use it. 84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { [all...] |
/external/clang/tools/diagtool/ |
TreeView.cpp | 58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { 62 out << "-W" << Group.getName() << "\n"; 66 for (GroupRecord::subgroup_iterator I = Group.subgroup_begin(), 67 E = Group.subgroup_end(); 73 for (GroupRecord::diagnostics_iterator I = Group.diagnostics_begin(), 74 E = Group.diagnostics_end(); 90 llvm::errs() << "No such diagnostic group exists\n"; 98 llvm::errs() << "No such diagnostic group exists\n"; 143 llvm::errs() << "Usage: diagtool tree [--flags-only] [<diagnostic-group>]\n";
|
/external/chromium_org/content/public/common/ |
menu_item.h | 22 GROUP = blink::WebMenuItemInfo::Group,
|
/external/chromium_org/net/socket/ |
client_socket_pool_base.cc | 222 // limit. To find such a request, look for a group that has more requests 225 // |max_sockets_per_group_|, then the request is stalled on the group limit, 268 Group* group = GetOrCreateGroup(group_name); local 276 group->InsertPendingRequest(request.Pass()); 281 if (group->IsStalledOnPoolMaxSockets(max_sockets_per_group_)) { 311 Group* group = GetOrCreateGroup(group_name); local 313 // RequestSocketsInternal() may delete the group. 318 group->NumActiveSocketSlots() < num_sockets & 350 Group* group = GetOrCreateGroup(group_name); local 491 group, local 523 Group* group = GetOrCreateGroup(group_name); local 572 const Group& group = *group_map_.find(group_name)->second; local 608 const Group* group = it->second; local 676 Group* group = i->second; local 772 Group* group = i->second; local 872 Group* group = group_it->second; local 1018 Group* group = i->second; local 1037 Group* group = i->second; local 1080 Group* group = i->second; local [all...] |
/external/chromium_org/third_party/lcov/rpm/ |
lcov.spec | 6 Group: Development/Tools
|
/external/clang/include/clang/Driver/ |
SanitizerArgs.h | 27 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group, 36 ID = ALIAS, ID##Group = 1 << SO_##ID##Group, 123 /// member of each group whose flag is set in \p Kinds has its flag set in the
|
/external/libexif/ |
libexif.spec | 7 Group: System Environment/Libraries 21 Group: Development/Libraries
|
/external/llvm/lib/Option/ |
Option.cpp | 69 const Option Group = getGroup(); 70 if (Group.isValid()) { 71 llvm::errs() << " Group:"; 72 Group.dump(); 97 const Option Group = getGroup(); 98 if (Group.isValid()) 99 return Group.matches(Opt);
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 56 /// AddPath - Add the specified path to the specified group list, prefixing 58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework); 60 /// AddUnmappedPath - Add the specified path to the specified group list, 62 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, 123 // group. 128 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework); 133 AddUnmappedPath(Path, Group, isFramework); 136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 146 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) [all...] |