Home
last modified time | relevance | path

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

123

/frameworks/compile/mclinker/include/mcld/Support/
DMemoryRegion.h42 typedef Space::Address Address; typedef
46 MemoryRegion(Space& pParent, const Address pVMAStart, size_t pSize);
57 Address start() in start()
63 Address end() in end()
72 Address getBuffer(size_t pOffset = 0)
80 Address m_VMAStart;
DSpace.h41 typedef NonConstTraits<uint8_t>::pointer Address; typedef
62 Address memory() in memory()
94 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/compile/mclinker/include/mcld/LD/
DRelocation.h34 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef
41 Address pAddend,
52 Address symValue() const;
55 Address addend() const in addend()
59 Address place(const Layout& pLayout) const;
88 void setAddend(Address pAddend);
111 Address m_Addend;
DFragmentRef.h36 typedef NonConstTraits<unsigned char>::pointer Address; typedef
68 Address deref();
72 Address operator*()
DRelocationFactory.h37 typedef Relocation::Address Address; typedef
64 Address pAddend = 0);
DEhFrameHdr.h59 typename SizeTraits<size>::Address
68 typedef std::pair<typename SizeTraits<size>::Address,
69 typename SizeTraits<size>::Address> EntryType;
DEhFrameHdr.tcc55 typename SizeTraits<size>::Address fde_pc; in emitOutput()
56 typename SizeTraits<size>::Address fde_addr; in emitOutput()
87 typename SizeTraits<size>::Address
119 typename SizeTraits<size>::Address pc = 0x0; in getFDEPC()
/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/support/renderscript/v8/rs_support/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/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/LD/
DRelocation.cpp19 Relocation::Address pAddend, in Relocation()
35 Relocation::Address Relocation::place(const Layout& pLayout) const in place()
37 Address sect_addr = pLayout.getOutputLDSection(*(m_TargetAddress.frag()))->addr(); in place()
41 Relocation::Address Relocation::symValue() const in symValue()
84 void Relocation::setAddend(Address pAddend) in setAddend()
DFragmentRef.cpp117 FragmentRef::Address FragmentRef::deref() in deref()
121 Address base = NULL; in deref()
/frameworks/compile/mclinker/lib/Target/X86/
DX86RelocationFactory.cpp143 X86RelocationFactory::Address helper_GOT_ORG(X86RelocationFactory& pParent) in helper_GOT_ORG()
150 X86RelocationFactory::Address helper_GOT(Relocation& pReloc, in helper_GOT()
155 X86RelocationFactory::Address got_addr = in helper_GOT()
194 X86RelocationFactory::Address helper_PLT_ORG(X86RelocationFactory& pParent) in helper_PLT_ORG()
201 X86RelocationFactory::Address helper_PLT(Relocation& pReloc, in helper_PLT()
348 X86RelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32()
349 X86RelocationFactory::Address S = pReloc.symValue(); in gotoff32()
361 X86RelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpc32()
376 X86RelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); in got32()
378 X86RelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in got32()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFactory.cpp179 ARMRelocationFactory::Address helper_GOT_ORG(ARMRelocationFactory& pParent) in helper_GOT_ORG()
186 ARMRelocationFactory::Address helper_GOT(Relocation& pReloc, in helper_GOT()
228 ARMRelocationFactory::Address helper_PLT_ORG(ARMRelocationFactory& pParent) in helper_PLT_ORG()
235 ARMRelocationFactory::Address helper_PLT(Relocation& pReloc, in helper_PLT()
472 ARMRelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32()
473 ARMRelocationFactory::Address S = pReloc.symValue(); in gotoff32()
488 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); in got_brel()
490 ARMRelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in got_brel()
505 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); in got_prel()
507 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); 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/MC/
DMCFragmentRef.h35 typedef NonConstTraits<unsigned char>::pointer Address; typedef
67 Address deref();
71 Address operator*()
/frameworks/base/services/java/com/android/server/location/
DGeocoderProxy.java20 import android.location.Address;
71 GeocoderParams params, List<Address> addrs) { in getFromLocation()
86 GeocoderParams params, List<Address> addrs) { in getFromLocationName()
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h27 typedef uint32_t Address; typedef
37 typedef uint64_t Address; typedef
/frameworks/base/voip/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()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocationFactory.cpp108 RelocationFactory::Address helper_GetGP(MipsRelocationFactory& pParent) in helper_GetGP()
142 RelocationFactory::Address helper_GetGOTOffset(Relocation& pReloc, in helper_GetGOTOffset()
313 RelocationFactory::Address G = 0; in got16()
347 RelocationFactory::Address G = helper_GetGOTOffset(pReloc, pParent); in call16()

123