Searched defs:Address (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
H A DM4PSW_MemoryInterface.c48 M4OSA_MemAddr32 Address = M4OSA_NULL; local
57 return Address;
65 Address = (M4OSA_MemAddr32) malloc(size);
67 return Address;
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h21 typedef uint8_t* Address; typedef in namespace:mcld::sys
H A DMemoryRegion.h42 typedef Space::Address Address; typedef in class:mcld::MemoryRegion
46 MemoryRegion(Space& pParent, const Address pVMAStart, size_t pSize);
57 Address start()
63 Address end()
72 Address getBuffer(size_t pOffset = 0)
80 Address m_VMAStart;
H A DSpace.h41 typedef NonConstTraits<uint8_t>::pointer Address; typedef in class:mcld::Space
62 Address memory()
94 Address m_Data;
/frameworks/compile/mclinker/include/mcld/LD/
H A DFragmentRef.h36 typedef NonConstTraits<unsigned char>::pointer Address; typedef in class:mcld::FragmentRef
68 Address deref();
72 Address operator*()
H A DRelocationFactory.h37 typedef Relocation::Address Address; typedef in class:mcld::RelocationFactory
64 Address pAddend = 0);
H A DRelocation.h34 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef in class:mcld::Relocation
41 Address pAddend,
52 Address symValue() const;
55 Address addend() const
59 Address place(const Layout& pLayout) const;
88 void setAddend(Address pAddend);
111 Address m_Addend;
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCFragmentRef.h35 typedef NonConstTraits<unsigned char>::pointer Address; typedef in class:mcld::MCFragmentRef
67 Address deref();
71 Address operator*()
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h27 typedef uint32_t Address; typedef in class:mcld::SizeTraits
37 typedef uint64_t Address; typedef in class:mcld::SizeTraits
/frameworks/base/location/java/android/location/
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...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2519 Value *Address = getFnValueByID(Record[1], OpTy); local
2520 if (OpTy == 0 || Address == 0)
2523 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2800 Value *Address = getFnValueByID(Record[1], OpTy); local
2801 if (OpTy == 0 || Address == 0)
2804 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);

Completed in 1177 milliseconds