Searched refs:getByName (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DInetAddrTest.java43 InetAddress ia = InetAddress.getByName("localhost");
52 ia = InetAddress.getByName("127.0.0.1");
61 ia = InetAddress.getByName(null);
64 InetAddress.getByName(".0.0.1");
71 InetAddress.getByName("thereisagoodchancethisdomaindoesnotexist.weirdtld");
78 InetAddress.getByName("127.0.0.");
89 InetAddress.getByName(HOSTS[index]);
/frameworks/compile/linkloader/include/
H A DELFSectionHeaderTable.h57 ELFSectionHeaderTy const *getByName(const std::string &name) const;
58 ELFSectionHeaderTy *getByName(const std::string &name);
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/compile/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
H A DELFSymbol.hxx35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex();
H A DELFObject.hxx108 size_t idx = getSectionHeaderTable()->getByName(str)->getIndex();
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp107 const ELFSymbol<32> *symbol = mSymTab->getByName(pName);
122 const ELFSymbol<32> *symbol = mSymTab->getByName(pName);
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp115 ELFSymbol<32> *symbol = symtab->getByName(name);
137 ELFSymbol<32> *symbol = symtab->getByName(name);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java295 mInetAddr = InetAddress.getByName(ipAddr);
307 mLinkProperties.addRoute(new RouteInfo(InetAddress.getByName(gwAddr)));
331 mLinkProperties.addDns(InetAddress.getByName(dnsAddr));
343 mLinkProperties.addDns(InetAddress.getByName(dnsAddr));
/frameworks/base/core/java/android/net/
H A DSntpClient.java78 InetAddress address = InetAddress.getByName(host);
H A DDnsPinger.java154 newActivePing.socket.setNetworkInterface(NetworkInterface.getByName(
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java371 mAudioStream = new AudioStream(InetAddress.getByName(
637 mAudioStream = new AudioStream(InetAddress.getByName(
703 mAudioStream = new AudioStream(InetAddress.getByName(
1032 stream.associate(InetAddress.getByName(address),
/frameworks/compile/linkloader/
H A Dmain.cpp164 void *main_addr = symtab->getByName("main")->getAddress(machine);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java276 s.connect(InetAddress.getByName("192.168.1.1"), 80);
431 byte[] d = InetAddress.getByName(address).getAddress();
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java790 iface = NetworkInterface.getByName(info.getInterface());
/frameworks/base/services/java/com/android/server/
H A DNsdService.java610 clientInfo.mResolvedService.setHost(InetAddress.getByName(cooked[4]));
H A DNetworkManagementService.java931 final NetworkInterface internalNetworkInterface = NetworkInterface.getByName(

Completed in 1763 milliseconds