HomeSort by relevance Sort by last modified time
    Searched refs:client (Results 451 - 475 of 965) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 75 // Loader Client
129 // Policy Client
145 // Resource Load Client
168 // UI Client
195 // Editor client
222 // Form client
242 // ContextMenu client
252 // Full Screen client
273 WK_EXPORT void WKBundlePageSetContextMenuClient(WKBundlePageRef page, WKBundlePageContextMenuClient* client);
274 WK_EXPORT void WKBundlePageSetEditorClient(WKBundlePageRef page, WKBundlePageEditorClient* client);
    [all...]
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleController.cpp 52 WKBundleClient client = { local
60 WKBundleSetClient(m_bundle, &client);
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 30 import org.apache.http.client.HttpClient;
31 import org.apache.http.client.ResponseHandler;
32 import org.apache.http.client.ClientProtocolException;
33 import org.apache.http.client.protocol.ClientContext;
34 import org.apache.http.client.methods.HttpUriRequest;
35 import org.apache.http.client.params.HttpClientParams;
40 import org.apache.http.impl.client.DefaultHttpClient;
41 import org.apache.http.impl.client.RequestWrapper;
73 * <p>This client processes cookies but does not retain them by default.
233 * Release resources associated with this client. You must call this
    [all...]
  /frameworks/base/services/surfaceflinger/
LayerScreenshot.cpp 34 const sp<Client>& client)
35 : LayerBaseClient(flinger, display, client),
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 227 public void setWebViewClient(WebViewClient client) {
233 public void setWebChromeClient(WebChromeClient client) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPidToNameMapper.java 19 import com.android.ddmlib.Client;
58 public void clientChanged(Client client, int changeMask) {
59 if ((changeMask & Client.CHANGE_NAME) == Client.CHANGE_NAME) {
60 ClientData cd = client.getClientData();
103 for (Client c : device.getClients()) {
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 174 final ClientState client; field in class:InputMethodManagerService.SessionState
180 return "SessionState{uid " + client.uid + " pid " + client.pid
190 client = _client;
197 final IInputMethodClient client; field in class:InputMethodManagerService.ClientState
215 client = _client;
243 * The client that is currently bound to an input method.
253 * The input context last provided by the current client.
258 * The attributes last provided by the current client.
285 * Set if the client has asked for the input method to be shown
3323 ClientState client; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 20 import com.android.ddmlib.Client;
113 public void onEndFailure(final Client client, final String message) {
119 client.getClientData().getClientDescription(),
124 // current selection. as the client is finished dumping
132 public void onSuccess(final String remoteFilePath, final Client client) {
135 final IDevice device = client.getDevice();
138 final SyncService sync = client.getDevice().getSyncService();
167 client.getClientData().getClientDescription() + DOT_HPROF
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 19 import org.apache.http.client.ClientProtocolException;
20 import org.apache.http.client.HttpClient;
21 import org.apache.http.client.methods.HttpGet;
22 import org.apache.http.impl.client.DefaultHttpClient;
  /external/apache-http/src/org/apache/http/client/methods/
HttpOptions.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpOptions.java $
32 package org.apache.http.client.methods;
51 * identified by the Request-URI. This method allows the client to
  /external/apache-http/src/org/apache/http/client/params/
ClientParamBean.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/ClientParamBean.java $
32 package org.apache.http.client.params;
HttpClientParams.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/HttpClientParams.java $
31 package org.apache.http.client.params;
36 * An adaptor for accessing HTTP client parameters in {@link HttpParams}.
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestProxyAuthentication.java $
32 package org.apache.http.client.protocol;
RequestTargetAuthentication.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestTargetAuthentication.java $
32 package org.apache.http.client.protocol;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultRequestDirector.java $
32 package org.apache.http.impl.client;
60 import org.apache.http.client.AuthenticationHandler;
61 import org.apache.http.client.RequestDirector;
62 import org.apache.http.client.CredentialsProvider;
63 import org.apache.http.client.HttpRequestRetryHandler;
64 import org.apache.http.client.NonRepeatableRequestException;
65 import org.apache.http.client.RedirectException;
66 import org.apache.http.client.RedirectHandler
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.h 91 void OnComplete(HttpClient* client, HttpErrorType error);
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 53 // The TunnelContentDescription is extended to include the client and
54 // server certificates. The initiator acts as the client. The session
55 // initiate stanza carries a description that contains the client's
62 // manager is the SessionManager to which we register this client
66 // Configures this client to use a preexisting SSLIdentity.
67 // The client takes ownership of the identity object.
113 // A TunnelSession represents one session for one client. It
120 // This TunnelSession will tie together the given client and session.
125 SecureTunnelSession(SecureTunnelSessionClient* client, Session* session,
146 // respectively client or server. Also indicates which slot of th
    [all...]
  /external/dbus/test/name-test/
run-test.sh 45 echo "running test-privserver-client"
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client failed"
  /external/kernel-headers/original/linux/
dmaengine.h 83 * @client: ptr to the client user of this chan, will be %NULL when unused
85 * @cookie: last cookie value returned to client
91 * @client_node: used to add this to the client chan list
96 struct dma_client *client; member in struct:dma_chan
138 typedef void (*dma_event_callback) (struct dma_client *client,
207 void dma_async_client_unregister(struct dma_client *client);
208 void dma_async_client_chan_request(struct dma_client *client,
  /external/mesa3d/docs/
MESA_resize_buffers.spec 30 Mesa is often used as a client library with no integration with
56 The glResizeBuffersMESA command may be called when the client
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 17 package net.oauth.client;
  /external/quake/quake/src/QW/server/
makefile 2 #CFLAGS = -g -Wall -DDEBUG -I../client -I. -DSERVERONLY
3 #CFLAGS = -mpentium -O6 -Wall -I../client -I. -DSERVERONLY -fomit-frame-pointer -fno-strength-reduce
4 #CFLAGS = -mpentium -O2 -Wall -I../client -I. -DSERVERONLY -fomit-frame-pointer -fno-strength-reduce
5 CFLAGS=-DSERVERONLY -I../client -V2.7.2.1 -bi486-linux/ -O6 -Wall -fomit-frame-pointer -fno-strength-reduce
44 make "CFLAGS = -O4 -g -Wall -I../client -DSERVERONLY"
47 make "CFLAGS = -g -pg -O -Wall -I../client -DPROFILE"
server.h 67 // added to every client's unreliable buffer each frame, then cleared
71 // added to every client's reliable buffer each frame, then cleared
83 // the signon buffer will be sent to each client as they connect
99 cs_zombie, // client has been disconnected, but don't reuse
102 cs_spawned // client is fully in game
107 // received from client
147 // when it is sent out to the client. overflow is tolerated.
151 // back buffers for client reliable data
163 // client known data for deltas
194 // a client can leave the server in one of four ways
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.cpp 78 proxy->frame()->loader()->client()->didCreateIsolatedScriptContext();
  /external/webkit/Source/WebCore/html/
HTMLMetaElement.cpp 94 // client so it can offer this to the user.
98 page->chrome()->client()->webAppCanBeInstalled();

Completed in 906 milliseconds

<<11121314151617181920>>