/frameworks/base/core/tests/coretests/src/android/net/ |
D | RouteInfoTest.java | 31 private InetAddress Address(String addr) { in Address() method in RouteInfoTest 37 return new LinkAddress(Address(parts[0]), Integer.parseInt(parts[1])); in Prefix() 51 r = new RouteInfo(null, Address("2001:db8::1"), null); in testConstructor() 53 assertEquals(Address("2001:db8::1"), r.getGateway()); in testConstructor() 56 r = new RouteInfo(null, Address("192.0.2.1"), "wlan0"); in testConstructor() 58 assertEquals(Address("192.0.2.1"), r.getGateway()); in testConstructor() 64 assertEquals(Address("::"), r.getGateway()); in testConstructor() 69 assertEquals(Address("0.0.0.0"), r.getGateway()); in testConstructor() 87 assertTrue(r.matches(Address("2001:db8:f00::ace:d00c"))); in testMatches() 88 assertTrue(r.matches(Address("2001:db8:f00::ace:d00d"))); in testMatches() [all …]
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Relocation.h | 34 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef 45 Address pAddend, 65 Address pAddend = 0); 75 Address symValue() const; 78 Address addend() const in addend() 82 Address place() const; 108 void setAddend(Address pAddend); 126 Address m_Addend;
|
D | FragmentRef.h | 34 typedef NonConstTraits<unsigned char>::pointer Address; typedef 82 Address deref(); 86 Address operator*()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MemoryRegion.h | 44 typedef Space::Address Address; typedef 50 MemoryRegion(const Address pVMAStart, size_t pSize); 95 Address start() { return m_VMAStart; } in start() 98 Address end() { return m_VMAStart+m_Length; } in end() 105 Address getBuffer(size_t pOffset = 0) 110 Address m_VMAStart;
|
D | RegionFactory.h | 30 typedef MemoryRegion::Address Address; typedef 34 MemoryRegion* produce(Address pVMAStart, size_t pSize);
|
D | Space.h | 38 typedef NonConstTraits<uint8_t>::pointer Address; typedef 52 Address memory() in memory() 89 Address m_Data;
|
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 20 import android.location.Address; 123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation() 132 List<Address> results = new ArrayList<Address>(); in getFromLocation() 169 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() 174 List<Address> results = new ArrayList<Address>(); in getFromLocationName() 223 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName() 246 ArrayList<Address> result = new ArrayList<Address>(); in getFromLocationName()
|
D | IGeocodeProvider.aidl | 19 import android.location.Address; 30 in GeocoderParams params, out List<Address> addrs); in getFromLocation() 35 in GeocoderParams params, out List<Address> addrs); in getFromLocationName()
|
D | Address.java | 34 public class Address implements Parcelable { class 63 public Address(Locale locale) { in Address() method in Address 475 public static final Parcelable.Creator<Address> CREATOR = 476 new Parcelable.Creator<Address>() { 477 public Address createFromParcel(Parcel in) { 483 Address a = new Address(locale); 524 public Address[] newArray(int size) { 525 return new Address[size];
|
D | ILocationManager.aidl | 20 import android.location.Address; 55 in GeocoderParams params, out List<Address> addrs); in getFromLocation() 59 in GeocoderParams params, out List<Address> addrs); in getFromLocationName()
|
/frameworks/av/libvideoeditor/osal/src/ |
D | M4PSW_MemoryInterface.c | 48 M4OSA_MemAddr32 Address = M4OSA_NULL; in M4OSA_32bitAlignedMalloc() local 57 return Address; in M4OSA_32bitAlignedMalloc() 65 Address = (M4OSA_MemAddr32) malloc(size); in M4OSA_32bitAlignedMalloc() 67 return Address; in M4OSA_32bitAlignedMalloc()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 21 import android.location.Address; 41 GeocoderParams params, List<Address> addrs) { 49 GeocoderParams params, List<Address> addrs) { 62 GeocoderParams params, List<Address> addrs); in onGetFromLocation() 72 GeocoderParams params, List<Address> addrs); in onGetFromLocationName()
|
/frameworks/rs/scriptc/ |
D | rs_atomic.rsh | 32 * @param addr Address of value to increment 42 * @param addr Address of value to increment 52 * @param addr Address of value to decrement 61 * @param addr Address of value to decrement 71 * @param addr Address of value to modify 81 * @param addr Address of value to modify 92 * @param addr Address of value to modify 102 * @param addr Address of value to modify 113 * @param addr Address of value to modify 123 * @param addr Address of value to modify [all …]
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | Relocation.cpp | 49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend) in Create() 70 Relocation::Address pAddend, in Relocation() 85 Relocation::Address Relocation::place() const in place() 87 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr(); in place() 91 Relocation::Address Relocation::symValue() const in symValue() 136 void Relocation::setAddend(Address pAddend) in setAddend()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 171 ARMRelocator::Address helper_GOT_ORG(ARMRelocator& pParent) in helper_GOT_ORG() 178 ARMRelocator::Address helper_GOT(Relocation& pReloc, ARMRelocator& pParent) in helper_GOT() 220 ARMRelocator::Address helper_PLT_ORG(ARMRelocator& pParent) in helper_PLT_ORG() 227 ARMRelocator::Address helper_PLT(Relocation& pReloc, ARMRelocator& pParent) in helper_PLT() 416 ARMRelocator::Address S = pReloc.symValue(); in rel32() 448 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() 449 ARMRelocator::Address S = pReloc.symValue(); in gotoff32() 462 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent); in got_brel() 464 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got_brel() 477 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent); in got_prel() [all …]
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | GeocoderTest.java | 19 import android.location.Address; 38 List<Address> addresses1 = g.getFromLocation(37.435067, -122.166767, 2); in testGeocoder() 42 Address addr = addresses1.get(0); in testGeocoder() 49 List<Address> addresses2 = g.getFromLocationName("San Francisco, CA", 1); in testGeocoder()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | RelocationFactory.h | 32 typedef Relocation::Address Address; typedef 48 Address pAddend = 0);
|
D | Relocator.h | 30 typedef Relocation::Address Address; typedef
|
/frameworks/compile/mclinker/lib/Support/ |
D | MemoryRegion.cpp | 25 MemoryRegion::MemoryRegion(MemoryRegion::Address pVMAStart, size_t pSize) in MemoryRegion() 35 return g_RegionFactory->produce(static_cast<Address>(pStart), pSize); in Create() 40 MemoryRegion* result = g_RegionFactory->produce(static_cast<Address>(pStart), in Create()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 165 X86Relocator::Address helper_GOT_ORG(X86_32Relocator& pParent) in helper_GOT_ORG() 172 X86Relocator::Address helper_GOT(Relocation& pReloc, X86_32Relocator& pParent) in helper_GOT() 175 X86Relocator::Address got_addr = pParent.getTarget().getGOT().addr(); in helper_GOT() 216 X86Relocator::Address helper_PLT_ORG(X86_32Relocator& pParent) in helper_PLT_ORG() 223 X86Relocator::Address helper_PLT(Relocation& pReloc, X86_32Relocator& pParent) in helper_PLT() 353 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32() 354 X86Relocator::Address S = pReloc.symValue(); in gotoff32() 364 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpc32() 377 X86Relocator::Address GOT_S = helper_GOT(pReloc, pParent); in got32() 379 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent); in got32() [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | EhFrameHdr.cpp | 30 typedef std::pair<SizeTraits<32>::Address, SizeTraits<32>::Address> Entry; 93 SizeTraits<32>::Address fde_pc; in emitOutput() 94 SizeTraits<32>::Address fde_addr; in emitOutput() 183 SizeTraits<32>::Address pc = 0x0; in computePCBegin()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 109 HexagonRelocator::Address S = pReloc.symValue(); in relocB22PCREL() 127 HexagonRelocator::Address S = pReloc.symValue(); in relocB15PCREL() 144 HexagonRelocator::Address S = pReloc.symValue(); in relocB7PCREL() 161 HexagonRelocator::Address S = pReloc.symValue(); in relocLO16() 173 HexagonRelocator::Address S = pReloc.symValue(); in relocHI16() 221 HexagonRelocator::Address S = pReloc.symValue(); in relocB13PCREL() 246 HexagonRelocator::Address S = pReloc.symValue(); in reloc32PCREL()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GeocoderProxy.java | 20 import android.location.Address; 76 GeocoderParams params, List<Address> addrs) { in getFromLocation() 91 GeocoderParams params, List<Address> addrs) { in getFromLocationName()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.cpp | 106 Relocator::Address helper_GetGP(MipsRelocator& pParent) in helper_GetGP() 152 Relocator::Address helper_GetGOTOffset(Relocation& pReloc, in helper_GetGOTOffset() 309 Relocator::Address G = 0; in got16() 344 Relocator::Address G = helper_GetGOTOffset(pReloc, pParent); in gothi16() 360 Relocator::Address G = helper_GetGOTOffset(pReloc, pParent); in gotlo16() 372 Relocator::Address G = helper_GetGOTOffset(pReloc, pParent); in call16()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipProfile.java | 30 import javax.sip.address.Address; 53 private Address mAddress; 312 mAddress = (Address) in.readSerializable(); in SipProfile() 376 public Address getSipAddress() { in getSipAddress()
|