Searched refs:getGroup (Results 1 - 25 of 39) sorted by relevance

12

/external/llvm/include/llvm/MC/
H A DMCSectionELF.h79 const MCSymbol *getGroup() const { return Group; } function in class:llvm::MCSectionELF
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DTrackMetaData.java123 public int getGroup() { method in class:TrackMetaData
/external/deqp/android/scripts/
H A DGenAndroidCTSXMLFromTestList.py30 def getGroup(self, groupName): member in class:TestGroup
87 currentGroup = currentGroup.getGroup(component)
H A DGenAndroidCTSXML.py27 def getGroup(self, groupName): member in class:TestGroup
72 currentGroup = currentGroup.getGroup(component)
89 currentGroup = currentGroup.getGroup(component)
/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java58 this._jmDNSImpl.handleQuery(msg, this._jmDNSImpl.getGroup(), DNSConstants.MDNS_PORT);
H A DJmDNSImpl.java2207 public InetAddress getGroup() { method in class:JmDNSImpl
/external/llvm/include/llvm/Option/
H A DOption.h95 const Option getGroup() const { function in class:llvm::opt::Option
/external/llvm/lib/Option/
H A DOption.cpp69 const Option Group = getGroup();
97 const Option Group = getGroup();
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h64 uint32_t getGroup() const { return Group; } function in class:clang::vfs::Status
/external/llvm/include/llvm/Support/
H A DFileSystem.h203 uint32_t getGroup() const { return fs_st_gid; } function in class:llvm::sys::fs::file_status
209 uint32_t getGroup() const { function in class:llvm::sys::fs::file_status
/external/llvm/lib/MC/
H A DMCContext.cpp238 if (const MCSymbol *Group = Section->getGroup())
H A DELFObjectWriter.cpp1134 Group = Section.getGroup()->getName();
1477 const MCSymbol *SignatureSymbol = Section.getGroup();
1499 const MCSectionELF *Group = RevGroupMap[Section.getGroup()];
1537 Section.getGroup() ? Section.getGroup()->getName() : "";
1592 Section.getGroup() ? Section.getGroup()->getName() : "";
H A DMCELFStreamer.cpp90 const MCSymbol *Grp = static_cast<const MCSectionELF *>(Section)->getGroup();
/external/smack/src/org/jivesoftware/smack/
H A DRoster.java396 RosterGroup group = getGroup(groupName);
416 RosterGroup group = getGroup(groupName);
557 public RosterGroup getGroup(String name) { method in class:Roster
/external/doclava/src/com/google/doclava/
H A DSampleCode.java457 if (gNode.getGroup().equals(groupnodes.get(i).getLabel())) {
709 public String getGroup() { method in class:SampleCode.Node
H A DPageMetadata.java782 public String getGroup() { method in class:PageMetadata.Node
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp820 Status.getUser(), Status.getGroup(),
825 Status.getGroup(), Status.permissions(),
/external/chromium_org/third_party/icu/source/common/
H A Dunames.cpp476 * getGroup() does a binary search for the group that contains the
483 getGroup(UCharNames *names, uint32_t code) { function
580 const uint16_t *group=getGroup(names, code);
678 group=getGroup(names, start);
/external/icu/icu4c/source/common/
H A Dunames.cpp476 * getGroup() does a binary search for the group that contains the
483 getGroup(UCharNames *names, uint32_t code) { function
580 const uint16_t *group=getGroup(names, code);
678 group=getGroup(names, start);
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp541 if (const MCSymbol *Group = Section->getGroup()) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DDefaultMp4Builder.java217 tkhd.setAlternateGroup(track.getTrackMetaData().getGroup());
H A DFragmentedMp4Builder.java643 tkhd.setAlternateGroup(track.getTrackMetaData().getGroup());
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp35 User(Status.getUser()), Group(Status.getGroup()), Size(Status.getSize()),
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1047 if (const MCSymbol *Group = FnSection.getGroup()) {
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 349 milliseconds

12