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

<<31323334353637383940>>

  /system/connectivity/shill/
tethering.h 41 // This bit, if set in the first octet of a MAC address, indicates that
42 // this address is not assigned by the IEEE, but was generated locally.
48 // Returns whether an 802.11 BSSID is a locally-administered address, as
49 // opposed to a unique IEEE-issued address.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
t2-branch-global.d 1 #name: Thumb-2 branch to constant address
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-common-3.d 11 Return address column: .*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/cfi/
cfi-common-3.d 11 Return address column: .*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/
lns-duplicate.d 7 \[0x.*\] Extended opcode 2: set Address to .*
  /toolchain/binutils/binutils-2.25/include/vms/
eeom.h 47 /* Transfer address flags. */
53 /* Psect of transfer address. */
56 /* Transfer address. */
60 #define EEOM__M_WKTFR (1 << 0) /* Transfer address is weak. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
thumb-bl-lks-sym.s 1 @ Test to ensure that the bl to linker script symbol isn't changed to blx with immediate address.
tls-lib.d 5 start address 0x.*
tls-local-static.d 5 start address 0x[0-9a-f]+
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
orphan4.ld 5 address 0. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-metag/
stub.d 4 start address 0x.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
imm5.d 12 [0-9a-f]+ <.[^>]*> Address 0x[0-9a-f]+ is out of bounds.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 31 * the actual output address of this instance, if known, or
34 private int address; field in class:DalvInsn
77 * Constructs an instance. The output address of this instance is initially
106 this.address = -1;
143 * Gets whether the address of this instruction is known.
149 return (address >= 0);
153 * Gets the output address of this instruction, if it is known. This throws
158 * @return {@code >= 0;} the output address
161 if (address < 0) {
162 throw new RuntimeException("address not yet known")
    [all...]
PositionList.java 149 /** {@code >= 0;} address of this entry */
150 private final int address; field in class:PositionList.Entry
158 * @param address {@code >= 0;} address of this entry
161 public Entry (int address, SourcePosition position) {
162 if (address < 0) {
163 throw new IllegalArgumentException("address < 0");
170 this.address = address;
175 * Gets the address
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 34 * the actual output address of this instance, if known, or
37 private int address; field in class:DalvInsn
80 * Constructs an instance. The output address of this instance is initially
109 this.address = -1;
146 * Gets whether the address of this instruction is known.
152 return (address >= 0);
156 * Gets the output address of this instruction, if it is known. This throws
161 * @return {@code >= 0;} the output address
164 if (address < 0) {
165 throw new RuntimeException("address not yet known")
    [all...]
PositionList.java 149 /** {@code >= 0;} address of this entry */
150 private final int address; field in class:PositionList.Entry
158 * @param address {@code >= 0;} address of this entry
161 public Entry (int address, SourcePosition position) {
162 if (address < 0) {
163 throw new IllegalArgumentException("address < 0");
170 this.address = address;
175 * Gets the address
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 33 * the actual output address of this instance, if known, or
36 private int address; field in class:DalvInsn
79 * Constructs an instance. The output address of this instance is initially
108 this.address = -1;
145 * Gets whether the address of this instruction is known.
151 return (address >= 0);
155 * Gets the output address of this instruction, if it is known. This throws
160 * @return {@code >= 0;} the output address
163 if (address < 0) {
164 throw new RuntimeException("address not yet known")
    [all...]
  /dalvik/libdex/
DexDebugInfo.h 30 typedef int (*DexDebugNewPositionCb)(void *cnxt, u4 address, u4 lineNum);
43 * posCb is called in ascending address order.
44 * localCb is called in order of ascending end address.
  /external/android-clat/
clatd.conf 6 # IPv4 address configuration to use when selecting a host address. The first
7 # clat daemon started will use the address specified by ipv4_local_subnet. If
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 394 ( address, bluetooth_version, manufacturer_id,
402 def add_device(self, address, address_type, action):
405 @param address: Address of the device to add.
406 @param address_type: Type of device in @address.
410 ( address, address_type ), None on failure.
414 0, address, address_type, action))
417 def remove_device(self, address, address_type):
420 @param address: Address of the device to remove
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
version.sh 9 DEFINE_string "remote" "" "remote machine IP address" "r"
16 # Generate the version info and scp it to the IP address.
36 die "Error: you need to provide the IP address of the test machine."
  /external/avahi/avahi-autoipd/
avahi-autoipd.action.bsd 24 # BIND: Successfully claimed address
25 # CONFLICT: An IP address conflict happened
26 # UNBIND: The IP address is no longer needed
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
ipv6.py 25 def inet_ntoa(address):
26 """Convert a network format IPv6 address into text.
28 @param address: the binary address
29 @type address: string
31 @raises ValueError: the address isn't 16 bytes long
34 if len(address) != 16:
36 hex = address.encode('hex_codec')
79 # We have an embedded IPv4 address
84 hex = prefix + dns.ipv4.inet_ntoa(address[12:]
    [all...]
  /external/clang/test/CodeGenOpenCL/
address-spaces-mangling.cl 1 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=yes -triple %itanium_abi_triple -emit-llvm -o - | FileCheck -check-prefix=ASMANG %s
2 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=no -triple %itanium_abi_triple -emit-llvm -o - | FileCheck -check-prefix=NOASMANG %s
5 // no specifier given address space so we get multiple definition
  /external/clang/test/Driver/
sanitize_unwind_tables.c 4 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s
5 // RUN: %clang -target i686-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s
6 // RUN: %clang -target arm-linux-androideabi -fsanitize=address %s -### 2>&1 | FileCheck %s

Completed in 1237 milliseconds

<<31323334353637383940>>