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

12

/frameworks/base/location/java/android/location/
H A DAddress.aidl19 parcelable Address;
H A DIGeocodeProvider.aidl19 import android.location.Address;
30 in GeocoderParams params, out List<Address> addrs);
35 in GeocoderParams params, out List<Address> addrs);
H A DGeocoder.java20 import android.location.Address;
113 * @return a list of Address objects. Returns null or empty list if no matches were
123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults)
132 List<Address> results = new ArrayList<Address>();
162 * @return a list of Address objects. Returns null or empty list if no matches were
169 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
174 List<Address> results = new ArrayList<Address>();
212 * @return a list of Address object
[all...]
H A DAddress.java29 * A class representing an Address, i.e, a set of Strings describing a location.
31 * The addres format is a simplified version of xAL (eXtensible Address Language)
34 public class Address implements Parcelable { class in inherits:Parcelable
60 * Constructs a new Address object set to the given Locale and with all
63 public Address(Locale locale) { method in class:Address
288 * Returns true if a latitude has been assigned to this Address,
298 * @throws IllegalStateException if this Address has not been assigned
325 * Returns true if a longitude has been assigned to this Address,
335 * @throws IllegalStateException if this Address has not been assigned
365 * @throws IllegalStateException if this Address ha
[all...]
H A DILocationManager.aidl20 import android.location.Address;
55 in GeocoderParams params, out List<Address> addrs);
59 in GeocoderParams params, out List<Address> addrs);
/frameworks/av/libvideoeditor/osal/src/
H A DM4PSW_MemoryInterface.c48 M4OSA_MemAddr32 Address = M4OSA_NULL; local
57 return Address;
65 Address = (M4OSA_MemAddr32) malloc(size);
67 return Address;
/frameworks/base/core/tests/coretests/src/android/net/
H A DRouteInfoTest.java31 private InetAddress Address(String addr) { method in class:RouteInfoTest
37 return new LinkAddress(Address(parts[0]), Integer.parseInt(parts[1]));
51 r = new RouteInfo(null, Address("2001:db8::1"), null);
53 assertEquals(Address("2001:db8::1"), r.getGateway());
56 r = new RouteInfo(null, Address("192.0.2.1"), "wlan0");
58 assertEquals(Address("192.0.2.1"), r.getGateway());
64 assertEquals(Address("::"), r.getGateway());
69 assertEquals(Address("0.0.0.0"), r.getGateway());
87 assertTrue(r.matches(Address("2001:db8:f00::ace:d00c")));
88 assertTrue(r.matches(Address("200
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryRegion.h44 typedef Space::Address Address; typedef in class:mcld::MemoryRegion
50 MemoryRegion(const Address pVMAStart, size_t pSize);
95 Address start() { return m_VMAStart; }
98 Address end() { return m_VMAStart+m_Length; }
105 Address getBuffer(size_t pOffset = 0)
110 Address m_VMAStart;
H A DRegionFactory.h30 typedef MemoryRegion::Address Address; typedef in class:mcld::RegionFactory
34 MemoryRegion* produce(Address pVMAStart, size_t pSize);
H A DSystemUtils.h22 typedef uint8_t* Address; typedef in namespace:mcld::sys
H A DSpace.h38 typedef NonConstTraits<uint8_t>::pointer Address; typedef in class:mcld::Space
52 Address memory()
89 Address m_Data;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h34 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef in class:mcld::Relocation
45 Address pAddend,
65 Address pAddend = 0);
75 Address symValue() const;
78 Address addend() const
82 Address place() const;
108 void setAddend(Address pAddend);
126 Address m_Addend;
H A DFragmentRef.h34 typedef NonConstTraits<unsigned char>::pointer Address; typedef in class:mcld::FragmentRef
82 Address deref();
86 Address operator*()
/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeocodeProvider.java21 import android.location.Address;
41 GeocoderParams params, List<Address> addrs) {
49 GeocoderParams params, List<Address> addrs) {
62 GeocoderParams params, List<Address> addrs);
72 GeocoderParams params, List<Address> addrs);
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h32 typedef Relocation::Address Address; typedef in class:mcld::RelocationFactory
48 Address pAddend = 0);
H A DRelocator.h33 typedef Relocation::Address Address; typedef in class:mcld::Relocator
H A DEhFrameReader.h32 typedef uint8_t* Address; typedef in class:mcld::EhFrameReader
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGeocoderTest.java19 import android.location.Address;
38 List<Address> addresses1 = g.getFromLocation(37.435067, -122.166767, 2);
42 Address addr = addresses1.get(0);
49 List<Address> addresses2 = g.getFromLocationName("San Francisco, CA", 1);
/frameworks/compile/mclinker/lib/Support/
H A DRegionFactory.cpp20 RegionFactory::produce(Address pVMAStart, size_t pSize)
H A DMemoryRegion.cpp25 MemoryRegion::MemoryRegion(MemoryRegion::Address pVMAStart, size_t pSize)
35 return g_RegionFactory->produce(static_cast<Address>(pStart), pSize);
40 MemoryRegion* result = g_RegionFactory->produce(static_cast<Address>(pStart),
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend)
70 Relocation::Address pAddend,
85 Relocation::Address Relocation::place() const
87 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr();
91 Relocation::Address Relocation::symValue() const
136 void Relocation::setAddend(Address pAddend)
/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java20 import android.location.Address;
76 GeocoderParams params, List<Address> addrs) {
91 GeocoderParams params, List<Address> addrs) {
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp30 typedef std::pair<SizeTraits<32>::Address, SizeTraits<32>::Address> Entry;
87 SizeTraits<32>::Address fde_pc;
88 SizeTraits<32>::Address fde_addr;
170 SizeTraits<32>::Address pc = 0x0;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp400 HexagonRelocator::Address helper_GOT_ORG(HexagonRelocator& pParent)
406 HexagonRelocator::Address helper_GOT(Relocation& pReloc, HexagonRelocator& pParent)
447 HexagonRelocator::Address helper_PLT_ORG(HexagonRelocator& pParent)
453 HexagonRelocator::Address helper_PLT(Relocation& pReloc,
474 HexagonRelocator::Address S = pReloc.symValue();
491 HexagonRelocator::Address S = pReloc.symValue();
509 HexagonRelocator::Address S = pReloc.symValue();
580 HexagonRelocator::Address S = pReloc.symValue();
593 HexagonRelocator::Address S = pReloc.symValue();
606 HexagonRelocator::Address
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp623 ARMRelocator::Address helper_GOT_ORG(ARMRelocator& pParent)
630 ARMRelocator::Address helper_GOT(Relocation& pReloc, ARMRelocator& pParent)
672 ARMRelocator::Address helper_PLT_ORG(ARMRelocator& pParent)
679 ARMRelocator::Address helper_PLT(Relocation& pReloc, ARMRelocator& pParent)
870 ARMRelocator::Address S = pReloc.symValue();
904 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent);
905 ARMRelocator::Address S = pReloc.symValue();
920 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent);
922 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent);
935 ARMRelocator::Address GOT_
[all...]

Completed in 863 milliseconds

12