HomeSort by relevance Sort by last modified time
    Searched defs:Address (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /frameworks/compile/mclinker/include/mcld/Support/
SystemUtils.h 19 typedef uint8_t* Address;
MemoryRegion.h 18 typedef NonConstTraits<uint8_t>::pointer Address;
  /external/chromium_org/components/autofill/core/browser/
address.cc 5 #include "components/autofill/core/browser/address.h"
21 Address::Address() {}
23 Address::Address(const Address& address) : FormGroup() {
24 *this = address;
27 Address::~Address() {}
    [all...]
address.h 17 // A form group that stores address information.
18 class Address : public FormGroup {
20 Address();
21 Address(const Address& address);
22 virtual ~Address();
24 Address& operator=(const Address& address);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 41 __GLXextFuncPtr Address;
184 * Return address of named glX function, or NULL if not found.
192 return GLX_functions[i].Address;
  /external/llvm/include/llvm/CodeGen/
MachineCodeInfo.h 27 void *Address; // The address of the function in memory
30 MachineCodeInfo() : Size(0), Address(nullptr) {}
37 Address = a;
44 void *address() const { function in class:llvm::MachineCodeInfo
45 return Address;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 41 __GLXextFuncPtr Address;
184 * Return address of named glX function, or NULL if not found.
192 return GLX_functions[i].Address;
  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 29 typedef Relocation::Address Address;
45 Address pAddend = 0);
EhFrameReader.h 30 typedef char* Address;
Relocator.h 30 typedef Relocation::Address Address;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Address.java 20 package org.apache.james.mime4j.field.address;
32 public abstract class Address {
35 * Adds any mailboxes represented by this address
41 final void addMailboxesTo(ArrayList<Address> results) {
46 * Adds any mailboxes represented by this address
50 protected abstract void doAddMailboxesTo(ArrayList<Address> results);
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 34 /// The address at which the current line changes.
35 uintptr_t Address;
45 /// The list of line boundary information, sorted by address.
73 /// OldPtr is the address of the machine code and will be the same as the Code
85 /// with section headers updated to reflect the address at which sections
  /external/llvm/include/llvm/Support/
Memory.h 24 /// This class encapsulates the notion of a memory block which has an address
31 MemoryBlock() : Address(nullptr), Size(0) { }
32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { }
33 void *base() const { return Address; }
36 void *Address; ///< Address of first byte of memory area
58 /// The actual allocated address is not guaranteed to be near the requested
59 /// address.
70 /// If the address following \p NearBlock is not so aligned, it will be
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 31 typedef NonConstTraits<unsigned char>::pointer Address;
58 /// @pDest - the destination address
61 /// the start address offset from fragment[offset()]
Relocation.h 31 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead
42 Address pAddend,
62 Address pAddend = 0);
71 /// symValue - S value - the symbol address
72 Address symValue() const;
75 Address addend() const
78 /// place - P value - address of the place being relocated
79 Address place() const;
105 void setAddend(Address pAddend)
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.h 32 // The size in bytes of an address on the target architecture. For segmented
33 // addressing, this is the size of the offset portion of the address.
36 // If the target system uses a flat address space, this value is 0.
41 uint64_t Address;
43 uint64_t getEndAddress() const { return Address + Length; }
DWARFDebugAranges.h 24 uint32_t findAddress(uint64_t Address) const;
51 bool containsAddress(uint64_t Address) const {
52 return LowPC <= Address && Address < HighPC();
58 uint64_t LowPC; // Start of address range.
59 uint32_t Length; // End of address range (not including this address).
64 uint64_t Address;
68 RangeEndpoint(uint64_t Address, uint32_t CUOffset, bool IsRangeStart)
69 : Address(Address), CUOffset(CUOffset), IsRangeStart(IsRangeStart) {
    [all...]
  /external/nist-sip/java/javax/sip/address/
Address.java 1 package javax.sip.address;
6 public interface Address extends Cloneable, Serializable {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iphlpapi.h 66 DWORD WINAPI AddIPAddress(IPAddr Address,IPMask IpMask,DWORD IfIndex,PULONG NTEContext,PULONG NTEInstance);
143 WCHAR Address[DNS_MAX_NAME_BUFFER_LENGTH];
nettypes.h 41 UCHAR Address [HARDWARE_ADDRESS_LENGTH];
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 149 // that address in hex.
151 int64_t Address;
152 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
153 O << formatHex((uint64_t)Address);
X86IntelInstPrinter.cpp 138 // that address in hex.
140 int64_t Address;
141 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
142 O << formatHex((uint64_t)Address);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 32 * that proxy information. For secure connections the address also includes the
35 * <p>HTTP requests that share the same {@code Address} may also share the same
38 public final class Address {
48 public Address(String uriHost, int uriPort, SocketFactory socketFactory,
86 * address.
94 * address.
118 * Returns this address's explicitly-specified HTTP proxy, or null to
126 if (other instanceof Address) {
127 Address that = (Address) other
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 21 // Server specified type for address with complete details.
26 Address* CreateAddressInternal(const base::DictionaryValue& dictionary,
69 DVLOG(1) << "Response from Google Wallet missing address lines";
96 Address* address = new Address(country_name_code, local
110 address->set_is_complete_address(!is_minimal_address);
114 return address;
119 Address::Address() {}
    [all...]
wallet_address.h 26 // TODO(ahutter): This address is a lot like
27 // components/autofill/core/browser/address.h. There should be a super
31 // Address contains various address fields that have been populated from the
33 // "extensible Address Language" (xAL); see
35 class Address {
41 Address();
43 // Using the raw info in |profile|, create a wallet::Address.
44 explicit Address(const AutofillProfile& profile);
46 Address(const std::string& country_name_code
    [all...]

Completed in 1499 milliseconds

1 2 3 4 5 6 7