Searched refs:Address (Results 1 - 25 of 37) 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;
56 in GeocoderParams params, out List<Address> addrs);
60 in GeocoderParams params, out List<Address> addrs);
/frameworks/base/core/tests/coretests/src/android/net/
H A DRouteInfoTest.java31 private InetAddress Address(String addr) { method in class:RouteInfoTest
50 r = new RouteInfo((IpPrefix) null, Address("2001:db8::1"), null);
52 assertEquals(Address("2001:db8::1"), r.getGateway());
55 r = new RouteInfo((IpPrefix) null, Address("192.0.2.1"), "wlan0");
57 assertEquals(Address("192.0.2.1"), r.getGateway());
63 assertEquals(Address("::"), r.getGateway());
68 assertEquals(Address("0.0.0.0"), r.getGateway());
88 assertTrue(r.matches(Address("2001:db8:f00::ace:d00c")));
89 assertTrue(r.matches(Address("2001:db8:f00::ace:d00d")));
90 assertFalse(r.matches(Address("200
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h31 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef in class:mcld::Relocation
42 Address pAddend,
62 Address pAddend = 0);
72 Address symValue() const;
75 Address addend() const
79 Address place() const;
105 void setAddend(Address pAddend);
123 Address m_Addend;
H A DFragmentRef.h31 typedef NonConstTraits<unsigned char>::pointer Address; typedef in class:mcld::FragmentRef
/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.h29 typedef Relocation::Address Address; typedef in class:mcld::RelocationFactory
45 Address pAddend = 0);
H A DRelocator.h30 typedef Relocation::Address Address; typedef in class:mcld::Relocator
H A DEhFrameReader.h30 typedef char* 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/include/mcld/Support/
H A DMemoryRegion.h18 typedef NonConstTraits<uint8_t>::pointer Address; typedef in namespace:mcld
H A DSystemUtils.h19 typedef uint8_t* Address; typedef in namespace:mcld::sys
/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
138 void Relocation::setAddend(Address pAddend)
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java20 import android.location.Address;
75 GeocoderParams params, List<Address> addrs) {
90 GeocoderParams params, List<Address> addrs) {
H A DLocationBasedCountryDetector.java20 import android.location.Address;
78 List<Address> addresses = geoCoder.getFromLocation(
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h33 static inline Relocator::Address
34 helper_get_page_address(Relocator::Address pValue)
36 return (pValue & ~ (Relocator::Address) 0xFFF);
39 static inline Relocator::Address
40 helper_get_page_offset(Relocator::Address pValue)
42 return (pValue & (Relocator::Address) 0xFFF);
96 static inline Relocator::Address
164 static inline Relocator::Address
172 static inline Relocator::Address
H A DAArch64Relocator.cpp477 Relocator::Address S = pReloc.symValue();
510 Relocator::Address value = 0x0;
511 Relocator::Address S = pReloc.symValue();
526 Relocator::Address S = pReloc.symValue();
557 Relocator::Address S = pReloc.symValue();
559 Relocator::Address P = pReloc.place();
588 Relocator::Address S = pReloc.symValue();
590 Relocator::Address P = pReloc.place();
611 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
613 Relocator::Address
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp28 typedef std::pair<SizeTraits<32>::Address, SizeTraits<32>::Address> Entry;
88 SizeTraits<32>::Address fde_pc;
89 SizeTraits<32>::Address fde_addr;
170 SizeTraits<32>::Address pc = 0x0;
H A DRelocationFactory.cpp35 Address pAddend)
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h85 Address getGPAddress();
89 Address getGP0();
101 Address getGOTOffset(MipsRelocationInfo& pReloc);
/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/ARM/
H A DARMRelocator.cpp82 Relocator::Address helper_get_GOT_address(ResolveInfo& pSym,
128 Relocator::Address helper_GOT_ORG(ARMRelocator& pParent)
134 Relocator::Address helper_get_PLT_address(ResolveInfo& pSym,
879 Relocator::Address S = pReloc.symValue();
914 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
915 Relocator::Address S = pReloc.symValue();
929 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
931 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
948 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
950 Relocator::Address
[all...]

Completed in 5086 milliseconds

12