HomeSort by relevance Sort by last modified time
    Searched full:address (Results 1126 - 1150 of 19436) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /art/compiler/debug/
elf_symtab_writer.h 83 uint64_t address = info.code_address + (text != nullptr ? text->GetAddress() : 0); local
85 address += CompiledMethod::CodeDelta(info.isa);
86 symtab->Add(name_offset, text, address, info.code_size, STB_GLOBAL, STT_FUNC);
91 // requires it to match function symbol. Just address 0 does not work.
93 if (address < mapping_symbol_address || !kGenerateSingleArmMappingSymbol) {
94 symtab->Add(strtab->Write("$t"), text, address & ~1, 0, STB_LOCAL, STT_NOTYPE);
95 mapping_symbol_address = address;
  /cts/tests/aslr/src/
AslrMallocTest.cpp 50 * performs malloc(size) and prints out the address */
51 static const std::string argPrint = "--print-malloc-address";
72 void GetAddress(size_t allocSize, uintptr_t& address)
105 ASSERT_TRUE(android::base::ParseUint(output.c_str(), &address));
121 uintptr_t address; local
122 GetAddress(size, address);
124 addresses.emplace(address);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 77 /** current decoding state: bytecode address */
78 private int address = 0; field in class:DebugInfoDecoder
130 /** bytecode address */
131 public int address; field in class:DebugInfoDecoder.PositionEntry
136 public PositionEntry(int address, int line) {
137 this.address = address;
146 /** address of event */
147 public int address; field in class:DebugInfoDecoder.LocalEntry
164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 88 /** current decoding state: bytecode address */
89 private int address = 0; field in class:DebugInfoDecoder
141 /** bytecode address */
142 public int address; field in class:DebugInfoDecoder.PositionEntry
147 public PositionEntry(int address, int line) {
148 this.address = address;
157 /** address of event */
158 public int address; field in class:DebugInfoDecoder.LocalEntry
175 public LocalEntry(int address, boolean isStart, int reg, int nameIndex
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 78 /** current decoding state: bytecode address */
79 private int address = 0; field in class:DebugInfoDecoder
131 /** bytecode address */
132 public int address; field in class:DebugInfoDecoder.PositionEntry
137 public PositionEntry(int address, int line) {
138 this.address = address;
147 /** address of event */
148 public int address; field in class:DebugInfoDecoder.LocalEntry
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.h 62 bool HasMemory(ULONG64 address) const {
63 return HasMemory<BYTE>(address, NULL);
66 bool HasMemory(const void* address) const {
67 return HasMemory<BYTE>(address, NULL);
71 bool HasMemory(ULONG64 address, StructureType** structure = NULL) const {
73 if (address > 0xFFFFFFFFUL)
76 return HasMemory(reinterpret_cast<void*>(address), structure);
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 15 * Address
19 * Address
91 * for X.25 PSDN address [RFC1183]
95 * for ISDN address [RFC1183]
103 * for NSAP address, NSAP style A record [RFC1706]
127 * IP6 Address [Thomson]
151 * ATM Address [Dobrowski]
  /external/kernel-headers/original/uapi/linux/
dn.h 89 #define sdn_nodeaddrl sdn_add.a_len /* Node address length */
90 #define sdn_nodeaddr sdn_add.a_addr /* Node address */
122 * Ethernet address format (for DECnet)
125 __u8 dne_addr[ETH_ALEN]; /* Full ethernet address */
128 __u8 dne_nodeaddr[2]; /* DECnet node address */
134 * DECnet physical socket address format
138 union etheraddress dna_netaddr; /* DECnet ethernet address */
  /external/libunwind/doc/
unw_init_remote.tex 20 pointed to by \Var{c} for unwinding in the address space identified by
22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
23 address space created with \Func{unw\_create\_addr\_space}().
25 The \Var{arg} void-pointer tells the address space exactly what entity
29 However, other address-spaces may instead expect a process-id, a
32 of \Var{arg} is entirely dependent on the address-space in use;
49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space
  /external/llvm/include/llvm/ExecutionEngine/Orc/
JITSymbol.h 25 /// @brief Represents an address in the target process's address space.
39 /// @brief Create a symbol for a definition with a known address.
43 /// @brief Create a symbol for a definition that doesn't have a known address
46 /// address) on demand.
58 /// @brief Get the address of the symbol in the target address space. Returns
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
PasvCommandHandler.java 34 * bytes of the 32-bit internet host address of the server, and <i>p1..p2</i> are the 2
35 * bytes of the 16-bit TCP port address of the data connection on the server to which
81 byte[] address = host.getAddress();
82 for (int i = 0; i < address.length; i++) {
83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i];
  /external/v8/src/
log.h 223 void CallbackEvent(Name* name, Address entry_point);
224 void GetterCallbackEvent(Name* name, Address entry_point);
225 void SetterCallbackEvent(Name* name, Address entry_point);
248 void CodeMoveEvent(Address from, Address to);
250 void CodeDeleteEvent(Address from);
265 void SharedFunctionInfoMoveEvent(Address from, Address to);
267 void CodeNameEvent(Address addr, int pos, const char* code_name);
268 void SnapshotPositionEvent(Address addr, int pos)
    [all...]
  /frameworks/av/services/audiopolicy/
audio_policy.conf 43 # This section contains descriptors for audio devices with attributes like an address or a
48 # address <address> # optional: device address, char string less than 64 in length
56 # address <address> # optional: device address, char string less than 64 in length
  /hardware/bsp/intel/peripheral/libupm/src/tcs3414cs/
tcs3414cs.cxx 41 mraa::Result ret = m_i2Ctx.address(ADDR);
44 ": m_i2Ctx.address() failed");
85 error = m_i2Ctx.address (ADDR);
103 m_i2Ctx.address(ADDR);
106 m_i2Ctx.address(ADDR);
115 error = m_i2Ctx.address (ADDR);
126 error = m_i2Ctx.address (ADDR);
  /hardware/ti/omap3/dspbridge/inc/
mem.h 21 * Memory management and address mapping services for the DSP/BIOS Bridge
49 *! require phys address to be page aligned!
134 * pPhysicalAddress: Physical address of allocated memory.
142 * the size requested. Returned physical address refers to physical
208 * pMemBuf is a valid memory address returned by MEM_Calloc/Alloc().
227 * pMemBuf is a valid memory address returned by MEM_Calloc/Alloc().
246 * pVirtualAddress is a valid memory address returned by
277 * pAddr: Linear (virtual) address of the buffer.
317 /* Structure reflecting a physical address and size of memory referenced. */
326 * Get the linear address corresponding to the given physical address
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 21 * Memory management and address mapping services for the DSP/BIOS Bridge
49 *! require phys address to be page aligned!
134 * pPhysicalAddress: Physical address of allocated memory.
142 * the size requested. Returned physical address refers to physical
208 * pMemBuf is a valid memory address returned by MEM_Calloc/Alloc().
227 * pMemBuf is a valid memory address returned by MEM_Calloc/Alloc().
246 * pVirtualAddress is a valid memory address returned by
277 * pAddr: Linear (virtual) address of the buffer.
317 /* Structure reflecting a physical address and size of memory referenced. */
326 * Get the linear address corresponding to the given physical address
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 49 String address = getAddress(); local
50 return address == null ? null : new Intent(Intent.ACTION_VIEW).setData(
51 Uri.parse(URI_TARGET_PREFIX + address));
97 final String address = mValues.getAsString(Sms.ADDRESS); local
98 return address == null ? null :
99 sBidiFormatter.unicodeWrap(address, TextDirectionHeuristics.LTR);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinnerAdapter.java 67 .setText(formatAddress(fromItem.address));
71 .setText(fromItem.address);
85 .setText(formatAddress(fromItem.address));
88 .setText(fromItem.address);
93 private CharSequence formatAddress(String address) {
94 if (TextUtils.isEmpty(address)) {
97 return String.format(sFormatString, Rfc822Tokenizer.tokenize(address)[0].getAddress());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dn.h 89 #define sdn_nodeaddrl sdn_add.a_len /* Node address length */
90 #define sdn_nodeaddr sdn_add.a_addr /* Node address */
123 * Ethernet address format (for DECnet)
126 __u8 dne_addr[6]; /* Full ethernet address */
129 __u8 dne_nodeaddr[2]; /* DECnet node address */
135 * DECnet physical socket address format
139 union etheraddress dna_netaddr; /* DECnet ethernet address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dn.h 87 #define sdn_nodeaddrl sdn_add.a_len /* Node address length */
88 #define sdn_nodeaddr sdn_add.a_addr /* Node address */
120 * Ethernet address format (for DECnet)
123 __u8 dne_addr[6]; /* Full ethernet address */
126 __u8 dne_nodeaddr[2]; /* DECnet node address */
132 * DECnet physical socket address format
136 union etheraddress dna_netaddr; /* DECnet ethernet address */
vhost.h 35 /* Whether log address is valid. If set enables logging. */
40 /* Used structure address. Must be 32 bit aligned */
42 /* Available structure address. Must be 16 bit aligned */
46 * address. Address must be 32 bit aligned. */
88 * (calculated from the physical address) from specified log base.
90 /* Set base address for logging. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1-o32-mips16-only.rd 24 # _lo symbols have their address taken, so their PLT symbols need to have
41 # is the address of the lazy-binding stub.
50 Address Access Initial Purpose
56 Address Access Initial
62 Address Access Initial Sym\.Val\. Type Ndx Name
69 Address Initial Purpose
74 Address Initial Sym\.Val\. Type Ndx Name
compressed-plt-1-o32-umips-only.rd 24 # _lo symbols have their address taken, so their PLT symbols need to have
40 # is the address of the lazy-binding stub.
49 Address Access Initial Purpose
55 Address Access Initial
61 Address Access Initial Sym\.Val\. Type Ndx Name
68 Address Initial Purpose
73 Address Initial Sym\.Val\. Type Ndx Name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so 

Completed in 1556 milliseconds

<<41424344454647484950>>