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

<<41424344454647484950>>

  /toolchain/binutils/binutils-2.25/bfd/
coff-w65.c 93 relent->address = reloc->r_vaddr;
103 relent->address -= section->vma;
118 /* The address of the thing to be relocated will have moved back by
119 the size of the shrink - but we don't change reloc->address here,
123 /* reloc->address -= shrink; conceptual */
125 bfd_vma address = reloc->address - shrink; local
146 bfd_perform_slip (abfd, 2, input_section, address);
158 input_section->output_offset + address;
160 /* See if the address we're looking at within 127 bytes of wher
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 49 "address" // 3
64 "name TEXT, age INTEGER, address TEXT);");
94 String expected = "address='LA'";
95 StringBuilder sb = new StringBuilder("address=");
99 expected = "address=NULL";
100 sb = new StringBuilder("address=");
113 String address = "LA"; local
121 String sql = "INSERT INTO " + TABLE_NAME + " (name, age, address) VALUES (?, ?, ?);";
125 DatabaseUtils.bindObjectToProgram(statement, 3, address);
135 assertEquals(address, cursor.getString(3))
    [all...]
  /external/v8/src/heap/
heap-inl.h 45 reinterpret_cast<Address>(rear_));
146 MemCopy(answer->address() + SeqOneByteString::kHeaderSize, str.start(),
176 MemCopy(answer->address() + SeqTwoByteString::kHeaderSize, str.start(),
257 profiler->AllocationEvent(object->address(), size_in_bytes);
286 heap_profiler->ObjectMoveEvent(source->address(), target->address(),
290 LOG_CODE_EVENT(isolate_, SharedFunctionInfoMoveEvent(source->address(),
291 target->address()));
311 Address object_address = object->address();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java 30 * Constructs an instance. The output address of this instance is initially
69 * associated with the class (such as its address) are reset.
90 * Gets the target address of this instruction. This is only valid
91 * to call if the target instruction has been assigned an address,
95 * @return {@code >= 0;} the target address
104 * an address, and it is merely a convenient shorthand for
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 30 * Constructs an instance. The output address of this instance is initially
69 * associated with the class (such as its address) are reset.
90 * Gets the target address of this instruction. This is only valid
91 * to call if the target instruction has been assigned an address,
95 * @return {@code >= 0;} the target address
104 * an address, and it is merely a convenient shorthand for
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
find_loop_instructions.py 50 '--start-address', '0x'+start_address,
51 '--stop-address', '0x'+stop_address,
56 r'^ +(?P<address>[0-9A-Fa-f]+):\t(?P<mnemonic>\S+)\s+(?P<operands>.*)$')
117 address, mnemonic, operands = m.group('address', 'mnemonic', 'operands')
120 yield address, target_address
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
reversename.py 32 """Convert an IPv4 or IPv6 address in textual form into a Name object whose
33 value is the reverse-map domain name of the address.
34 @param text: an IPv4 or IPv6 address in textual form (e.g. '127.0.0.1',
49 """Convert a reverse map domain name into textual address form.
50 @param name: an IPv4 or IPv6 address in reverse-map form.
75 raise dns.exception.SyntaxError('unknown reverse-map address family')
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/
trace_code_entry.html 19 function TraceCodeEntry(address, size, name, scriptId) {
21 this.address_ = address;
107 set address(address) {
108 this.address_ = address;
111 get address() {
  /external/curl/docs/libcurl/opts/
CURLOPT_RESOLVE.3 25 CURLOPT_RESOLVE \- provide custom host name to IP address resolves
40 HOST:PORT:ADDRESS where HOST is the name libcurl will try to resolve, PORT is
42 ADDRESS is the numerical IP address. If libcurl is built to support IPv6,
43 ADDRESS can of course be either IPv4 or IPv6 style addressing.
47 HOST+PORT will instead use your provided ADDRESS. Addresses to set with
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
TargetInsn.java 30 * Constructs an instance. The output address of this instance is initially
69 * associated with the class (such as its address) are reset.
90 * Gets the target address of this instruction. This is only valid
91 * to call if the target instruction has been assigned an address,
95 * @return {@code >= 0;} the target address
104 * an address, and it is merely a convenient shorthand for
  /external/google-breakpad/src/processor/
static_contained_range_map.h 56 // the specified address. This method will only return entries held by
59 // encompasses the address, returns false.
60 bool RetrieveRange(const AddressType &address, const EntryType *&entry) const;
71 // The base address of this range. The high address does not need to
88 // address. This is a pointer to avoid allocating map structures for
  /external/iproute2/include/linux/
l2tp.h 18 * @l2tp_family: address family number AF_L2TPIP.
19 * @l2tp_addr: protocol specific address information
27 struct in_addr l2tp_addr; /* Internet address */
40 * @l2tp_family: address family number AF_L2TPIP.
41 * @l2tp_addr: protocol specific address information
49 struct in6_addr l2tp_addr; /* IPv6 address */
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DumpMojo.java 76 * IP address or hostname to connect to.
78 * @parameter property="jacoco.address"
80 private String address; field in class:DumpMojo
102 protected void onConnecting(final InetAddress address,
105 format("Connecting to %s:%s", address,
119 final ExecFileLoader loader = client.dump(address, port);
  /external/jetty/src/java/org/eclipse/jetty/client/
Address.java 26 public class Address
31 public static Address from(String hostAndPort)
46 return new Address(host, port);
49 public Address(String host, int port)
63 Address that = (Address)obj;
  /external/jetty/src/java/org/eclipse/jetty/util/
IPAddressMap.java 29 * Internet address map to object
31 * Internet addresses may be specified as absolute address or as a combination of
69 * Insert a new internet address into map
78 throw new IllegalArgumentException("Invalid IP address pattern: "+addrSpec);
89 * Retrieve the object mapped to the specified internet address literal
102 * internet address by taking into account the wildcard specifications.
104 * @param addr internet address
116 * internet address by taking into account the wildcard specifications.
118 * @param addr internet address
139 * internet address by taking into account the wildcard specifications
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 41 unsigned char remote[ETH_ALEN]; /* Remote address */
62 __kernel_sa_family_t sa_family; /* address family, AF_PPPOX */
76 __kernel_sa_family_t sa_family; /* address family, AF_PPPOX */
82 __kernel_sa_family_t sa_family; /* address family, AF_PPPOX */
91 __kernel_sa_family_t sa_family; /* address family, AF_PPPOX */
97 __kernel_sa_family_t sa_family; /* address family, AF_PPPOX */
l2tp.h 20 * @l2tp_family: address family number AF_L2TPIP.
21 * @l2tp_addr: protocol specific address information
29 struct in_addr l2tp_addr; /* Internet address */
42 * @l2tp_family: address family number AF_L2TPIP.
43 * @l2tp_addr: protocol specific address information
51 struct in6_addr l2tp_addr; /* IPv6 address */
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h 22 // This handler will crash the currently running process. The crashing address
31 // The crashing address will be (clone_flags & 0xFFFFFF), where clone_flags is
35 // The crashing address will be (option & 0xFFF), where option is the prctl(2)
39 // The crashing address will be request & 0xFFFF, where request is the ioctl(2)
43 // The crashing address will be (pid & 0xFFF), where pid is the first
47 // The crashing address will be (op & 0xFFF), where op is the second
  /external/libpcap/Win32/Include/
addrinfo.h 35 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
41 #define EAI_NODATA 7 /* no address associated with hostname */
56 #define AI_PASSIVE 0x00000001 /* get address to use bind() */
64 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
65 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
76 struct sockaddr *ai_addr; /* binary address */
  /external/libunwind/doc/
unw_get_proc_info_by_ip.man 47 address\-space in which the instruction\-pointer should be looked up.
48 For a look\-up in the local address\-space,
58 is the address\-space argument that should be used
59 when accessing the address\-space. It has the same purpose as the
62 accessing the local address\-space (first argument is
91 address\-space is passed in argument as,
unw_get_proc_info_by_ip.tex 29 address-space in which the instruction-pointer should be looked up.
30 For a look-up in the local address-space,
35 Lastly, \Var{arg} is the address-space argument that should be used
36 when accessing the address-space. It has the same purpose as the
38 accessing the local address-space (first argument is
59 address-space is passed in argument \Var{as}, this routine is also
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 33 /// operands and the next PC (program counter) address for each instruction.
86 /// \brief Returns the address of the requested section (or an error message
87 /// in the second element of the pair if the address cannot be found).
89 /// if 'LocalAddress' is true, this returns the address of the section
91 /// address within the target process (i.e. the load address).
  /external/llvm/test/MC/SystemZ/
tokens.s 12 #CHECK: error: %r0 used in an address
16 #CHECK: error: invalid address register
18 #CHECK: error: %r0 used in an address
20 #CHECK: error: %r0 used in an address
28 #CHECK: error: %r0 used in an address
30 #CHECK: error: unexpected token in address
  /external/ltrace/sysdeps/linux-gnu/ppc/
arch.h 78 /* Unresolved PLT symbol (.plt contains PLT address). */
82 * target address, which was changed to the address of
104 * PPC_PLT_UNRESOLVED PLT entry address.
114 /* Address of corresponding slot in .plt. */
129 * update a .plt slot. NULL before that address is known. */
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 87 u_char ifi_haddr[IFI_HADDR]; /* hardware address */
88 u_short ifi_hlen; /* #bytes in hardware address: 0, 6, 8 */
92 struct sockaddr *ifi_addr; /* primary address */
94 struct sockaddr *ifi_brdaddr;/* broadcast address */
95 struct sockaddr *ifi_dstaddr;/* destination address */
105 #define INET6_ADDRSTRLEN 46 /*Maximum length of IPv6 address */

Completed in 874 milliseconds

<<41424344454647484950>>