HomeSort by relevance Sort by last modified time
    Searched full:address (Results 376 - 400 of 11852) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/asan/lit_tests/
sleep_before_dying.c 1 // RUN: %clang -g -fsanitize=address -O2 %s -o %t
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
AddressMap.java 38 * Gets the value address corresponding to the given key address. Returns
47 * Sets the value address associated with the given key address.
CodeCursor.java 32 * Gets the base address associated with the current cursor. This
36 * addresses are relative to the address of a dependant switch
42 * Sets the base address for the given target address to be as indicated.
  /external/iptables/extensions/
libip6t_eui64.c 1 /* Shared library add-on to ip6tables to add EUI64 address checking support. */
libxt_mac.man 3 Match source MAC address. It must be of the form XX:XX:XX:XX:XX:XX.
  /external/kernel-headers/original/asm-mips/
i8253.h 2 * Machine specific IO port address definition for generic.
  /external/llvm/test/Assembler/
global-addrspace-forwardref.ll 3 ; Make sure the address space of forward decls is preserved
  /external/nist-sip/java/javax/sip/address/
Router.java 1 package javax.sip.address;
TelURL.java 1 package javax.sip.address;
  /external/nist-sip/java/javax/sip/header/
ErrorInfoHeader.java 4 import javax.sip.address.URI;
WWWAuthenticateHeader.java 3 import javax.sip.address.URI;
  /external/qemu/memcheck/
memcheck_malloc_map.h 17 * address range that belongs to a memory block allocated in the guest's space.
19 * malloc's caller. Map considers two blocks to be equal if their address ranges
74 * address.
77 * address - Virtual address in the guest's user space to find matching
78 * entry for. Entry matches the address, if address is contained within
81 * block_size - Size of the block, beginning with 'address'.
87 target_ulong address,
91 * matches the given address
    [all...]
  /external/qemu/
targphys.h 7 /* target_phys_addr_t is the type of a physical address (its size can
  /external/valgrind/main/memcheck/tests/
execve2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
signal2.stderr.exp 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/
gtkhtml 2 address
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 13 // pointer address(reference x) const;
14 // const_pointer address(const_reference x) const;
25 assert(a.address(*tp) == tp);
26 assert(a.address(*ctp) == tp);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
recall2.sed 2 # if they are used in an address, so that the matcher does not
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 1 //=== FixedAddressChecker.cpp - Fixed address usage checker ----*- C++ -*--===//
11 // assignment of a fixed address to a pointer.
37 // Using a fixed address is not portable because that address will probably
55 BT.reset(new BuiltinBug("Use fixed address",
56 "Using a fixed address is not portable because that "
57 "address will probably not be valid in all "
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PProfileKey.java 29 import gov.nist.javax.sip.address.AddressImpl;
46 public PProfileKey(AddressImpl address)
49 this.address = address;
57 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
60 retval.append(address.encode());
61 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
  /external/protobuf/examples/
add_person.cc 20 cout << "Enter email address (blank for none): ";
53 // Main function: Reads the entire address book from a file,
69 // Read the existing address book.
74 cerr << "Failed to parse address book." << endl;
79 // Add an address.
83 // Write the new address book back to disk.
86 cerr << "Failed to write address book." << endl;
  /external/v8/src/
store-buffer-inl.h 36 Address StoreBuffer::TopAddress() {
37 return reinterpret_cast<Address>(heap_->store_buffer_top_address());
41 void StoreBuffer::Mark(Address addr) {
44 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
56 void StoreBuffer::EnterDirectlyIntoStoreBuffer(Address addr) {
62 Address* top = old_top_;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForEmail.java 28 * Handler for email address data rows.
45 String address = mDbHelper.insertNameLookupForEmail(rawContactId, dataId, email); local
46 if (address != null) {
63 String address = values.getAsString(Email.DATA); local
65 mDbHelper.insertNameLookupForEmail(rawContactId, dataId, address);
99 return values.containsKey(Email.ADDRESS);
104 builder.appendContentFromColumn(Email.ADDRESS);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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 */
121 * Ethernet address format (for DECnet)
124 __u8 dne_addr[6]; /* Full ethernet address */
127 __u8 dne_nodeaddr[2]; /* DECnet node address */
133 * DECnet physical socket address format
137 union etheraddress dna_netaddr; /* DECnet ethernet address */
elf-fdpic.h 21 Elf32_Addr addr; /* core address to which mapped */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
42 unsigned long ph_addr; /* mapped PT_PHDR user address */
43 unsigned long map_addr; /* mapped loadmap user address */
44 unsigned long entry_addr; /* mapped entry user address */
46 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
47 unsigned long load_addr; /* user address at which to map binary */

Completed in 1082 milliseconds

<<11121314151617181920>>