/external/smack/src/org/xbill/DNS/ |
D | ARecord.java | 54 addr = fromArray(address.getAddress()); in ARecord() 64 InetAddress address = st.getAddress(Address.IPv4); in rdataFromString() 65 addr = fromArray(address.getAddress()); in rdataFromString() 76 getAddress() { in getAddress() method in ARecord
|
D | AAAARecord.java | 47 address = st.getAddress(Address.IPv6); in rdataFromString() 58 getAddress() { in getAddress() method in AAAARecord 64 out.writeByteArray(address.getAddress()); in rrToWire()
|
D | IPSECKEYRecord.java | 136 gateway = st.getAddress(Address.IPv4); in rdataFromString() 139 gateway = st.getAddress(Address.IPv6); in rdataFromString() 220 out.writeByteArray(gatewayAddr.getAddress()); in rrToWire()
|
D | ClientSubnetOption.java | 120 getAddress() { in getAddress() method in ClientSubnetOption 161 out.writeByteArray(address.getAddress(), 0, (sourceNetmask + 7) / 8); in optionToWire()
|
D | SimpleResolver.java | 77 getAddress() { in getAddress() method in SimpleResolver 89 address = new InetSocketAddress(address.getAddress(), port); in setPort() 230 address.getAddress().getHostAddress() + in send()
|
/external/guava/guava/src/com/google/common/net/ |
D | InetAddresses.java | 397 byte[] bytes = ip.getAddress(); in toAddrString() 594 byte[] bytes = ip.getAddress(); in isCompatIPv4Address() 616 return getInet4Address(copyOfRange(ip.getAddress(), 12, 16)); in getCompatIPv4Address() 635 byte[] bytes = ip.getAddress(); in is6to4Address() 652 return getInet4Address(copyOfRange(ip.getAddress(), 2, 6)); in get6to4IPv4Address() 740 byte[] bytes = ip.getAddress(); in isTeredoAddress() 758 byte[] bytes = ip.getAddress(); in getTeredoInfo() 800 byte[] bytes = ip.getAddress(); in isIsatapAddress() 826 return getInet4Address(copyOfRange(ip.getAddress(), 12, 16)); in getIsatapIPv4Address() 947 byte[] bytes = ip.getAddress(); in getCoercedIPv4Address() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | LocalList.java | 211 public int getAddress() { in getAddress() method in LocalList.Entry 353 state.snapshot(insn.getAddress(), snapshot); in make() 356 state.startLocal(insn.getAddress(), local); in make() 359 state.endLocal(insn.getAddress(), local); in make() 406 Integer.toHexString(e.getAddress()) + ": got " + in debugVerify0() 414 Integer.toHexString(e.getAddress())); in debugVerify0() 417 int addr = e.getAddress(); in debugVerify0() 422 if (test.getAddress() != addr) { in debugVerify0() 614 if (endEntry.getAddress() == address) { in startLocal() 764 if (entry.getAddress() != address) { in checkForEmptyRange() [all …]
|
D | TargetInsn.java | 98 return target.getAddress(); in getTargetAddress() 110 return target.getAddress() - getAddress(); in getTargetOffset()
|
D | SwitchData.java | 103 int baseAddress = user.getAddress(); in writeTo() 125 relTarget = targets[caseAt].getAddress() - baseAddress; in writeTo() 140 int relTarget = targets[i].getAddress() - baseAddress; in writeTo() 180 int baseAddress = user.getAddress(); in listingString0() 189 int absTarget = targets[i].getAddress(); in listingString0()
|
D | StdCatchBuilder.java | 258 result.set(i, oneType, oneHandler.getAddress()); in handlersFor() 286 return new CatchTable.Entry(startAddress.getAddress(), in makeEntry() 287 endAddress.getAddress(), handlers); in makeEntry() 311 int startAddress = addresses.getLast(start).getAddress(); in rangeIsValid() 312 int endAddress = addresses.getEnd(end).getAddress(); in rangeIsValid()
|
D | PositionList.java | 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos); in make() 179 public int getAddress() { in getAddress() method in PositionList.Entry
|
/external/llvm/lib/MC/MCAnalysis/ |
D | MCObjectSymbolizer.cpp | 69 StubsSec.getAddress(StubsStart); in MCMachObjectSymbolizer() 110 uint64_t SAddr; S->getAddress(SAddr); in tryAddingPcLoadReferenceComment() 159 Symbol.getAddress(SymAddr); in tryAddingSymbolicOperand() 205 uint64_t SAddr; S.getAddress(SAddr); in SectionStartsBefore() 219 uint64_t SAddr; It->getAddress(SAddr); in findSectionContaining() 243 Section.getAddress(SAddr); in buildSectionList() 250 uint64_t FoundSAddr; It->getAddress(FoundSAddr); in buildSectionList() 262 Reloc.getAddress(Address); in buildRelocationByAddrMap()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AddressParametersHeader.java | 52 public Address getAddress() { in getAddress() method in AddressParametersHeader 101 … return this.getAddress().equals( o.getAddress() ) && this.equalParameters( (Parameters) o ); in equals()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 81 A.getAddress(AAddr); in operator ()() 85 B.getAddress(BAddr); in operator ()() 266 Sections[0].getAddress(BaseAddress); in DisassembleInputMachO2() 332 Sections[SectIdx].getAddress(SectionAddress); in DisassembleInputMachO2() 360 Sections[SectIdx].getAddress(SectionAddress); in DisassembleInputMachO2() 361 Symbols[SymIdx].getAddress(Start); in DisassembleInputMachO2() 375 Symbols[NextSymIdx].getAddress(NextSym); in DisassembleInputMachO2() 395 Sections[SectIdx].getAddress(SectAddress); in DisassembleInputMachO2() 441 Sections[SectIdx].getAddress(SectAddress); in DisassembleInputMachO2()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSRecord.java | 186 byte[] buffer = _addr.getAddress(); in write() 228 byte[] buffer = _addr.getAddress(); in write() 299 if ((this.getAddress() == null) && (address.getAddress() != null)) { in sameValue() 302 return this.getAddress().equals(address.getAddress()); in sameValue() 310 InetAddress getAddress() { in getAddress() method in DNSRecord.Address 320 byte[] buffer = this.getAddress().getAddress(); in toByteArray() 417 …aLog.append(" address: '" + (this.getAddress() != null ? this.getAddress().getHostAddress() : "nul… in toString()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugRangeList.cpp | 33 entry.StartAddress = data.getAddress(offset_ptr); in extract() 34 entry.EndAddress = data.getAddress(offset_ptr); in extract()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | UDPMessageChannel.java | 318 this.peerAddress = packet.getAddress(); in processIncomingDataPacket() 388 … if (pingBackRecord.get(packet.getAddress().getHostAddress() + ":" + packet.getPort()) == null ) { in processIncomingDataPacket() 390 …ramPacket keepalive = new DatagramPacket(retval,0,retval.length,packet.getAddress(),packet.getPort… in processIncomingDataPacket() 392 … this.sipStack.getTimer().schedule(new PingBackTimerTask(packet.getAddress().getHostAddress(), in processIncomingDataPacket() 424 this.peerPacketSourceAddress = packet.getAddress(); in processIncomingDataPacket() 427 this.peerAddress = packet.getAddress(); in processIncomingDataPacket() 450 this.peerPacketSourceAddress = packet.getAddress(); in processIncomingDataPacket() 452 this.peerAddress = packet.getAddress(); in processIncomingDataPacket()
|
/external/smack/src/org/xbill/DNS/spi/ |
D | DNSJavaNameService.java | 108 addr = addresses[i].getAddress(); in invoke() 154 array[i] = a.getAddress(); in lookupAllHostAddr() 157 array[i] = aaaa.getAddress(); in lookupAllHostAddr()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | DebugInfoEncoder.java | 231 nextAddrL = locals.get(curLocalIdx).getAddress(); in convert0() 235 nextAddrP = sortedPositions.get(curPositionIdx).getAddress(); in convert0() 285 && (locals.get(curLocalIdx).getAddress() == address)) { in emitLocalsAtAddress() 353 && (sortedPositions.get(curPositionIdx).getAddress() in emitPositionsAtAddress() 497 return a.getAddress() - b.getAddress(); in buildSortedPositions() 777 int newAddress = entry.getAddress(); in emitPosition()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
D | PServedUser.java | 153 return this.getAddress().equals(((PServedUser) other).getAddress()); in equals()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachORelocationInfo.cpp | 34 uint64_t SymAddr; SymI->getAddress(SymAddr); in createExprForRelocation() 91 RSymI->getAddress(RSymAddr); in createExprForRelocation()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 49 std::error_code getAddress(uint64_t &Result) const; 96 std::error_code getAddress(uint64_t &Result) const; 147 std::error_code getAddress(uint64_t &Result) const; 366 inline std::error_code SymbolRef::getAddress(uint64_t &Result) const { in getAddress() function 418 inline std::error_code SectionRef::getAddress(uint64_t &Result) const { in getAddress() function 498 inline std::error_code RelocationRef::getAddress(uint64_t &Result) const { in getAddress() function
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 42 EXPECT_EQ(0x8090FFFF80000000ULL, DE.getAddress(&offset)); in TEST() 64 EXPECT_EQ(0xFFFF9080U, DE.getAddress(&offset)); in TEST()
|
/external/llvm/lib/Object/ |
D | Object.cpp | 141 if (std::error_code ec = (*unwrap(SI))->getAddress(ret)) in LLVMGetSectionAddress() 184 if (std::error_code ec = (*unwrap(SI))->getAddress(ret)) in LLVMGetSymbolAddress() 199 if (std::error_code ec = (*unwrap(RI))->getAddress(ret)) in LLVMGetRelocationAddress()
|
/external/nist-sip/java/javax/sip/header/ |
D | HeaderAddress.java | 6 Address getAddress(); in getAddress() method
|