Searched defs:Client (Results 26 - 49 of 49) sorted by relevance

12

/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_speech_recognizer.h47 blink::WebSpeechRecognizerClient* Client() { return client_; } function in class:content::MockWebSpeechRecognizer
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_impl.h21 typedef typename Interface::Client Client; typedef in class:mojo::InterfaceImpl
30 Client* client() { return internal_state_.client(); }
/external/chromium_org/pdf/
H A Ddocument_loader.h23 class Client { class in class:chrome_pdf::DocumentLoader
41 explicit DocumentLoader(Client* client);
101 Client* client_;
H A Dpdf_engine.h62 class Client { class in class:chrome_pdf::PDFEngine
180 static PDFEngine* Create(Client* client);
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
68 DiagnosticConsumer *Client; member in class:clang::FixItRewriter
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.h49 class Client;
55 // purposes: to know which of Client's methods to call when a result is
60 Client* client,
74 Client* client;
95 class Client { class in class:SafeBrowsingDatabaseManager
100 virtual ~Client() {}
132 virtual bool CheckBrowseUrl(const GURL& url, Client* client);
137 Client* client);
143 Client* client);
183 void CancelCheck(Client* clien
[all...]
/external/chromium_org/media/video/capture/
H A Dvideo_capture_device.h168 class MEDIA_EXPORT Client { class in class:media::VideoCaptureDevice
170 // Memory buffer returned by Client::ReserveOutputBuffer().
189 virtual ~Client() {}
242 scoped_ptr<Client> client) = 0;
H A Dfake_video_capture_device_unittest.cc22 class MockClient : public media::VideoCaptureDevice::Client {
75 typedef media::VideoCaptureDevice::Client Client; typedef in class:media::FakeVideoCaptureDeviceTest
137 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
199 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
H A Dvideo_capture_device_unittest.cc65 class MockClient : public media::VideoCaptureDevice::Client {
117 typedef media::VideoCaptureDevice::Client Client; typedef in class:media::VideoCaptureDeviceTest
235 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
260 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
286 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
309 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
338 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
352 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
377 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
[all...]
/external/deqp/execserver/tools/
H A DxsClient.cpp21 * \brief ExecServer Client.
147 class Client class in namespace:xs
150 Client (const CommandLine& cmdLine);
151 ~Client (void);
160 Client::Client (const CommandLine& cmdLine) function in class:xs::Client
165 Client::~Client (void)
169 void Client::run (void)
339 Client clien
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLServerSocketImplTest.java56 Client client = null;
76 client = new Client(ssocket.getLocalPort());
120 Client client = null;
140 client = new Client(ssocket.getLocalPort());
184 Client client = null;
204 client = new Client(ssocket.getLocalPort());
248 Client client = null;
268 client = new Client(ssocket.getLocalPort());
620 private static class Client extends Thread { class in class:SSLServerSocketImplTest
627 public Client(in method in class:SSLServerSocketImplTest.Client
[all...]
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dinterface_impl_internal.h30 typedef typename Interface::Client Client; typedef in class:mojo::internal::InterfaceImplState
73 filters.Append<typename Interface::Client::ResponseValidator_>();
79 proxy_ = new typename Client::Proxy_(router_);
92 Client* client() { return proxy_; }
115 typename Client::Proxy_* proxy_;
/external/chromium_org/third_party/boringssl/src/tool/
H A Dclient.cc247 bool Client(const std::vector<std::string> &args) { function
/external/qemu/telephony/
H A Dsimulator.c31 } ClientRec, *Client; typedef in typeref:struct:__anon30240
33 static Client
36 Client client = calloc( sizeof(*client), 1 );
43 client_free( Client client )
51 client_append( Client client, const char* str, int len );
75 client_handle_line( Client client, const char* cmd )
94 Client client = _client;
144 client_append( Client client, const char* str, int len )
168 Client client;
H A Dtest2.c47 } ClientRec, *Client; typedef in typeref:struct:__anon30247
49 static Client
52 Client client = calloc( sizeof(*client), 1 );
59 client_free( Client client )
67 client_append( Client client, const char* str, int len );
70 client_handle_line( Client client, const char* cmd )
106 Client client = _client;
157 client_append( Client client, const char* str, int len )
181 Client client;
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp155 DiagnosticConsumer *Client = Diagnostics.getClient(); local
159 Client = Watchers[I]->Chain(Client);
160 Diagnostics.setClient(Client, false);
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc230 class ResourceScheduler::Client { class in class:content::ResourceScheduler
232 explicit Client(ResourceScheduler* scheduler, bool is_visible) function in class:content::ResourceScheduler::Client
245 ~Client() {
395 // Called on Client creation, when a Client changes user observability,
397 // possibly when this Client has finished loading.
399 // Client became observable.
401 // Client is unobservable, but all observable clients finished loading.
585 // * At most one non-SPDY request will be issued per THROTTLED Client
592 // UNTHROTTLED Client, an
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py515 class Client(httplib2.Http): class in inherits:httplib2.Http
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dclient_for_testing.py975 """Holds option values to configure the Client object."""
1006 class Client(object): class in inherits:object
1081 return Client(
1086 return Client(
1093 return Client(
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py167 class Client(object): class in class:IsDownloadError.InMemoryMemcache
/external/clang/include/clang/Basic/
H A DDiagnostic.h189 DiagnosticConsumer *Client; member in class:clang::DiagnosticsEngine
368 DiagnosticConsumer *getClient() { return Client; }
369 const DiagnosticConsumer *getClient() const { return Client; }
378 return Client;
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp181 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client, argument
183 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client,
189 DiagnosticConsumer *Client,
198 if (Client) {
199 Diags->setClient(Client, ShouldOwnClient);
769 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!");
770 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
188 createDiagnostics(DiagnosticOptions *Opts, DiagnosticConsumer *Client, bool ShouldOwnClient, const CodeGenOptions *CodeGenOpts) argument
H A DASTUnit.cpp593 StoredDiagnosticConsumer Client; member in class:__anon17906::CaptureDroppedDiagnostics
599 : Diags(Diags), Client(StoredDiags), PreviousClient(nullptr)
603 Diags.setClient(&Client);
608 if (Diags.getClient() == &Client) {
654 DiagnosticConsumer *Client = nullptr; local
656 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
658 Client,
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5383 milliseconds

12