Home
last modified time | relevance | path

Searched refs:Address (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/net/
DRouteInfoTest.java31 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/
DRelocation.h34 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;
DFragmentRef.h34 typedef NonConstTraits<unsigned char>::pointer Address; typedef
82 Address deref();
86 Address operator*()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryRegion.h44 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;
DRegionFactory.h30 typedef MemoryRegion::Address Address; typedef
34 MemoryRegion* produce(Address pVMAStart, size_t pSize);
DSpace.h38 typedef NonConstTraits<uint8_t>::pointer Address; typedef
52 Address memory() in memory()
89 Address m_Data;
/frameworks/base/location/java/android/location/
DGeocoder.java20 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()
DIGeocodeProvider.aidl19 import android.location.Address;
30 in GeocoderParams params, out List<Address> addrs); in getFromLocation()
35 in GeocoderParams params, out List<Address> addrs); in getFromLocationName()
DAddress.java34 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];
DILocationManager.aidl20 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/
DM4PSW_MemoryInterface.c48 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/
DGeocodeProvider.java21 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/
Drs_atomic.rsh32 * @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/
DRelocation.cpp49 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/
DARMRelocator.cpp171 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/
DGeocoderTest.java19 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/
DRelocationFactory.h32 typedef Relocation::Address Address; typedef
48 Address pAddend = 0);
DRelocator.h30 typedef Relocation::Address Address; typedef
/frameworks/compile/mclinker/lib/Support/
DMemoryRegion.cpp25 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/
DX86Relocator.cpp165 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/
DEhFrameHdr.cpp30 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/
DHexagonRelocator.cpp109 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/
DGeocoderProxy.java20 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/
DMipsRelocator.cpp106 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/
DSipProfile.java30 import javax.sip.address.Address;
53 private Address mAddress;
312 mAddress = (Address) in.readSerializable(); in SipProfile()
376 public Address getSipAddress() { in getSipAddress()

123