HomeSort by relevance Sort by last modified time
    Searched refs:Network (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/WebCore/platform/network/curl/
SocketStreamHandleCurl.cpp 45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
51 LOG(Network, "SocketStreamHandle %p delete", this);
58 LOG(Network, "SocketStreamHandle %p platformSend", this);
65 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/webkit/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 44 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
50 LOG(Network, "SocketStreamHandle %p delete", this);
57 LOG(Network, "SocketStreamHandle %p platformSend", this);
64 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/webkit/WebKit/chromium/src/
SocketStreamHandle.cpp 93 LOG(Network, "connect");
100 LOG(Network, "send len=%d", len);
110 LOG(Network, "sent");
113 LOG(Network, "busy. buffering");
119 LOG(Network, "close");
125 LOG(Network, "SocketStreamHandleInternal::didOpen %d",
137 LOG(Network, "no m_handle or m_socket?");
142 LOG(Network, "SocketStreamHandleInternal::didSendData %d", amountSent);
154 LOG(Network, "didReceiveData");
164 LOG(Network, "didClose")
    [all...]
  /external/webkit/WebCore/websockets/
WebSocketChannel.cpp 70 LOG(Network, "WebSocketChannel %p connect", this);
79 LOG(Network, "WebSocketChannel %p send %s", this, msg.utf8().data());
90 LOG(Network, "WebSocketChannel %p bufferedAmount", this);
97 LOG(Network, "WebSocketChannel %p close", this);
104 LOG(Network, "WebSocketChannel %p disconnect", this);
112 LOG(Network, "WebSocketChannel %p didOpen", this);
123 LOG(Network, "WebSocketChannel %p didClose", this);
138 LOG(Network, "WebSocketChannel %p didReceiveData %d", this, len);
165 LOG(Network, "WebSocketChannel %p connected", this);
169 LOG(Network, "WebSocketChannel %p connection failed", this)
    [all...]
WebSocket.cpp 117 LOG(Network, "WebSocket %p connect to %s protocol=%s", this, url.string().utf8().data(), protocol.utf8().data());
160 LOG(Network, "WebSocket %p send %s", this, message.utf8().data());
177 LOG(Network, "WebSocket %p close", this);
209 LOG(Network, "WebSocket %p scriptExecutionContext destroyed", this);
229 LOG(Network, "WebSocket %p didConnect", this);
240 LOG(Network, "WebSocket %p didReceiveMessage %s", this, msg.utf8().data());
250 LOG(Network, "WebSocket %p didClose", this);
WebSocketHandshake.cpp 233 LOG(Network, "response code: %s", code.utf8().data());
281 LOG(Network, "readHTTPHeaders failed");
286 LOG(Network, "header process failed");
424 LOG(Network, "name=%s value=%s", nameStr.string().utf8().data(), valueStr.utf8().data());
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 11 ATTRIBUTE Framed-AppleTalk-Network 38 integer
  /frameworks/base/core/java/android/webkit/
Network.java 30 class Network {
32 private static final String LOGTAG = "network";
35 * Static instance of a Network object.
37 private static Network sNetwork;
41 * when the Network object has not been constructed yet
46 * Reference count for platform notifications as the network class is a
63 * Network request queue (requests are added from the browser thread).
80 * @return The singleton instance of the network.
82 public static synchronized Network getInstance(Context context) {
90 sNetwork = new Network(context.getApplicationContext())
    [all...]
HttpAuthHandler.java 34 /* It is important that the handler is in Network, because
39 private static final String LOGTAG = "network";
42 * Network.
44 private Network mNetwork;
68 * @param network The parent network object
70 /* package */ HttpAuthHandler(Network network) {
71 mNetwork = network;
LoadListener.java 54 // Network thread and the WebCore thread.
187 * This message handler is to facilitate communication between the network
205 * file (this thread) or from http (Network thread).
255 * This message is sent from the network thread when the http
267 * This message is sent when the network thread receives a ssl
275 * This message is sent when the network thread encounters a
308 * IMPORTANT: as this is called from network thread, can't call native
434 Network network = Network.getInstance(mContext) local
1370 Network network = Network.getInstance(getContext()); local
    [all...]
FrameLoader.java 34 private Network mNetwork;
113 mNetwork = Network.getInstance(mListener.getContext());
222 // and we may need to initiate a network request if the cache
313 // network.
376 /* The proxy credentials can be set in the Network thread */
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 163 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
169 LOG(Network, "SocketStreamHandle %p delete", this);
176 LOG(Network, "SocketStreamHandle %p platformSend", this);
182 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 143 LOG(Network, "Handle %p destroyed", this);
269 LOG(Network, "Handle %p starting connection %p for %@", this, connection, d->m_request.nsURLRequest());
289 LOG(Network, "Handle %p cancel connection %p", this, d->m_connection.get());
302 LOG(Network, "Handle %p setDefersLoading(%s)", this, defers ? "true" : "false");
616 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:%d, Location:<%@>", m_handle, connection, [newRequest description], static_cast<int>([(id)redirectResponse statusCode]), [[(id)redirectResponse allHeaderFields] objectForKey:@"Location"]);
618 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:non-HTTP", m_handle, connection, [newRequest description]);
666 LOG(Network, "Handle %p delegate connectionShouldUseCredentialStorage:%p", m_handle, connection);
679 LOG(Network, "Handle %p delegate connection:%p didReceiveAuthenticationChallenge:%p", m_handle, connection, challenge);
691 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
703 LOG(Network, "Handle %p delegate connection:%p didReceiveResponse:%p (HTTP status %d, reported MIMEType '%s')" (…)
    [all...]
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 133 LOG(Network, "CFNet - willSendRequest(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
180 LOG(Network, "CFNet - didReceiveResponse(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
200 LOG(Network, "CFNet - didReceiveData(conn=%p, handle=%p, bytes=%d) (%s)", conn, handle, length, handle->request().url().string().utf8().data());
218 LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
230 LOG(Network, "CFNet - didFinishLoading(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
240 LOG(Network, "CFNet - didFail(conn=%p, handle=%p, error = %p) (%s)", conn, handle, error, handle->request().url().string().utf8().data());
273 LOG(Network, "CFNet - didReceiveChallenge(conn=%p, handle=%p (%s)", conn, handle, handle->request().url().string().utf8().data());
296 LOG(Network, "CFNet - Cancelling connection %p (%s)", m_connection, m_request.url().string().utf8().data());
303 LOG(Network, "CFNet - Destroying job %p (%s)", this, d->m_request.url().string().utf8().data());
406 LOG(Network, "CFNet - Starting URL %s (handle=%p, conn=%p)", d->m_request.url().string().utf8().data(), this, (…)
    [all...]
SocketStreamHandleCFNet.cpp 66 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
587 LOG(Network, "SocketStreamHandle %p dtor", this);
604 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 16 @ Copyright Sonic Network Inc. 2004
ARM-E_filter_gnu.s 12 @ Copyright 2005 Sonic Network, Inc.
ARM-E_interpolate_loop_gnu.s 13 @ Copyright Sonic Network Inc. 2004
ARM-E_interpolate_noloop_gnu.s 13 @ Copyright Sonic Network Inc. 2004
ARM-E_voice_gain_gnu.s 14 @ Copyright 2004, 2005 Sonic Network, Inc.
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 16 @ Copyright Sonic Network Inc. 2004
ARM-E_filter_gnu.s 12 @ Copyright 2005 Sonic Network, Inc.
ARM-E_interpolate_loop_gnu.s 13 @ Copyright Sonic Network Inc. 2004
ARM-E_interpolate_noloop_gnu.s 13 @ Copyright Sonic Network Inc. 2004
ARM-E_voice_gain_gnu.s 14 @ Copyright 2004, 2005 Sonic Network, Inc.

Completed in 458 milliseconds

1 2