HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 426 - 450 of 1488) sorted by null

<<11121314151617181920>>

  /external/dbus/tools/
dbus-monitor.c 210 fprintf (stderr, "Usage: %s [--system | --session | --address ADDRESS] [--monitor | --profile ] [watch expressions]\n", name);
229 char *address = NULL; local
253 else if (!strcmp (arg, "--address"))
257 address = argv[i+1];
284 if (address != NULL)
286 connection = dbus_connection_open (address, &error);
292 address, error.message);
303 if (address != NULL)
304 where = address;
    [all...]
  /external/llvm/tools/edis/
EDMain.cpp 74 uint64_t address,
80 address, arg);
86 address += inst->byteSize();
239 uint64_t address,
242 return wrapper->byteBlock(byte, address);
249 uint64_t address) {
257 address,
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 26 * address list fields, and also provides a method for converting
47 StringBuilder address = new StringBuilder(); local
65 if (address.length() > 0) {
67 address.toString(),
76 address.setLength(0);
135 address.append(c);
150 if (address.length() > 0) {
152 address.toString(),
306 * Terminates the specified address with a comma and space.
  /external/chromium/net/disk_cache/
backend_impl.cc 825 FilePath BackendImpl::GetFileName(Addr address) const {
826 if (!address.is_separate_file() || !address.is_initialized()) {
831 std::string tmp = base::StringPrintf("f_%06x", address.FileNumber());
835 MappedFile* BackendImpl::File(Addr address) {
838 return block_files_.GetFile(address);
841 bool BackendImpl::CreateExternalFile(Addr* address) {
873 address->set_value(file_address.value());
897 Addr address(rankings->Data()->contents);
899 if (NewEntry(address, &cache_entry)
    [all...]
  /external/chromium/net/spdy/
spdy_session_pool.cc 213 const addrinfo* address = addresses.head(); local
214 while (address) {
216 endpoint.FromSockAddr(address->ai_addr, address->ai_addrlen);
217 address = address->ai_next;
338 // address that was previously aliased to a different host. This is probably
347 const addrinfo* address = addresses.head(); local
348 while (address) {
350 endpoint.FromSockAddr(address->ai_addr, address->ai_addrlen)
    [all...]
  /external/dbus/dbus/
dbus-server-protected.h 29 #include <dbus/dbus-address.h>
68 char *address; /**< Address this server is listening on. */ member in struct:DBusServer
94 const DBusString *address);
116 DBUS_SERVER_LISTEN_NOT_HANDLED, /**< we aren't in charge of this address type */
118 DBUS_SERVER_LISTEN_BAD_ADDRESS, /**< malformed address */
119 DBUS_SERVER_LISTEN_DID_NOT_CONNECT /**< well-formed address but failed to set it up */
dbus.h 30 #include <dbus/dbus-address.h>
  /external/v8/src/
zone.cc 55 // Segments represent chunks of memory: They have starting address
69 Address start() const { return address(sizeof(Segment)); }
70 Address end() const { return address(size_); }
73 // Computes the address of the nth byte in this segment.
74 Address address(int n) const { function in class:v8::internal::Segment
75 return Address(this) + n;
142 Address start = keep->start()
    [all...]
platform-macos.cc 117 static void UpdateAllocatedSpaceLimits(void* address, int size) {
121 lowest_ever_allocated = Min(lowest_ever_allocated, address);
124 reinterpret_cast<void*>(reinterpret_cast<char*>(address) + size));
128 bool OS::IsOutsideAllocatedSpace(void* address) {
129 return address < lowest_ever_allocated || address >= highest_ever_allocated;
164 void OS::Free(void* address, const size_t size) {
166 int result = munmap(address, size);
174 void OS::Protect(void* address, size_t size) {
179 void OS::Unprotect(void* address, size_t size, bool is_executable)
    [all...]
  /frameworks/base/core/java/android/net/
WebAddress.java 27 * Web Address Parser
31 * browser address widget.
63 public WebAddress(String address) throws ParseException {
64 if (address == null) {
68 // android.util.Log.d(LOGTAG, "WebAddress: " + address);
76 Matcher m = sAddressPattern.matcher(address);
107 throw new ParseException("Bad address");
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 281 transient int address; field in class:Pattern
400 address = compileImpl(icuPattern, icuFlags);
437 closeImpl(address);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
AddressList.java 20 package org.apache.james.mime4j.field.address;
22 import org.apache.james.mime4j.field.address.parser.AddressListParser;
23 import org.apache.james.mime4j.field.address.parser.ParseException;
29 * An immutable, random-access list of Address objects.
35 private ArrayList<Address> addresses;
38 * @param addresses An ArrayList that contains only Address objects.
41 public AddressList(ArrayList<Address> addresses, boolean dontCopy) {
43 this.addresses = (dontCopy ? addresses : new ArrayList<Address>(addresses));
45 this.addresses = new ArrayList<Address>(0);
56 * Gets an address.
    [all...]
  /development/tools/emulator/opengl/tests/event_injector/
sockets.c 87 EE(WSAEFAULT,EFAULT,"bad address") \
94 EE(WSAEDESTADDRREQ,EDESTADDRREQ,"destination address required") \
98 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \
99 EE(WSAEADDRNOTAVAIL,EADDRNOTAVAIL,"cannot assign requested address") \
255 a->u.inet.address = ip;
263 memcpy( a->u.in6.address, ip6, sizeof(a->u.in6.address) );
387 buf = format_ip4( buf, end, a->u.inet.address );
393 buf = format_ip6( buf, end, a->u.in6.address );
417 return (a->u.inet.address == b->u.inet.address &
    [all...]
  /external/qemu/
sockets.c 80 EE(WSAEFAULT,EFAULT,"bad address") \
87 EE(WSAEDESTADDRREQ,EDESTADDRREQ,"destination address required") \
91 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \
92 EE(WSAEADDRNOTAVAIL,EADDRNOTAVAIL,"cannot assign requested address") \
250 a->u.inet.address = ip;
258 memcpy( a->u.in6.address, ip6, sizeof(a->u.in6.address) );
382 buf = format_ip4( buf, end, a->u.inet.address );
388 buf = format_ip6( buf, end, a->u.in6.address );
412 return (a->u.inet.address == b->u.inet.address &
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 297 // Allow semicolon, space, or tab as an address separator
304 const char* address = saddress.c_str(); local
305 while (*address) {
307 const char * start = address;
308 if (const char * sep = strchr(address, kAddressSeparator)) {
309 len = (sep - address);
310 address += len + 1;
311 while (*address != '\0' && ::strchr(kAddressSeparator, *address)) {
312 address += 1
    [all...]
asyncudpsocket.h 44 const SocketAddress& address);
autodetectproxy.h 56 proxy_.address = proxy;
  /bionic/libc/kernel/common/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /cts/tools/tradefed-host/etc/
cts-tradefed 49 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
  /dalvik/vm/alloc/
Alloc.h 143 * Returns true if the address is aligned appropriately for a heap object.
147 bool dvmIsHeapAddress(void *address);
  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 27 SPILL_TMP1(%ecx) # save target address
38 UNSPILL_TMP1(%ecx) # recover target address
  /development/ndk/platforms/android-3/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 116 protected MySSLSocket(InetAddress address, int port,
118 super(address, port, clientAddress, clientPort);
121 public MySSLSocket(InetAddress address, int port) throws IOException {
122 super(address, port);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.cc 42 // Handles a connection to one address/port/protocol combination for a
57 return protocol_address_->address;
90 // specific destination address so that we can avoid wrapping every
100 const talk_base::SocketAddress& address() const { return ext_addr_; } function in class:cricket::RelayEntry
118 // Called when this entry becomes connected. The address given is the one
123 // Sends a packet to the given destination address using the socket of this
138 // Try a different server address
228 if ((it->address() == addr.address) && (it->protocol() == proto_name)) {
229 LOG(INFO) << "Redundant relay address: " << proto_nam
    [all...]
transportchannelproxy.h 71 void OnRouteChange(TransportChannel* channel, const talk_base::SocketAddress& address);

Completed in 3827 milliseconds

<<11121314151617181920>>