/frameworks/base/tests/CoreTests/android/core/ |
D | InetAddrTest.java | 43 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/ |
D | ELFSectionSymTab.h | 62 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()
|
D | ELFSectionHeaderTable.h | 56 ELFSectionHeaderTy const *getByName(const std::string &name) const; 57 ELFSectionHeaderTy *getByName(const std::string &name);
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFSectionHeaderTable.hxx | 98 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()
|
D | ELFSectionSymTab.hxx | 65 ELFSectionSymTab<Bitwidth>::getByName(std::string const &name) const { in getByName() function in ELFSectionSymTab
|
D | ELFSymbol.hxx | 35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex(); in getName()
|
D | ELFObject.hxx | 111 size_t idx = getSectionHeaderTable()->getByName(str)->getIndex(); in getSectionByName()
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | ELFObjectLoaderImpl.cpp | 150 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/ |
D | librsloader.cpp | 163 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/ |
D | ProxyDataTracker.java | 111 mLinkProperties.addDnsServer(InetAddress.getByName(DNS1)); in ProxyDataTracker() 112 mLinkProperties.addDnsServer(InetAddress.getByName(DNS2)); in ProxyDataTracker()
|
D | SntpClient.java | 77 InetAddress address = InetAddress.getByName(host); in requestTime()
|
D | Network.java | 116 public InetAddress getByName(String host) throws UnknownHostException { in getByName() method in Network
|
D | DnsPinger.java | 154 newActivePing.socket.setNetworkInterface(NetworkInterface.getByName( in handleMessage()
|
/frameworks/testing/espresso/espresso-lib/ |
D | build.gradle | 104 Jar classesJarTask = (Jar) project.tasks.getByName("package${variant.name.capitalize()}Jar") 107 project.tasks.getByName("$jarJarTaskName").dependsOn classesJarTask, configurations.provided
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 365 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/ |
D | main.cpp | 162 void *main_addr = symtab->getByName("main")->getAddress(machine); in dump_and_run_object()
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | WifiConfigurationHelper.java | 336 return InetAddress.getByName(ipAddress); in getInetAddress()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | LinkAddressTest.java | 95 List<InterfaceAddress> addrs = NetworkInterface.getByName("lo").getInterfaceAddresses(); in testConstructors()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipService.java | 281 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/ |
D | WifiDisplayController.java | 1000 iface = NetworkInterface.getByName(info.getInterface()); in getInterfaceAddress()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 531 clientInfo.mResolvedService.setHost(InetAddress.getByName(cooked[4])); in handleNativeEvent()
|
D | NetworkManagementService.java | 1255 final NetworkInterface internalNetworkInterface = NetworkInterface.getByName( in modifyNat()
|
/frameworks/base/api/ |
D | current.txt | 17036 …method public java.net.InetAddress getByName(java.lang.String) throws java.net.UnknownHostExceptio… 42819 …method public static java.net.InetAddress getByName(java.lang.String) throws java.net.UnknownHostE… 42906 …method public static java.net.NetworkInterface getByName(java.lang.String) throws java.net.SocketE…
|