/prebuilts/python/linux-x86/2.7.5/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)
|
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 27 import com.android.ddmlib.Client; 144 private final ArrayList<Client> mUnknownClientsWaitingForDebugger = new ArrayList<Client>(); [all...] |
/external/boringssl/src/tool/ |
client.cc | 86 "Private-key file to use (default is no client certificate)", 135 bool Client(const std::vector<std::string> &args) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
list_pager_test.py | 21 self.mocked_client = mock.Client(fusiontables.FusiontablesV1) 56 client = fusiontables.FusiontablesV1(get_credentials=False) 58 results = list_pager.YieldFromList(client.column, request) 63 client = fusiontables.FusiontablesV1(get_credentials=False) 65 results = list_pager.YieldFromList(client.column, request, limit=False) 99 client = fusiontables.FusiontablesV1(get_credentials=False) 101 results = list_pager.YieldFromList(client.column, request, limit=6) 114 client = fusiontables.FusiontablesV1(get_credentials=False) 116 results = list_pager.YieldFromList(client.column, request, limit=6) 148 client = fusiontables.FusiontablesV1(get_credentials=False [all...] |
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
Benchmark.java | 51 /** Which client to run.*/ 53 Client client; field in class:Benchmark 99 HttpClient httpClient = client.create(); 101 // Prepare the client & server 149 client, modifiers, bodyByteCount, headerCount, concurrencyLevel);
|
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 26 const sp<Client>& client,
|
AudioFlinger.cpp | 87 static const char kClientLockedString[] = "Client lock is taken\n"; 326 sp<Client> client = mClients.valueAt(i).promote(); local 327 if (client != 0) { 328 snprintf(buffer, SIZE, " pid: %d\n", client->pid()); 499 sp<AudioFlinger::Client> AudioFlinger::registerPid(pid_t pid) 503 // (for which promote() is always != 0), otherwise create a new entry and Client. 504 sp<Client> client = mClients.valueFor(pid).promote(); local 505 if (client == 0) 590 sp<Client> client; local 1478 sp<Client> client; local 2761 sp<Client> client = registerPid(pid); local [all...] |
Threads.h | 67 // Config event sequence by client if status needed (e.g binder thread calling setParameters()): 292 const sp<AudioFlinger::Client>& client, 366 // objects that will be read-only to client processes, read/write to mediaserver, 367 // and shared by all client processes of the thread. 490 // we need to make sure that AudioTrack client has enough time to send large buffers 561 const sp<AudioFlinger::Client>& client, [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/ |
AnnotationAnalyzer.java | 59 L.setClient(new L.Client() {
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 155 case HWC2::Composition::Client: 160 valid = (to == HWC2::Composition::Client); 164 valid = (to == HWC2::Composition::Client || 412 ALOGE("Failed to set client target for display %d: %s (%d)", displayId, 482 case HWC2::Composition::Client:
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
CivicLocationElement.java | 15 public enum LocationType {DHCPServer, NwkElement, Client}
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbgeng.h | 235 STDMETHOD(ExitDispatch)(THIS_ PDEBUG_CLIENT Client) PURE; 236 STDMETHOD(CreateClient)(THIS_ PDEBUG_CLIENT *Client) PURE; 243 STDMETHOD(GetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,PULONG Mask) PURE; 244 STDMETHOD(SetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,ULONG Mask) PURE; 306 STDMETHOD(ExitDispatch)(THIS_ PDEBUG_CLIENT Client) PURE; 307 STDMETHOD(CreateClient)(THIS_ PDEBUG_CLIENT *Client) PURE; 314 STDMETHOD(GetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,PULONG Mask) PURE; 315 STDMETHOD(SetOtherOutputMask)(THIS_ PDEBUG_CLIENT Client,ULONG Mask) PURE; 368 STDMETHOD(ExitDispatch)(THIS_ PDEBUG_CLIENT Client) PURE; 369 STDMETHOD(CreateClient)(THIS_ PDEBUG_CLIENT *Client) PURE [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUClient.java | 166 certs.put(OSUCertType.Client, estHandler.getClientCerts()); 282 certs.put(OSUCertType.Client, estHandler.getClientCerts());
|
/external/avahi/avahi-daemon/ |
dbus-util.c | 410 int avahi_dbus_is_our_own_service(Client *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/ |
mock.py | 4 client, for a specific API and version. Then, when the client is created, it 247 class Client(object): 249 """Mock an apitools client.""" 260 real_client: apitools Client, The client to make requests 278 """Stub out the client class with mocked services.""" 279 client = self.__real_client or self.__client_class( 288 service = service_class(client)
|
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.cpp | 61 ALOGI("Camera %d: Opened. Client: %s (PID %d, UID %d)", cameraId, 84 ALOGV("%s: Initializing client for camera %d", __FUNCTION__, 120 ALOGI("Closed Camera %d. Client was: %s (PID %d, UID %u)", 177 // Allow both client and the media server to disconnect at all times 205 const sp<TCamCallbacks>& client) { 224 TClientBase::mRemoteCallback = client; 225 mSharedCameraCallbacks = client; 338 SharedCameraCallbacks &client) : 340 mRemoteCallback(client.mRemoteCallback), 341 mSharedClient(client) { [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/clang/include/clang/Basic/ |
Diagnostic.h | 190 DiagnosticConsumer *Client; 349 DiagnosticConsumer *client = nullptr, 368 DiagnosticConsumer *getClient() { return Client; } 369 const DiagnosticConsumer *getClient() const { return Client; } 371 /// \brief Determine whether this \c DiagnosticsEngine object own its client. 374 /// \brief Return the current diagnostic client along with ownership of that 375 /// client. 386 // DiagnosticsEngine characterization methods, used by a client to customize 401 /// \brief Set the diagnostic client associated with this diagnostic object. 404 /// ownership of \c client [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 62 #include "Client.h" 214 sp<Client> client(new Client(this)); 215 status_t err = client->initCheck(); 217 bclient = client; [all...] |
SurfaceFlinger_hwc1.cpp | 62 #include "Client.h" 213 sp<Client> client(new Client(this)); 214 status_t err = client->initCheck(); 216 bclient = client; [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 163 // Chain in the diagnostic client which will log the diagnostics. 188 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client, 190 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client, 196 DiagnosticConsumer *Client, 203 // Create the diagnostic client for reporting errors or for 205 if (Client) { 206 Diags->setClient(Client, ShouldOwnClient); 791 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); 792 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); 845 // Notify the diagnostic client that all files were processed [all...] |
/frameworks/base/media/java/android/media/ |
MediaRouter.java | 351 Log.e(TAG, "Unable to unregister media router client.", ex); 359 Client client = new Client(); local 360 mMediaRouterService.registerClientAsUser(client, 362 mClient = client; 364 Log.e(TAG, "Unable to register media router client.", ex); 379 Log.e(TAG, "Unable to publish media router client discovery request.", ex); 391 Log.e(TAG, "Unable to publish media router client selected route.", ex); 397 // Update the client state [all...] |