/prebuilts/go/darwin-x86/src/net/http/ |
fs_test.go | 77 c := ts.Client() 708 c := ts.Client() 1014 c := ts.Client() 1071 c := ts.Client() 1131 t.Fatalf("http client error: %v", err) 1135 t.Fatalf("client body read error: %v", err) 1150 func getBody(t *testing.T, testName string, req Request, client *Client) (*Response, []byte) { 1151 r, err := client.Do(&req) [all...] |
serve_test.go | 509 res, err := ts.Client().Do(req) 655 c := ts.Client() 667 // Slow client that should timeout. 730 c := ts.Client() 802 c := ts.Client() 832 expected := "stream ID 3; INTERNAL_ERROR" // client IDs are odd, second stream should be 3 862 c := ts.Client() 916 c := ts.Client() 984 c := ts.Client() [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
fs_test.go | 77 c := ts.Client() 708 c := ts.Client() 1014 c := ts.Client() 1071 c := ts.Client() 1131 t.Fatalf("http client error: %v", err) 1135 t.Fatalf("client body read error: %v", err) 1150 func getBody(t *testing.T, testName string, req Request, client *Client) (*Response, []byte) { 1151 r, err := client.Do(&req) [all...] |
serve_test.go | 509 res, err := ts.Client().Do(req) 655 c := ts.Client() 667 // Slow client that should timeout. 730 c := ts.Client() 802 c := ts.Client() 832 expected := "stream ID 3; INTERNAL_ERROR" // client IDs are odd, second stream should be 3 862 c := ts.Client() 916 c := ts.Client() 984 c := ts.Client() [all...] |
/external/drm_hwcomposer/ |
drmhwctwo.cpp | 502 case HWC2::Composition::Client: 503 // Place it at the z_order of the highest client layer 604 // Setup the client layer's dimensions 645 // TODO: Force client composition if we get this 701 layer.set_validated_type(HWC2::Composition::Client); 731 if (sf_type_ == HWC2::Composition::Client || 742 // TODO: Punt to client composition here? [all...] |
/frameworks/av/services/audioflinger/ |
Threads.h | 69 // Config event sequence by client if status needed (e.g binder thread calling setParameters()): 298 const sp<AudioFlinger::Client>& client, 379 // objects that will be read-only to client processes, read/write to mediaserver, 380 // and shared by all client processes of the thread. 629 // we need to make sure that AudioTrack client has enough time to send large buffers [all...] |
Tracks.cpp | 65 const sp<Client>& client, 81 mClient(client), 143 if (client != 0) { 144 mCblkMemory = client->heap()->allocate(size); 148 client->heap()->dump("AudioTrack"); 260 // Client destructor must run with AudioFlinger client mutex locked 262 // If the client's reference count drops to zero, the associated destructor 375 const sp<Client>& client [all...] |
/external/boringssl/src/tool/ |
client.cc | 356 bool Client(const std::vector<std::string> &args) {
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_cost_analysis_test.cc | 21 #include "tensorflow/compiler/xla/client/client.h" 22 #include "tensorflow/compiler/xla/client/client_library.h" 23 #include "tensorflow/compiler/xla/client/computation.h" 24 #include "tensorflow/compiler/xla/client/computation_builder.h" 25 #include "tensorflow/compiler/xla/client/local_client.h" 26 #include "tensorflow/compiler/xla/client/padding.h" 50 // using the client computation builder and running the HloCostAnalysis that 58 // whitebox accesses to the user computation built from the client, 135 Client* client_ [all...] |
/external/v4l2_codec2/ |
C2VDAAdaptorProxy.cpp | 142 // Flush is cancelled by a succeeding Reset(). A client expects this behavior. 193 VideoDecodeAcceleratorAdaptor::Client* client) { 196 DCHECK(client); 198 mClient = client; 221 auto client = mBinding.CreateInterfacePtrAndBind(); local 224 std::string("mBinding (client pipe)"))); 230 mVDAPtr->Initialize(std::move(arcConfig), std::move(client), cb);
|
/external/clang/lib/Frontend/ |
SerializedDiagnosticPrinter.cpp | 243 /// \brief Language options, which can differ from one clone of this client 772 auto Client = 775 IDs, State->DiagOpts.get(), Client); [all...] |
ASTUnit.cpp | 582 /// there is no diagnostic client to capture them already. 585 StoredDiagnosticConsumer Client; 592 : Diags(Diags), Client(StoredDiags), PreviousClient(nullptr) 597 Diags.setClient(&Client, false); 602 if (Diags.getClient() == &Client) 755 // Tell the diagnostic client that we have started a source file. [all...] |
/external/pdfium/xfa/fwl/ |
cfwl_combobox.cpp | 608 return FWL_WidgetHit::Client; 612 return FWL_WidgetHit::Client;
|
cfwl_widget.cpp | 156 return FWL_WidgetHit::Client;
|
/external/python/cpython3/Lib/multiprocessing/ |
connection.py | 10 __all__ = [ 'Client', 'Listener', 'Pipe', 'wait' ] 478 def Client(address, family=None, authkey=None): 658 # ERROR_NO_DATA can occur if a client has already connected, 770 import xmlrpc.client as xmlrpclib 776 import xmlrpc.client as xmlrpclib 777 return ConnectionWrapper(Client(*args, **kwds), _xml_dumps, _xml_loads)
|
/frameworks/av/services/camera/libcameraservice/api1/ |
CameraClient.cpp | 44 Client(cameraService, cameraClient, clientPackageName, 105 // tear down the client 123 size_t len = snprintf(buffer, SIZE, "Client[%d] (%p) with UID %d\n", 174 // lock camera to this client if the the camera is unlocked 180 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise 205 // connect a new client to the camera 206 status_t CameraClient::connect(const sp<hardware::ICameraClient>& client) { 218 (IInterface::asBinder(client) == IInterface::asBinder(mRemoteCallback))) { 219 LOG1("Connect to the same client"); 225 mRemoteCallback = client; 852 sp<CameraClient> client = getClientFromCookie(user); local 872 sp<CameraClient> client = getClientFromCookie(user); local 905 sp<CameraClient> client = getClientFromCookie(user); local 922 sp<CameraClient> client = getClientFromCookie(user); local [all...] |
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
PlaybackTransportRowPresenter.java | 80 Client mSeekClient; 358 public void setPlaybackSeekUiClient(Client client) { 359 mSeekClient = client; 740 * Client of progress bar is clicked, default implementation delegate click to [all...] |
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
hwc_layers.cpp | 325 case HWC2::Composition::Client: 799 hwc_composition = HWC2::Composition::Client;
|
/prebuilts/go/darwin-x86/src/runtime/ |
os_nacl.go | 58 // Native Client only invokes the exception handler for memory faults.
|
/prebuilts/go/linux-x86/src/runtime/ |
os_nacl.go | 58 // Native Client only invokes the exception handler for memory faults.
|
/frameworks/base/media/java/android/media/ |
MediaRouter.java | 371 Log.e(TAG, "Unable to unregister media router client.", ex); 379 Client client = new Client(); local 380 mMediaRouterService.registerClientAsUser(client, mPackageName, userId); 381 mClient = client; 383 Log.e(TAG, "Unable to register media router client.", ex); 398 Log.e(TAG, "Unable to publish media router client discovery request.", ex); 410 Log.e(TAG, "Unable to publish media router client selected route.", ex); 416 // Update the client state [all...] |
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | 489 // If the client is from a process that runs across users such as 493 Client client = new Client(callback, Binder.getCallingUid(), userState); local 495 mGlobalClients.register(callback, client); 497 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid()); 501 client.mLastSentRelevantEventTypes); 503 userState.mUserClients.register(callback, client); 504 // If this client is not for the current user we do not 506 // We will send the state to the client on a user switch [all...] |
/external/pdfium/xfa/fxfa/ |
fxfa_basic.h | 289 Client,
|
/external/pdfium/xfa/fxfa/parser/ |
xfa_basic_data_enum.cpp | 202 {0xb40c36bf, L"client", XFA_AttributeEnum::Client},
|
/hardware/libhardware/include/hardware/ |
hwcomposer2.h | 93 * the client or the device has chosen that all layers should be composed by 94 * the client. This will prevent the client from applying the color 109 * receiving a call to presentDisplay. The client will always skip 124 /* The client will composite this layer into the client target buffer 140 * client sets to HWC2_COMPOSITION_SOLID_COLOR, the device must request that 150 * supported on a layer that the client sets to HWC2_COMPOSITION_CURSOR, the 183 /* Instructs the client to provide a new client target buffer, even if n [all...] |