/frameworks/compile/mclinker/include/mcld/Support/ |
D | MemoryRegion.h | 45 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;
|
D | MemoryArea.h | 77 typedef sys::fs::detail::Address Address; typedef 123 sys::fs::detail::Address data; 210 ssize_t readToBuffer(sys::fs::detail::Address pBuf,
|
D | FileSystem.h | 92 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/ |
D | Geocoder.java | 20 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()
|
D | IGeocodeProvider.aidl | 19 import android.location.Address; 30 in GeocoderParams params, out List<Address> addrs); in getFromLocation() 35 in GeocoderParams params, out List<Address> addrs); in getFromLocationName()
|
D | Address.java | 34 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];
|
D | ILocationManager.aidl | 20 import android.location.Address; 72 in GeocoderParams params, out List<Address> addrs); in getFromLocation() 76 in GeocoderParams params, out List<Address> addrs); in getFromLocationName()
|
D | Address.aidl | 19 parcelable Address;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocation.h | 32 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;
|
D | RelocationFactory.h | 37 typedef Relocation::Address Address; typedef 56 Address pAddend = 0);
|
/frameworks/av/libvideoeditor/osal/src/ |
D | M4PSW_MemoryInterface.c | 48 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/ |
D | GeocodeProvider.java | 21 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/ |
D | Relocation.cpp | 19 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/ |
D | rs_atomic.rsh | 32 * @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/ |
D | ARMRelocationFactory.cpp | 202 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/ |
D | X86RelocationFactory.cpp | 158 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/ |
D | GeocoderTest.java | 19 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/ |
D | MCFragmentRef.h | 35 typedef NonConstTraits<unsigned char>::pointer Address; typedef 67 Address deref(); 71 Address operator*()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GeocoderProxy.java | 23 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/ |
D | SizeTraits.h | 26 typedef uint32_t Address; typedef 35 typedef uint64_t Address; typedef
|
/frameworks/compile/mclinker/lib/MC/ |
D | MCFragmentRef.cpp | 146 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/ |
D | FileSystem.inc | 26 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/ |
D | SipProfile.java | 30 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/ |
D | MipsRelocationFactory.cpp | 138 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/ |
D | MemoryRegion.cpp | 16 const MemoryRegion::Address pVMAStart, in MemoryRegion()
|