/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
inv_math.h | 2 * platforms. This address that */
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
inv_math.h | 2 * platforms. This address that */
|
/system/connectivity/shill/test-scripts/ |
set-address | 6 print "Usage: %s <address>" % (sys.argv[0]) 9 (_, address) = sys.argv 25 ipconfig.SetProperty("Address", address)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
got-page-4a.got | 3 Address Access Initial
|
got-page-5.got | 3 Address Access Initial
|
got-page-7.got | 3 Address Access Initial
|
/frameworks/base/core/java/android/net/ |
IpPrefix.java | 33 * <li>A starting IP address (IPv4 or IPv6). This is the first IP address of the prefix. 35 * in the IP address, starting from the most significant bit in network byte order, that 47 private final byte[] address; // network byte order field in class:IpPrefix 51 if (address.length != 4 && address.length != 16) { 53 "IpPrefix has " + address.length + " bytes which is neither 4 nor 16"); 55 NetworkUtils.maskRawAddress(address, prefixLength); 59 * Constructs a new {@code IpPrefix} from a byte array containing an IPv4 or IPv6 address in 60 * network byte order and a prefix length. Silently truncates the address to the prefix length [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
Inet6AddressTest.java | 40 // A prefix of "11111111" means that the address is multicast 45 assertTrue("Multicast address " + addrName + " not detected.", addr 48 addrName = "42::42:42"; // an non-multicast address 50 assertTrue("Non multicast address " + addrName 51 + " reporting as a multicast address.", !addr 54 // IPv4-compatible IPv6 address tests 57 // to IP v6 addresses. The address prefix for a multicast ip v4 58 // address is 1110 for the last 16 bits ::d.d.d.d 63 assertTrue("IPv4 compatable address " + addrName 67 addrName = "::42.42.42.42"; // an ipv4 non-multicast address [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-dw2-9.d | 8 \[0x.*\] Extended opcode 2: set Address to 0x0 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 3 to 4 10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 4 to 8 11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 9 12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 10 20 \[0x.*\] Special opcode .*: advance Address by 0 to 0x8178 and Line by 4 to 71 21 \[0x.*\] Special opcode .*: advance Address by 2 to 0x817a and Line by 1 to 72 22 \[0x.*\] Special opcode .*: advance Address by 2 to 0x817c and Line by 1 to 73 23 \[0x.*\] Special opcode .*: advance Address by 2 to 0x817e and Line by 1 to 74 24 \[0x.*\] Special opcode .*: advance Address by 2 to 0x8180 and Line by 1 to 7 [all...] |
rd-dw2-14.d | 8 \[0x.*\] Extended opcode 2: set Address to 0x0 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 8 to 9 10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 1 to 10 11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 11 12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 12 13 \[0x.*\] Special opcode .*: advance Address by 8 to 0x12 and Line by 1 to 13 14 \[0x.*\] Special opcode .*: advance Address by 8 to 0x1a and Line by 1 to 14 15 \[0x.*\] Special opcode .*: advance Address by 2 to 0x1c and Line by 1 to 15 16 \[0x.*\] Special opcode .*: advance Address by 4 to 0x20 and Line by 1 to 16 17 \[0x.*\] Special opcode .*: advance Address by 4 to 0x24 and Line by 1 to 1 [all...] |
/external/clang/test/Sema/ |
warn-tautological-compare.c | 15 if (!b) {} // expected-warning {{address of array 'b' will always evaluate to 'true'}} 17 if (!c.x) {} // expected-warning {{address of array 'c.x' will always evaluate to 'true'}} 19 if (!str) {} // expected-warning {{address of array 'str' will always evaluate to 'true'}} 26 if (!array) { // expected-warning {{address of array 'array' will always evaluate to 'true'}} 39 if (!&pointer) { // expected-warning {{address of 'pointer' will always evaluate to 'true'}} 43 if (&pointer) { // expected-warning {{address of 'pointer' will always evaluate to 'true'}} 47 if (&pointer == NULL) {} // expected-warning {{comparison of address of 'pointer' equal to a null pointer is always false}} 49 if (&pointer != NULL) {} // expected-warning {{comparison of address of 'pointer' not equal to a null pointer is always true}} 55 if (array) { } // expected-warning {{address of array 'array' will always evaluate to 'true'}} 57 if (!array) { } // expected-warning {{address of array 'array' will always evaluate to 'true'} [all...] |
expr-address-of.c | 13 add_one(&p->bitf); // expected-error {{address of bit-field requested}} 14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}} 15 add_one(&p->whatever->bitf); // expected-error {{address of bit-field requested}} 20 &x[10]; // expected-error {{address of register variable requested}} 24 int *x2 = &y; // expected-error {{address of register variable requested}} 31 float* r = &q[0]; // expected-error {{address of vector element requested}} 37 return &x.w; // expected-error {{address of vector element requested}} 52 int *_dummy00 = x0; // fixme-error {{address of register variable requested}} 53 int *_dummy01 = &(*x0); // fixme-error {{address of register variable requested}} 56 int *_dummy1 = &(*(x1 + 1)); // fixme-error {{address of register variable requested} [all...] |
/art/compiler/utils/x86/ |
assembler_x86.h | 91 // Operand can be sub classed (e.g: Address). 148 class Address : public Operand { 150 Address(Register base_in, int32_t disp) { 154 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { 159 Address(Register base_in, Offset disp) { 163 Address(Register base_in, FrameOffset disp) { 168 Address(Register base_in, MemberOffset disp) { 172 Address(Register index_in, ScaleFactor scale_in, int32_t disp) { 179 Address(Register base_in, Register index_in, ScaleFactor scale_in, int32_t disp) { 183 Address(Register base_in [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
inet.py | 16 """Generic Internet address helper functions.""" 38 """Convert the textual form of a network address into its binary form. 40 @param family: the address family 42 @param text: the textual address 44 @raises NotImplementedError: the address family specified is not 56 def inet_ntop(family, address): 57 """Convert the binary form of a network address into its textual form. 59 @param family: the address family 61 @param address: the binary address [all...] |
/external/avahi/avahi-common/ |
address.c | 32 #include "address.h" 73 uint32_t n = ntohl(a->data.ipv4.address); 84 a->data.ipv6.address[15] & 0xF, a->data.ipv6.address[15] >> 4, 85 a->data.ipv6.address[14] & 0xF, a->data.ipv6.address[14] >> 4, 86 a->data.ipv6.address[13] & 0xF, a->data.ipv6.address[13] >> 4, 87 a->data.ipv6.address[12] & 0xF, a->data.ipv6.address[12] >> 4 [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
NativeObject.java | 45 // Native allocation address; 46 // may be smaller than the base address due to page-size rounding 50 // Native base address 52 private final long address; field in class:NativeObject 55 * Creates a new native object that is based at the given native address. 57 NativeObject(long address) { 58 this.allocationAddress = address; 59 this.address = address; 63 * Creates a new native object allocated at the given native address bu 90 long address() { method in class:NativeObject [all...] |
/external/llvm/test/MC/Mips/ |
mips-bad-branches.s | 3 # CHECK: error: branch to misaligned address 5 # CHECK: error: branch to misaligned address 7 # CHECK: error: branch to misaligned address 11 # CHECK: error: branch to misaligned address 13 # CHECK: error: branch to misaligned address 15 # CHECK: error: branch to misaligned address 20 # CHECK: error: branch to misaligned address 22 # CHECK: error: branch to misaligned address 24 # CHECK: error: branch to misaligned address 28 # CHECK: error: branch to misaligned address [all...] |
/external/autotest/client/cros/dhcp_test_data/ |
README | 2 conversation where the client asks for an address on 10.9.8.xxx and the server 3 grants such an address.
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
adoption02.dat | 19 <a><div><style></style><address><a> 29 | <address>
|
/external/clang/test/CodeGenObjC/ |
no-sanitize.m | 1 // RUN: %clang_cc1 %s -emit-llvm -fsanitize=address -o - | FileCheck %s 6 - (void) im0: (int) a0 __attribute__((no_sanitize("address"))) {
|
/external/clang/test/SemaCXX/ |
address-space-references.cpp | 6 void f0(int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \ 7 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}} 8 void f0(const int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \ 9 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
|
/external/gemmlowp/ |
AUTHORS.txt | 6 # Name or Organization <email address> 7 # The email address is not required for organizations.
|
/external/iproute2/ |
README.decnet | 11 o Remember to set the hardware address of the interface using: 13 ip link set ethX address xx:xx:xx:xx:xx:xx 14 (where xx:xx:xx:xx:xx:xx is the MAC address for your DECnet node 15 address) 18 mac address at once. If the Linux DECnet stack doesn't talk to 20 a problem, change the mac address (but do this _before_ starting 23 o Whilst you can use ip addr add to add more than one DECnet address to an 25 kernels node address to work properly with 2.4 kernels. This should
|
/external/iptables/include/linux/netfilter/ |
xt_iprange.h | 7 IPRANGE_SRC = 1 << 0, /* match source IP address */ 8 IPRANGE_DST = 1 << 1, /* match destination IP address */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_iprange.h | 8 IPRANGE_SRC = 1 << 0, /* match source IP address */ 9 IPRANGE_DST = 1 << 1, /* match destination IP address */
|