HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 251 - 275 of 676) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Frontend/
CompilerInstance.h 198 /// - The diagnostics engine should have already been created by the client.
339 "Compiler instance has no diagnostic client!");
593 /// Note that this routine also replaces the diagnostic client,
596 /// \param Client If non-NULL, a diagnostic client that will be
600 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
601 /// the diagnostic object should take ownership of the client.
602 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
607 /// If no diagnostic client is provided, this creates a
610 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
MonsterStorage_grpc.go 14 // Client API for MonsterStorage service
  /external/python/cpython2/Demo/pdist/
FSProxy.py 11 FSProxyClient -- used on the client side of remote access
18 import client
283 class FSProxyClient(client.Client):
285 def __init__(self, address, verbose = client.VERBOSE):
286 client.Client.__init__(self, address, verbose)
  /external/python/cpython2/Lib/multiprocessing/
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
161 def Client(address, family=None, authkey=None):
367 # ERROR_NO_DATA can occur if a client has already connected,
477 return ConnectionWrapper(Client(*args, **kwds), _xml_dumps, _xml_loads)
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla.cc 253 Status ConvertGraphToXla(std::unique_ptr<Graph> graph, xla::Client* client,
265 compiler_options.client = client;
350 const tf2xla::Config& config, xla::Client* client,
354 TF_RETURN_IF_ERROR(ConvertGraphToXla(std::move(graph), client, computation));
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 315 // Remove the client from the list of active clients, if there is one
319 // Disconnect client
321 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL",
323 // Notify the client of disconnection
327 // Ensure not in binder RPC so client disconnect PID checks work correctly
586 /*out*/sp<BasicClient>* client) {
595 *client = new CameraClient(cameraService, tmp, packageName,
612 *client = new Camera2Client(cameraService, tmp, packageName,
619 *client = new CameraDeviceClient(cameraService, tmp, packageName, cameraId,
637 *client = new CameraClient(cameraService, tmp, packageName
1200 sp<Client> client = nullptr; local
1228 sp<Client> client = nullptr; local
1255 sp<CameraDeviceClient> client = nullptr; local
1289 sp<CLIENT> client = nullptr; local
2369 sp<BasicClient> client = mClient.promote(); local
2752 auto client = clientDescriptor->getValue(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 200 /// - The diagnostics engine should have already been created by the client.
344 "Compiler instance has no diagnostic client!");
599 /// Note that this routine also replaces the diagnostic client,
602 /// \param Client If non-NULL, a diagnostic client that will be
606 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
607 /// the diagnostic object should take ownership of the client.
608 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
613 /// If no diagnostic client is provided, this creates a
616 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 200 /// - The diagnostics engine should have already been created by the client.
344 "Compiler instance has no diagnostic client!");
599 /// Note that this routine also replaces the diagnostic client,
602 /// \param Client If non-NULL, a diagnostic client that will be
606 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
607 /// the diagnostic object should take ownership of the client.
608 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
613 /// If no diagnostic client is provided, this creates a
616 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CompilerInstance.h 207 /// - The diagnostics engine should have already been created by the client.
351 "Compiler instance has no diagnostic client!");
606 /// Note that this routine also replaces the diagnostic client,
609 /// \param Client If non-NULL, a diagnostic client that will be
613 /// \param ShouldOwnClient If Client is non-NULL, specifies whether
614 /// the diagnostic object should take ownership of the client.
615 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
620 /// If no diagnostic client is provided, this creates a
623 /// releasing the returned DiagnosticsEngine's client eventually
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
161 def Client(address, family=None, authkey=None):
355 # ERROR_NO_DATA can occur if a client has already connected,
465 return ConnectionWrapper(Client(*args, **kwds), _xml_dumps, _xml_loads)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 35 __all__ = [ 'Client', 'Listener', 'Pipe' ]
161 def Client(address, family=None, authkey=None):
355 # ERROR_NO_DATA can occur if a client has already connected,
465 return ConnectionWrapper(Client(*args, **kwds), _xml_dumps, _xml_loads)
  /prebuilts/go/darwin-x86/src/cmd/go/internal/web/
http.go 28 // httpClient is the default HTTP client, but a variable so it can be
35 var impatientInsecureHTTPClient = &http.Client{
  /prebuilts/go/darwin-x86/src/crypto/tls/
example_test.go 93 client := &http.Client{
103 resp, err := client.Get(server.URL)
handshake_server_test.go 78 cli := Client(c, testConfig)
117 testClientHelloFailure(t, testConfig, clientHello, "no cipher suite supported by both client and server")
126 testClientHelloFailure(t, testConfig, clientHello, "client does not support uncompressed connections")
139 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server")
168 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server")
192 testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server")
208 cli := Client(c, testConfig)
246 // the client negotiates TLS 1.1.
253 // The Server, by default, will use the client's
269 cli := Client(c, testConfig
    [all...]

Completed in 673 milliseconds

<<11121314151617181920>>