/prebuilts/go/linux-x86/src/expvar/ |
expvar_test.go | 396 // The benchmark creates GOMAXPROCS client/server pairs. 397 // Each pair creates 4 goroutines: client reader/writer and server reader/writer. 407 // Setup P client/server connections. 441 // Client writer. 502 // Client reader.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 159 Listener, Client = listener_client[serializer] 454 # Mapping from serializer name to Listener and Client types 458 'pickle' : (connection.Listener, connection.Client), 499 Listener, Client = listener_client[self._serializer] 500 conn = Client(self._address, authkey=self._authkey) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 159 Listener, Client = listener_client[serializer] 454 # Mapping from serializer name to Listener and Client types 458 'pickle' : (connection.Listener, connection.Client), 499 Listener, Client = listener_client[self._serializer] 500 conn = Client(self._address, authkey=self._authkey) [all...] |
/external/clang/include/clang/Basic/ |
Diagnostic.h | 191 DiagnosticConsumer *Client; 350 DiagnosticConsumer *client = nullptr, 369 DiagnosticConsumer *getClient() { return Client; } 370 const DiagnosticConsumer *getClient() const { return Client; } 372 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 375 /// \brief Return the current diagnostic client along with ownership of that 376 /// client. 387 // DiagnosticsEngine characterization methods, used by a client to customize 402 /// \brief Set the diagnostic client associated with this diagnostic object. 405 /// ownership of \c client [all...] |
/external/python/cpython2/Demo/rpc/ |
rpc.py | 40 AUTH_REJECTEDCRED = 2 # client must begin new session 202 class Client: 339 # Client using TCP to a specific port 341 class RawTCPClient(Client): 359 # Client using UDP to a specific port 361 class RawUDPClient(Client): 398 # Client using UDP broadcast to a specific port 602 class BroadcastUDPClient(Client): 648 # These are not symmetric to the Client classes 852 # Test program for server, with corresponding client [all...] |
/external/tensorflow/tensorflow/compiler/xla/client/ |
computation_builder.h | 29 #include "tensorflow/compiler/xla/client/client.h" 30 #include "tensorflow/compiler/xla/client/computation.h" 31 #include "tensorflow/compiler/xla/client/global_data.h" 32 #include "tensorflow/compiler/xla/client/padding.h" 46 // Wraps an XLA client with a convenient interface for building up 53 // client: client in which to build the computation. 55 ComputationBuilder(Client* client, const string& computation_name) 60 Client* client() const { return client_; } function in class:xla::ComputationBuilder [all...] |
/external/tensorflow/tensorflow/core/platform/s3/ |
s3_file_system.cc | 48 Aws::Client::ClientConfiguration& GetDefaultClientConfig() { 51 static Aws::Client::ClientConfiguration cfg; 317 Aws::Client::AWSAuthV4Signer::PayloadSigningPolicy::Never, false));
|
/external/v4l2_codec2/vda/ |
v4l2_slice_video_decode_accelerator.cc | 190 base::WeakPtr<VideoDecodeAccelerator::Client>& client, 195 const base::WeakPtr<VideoDecodeAccelerator::Client> client; member in struct:media::V4L2SliceVideoDecodeAccelerator::BitstreamBufferRef 203 base::WeakPtr<VideoDecodeAccelerator::Client>& client, 207 : client(client), 218 base::Bind(&VideoDecodeAccelerator::Client::NotifyEndOfBitstreamBuffer, 219 client, input_id)) [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 95 static const char kClientLockedString[] = "Client lock is taken\n"; 267 const AudioClient& client, 282 direction, attr, config, client, deviceId, 291 const AudioClient& client, 316 &streamType, client.clientPid, client.clientUid, 324 client.clientPid, 325 client.clientUid, 326 client.packageName, 402 sp<Client> client = mClients.valueAt(i).promote() local 589 sp<Client> client = mClients.valueFor(pid).promote(); local 661 sp<Client> client; local 1627 sp<Client> client; local 3151 sp<Client> client = registerPid(pid); local [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Diagnostic.h | 200 DiagnosticConsumer *Client; 399 DiagnosticConsumer *client = nullptr, 420 DiagnosticConsumer *getClient() { return Client; } 421 const DiagnosticConsumer *getClient() const { return Client; } 423 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 426 /// \brief Return the current diagnostic client along with ownership of that 427 /// client. 442 // DiagnosticsEngine characterization methods, used by a client to customize 457 /// \brief Set the diagnostic client associated with this diagnostic object. 460 /// ownership of \c client [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Diagnostic.h | 200 DiagnosticConsumer *Client; 399 DiagnosticConsumer *client = nullptr, 420 DiagnosticConsumer *getClient() { return Client; } 421 const DiagnosticConsumer *getClient() const { return Client; } 423 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 426 /// \brief Return the current diagnostic client along with ownership of that 427 /// client. 442 // DiagnosticsEngine characterization methods, used by a client to customize 457 /// \brief Set the diagnostic client associated with this diagnostic object. 460 /// ownership of \c client [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
Diagnostic.h | 194 DiagnosticConsumer *Client; 406 DiagnosticConsumer *client = nullptr, 427 DiagnosticConsumer *getClient() { return Client; } 428 const DiagnosticConsumer *getClient() const { return Client; } 430 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 433 /// \brief Return the current diagnostic client along with ownership of that 434 /// client. 449 // DiagnosticsEngine characterization methods, used by a client to customize 464 /// \brief Set the diagnostic client associated with this diagnostic object. 467 /// ownership of \c client [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 65 #include "Client.h" 375 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { 376 status_t err = client->initCheck(); 378 return client; 384 return initClient(new Client(this)); 397 return initClient(new Client(this, layer)); [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 165 // Chain in the diagnostic client which will log the diagnostics. 190 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client, 192 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client, 198 DiagnosticConsumer *Client, 205 // Create the diagnostic client for reporting errors or for 207 if (Client) { 208 Diags->setClient(Client, ShouldOwnClient); 826 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); 827 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); 881 // Notify the diagnostic client that all files were processed [all...] |