HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 51 - 75 of 367) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 11 Client (NaCl) and Portable Native Client (PNaCl, pronounced
12 "pinnacle"). For a high-level overview of Native Client, see the
18 * Search through or ask on the :doc:`Native Client Forums <help>`.
21 What is Native Client Good For?
24 Why did Google build Native Client?
27 * **Performance:** Native Client modules run nearly as fast as native
29 * **Security:** Native Client lets users run native compiled code in the
41 * **Portability:** Native Client and Portable Native Client application
    [all...]
  /external/chromium_org/pdf/
preview_mode_client.h 16 class PreviewModeClient : public PDFEngine::Client {
18 class Client {
23 explicit PreviewModeClient(Client* client);
26 // PDFEngine::Client implementation.
72 Client* client_;
document_loader.h 23 class Client {
27 // Creates new URLLoader based on client settings.
41 explicit DocumentLoader(Client* client);
101 Client* client_;
  /frameworks/native/services/surfaceflinger/
LayerDim.h 32 LayerDim(SurfaceFlinger* flinger, const sp<Client>& client,
Client.h 38 class Client : public BnSurfaceComposerClient
41 Client(const sp<SurfaceFlinger>& flinger);
42 ~Client();
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.h 49 class Client;
55 // purposes: to know which of Client's methods to call when a result is
60 Client* client,
73 Client* client; member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck
94 class Client {
99 virtual ~Client() {}
128 // Otherwise it returns false, and "client" is called asynchronously with the
130 virtual bool CheckBrowseUrl(const GURL& url, Client* client)
232 Client* client; member in struct:SafeBrowsingDatabaseManager::QueuedCheck
    [all...]
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 34 scoped_ptr<Client> client) OVERRIDE;
63 scoped_ptr<Client> client);
72 scoped_ptr<VideoCaptureDevice::Client> client_;
  /external/chromium_org/mojo/public/cpp/bindings/
interface_impl.h 21 typedef typename Interface::Client Client;
26 // Returns a proxy to the client interface. This is null upon construction,
29 Client* client() { return internal_state_.client(); } function in class:mojo::InterfaceImpl
31 // Called when the client has connected to this instance.
34 // Called when the client is no longer connected to this instance. NOTE: The
35 // client() method continues to return a non-null pointer after this method
36 // is called. After this method is called, any method calls made on client()
    [all...]
no_interface.h 29 typedef NoInterface Client;
  /external/chromium_org/mojo/public/cpp/bindings/lib/
interface_ptr_internal.h 27 // shot at generating new outbound messages (ie, invoking client methods).
49 filters.Append<typename Interface::Client::RequestValidator_>();
59 void set_client(typename Interface::Client* client) {
61 proxy_->stub.set_sink(client);
70 typename Interface::Client::Stub_ stub;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 4 ATTRIBUTE Client-Id 4 ipaddr
5 ATTRIBUTE Client-Port-Id 5 integer
31 ATTRIBUTE Client-Port-DNIS 30 string
  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.h 47 // VideoCaptureDevice::Client, which allocates and receives the captured
52 ThreadSafeCaptureOracle(scoped_ptr<media::VideoCaptureDevice::Client> client,
80 // Stop new captures from happening (but doesn't forget the client).
83 // Signal an error to the client.
93 const scoped_refptr<media::VideoCaptureDevice::Client::Buffer>& buffer,
102 scoped_ptr<media::VideoCaptureDevice::Client> client_;
162 scoped_ptr<media::VideoCaptureDevice::Client> client);
desktop_capture_device.h 41 scoped_ptr<Client> client) OVERRIDE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 3 import com.android.ddmlib.Client;
22 private Client mClient;
30 public void setClient(Client c) {
64 // start tracing on the client
75 // wait for a few seconds for the client to start the trace server
91 // inform the client that it doesn't need to be traced anymore
110 public void selectedClientChanged(Client c) {
  /external/chromium_org/chrome/browser/extensions/
fake_safe_browsing_database_manager.h 24 // IDs taken from |unsafe_ids_| are passed to to |client| on the current
27 Client* client) OVERRIDE;
52 // Runs client->SafeBrowsingResult(result).
54 Client* client);
  /external/chromium_org/chrome/common/extensions/docs/server2/
memcache_object_store.py 27 memcache.Client().set_multi_async(mapping, namespace=self._namespace)
33 rpc = memcache.Client().get_multi_async(keys, namespace=self._namespace)
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.h 33 // the VideoCaptureDevice::Client interface. The proxy forwards
76 scoped_ptr<media::VideoCaptureDevice::Client> NewDeviceClient();
79 // Buffers will be shared to the client as necessary. The client will continue
89 // Returns the session_id of the stopped client, or
90 // kInvalidMediaCaptureSessionId if the indicated client was not registered.
120 const scoped_refptr<media::VideoCaptureDevice::Client::Buffer>& buffer,
128 // Find a client of |id| and |handler| in |clients|.
134 // Find a client of |session_id| in |clients|.
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.h 12 #include "content/common/gpu/client/command_buffer_proxy_impl.h"
39 Client* client) OVERRIDE;
60 // IPC handlers, proxying media::VideoDecodeAccelerator::Client for the GPU
80 // The client that will receive callbacks from the decoder.
81 Client* client_;
gpu_video_encode_accelerator_host.h 14 #include "content/common/gpu/client/command_buffer_proxy_impl.h"
60 Client* client) OVERRIDE;
81 // IPC handlers, proxying media::VideoEncodeAccelerator::Client for the GPU
100 // The client that will receive callbacks from the encoder.
101 Client* client_;
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.h 45 Client* client) OVERRIDE;
78 // VideoDecodeAccelerator::Client callbacks go here. Invalidated once any
80 scoped_ptr<base::WeakPtrFactory<Client> > client_ptr_factory_;
84 // Bitstream buffers waiting to be populated & returned to the client.
v4l2_video_decode_accelerator.h 51 // media::VideoDecodeAccelerator::Client interface.
67 // Child thread, because we need to wait for the client to provide textures
69 // the client allocates Pictures for us, because we need to REQBUFS first to get
74 // thread while we wait for AssignPictureBuffers from the client.
81 const base::WeakPtr<Client>& io_client_,
90 Client* client) OVERRIDE;
159 bool at_client; // held by client.
219 // Notify the client of a flush completion, if required. This should be
318 // To expose client callbacks from VideoDecodeAccelerator
    [all...]
  /external/chromium_org/media/cast/test/
fake_video_encode_accelerator.h 33 Client* client) OVERRIDE;
57 VideoEncodeAccelerator::Client* client_;
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 46 scoped_ptr<Client> client) OVERRIDE;
74 scoped_ptr<VideoCaptureDevice::Client> client_;
  /external/deqp/execserver/tools/
xsClient.cpp 21 * \brief ExecServer Client.
147 class Client
150 Client (const CommandLine& cmdLine);
151 ~Client (void);
160 Client::Client (const CommandLine& cmdLine)
165 Client::~Client (void)
169 void Client::run (void)
194 // Run client loop
    [all...]
  /external/smack/src/org/xbill/DNS/
Client.java 10 class Client {
16 Client(SelectableChannel channel, long endTime) throws IOException {

Completed in 476 milliseconds

1 23 4 5 6 7 8 91011>>