Home
last modified time | relevance | path

Searched refs:getByName (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DInetAddrTest.java43 InetAddress ia = InetAddress.getByName("localhost"); in testInetAddr()
52 ia = InetAddress.getByName("127.0.0.1"); in testInetAddr()
61 ia = InetAddress.getByName(null); in testInetAddr()
64 InetAddress.getByName(".0.0.1"); in testInetAddr()
71 InetAddress.getByName("thereisagoodchancethisdomaindoesnotexist.weirdtld"); in testInetAddr()
78 InetAddress.getByName("127.0.0."); in testInetAddr()
89 InetAddress.getByName(HOSTS[index]); in testInetAddr()
/frameworks/rs/cpu_ref/linkloader/include/
DELFSectionSymTab.h62 ELFSymbolTy const *getByName(std::string const &name) const;
64 ELFSymbolTy *getByName(std::string const &name) { in getByName() function
66 const_cast<ELFSectionSymTabTy const *>(this)->getByName(name)); in getByName()
DELFSectionHeaderTable.h56 ELFSectionHeaderTy const *getByName(const std::string &name) const;
57 ELFSectionHeaderTy *getByName(const std::string &name);
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionHeaderTable.hxx98 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) const { in getByName() function in ELFSectionHeaderTable
110 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) { in getByName() function in ELFSectionHeaderTable
112 ELFSectionHeaderTy const *shptr = const_this->getByName(name); in getByName()
DELFSectionSymTab.hxx65 ELFSectionSymTab<Bitwidth>::getByName(std::string const &name) const { in getByName() function in ELFSectionSymTab
DELFSymbol.hxx35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex(); in getName()
DELFObject.hxx111 size_t idx = getSectionHeaderTable()->getByName(str)->getIndex(); in getSectionByName()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp150 const ELFSymbol<64> *symbol = mSymTab->getByName(pName); in getSymbolAddress()
152 const ELFSymbol<32> *symbol = mSymTab->getByName(pName); in getSymbolAddress()
169 const ELFSymbol<64> *symbol = mSymTab->getByName(pName); in getSymbolSize()
171 const ELFSymbol<32> *symbol = mSymTab->getByName(pName); in getSymbolSize()
/frameworks/rs/cpu_ref/linkloader/android/
Dlibrsloader.cpp163 ELFSymbol<64> *symbol = symtab->getByName(name); in rsloaderGetSymbolAddress()
165 ELFSymbol<32> *symbol = symtab->getByName(name); in rsloaderGetSymbolAddress()
195 ELFSymbol<64> *symbol = symtab->getByName(name); in rsloaderGetSymbolSize()
197 ELFSymbol<32> *symbol = symtab->getByName(name); in rsloaderGetSymbolSize()
/frameworks/base/core/java/android/net/
DProxyDataTracker.java111 mLinkProperties.addDnsServer(InetAddress.getByName(DNS1)); in ProxyDataTracker()
112 mLinkProperties.addDnsServer(InetAddress.getByName(DNS2)); in ProxyDataTracker()
DSntpClient.java77 InetAddress address = InetAddress.getByName(host); in requestTime()
DNetwork.java119 public InetAddress getByName(String host) throws UnknownHostException { in getByName() method in Network
DDnsPinger.java154 newActivePing.socket.setNetworkInterface(NetworkInterface.getByName( in handleMessage()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java365 mAudioStream = new AudioStream(InetAddress.getByName( in transferToNewSession()
632 mAudioStream = new AudioStream(InetAddress.getByName(
703 mAudioStream = new AudioStream(InetAddress.getByName(
1040 stream.associate(InetAddress.getByName(address),
/frameworks/rs/cpu_ref/linkloader/
Dmain.cpp162 void *main_addr = symtab->getByName("main")->getAddress(machine); in dump_and_run_object()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java336 return InetAddress.getByName(ipAddress); in getInetAddress()
/frameworks/base/core/tests/coretests/src/android/net/
DLinkAddressTest.java98 List<InterfaceAddress> addrs = NetworkInterface.getByName("lo").getInterfaceAddresses(); in testConstructors()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java281 s.connect(InetAddress.getByName("192.168.1.1"), 80); in determineLocalIp()
438 byte[] d = InetAddress.getByName(address).getAddress(); in isBehindNAT()
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java1000 iface = NetworkInterface.getByName(info.getInterface()); in getInterfaceAddress()
/frameworks/base/services/core/java/com/android/server/
DNsdService.java531 clientInfo.mResolvedService.setHost(InetAddress.getByName(cooked[4])); in handleNativeEvent()
DNetworkManagementService.java1266 final NetworkInterface internalNetworkInterface = NetworkInterface.getByName( in modifyNat()
/frameworks/base/api/
Dsystem-current.txt18361 …method public java.net.InetAddress getByName(java.lang.String) throws java.net.UnknownHostExceptio…
45558 …method public static java.net.InetAddress getByName(java.lang.String) throws java.net.UnknownHostE…
45645 …method public static java.net.NetworkInterface getByName(java.lang.String) throws java.net.SocketE…
Dcurrent.txt17102 …method public java.net.InetAddress getByName(java.lang.String) throws java.net.UnknownHostExceptio…
43029 …method public static java.net.InetAddress getByName(java.lang.String) throws java.net.UnknownHostE…
43116 …method public static java.net.NetworkInterface getByName(java.lang.String) throws java.net.SocketE…