Home
last modified time | relevance | path

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

123

/frameworks/compile/mclinker/include/mcld/Support/
DMemoryRegion.h45 typedef NonConstTraits<mcld::sys::fs::detail::Address>::value_type Address; typedef
46 typedef ConstTraits<mcld::sys::fs::detail::Address>::value_type ConstAddress;
52 const Address pVMAStart,
67 Address start() in start()
73 Address end() in end()
82 Address getBuffer(Offset pOffset = 0)
90 Address m_VMAStart;
DMemoryArea.h77 typedef sys::fs::detail::Address Address; typedef
123 sys::fs::detail::Address data;
210 ssize_t readToBuffer(sys::fs::detail::Address pBuf,
DFileSystem.h92 typedef unsigned char* Address; typedef
109 size_t pread(int pFD, Address pBuf, size_t pCount, off_t pOffset);
110 size_t pwrite(int pFD, const Address pBuf, size_t pCount, off_t pOffset);
/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;
72 in GeocoderParams params, out List<Address> addrs); in getFromLocation()
76 in GeocoderParams params, out List<Address> addrs); in getFromLocationName()
DAddress.aidl19 parcelable Address;
/frameworks/compile/mclinker/include/mcld/LD/
DRelocation.h32 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef
39 Address pAddend,
50 Address symValue() const;
53 Address addend() const in addend()
57 Address place(const Layout& pLayout) const;
86 void setAddend(Address pAddend);
109 Address m_Addend;
DRelocationFactory.h37 typedef Relocation::Address Address; typedef
56 Address pAddend = 0);
/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;
39 GeocoderParams params, List<Address> addrs) {
47 GeocoderParams params, List<Address> addrs) {
60 GeocoderParams params, List<Address> addrs); in onGetFromLocation()
70 GeocoderParams params, List<Address> addrs); in onGetFromLocationName()
/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()
62 void Relocation::setAddend(Address pAddend) in setAddend()
/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/Target/ARM/
DARMRelocationFactory.cpp202 ARMRelocationFactory::Address helper_GOT_ORG(ARMRelocationFactory& pParent) in helper_GOT_ORG()
209 ARMRelocationFactory::Address helper_GOT(Relocation& pReloc, in helper_GOT()
251 ARMRelocationFactory::Address helper_PLT_ORG(ARMRelocationFactory& pParent) in helper_PLT_ORG()
258 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()
487 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); in got_brel()
489 ARMRelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in got_brel()
503 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); in got_prel()
505 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); in got_prel()
[all …]
/frameworks/compile/mclinker/lib/Target/X86/
DX86RelocationFactory.cpp158 X86RelocationFactory::Address helper_GOT_ORG(X86RelocationFactory& pParent) in helper_GOT_ORG()
165 X86RelocationFactory::Address helper_GOT(Relocation& pReloc, in helper_GOT()
207 X86RelocationFactory::Address helper_PLT_ORG(X86RelocationFactory& pParent) in helper_PLT_ORG()
214 X86RelocationFactory::Address helper_PLT(Relocation& pReloc, in helper_PLT()
310 X86RelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in gotoff32()
311 X86RelocationFactory::Address S = pReloc.symValue(); in gotoff32()
323 X86RelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in gotpc32()
338 X86RelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); in got32()
340 X86RelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent); in got32()
352 X86RelocationFactory::Address PLT_S; in plt32()
[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.java23 import android.location.Address;
94 GeocoderParams params, List<Address> addrs) { in getFromLocation()
113 GeocoderParams params, List<Address> addrs) { in getFromLocationName()
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h26 typedef uint32_t Address; typedef
35 typedef uint64_t Address; typedef
/frameworks/compile/mclinker/lib/MC/
DMCFragmentRef.cpp146 MCFragmentRef::Address MCFragmentRef::deref() in deref()
150 Address base = NULL; in deref()
153 base = (Address)static_cast<llvm::MCInstFragment*>(m_pFragment)->getCode().data(); in deref()
156 base = (Address)static_cast<llvm::MCDataFragment*>(m_pFragment)->getContents().data(); in deref()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc26 size_t pread(int pFD, Address pBuf, size_t pCount, off_t pOffset)
31 size_t pwrite(int pFD, const Address pBuf, size_t pCount, off_t pOffset)
/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.cpp138 RelocationFactory::Address helper_GetGP(MipsRelocationFactory& pParent) in helper_GetGP()
169 RelocationFactory::Address helper_GetGOTOffset(Relocation& pReloc, in helper_GetGOTOffset()
326 RelocationFactory::Address G = helper_GetGOTOffset(pReloc, pParent); in got16()
340 RelocationFactory::Address G = helper_GetGOTOffset(pReloc, pParent); in call16()
/frameworks/compile/mclinker/lib/Support/
DMemoryRegion.cpp16 const MemoryRegion::Address pVMAStart, in MemoryRegion()

123