Searched defs:getByName (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionSymTab.h62 ELFSymbolTy const *getByName(std::string const &name) const;
64 ELFSymbolTy *getByName(std::string const &name) { function in class:ELFSectionSymTab
66 const_cast<ELFSectionSymTabTy const *>(this)->getByName(name));
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx98 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) const { function in class:ELFSectionHeaderTable
110 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) { function in class:ELFSectionHeaderTable
112 ELFSectionHeaderTy const *shptr = const_this->getByName(name);
H A DELFSectionSymTab.hxx65 ELFSectionSymTab<Bitwidth>::getByName(std::string const &name) const { function in class:ELFSectionSymTab
/frameworks/base/core/java/android/net/
H A DNetwork.java110 * Operates the same as {@code InetAddress.getByName} except that host
119 public InetAddress getByName(String host) throws UnknownHostException { method in class:Network

Completed in 193 milliseconds