/frameworks/compile/mclinker/include/mcld/Support/ |
D | MemoryRegion.h | 42 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;
|
D | Space.h | 41 typedef NonConstTraits<uint8_t>::pointer Address; typedef 62 Address memory() in memory() 94 Address m_Data;
|
/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; 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/ |
D | Relocation.h | 34 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;
|
D | FragmentRef.h | 36 typedef NonConstTraits<unsigned char>::pointer Address; typedef 68 Address deref(); 72 Address operator*()
|
D | RelocationFactory.h | 37 typedef Relocation::Address Address; typedef 64 Address pAddend = 0);
|
D | EhFrameHdr.h | 59 typename SizeTraits<size>::Address 68 typedef std::pair<typename SizeTraits<size>::Address, 69 typename SizeTraits<size>::Address> EntryType;
|
D | EhFrameHdr.tcc | 55 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/ |
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; 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/ |
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/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/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() 84 void Relocation::setAddend(Address pAddend) in setAddend()
|
D | FragmentRef.cpp | 117 FragmentRef::Address FragmentRef::deref() in deref() 121 Address base = NULL; in deref()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86RelocationFactory.cpp | 143 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/ |
D | ARMRelocationFactory.cpp | 179 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/ |
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 | 20 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/ |
D | SizeTraits.h | 27 typedef uint32_t Address; typedef 37 typedef uint64_t Address; typedef
|
/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 | 108 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()
|