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

1 2 3 4 5 6 7 891011>>

  /system/connectivity/shill/
arp_packet.h 26 // Address Resolution Protocol (ARP) packets for IP and
46 void set_local_ip_address(const IPAddress& address) {
47 local_ip_address_ = address;
51 void set_remote_ip_address(const IPAddress& address) {
52 remote_ip_address_ = address;
56 void set_local_mac_address(const ByteString& address) {
57 local_mac_address_ = address;
61 void set_remote_mac_address(const ByteString& address) {
62 remote_mac_address_ = address;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TransportWrapper.java 40 * Starts listening for connection on given or default address.
42 * @param address address to listen or null for default address
43 * @return string representation of listening address
45 public String startListening(String address) throws IOException;
48 * Stops listening for connection on current address.
53 * Accepts transport connection for currently listened address and performs handshaking
62 * Attaches transport connection to given address and performs handshaking
65 * @param address address for attachin
    [all...]
  /external/autotest/client/site_tests/network_WlanHasIP/
control 6 DOC = "Verifies that the wireless interface has an IP address."
7 PURPOSE = "Ensure the Wlan device obtains an IP address."
8 CRITERIA = "Fails if wlan0 does not have an assigned IP address."
  /external/llvm/test/MC/X86/
intel-syntax-invalid-scale.s 6 // CHECK: error: scale factor in address must be 1, 2, 4 or 8
8 // CHECK: error: scale factor in address must be 1, 2, 4 or 8
10 // CHECK: error: scale factor in address must be 1, 2, 4 or 8
  /external/lzma/C/
Alloc.c 38 void MyFree(void *address)
41 if (address != 0)
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
44 free(address);
59 void MidFree(void *address)
62 if (address != 0)
65 if (address == 0)
67 VirtualFree(address, 0, MEM_RELEASE);
115 void BigFree(void *address)
118 if (address != 0)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Route.java 31 import gov.nist.javax.sip.address.AddressImpl;
59 /** Default constructor given an address.
61 *@param address -- address of this header.
65 public Route(AddressImpl address) {
67 this.address = address;
73 *@return the hashcode of the encoded address.
76 return this.address.getHostPort().encode().toLowerCase().hashCode();
91 boolean addrFlag = address.getAddressType() == AddressImpl.NAME_ADDR
    [all...]
  /external/valgrind/memcheck/tests/
execve1.stderr.exp-kfail 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
7 Address 0x........ is not stack'd, malloc'd or (recently) free'd
11 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /libcore/ojluni/src/main/java/sun/nio/ch/
DatagramDispatcher.java 40 int read(FileDescriptor fd, long address, int len) throws IOException {
42 return read0(fd, address, len);
45 long readv(FileDescriptor fd, long address, int len) throws IOException {
47 return readv0(fd, address, len);
50 int write(FileDescriptor fd, long address, int len) throws IOException {
52 return write0(fd, address, len);
55 long writev(FileDescriptor fd, long address, int len) throws IOException {
57 return writev0(fd, address, len);
68 static native int read0(FileDescriptor fd, long address, int len)
71 static native long readv0(FileDescriptor fd, long address, int len
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/
Address.java 35 * This class represent email address.
37 * RFC822 email address may have following format.
38 * "name" <address> (comment)
39 * "name" <address>
40 * name <address>
41 * address
45 public class Address implements Parcelable {
48 * Address part, in the form local_part@domain_part. No surrounding angle brackets.
54 * This must be null if Address has no name part.
60 * string. Otherwise, it will return the e-mail address up to the '@' sign
135 String name, address; local
207 String address = token.getAddress(); local
231 String address = token.getAddress(); local
500 Address address; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/testdata/
ipv6-hosts 3 # internet address and host name
7 # internet address with zone identifier and host name
10 # internet address, host name and aliases
  /prebuilts/go/linux-x86/src/net/testdata/
ipv6-hosts 3 # internet address and host name
7 # internet address with zone identifier and host name
10 # internet address, host name and aliases
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-3.d 8 \[0x.*\] Extended opcode 2: set Address to 0x0
9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 7 to 8
10 \[0x.*\] Special opcode .*: advance Address by 12 to 0xc and Line by 1 to 9
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
pic-and-nonpic-3a.gd 10 Address Access Initial Purpose
15 Address Access Initial
19 Address Access Initial Sym\.Val\. Type Ndx Name
  /external/webrtc/webrtc/base/
socketaddress.h 27 // Records an IP address and port.
30 // Creates a nil address.
33 // Creates the address with the given host and port. Host may be a
37 // Creates the address with the given IP and port.
41 // Creates the address with the given IP and port.
44 // Creates a copy of the given address.
47 // Resets to the nil address.
50 // Determines if this is a nil address (empty hostname, any IP, null port)
56 // Replaces our address with the given one.
59 // Changes the IP of this address to the given one, and clears the hostnam
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 36 * This class represent email address.
38 * RFC822 email address may have following format.
39 * "name" <address> (comment)
40 * "name" <address>
41 * name <address>
42 * address
46 public class Address implements Parcelable {
49 * Address part, in the form local_part@domain_part. No surrounding angle brackets.
55 * This must be null if Address has no name part.
61 * string. Otherwise, it will return the e-mail address up to the '@' sign
136 String name, address; local
208 String address = token.getAddress(); local
232 String address = token.getAddress(); local
501 Address address; local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
ISDN.py 23 @ivar address: the ISDN address
24 @type address: string
29 __slots__ = ['address', 'subaddress']
31 def __init__(self, rdclass, rdtype, address, subaddress):
33 self.address = address
38 return '"%s" "%s"' % (dns.rdata._escapify(self.address),
41 return '"%s"' % dns.rdata._escapify(self.address)
44 address = tok.get_string(
    [all...]
  /external/clang/test/Sema/
address_spaces.c 7 void bar(_AS2 int a); // expected-error {{parameter may not be qualified with an address space}}
10 _AS1 float b) // expected-error {{parameter may not be qualified with an address space}}
15 int _AS1 _AS2 *Y; // expected-error {{multiple address spaces specified for type}}
16 int *_AS1 _AS2 *Z; // expected-error {{multiple address spaces specified for type}}
18 _AS1 int local; // expected-error {{automatic variable qualified with an address space}}
19 _AS1 int array[5]; // expected-error {{automatic variable qualified with an address space}}
20 _AS1 int arrarr[5][5]; // expected-error {{automatic variable qualified with an address space}}
22 __attribute__((address_space(-1))) int *_boundsA; // expected-error {{address space is negative}}
24 __attribute__((address_space(0x1000000))) int *_boundsC; // expected-error {{address space is larger than the maximum supported}}
26 __attribute__((address_space(4294967500))) int *_boundsD; // expected-error {{address space is larger than the maximum supported}
    [all...]
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 8 import javax.sip.address.Address;
9 import javax.sip.address.URI;
41 ContactHeader createContactHeader(Address address);
79 FromHeader createFromHeader(Address address, String tag)
125 RecordRouteHeader createRecordRouteHeader(Address address);
127 ReferToHeader createReferToHeader(Address address)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap.d 43 \[0x.*\] Extended opcode 2: set Address to 0x0
44 \[0x.*\] Special opcode 11: advance Address by 0 to 0x0 and Line by 6 to 7
45 \[0x.*\] Special opcode 63: advance Address by 4 to 0x4 and Line by 2 to 9
46 \[0x.*\] Special opcode 120: advance Address by 8 to 0xc and Line by 3 to 12
47 \[0x.*\] Special opcode 7: advance Address by 0 to 0xc and Line by 2 to 14
48 \[0x.*\] Special opcode 120: advance Address by 8 to 0x14 and Line by 3 to 17
49 \[0x.*\] Special opcode 7: advance Address by 0 to 0x14 and Line by 2 to 19
50 \[0x.*\] Special opcode 120: advance Address by 8 to 0x1c and Line by 3 to 22
51 \[0x.*\] Special opcode 63: advance Address by 4 to 0x20 and Line by 2 to 24
52 \[0x.*\] Special opcode 120: advance Address by 8 to 0x28 and Line by 3 to 2
    [all...]
micromips@loc-swap.d 44 \[0x.*\] Extended opcode 2: set Address to 0x1
45 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7
46 \[0x.*\] Special opcode 35: advance Address by 2 to 0x3 and Line by 2 to 9
47 \[0x.*\] Special opcode 64: advance Address by 4 to 0x7 and Line by 3 to 12
48 \[0x.*\] Special opcode 7: advance Address by 0 to 0x7 and Line by 2 to 14
49 \[0x.*\] Special opcode 64: advance Address by 4 to 0xb and Line by 3 to 17
50 \[0x.*\] Special opcode 7: advance Address by 0 to 0xb and Line by 2 to 19
51 \[0x.*\] Special opcode 64: advance Address by 4 to 0xf and Line by 3 to 22
52 \[0x.*\] Special opcode 35: advance Address by 2 to 0x11 and Line by 2 to 24
53 \[0x.*\] Special opcode 64: advance Address by 4 to 0x15 and Line by 3 to 2
    [all...]
mips16@loc-swap.d 43 \[0x.*\] Extended opcode 2: set Address to 0x1
44 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7
45 \[0x.*\] Special opcode 35: advance Address by 2 to 0x3 and Line by 2 to 9
46 \[0x.*\] Special opcode 64: advance Address by 4 to 0x7 and Line by 3 to 12
47 \[0x.*\] Special opcode 7: advance Address by 0 to 0x7 and Line by 2 to 14
48 \[0x.*\] Special opcode 64: advance Address by 4 to 0xb and Line by 3 to 17
49 \[0x.*\] Special opcode 7: advance Address by 0 to 0xb and Line by 2 to 19
50 \[0x.*\] Special opcode 64: advance Address by 4 to 0xf and Line by 3 to 22
51 \[0x.*\] Special opcode 35: advance Address by 2 to 0x11 and Line by 2 to 24
52 \[0x.*\] Special opcode 64: advance Address by 4 to 0x15 and Line by 3 to 2
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
RouteInfoTest.java 31 private InetAddress Address(String addr) {
50 r = new RouteInfo((IpPrefix) null, Address("2001:db8::1"), null);
52 assertEquals(Address("2001:db8::1"), r.getGateway());
55 r = new RouteInfo((IpPrefix) null, Address("192.0.2.1"), "wlan0");
57 assertEquals(Address("192.0.2.1"), r.getGateway());
60 // Null gateway sets gateway to unspecified address (why?).
63 assertEquals(Address("::"), r.getGateway());
68 assertEquals(Address("0.0.0.0"), r.getGateway());
88 assertTrue(r.matches(Address("2001:db8:f00::ace:d00c")));
89 assertTrue(r.matches(Address("2001:db8:f00::ace:d00d")))
    [all...]
  /external/google-breakpad/src/common/
stabs_to_module.cc 68 bool StabsToModule::StartCompilationUnit(const char *name, uint64_t address,
74 comp_unit_base_address_ = address;
75 boundaries_.push_back(static_cast<Module::Address>(address));
79 bool StabsToModule::EndCompilationUnit(uint64_t address) {
85 if (address)
86 boundaries_.push_back(static_cast<Module::Address>(address));
91 uint64_t address) {
93 Module::Function *f = new Module::Function(Demangle(name), address);
    [all...]
  /external/v8/src/profiler/
sampler.cc 185 // Check if the code at specified address could potentially be a
187 bool IsNoFrameRegion(Address address) {
193 byte* pc = reinterpret_cast<byte*>(address);
299 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
301 state->sp = reinterpret_cast<Address>(simulator_->get_register(
303 state->fp = reinterpret_cast<Address>(simulator_->get_register(
320 state->pc = reinterpret_cast<Address>(simulator_->pc());
321 state->sp = reinterpret_cast<Address>(simulator_->sp());
322 state->fp = reinterpret_cast<Address>(simulator_->fp())
    [all...]
  /external/clang/test/SemaOpenCL/
address-spaces-conversions-cl2.0.cl 1 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DCONSTANT -cl-std=CL2.0
2 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DGLOBAL -cl-std=CL2.0
3 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DGENERIC -cl-std=CL2.0
6 * different address spaces, mainly described in Sections 6.5.5 and 6.5.6.
8 * It adds notion of overlapping address spaces. The main differention is that
9 * an unnamed address space is added, called '__generic'. Pointers to the
10 * generic address space can be interchangabley used with pointers to any
11 * other address space except for __constant address space (Section 6.5.5).
14 * case), and __constant, that should cover all program paths for CL address
    [all...]

Completed in 1162 milliseconds

1 2 3 4 5 6 7 891011>>