/dalvik/dx/src/com/android/dx/io/instructions/ |
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/autotest/client/site_tests/network_DhcpStaticIP/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP, 21 go back to using the server-provided IP address. 27 ['ip-address'], 29 ['dns-servers', 'ip-address' ]])
|
/external/autotest/client/site_tests/network_WlanHasIP/ |
network_WlanHasIP.py | 17 Ensure wlan0 has a valid IP address. 23 Get the ip address of device. If no IP address is found it will return 29 string, represents the IP address.
|
/external/autotest/client/tests/ipv6connect/ |
control | 9 to the IPv4, IPv6-mapped-IPv4 and IPv6 loopback address (different code paths).
|
/external/chromium-trace/catapult/ |
AUTHORS | 4 # Name <email address>
|
/external/chromium-trace/catapult/systrace/systrace/ |
AUTHORS | 4 # Name <email address>
|
/external/clang/test/CodeGen/ |
2003-11-03-AddrArrayElement.c | 4 // series of casts and address arithmetic.
|
/external/clang/test/CodeGenOpenCL/ |
address-spaces-conversions.cl | 1 // RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -O0 -ffake-address-space-map -cl-std=CL2.0 -emit-llvm -o - | FileCheck %s 3 // test that we generate address space casts everywhere we need conversions of 4 // pointers to different address spaces 15 (global int *)arg_glob; // explicit cast in the same address space
|
const-str-array-decay.cl | 1 // RUN: %clang_cc1 %s -emit-llvm -o - -ffake-address-space-map | FileCheck %s
|
constant-addr-space-globals.cl | 1 // RUN: %clang_cc1 %s -ffake-address-space-map -emit-llvm -o - | FileCheck %s
|
memcpy.cl | 1 // RUN: %clang_cc1 %s -ffake-address-space-map -emit-llvm -o - | FileCheck %s
|
/external/compiler-rt/test/asan/TestCases/ |
default_blacklist.cc | 1 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
|
/external/curl/tests/data/ |
test237 | 29 # The bogus address used here is chosen specifically so that when processed on 30 # certain hosts with buggy resolver code, the resulting address (192.0.2.127) 31 # is from an address block that is guaranteed never to be assigned (RFC3330). 35 # some systems just don't fail on the illegal host name/address but instead
|
/external/dbus/cmake/ |
bus-test.bat.cmake | 4 :: session bus address
|
/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/elfutils/tests/ |
run-dwfl-addr-sect.sh | 23 address 0x64 => module "" section 4 + 0 24 address 0x8 => module "" section 1 + 0x8 25 address 0x98 => module "" section 7 + 0 29 address 0x1 => module "" section 1 + 0x1
|
/external/fio/os/windows/posix/include/sys/ |
uio.h | 9 void *iov_base; /* Base address of a memory region for input or output */
|
/external/google-breakpad/src/processor/ |
static_range_map-inl.h | 46 const AddressType &address, const EntryType *&entry, 48 MapConstIterator iterator = map_.lower_bound(address); 52 // The map is keyed by the high address of each range, so |address| is 53 // guaranteed to be lower than the range's high address. If |range| is 54 // not directly preceded by another range, it's possible for address to 55 // be below the range's low address, though. When that happens, address 62 if (address < range->base()) 77 const AddressType &address, const EntryType *&entry [all...] |
/external/guava/guava-tests/test/com/google/common/net/ |
InetAddressesTest.java | 384 * from an "IPv4 mapped" IPv6 address. Our String-based method can 516 "2001:0:102:203:200:5efe:506:708", // Teredo address; not ISATAP 541 // Test regular global unicast address. 545 // Test ISATAP address. 549 // Test compat address. 555 // Test 6to4 address. 561 // Test Teredo address. 570 // Check that a coerced IPv4 address is unaltered. 585 // test compat address (should be hashed) 590 // test 6to4 address (should be hashed 670 InetAddress address = InetAddress.getByName("255.255.255.254"); local 688 InetAddress address = address_66_0; local 710 InetAddress address = addressV6_66_0; local 733 InetAddress address = address670; local 756 InetAddress address = addressV6670; local [all...] |
/external/iproute2/include/linux/ |
ip6_tunnel.h | 30 struct in6_addr laddr; /* local tunnel end-point address */ 31 struct in6_addr raddr; /* remote tunnel end-point address */ 42 struct in6_addr laddr; /* local tunnel end-point address */ 43 struct in6_addr raddr; /* remote tunnel end-point address */
|
/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/uapi/linux/ |
ip6_tunnel.h | 30 struct in6_addr laddr; /* local tunnel end-point address */ 31 struct in6_addr raddr; /* remote tunnel end-point address */ 42 struct in6_addr laddr; /* local tunnel end-point address */ 43 struct in6_addr raddr; /* remote tunnel end-point address */
|
/external/libcxx/test/std/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);
|