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

1 2 3 4 5 6 7 891011>>

  /external/chromium/net/socket/
server_socket.h 23 virtual int Listen(const net::IPEndPoint& address, int backlog) = 0;
25 // Gets current address the socket is bound to.
26 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
tcp_server_socket_libevent.cc 56 int TCPServerSocketLibevent::Listen(const IPEndPoint& address, int backlog) {
76 if (!address.ToSockAddr(addr, &addr_len))
98 int TCPServerSocketLibevent::GetLocalAddress(IPEndPoint* address) const {
100 DCHECK(address);
107 if (!address->FromSockAddr(addr, addr_len))
153 IPEndPoint address; local
154 if (!address.FromSockAddr(addr, addr_len)) {
162 AddressList(address.address(), address.port(), false)
    [all...]
tcp_server_socket_win.cc 37 int TCPServerSocketWin::Listen(const IPEndPoint& address, int backlog) {
64 if (!address.ToSockAddr(addr, &addr_len))
86 int TCPServerSocketWin::GetLocalAddress(IPEndPoint* address) const {
88 DCHECK(address);
95 if (!address->FromSockAddr(addr, addr_len))
137 IPEndPoint address; local
138 if (!address.FromSockAddr(addr, addr_len)) {
146 AddressList(address.address(), address.port(), false)
    [all...]
  /external/chromium/net/udp/
udp_client_socket.h 25 virtual int Connect(const IPEndPoint& address);
29 virtual int GetPeerAddress(IPEndPoint* address) const;
30 virtual int GetLocalAddress(IPEndPoint* address) const;
  /external/clang/test/SemaCXX/
address-of.cpp 25 (void)&Enumerator; // expected-error{{address expression must be an lvalue or a function designator}}
30 (void)&N; // expected-error{{address expression must be an lvalue or a function designator}}
44 int (PR11066::*ptr)(int) = & &PR11066::foo; // expected-error{{address expression must be an lvalue or a function designator}}
  /external/valgrind/main/drd/tests/
tc23_bogus_condwait.stderr.exp-linux-ppc 2 The object at address 0x........ is not a mutex.
8 Invalid address alignment at address 0x........
  /external/valgrind/main/memcheck/tests/
writev.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/main/tests/
sys_mman.h 13 // Map a page, then unmap it, then return that address. That
14 // guarantees to give an address which will fault when accessed,
15 // without making any assumptions about the layout of the address
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 66 // Cook up an address to allocate at, using the following recipe:
73 // 2^24, which should put up somewhere in the middle of userspace (in the address range
89 void OSAllocator::commit(void* address, size_t bytes, bool, bool)
92 while (madvise(address, bytes, MADV_FREE_REUSE) == -1 && errno == EAGAIN) { }
95 UNUSED_PARAM(address);
100 void OSAllocator::decommit(void* address, size_t bytes)
103 while (madvise(address, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { }
105 while (madvise(address, bytes, MADV_FREE) == -1 && errno == EAGAIN) { }
107 while (madvise(address, bytes, MADV_DONTNEED) == -1 && errno == EAGAIN) { }
109 UNUSED_PARAM(address);
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothBondState.java 72 // If this is an outgoing connection, store the address.
96 synchronized void setPendingOutgoingBonding(String address) {
97 mPendingOutgoingBonding = address;
130 public synchronized void setBondState(String address, int state) {
131 setBondState(address, state, 0);
135 public synchronized void setBondState(String address, int state, int reason) {
136 if (DBG) Log.d(TAG, "setBondState " + "address" + " " + state + "reason: " + reason);
138 int oldState = getBondState(address);
146 if (address.equals(mPendingOutgoingBonding)) {
153 if (mPairingRequestRcvd.contains(address)) setTrust = true
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
Mailbox.java 20 package org.apache.james.mime4j.field.address;
25 * Represents a single e-mail address.
29 public class Mailbox extends Address {
36 * @param localPart The part of the e-mail address to the left of the "@".
37 * @param domain The part of the e-mail address to the right of the "@".
46 * @param localPart The part of the e-mail address to the left of the "@".
47 * @param domain The part of the e-mail address to the right of the "@".
63 * Returns the left part of the e-mail address
71 * Returns the right part of the e-mail address
79 * Formats the address as a string, not including
    [all...]
MailboxList.java 20 package org.apache.james.mime4j.field.address;
31 private ArrayList<Address> mailboxes;
37 public MailboxList(ArrayList<Address> mailboxes, boolean dontCopy) {
39 this.mailboxes = (dontCopy ? mailboxes : new ArrayList<Address>(mailboxes));
41 this.mailboxes = new ArrayList<Address>(0);
52 * Gets an address.
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTreeConstants.java 1 /* Generated By:JJTree: Do not edit this line. /Users/jason/Projects/apache-mime4j-0.3/target/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser/AddressListParserTreeConstants.java */
3 package org.apache.james.mime4j.field.address.parser;
24 "address",
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fib_rules.h 13 /* try to find source address in routing lookups */
34 FRA_DST, /* destination address */
35 FRA_SRC, /* source address */
  /external/valgrind/main/exp-ptrcheck/tests/
and.stderr.exp 5 Address 0x........ is not derived from any known block
10 Address 0x........ is not derived from any known block
15 Address 0x........ is not derived from any known block
20 Address 0x........ is not derived from any known block
26 Address 0x........ is 4 bytes before the accessing pointer's
34 Address 0x........ is not derived from any known block
39 Address 0x........ is not derived from any known block
45 Address 0x........ is 4 bytes before the accessing pointer's
54 Address 0x........ is 4 bytes before the accessing pointer's
61 First arg derived from address 0x........ of 40-byte block alloc'
    [all...]
  /development/pdk/docs/compatibility/
contact-us.jd 13 address</a>.</p>
18 email address we've set up specifically this purpose: <a
19 href="mailto:cts@android.com">cts@android.com</a>. This email address is for
27 requests to use branding elements and so on, can be sent to the address <a
29 the CTS address, this address is for specific, private inquiries; general
  /external/chromium/net/data/cache_tests/bad_entry/
contents.txt 10 Address: 0xa0010002
11 Address: 0xa0010003
16 Address: 0xa0010002
27 Address: 0x90000000
37 Address: 0xa0010003
48 Address: 0x90000001
  /external/chromium/net/data/cache_tests/bad_rankings/
contents.txt 10 Address: 0xa0010002
11 Address: 0xa0010003
16 Address: 0xa0010002
27 Address: 0x90000000
37 Address: 0xa0010003
48 Address: 0x90000001
  /external/chromium/net/data/cache_tests/bad_rankings2/
contents.txt 10 Address: 0xa0010002
11 Address: 0xa0010003
16 Address: 0xa0010002
27 Address: 0x90000000
37 Address: 0xa0010003
48 Address: 0x90000001
  /external/chromium/net/data/cache_tests/dirty_entry/
contents.txt 10 Address: 0xa0010002
11 Address: 0xa0010003
16 Address: 0xa0010002
27 Address: 0x90000000
37 Address: 0xa0010003
48 Address: 0x90000001
  /external/chromium/net/data/cache_tests/dirty_entry2/
contents.txt 10 Address: 0xa0010002
11 Address: 0xa0010003
16 Address: 0xa0010002
27 Address: 0x90000000
37 Address: 0xa0010003
48 Address: 0x90000001
  /external/iptables/extensions/
libipt_DNAT.man 8 chains. It specifies that the destination address of the packet
14 which can specify a single new destination IP address, an inclusive
21 modified. If no IP address is specified then only the destination port
25 those kernels, if you specify more than one destination address, either via an
26 address range or multiple \-\-to\-destination options, a simple round-robin (one
37 Gives a client the same source-/destination-address for each connection.
  /external/llvm/include/llvm/CodeGen/
MachineCodeInfo.h 27 void *Address; // The address of the function in memory
30 MachineCodeInfo() : Size(0), Address(0) {}
37 Address = a;
44 void *address() const { function in class:llvm::MachineCodeInfo
45 return Address;
  /libcore/luni/src/main/native/
libcore_icu_NativePluralRules.cpp 25 static PluralRules* toPluralRules(jint address) {
26 return reinterpret_cast<PluralRules*>(static_cast<uintptr_t>(address));
29 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jint address) {
30 delete toPluralRules(address);
41 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jint address, jint value) {
42 UnicodeString keyword = toPluralRules(address)->select(value);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 10 * MAC address belongs to a set or not and possibly for checking
11 * if it is related with a given IPv4 address.
13 * The hash value of an address is its last byte.
19 * For MAC address comparison speedup reasons, we introduce a trick.
20 * MAC address is mapped onto an array of two 32-bit integers.
25 * fact that entropy of 3 last bytes of address is larger than entropy

Completed in 828 milliseconds

1 2 3 4 5 6 7 891011>>