Searched refs:Address (Results 26 - 42 of 42) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp35 Address pAddend)
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java30 import javax.sip.address.Address;
53 private Address mAddress;
312 mAddress = (Address) in.readSerializable();
376 public Address getSipAddress() {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp730 X86Relocator::Address helper_GOT_ORG(X86_32Relocator& pParent)
737 X86Relocator::Address helper_GOT(Relocation& pReloc, X86_32Relocator& pParent)
740 X86Relocator::Address got_addr = pParent.getTarget().getGOT().addr();
781 X86Relocator::Address helper_PLT_ORG(X86_32Relocator& pParent)
788 X86Relocator::Address helper_PLT(Relocation& pReloc, X86_32Relocator& pParent)
914 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
915 X86Relocator::Address S = pReloc.symValue();
925 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
938 X86Relocator::Address GOT_S = helper_GOT(pReloc, pParent);
940 X86Relocator::Address GOT_OR
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DLocationBasedCountryDetector.java20 import android.location.Address;
78 List<Address> addresses = geoCoder.getFromLocation(
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h28 typedef uint32_t Address; typedef in class:mcld::SizeTraits
38 typedef uint64_t Address; typedef in class:mcld::SizeTraits
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp153 FragmentRef::Address FragmentRef::deref()
157 Address base = NULL;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h49 /// Address of _gp_disp symbol.
50 SizeTraits<32>::Address getGPDispAddress() const;
68 SizeTraits<32>::Address getGPAddr(const Input& pInput) const;
H A DMipsRelocator.cpp350 Relocator::Address helper_GetGP(MipsRelocator& pParent)
414 Relocator::Address helper_GetGOTOffset(Relocation& pReloc,
574 Relocator::Address G = 0;
608 Relocator::Address G = helper_GetGOTOffset(pReloc, pParent);
624 Relocator::Address G = helper_GetGOTOffset(pReloc, pParent);
636 Relocator::Address G = helper_GetGOTOffset(pReloc, pParent);
H A DMipsGOT.cpp81 SizeTraits<32>::Address MipsGOT::getGPDispAddress() const
312 SizeTraits<32>::Address MipsGOT::getGPAddr(const Input& pInput) const
331 SizeTraits<32>::Address gpAddr = getGPAddr(pInput);
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp62 : m_Data(static_cast<Address>(pMemBuffer)), m_StartOffset(0), m_Size(pSize),
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h471 Relocation::Address pAddend = 0);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java51 import javax.sip.address.Address;
166 Address contactAddress = mAddressFactory.createAddress(contactURI);
H A DSipSessionGroup.java67 import javax.sip.address.Address;
1266 Address address = referto.getAddress();
1708 Address address = header.getAddress();
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java34 import android.location.Address;
2149 GeocoderParams params, List<Address> addrs) {
2162 GeocoderParams params, List<Address> addrs) {
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp674 Relocation::Address pAddend)
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2524 Value *Address = getFnValueByID(Record[1], OpTy); local
2525 if (OpTy == 0 || Address == 0)
2528 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2771 Value *Address = getFnValueByID(Record[1], OpTy); local
2772 if (OpTy == 0 || Address == 0)
2775 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);

Completed in 397 milliseconds

12