Searched defs:Group (Results 1 - 25 of 46) sorted by relevance

12

/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/chromium_org/gpu/command_buffer/common/
H A Ddebug_marker_manager.cc10 DebugMarkerManager::Group::Group(const std::string& name) function in class:gpu::gles2::DebugMarkerManager::Group
15 DebugMarkerManager::Group::~Group() {
18 void DebugMarkerManager::Group::SetMarker(const std::string& marker) {
24 group_stack_.push(Group(std::string()));
39 group_stack_.push(Group(group_stack_.top().name() + "." + name));
H A Ddebug_marker_manager.h32 class Group { class in class:gpu::gles2::DebugMarkerManager
34 explicit Group(const std::string& name);
35 ~Group();
52 typedef std::stack<Group> GroupStack;
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dasync_util.js174 AsyncUtil.Group = function() {
190 AsyncUtil.Group.prototype.add = function(closure, opt_dependencies, opt_name) {
209 AsyncUtil.Group.prototype.run = function(opt_onCompletion) {
219 AsyncUtil.Group.prototype.continue_ = function() {
254 AsyncUtil.Group.prototype.finish_ = function(task) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebMenuItemInfo.h45 Group, enumerator in enum:blink::WebMenuItemInfo::Type
/external/chromium_org/ui/base/models/
H A Dtable_model.h26 struct Group { struct in class:ui::TableModel
33 typedef std::vector<Group> Groups;
/external/clang/tools/diagtool/
H A DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { argument
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();
/external/deqp/scripts/
H A Dtestset.py32 class Group: class in inherits:
110 group = Group(groupName)
133 group = Group(groupName)
/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py62 from reportlab.graphics.shapes import Group, Drawing, scale namespace
65 g = Group(pen.path)
/external/fonttools/Tools/fontTools/pens/
H A DreportLabPen.py62 from reportlab.graphics.shapes import Group, Drawing, scale namespace
65 g = Group(pen.path)
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h47 const MCSymbol *Group; member in class:llvm::MCSectionELF
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/llvm/lib/Option/
H A DOption.cpp69 const Option Group = getGroup(); local
70 if (Group.isValid()) {
71 llvm::errs() << " Group:";
72 Group.dump();
97 const Option Group = getGroup(); local
98 if (Group.isValid())
99 return Group.matches(Opt);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer.cc52 class Mixer::Group { class in class:app_list::Mixer
54 Group(size_t max_results, double boost) function in class:app_list::Mixer::Group
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));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb16 @template_library ||= ANTLR3::Template::Group.new
25 ANTLR3::Template::Group.load( group_file )
40 self.class.template_library or ANTLR3::Template::Group.new
90 class Group < Module class in class:ANTLR3.Template
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1FormDictionary_autogen.cpp107 SkPdfTransparencyGroupDictionary* SkPdfType1FormDictionary::Group(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
108 SkPdfNativeObject* ret = get("Group", "");
116 return get("Group", "") != NULL;
H A DSkPdfPageObjectDictionary_autogen.cpp175 SkPdfTransparencyGroupDictionary* SkPdfPageObjectDictionary::Group(SkPdfNativeDoc* doc) { function in class:SkPdfPageObjectDictionary
176 SkPdfNativeObject* ret = get("Group", "");
184 return get("Group", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1FormDictionary_autogen.cpp107 SkPdfTransparencyGroupDictionary* SkPdfType1FormDictionary::Group(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
108 SkPdfNativeObject* ret = get("Group", "");
116 return get("Group", "") != NULL;
H A DSkPdfPageObjectDictionary_autogen.cpp175 SkPdfTransparencyGroupDictionary* SkPdfPageObjectDictionary::Group(SkPdfNativeDoc* doc) { function in class:SkPdfPageObjectDictionary
176 SkPdfNativeObject* ret = get("Group", "");
184 return get("Group", "") != NULL;
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h37 uint32_t Group; member in class:clang::vfs::Status
49 llvm::sys::TimeValue MTime, uint32_t User, uint32_t Group,
64 uint32_t getGroup() const { return Group; }
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h49 frontend::IncludeDirGroup Group; member in struct:clang::HeaderSearchOptions::Entry
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, argument
176 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp70 unsigned Group,
75 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
83 assert(GroupNodeIndices[0] == 0 && "Reg 0 not in Group 0!");
482 DEBUG(dbgs() << "\tKill Group:");
557 DEBUG(dbgs() << "\tRename Candidates for Group g" << AntiDepGroupIndex
69 GetGroupRegs( unsigned Group, std::vector<unsigned> &Regs, std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) argument
H A DTargetLoweringObjectFileImpl.cpp215 StringRef Group = ""; local
218 Group = C->getName();
223 Kind, /*EntrySize=*/0, Group);
265 StringRef Group = ""; local
269 Group = C->getName();
271 Group = Name.substr(Prefix.size());
277 Flags, Kind, 0, Group);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarLayout.java66 private static class Group { class in class:InfoBarLayout
70 * The gravity of each view in Group. Must be either Gravity.START, Gravity.END, or
115 private Group mMainGroup;
116 private Group mCustomGroup;
117 private Group mButtonGroup;
283 private Group addGroup(View... views) {
284 Group group = new Group();
418 private void placeGroup(Group group) {
474 private int getWidthWithMargins(Group grou
[all...]
/external/chromium_org/tools/gn/
H A Dparser.cc67 {&Parser::Group, NULL, -1}, // LEFT_PAREN
242 scoped_ptr<ParseNode> Parser::Group(Token token) { function in class:Parser
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
62 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, argument
128 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
133 AddUnmappedPath(Path, Group, isFramework);
136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, argument
146 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) {
148 } else if (Group
[all...]

Completed in 7883 milliseconds

12