/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11Xcb.cpp | 79 xcb_connection_t* connection = m_display.getConnection(); in XcbWindow() 120 xcb_flush (m_display.getConnection()); in ~XcbWindow() 121 xcb_free_colormap(m_display.getConnection(), m_colormap); in ~XcbWindow() 122 xcb_destroy_window(m_display.getConnection(), m_window); in ~XcbWindow() 131 xcb_map_window(m_display.getConnection(), m_window); in setVisibility() 133 xcb_unmap_window(m_display.getConnection(), m_window); in setVisibility() 136 xcb_flush (m_display.getConnection()); in setVisibility() 149 …geom = xcb_get_geometry_reply(m_display.getConnection(), xcb_get_geometry(m_display.getConnection(… in getDimensions() 159 xcb_connection_t* display = m_display.getConnection(); in setDimensions()
|
D | tcuLnxX11Xcb.hpp | 43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() function in tcu::lnx::x11::XcbDisplay
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | ServerSocketServiceTest.java | 59 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionId_requestComesInFirst() 70 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionIdTwice_acceptComesFirst() 76 service.getConnection(id).get(); in getConnectionIdTwice_acceptComesFirst() 83 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionStoppedService() 96 service.getConnection(UUID.randomUUID()); in getConnectionStoppedService()
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | ConnPoolByRoute.java | 388 closeConnection(entry.getConnection()); 400 idleConnHandler.add(entry.getConnection(), validDuration, timeUnit); 441 boolean valid = idleConnHandler.remove(entry.getConnection()); 448 closeConnection(entry.getConnection()); 535 closeConnection(entry.getConnection()); 544 idleConnHandler.remove(entry.getConnection());// not idle, but dead 656 if (!entry.getConnection().isOpen()) { 683 closeConnection(entry.getConnection());
|
D | ThreadSafeClientConnManager.java | 169 public ManagedClientConnection getConnection( in requestConnection() method in ThreadSafeClientConnManager 186 final Socket socket = entry.getConnection().getSocket(); in requestConnection() 221 final Socket socket = entry.getConnection().getSocket();
|
D | BasicPoolEntry.java | 78 protected final OperatedClientConnection getConnection() { in getConnection() method in BasicPoolEntry
|
D | RouteSpecificPool.java | 168 OperatedClientConnection conn = entry.getConnection(); in allocEntry()
|
D | AbstractConnPool.java | 301 closeConnection(entry.getConnection()); in shutdown()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothSocketConnFacade.java | 73 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection() method in BluetoothSocketConnFacade 249 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnGetConnectedDeviceName() 350 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnWrite() 373 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnRead() 396 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnWriteBinary() 420 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnReadBinary() 441 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnReadReady() 462 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnReadLine() 518 BluetoothConnection conn = getConnection(connID); in bluetoothConnectionThroughputSend() 552 BluetoothConnection conn = getConnection(connID); in bluetoothConnectionThroughputRead() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPDebuggeeWrapper.java | 84 public TransportWrapper getConnection() { in getConnection() method in JDWPDebuggeeWrapper 85 return vmMirror.getConnection(); in getConnection()
|
/external/apache-http/android/src/android/net/http/ |
D | RequestQueue.java | 166 public Connection getConnection(Context context, HttpHost host) { in getConnection() method in RequestQueue.ActivePool 168 Connection con = mIdleCache.getConnection(host); in getConnection() 171 con = Connection.getConnection(mContext, host, mProxyHost, in getConnection() 379 Connection conn = Connection.getConnection(mContext, host, mProxyHost, in queueSynchronousRequest() 536 Connection getConnection(Context context, HttpHost host); in getConnection() method
|
D | ConnectionThread.java | 106 mConnection = mConnectionManager.getConnection(mContext, in run()
|
D | IdleCache.java | 94 synchronized Connection getConnection(HttpHost host) { in getConnection() method in IdleCache
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | SingleClientConnManager.java | 193 public ManagedClientConnection getConnection( in requestConnection() 195 return SingleClientConnManager.this.getConnection( in requestConnection() 212 public ManagedClientConnection getConnection(HttpRoute route, Object state) {
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSQLiteConnection.java | 362 SQLiteConnection getConnection(final long connectionPtr) { in getConnection() method in ShadowSQLiteConnection.Connections 376 getConnection(connectionPtr); in getStatement() 416 final SQLiteConnection connection = getConnection(connectionPtr); in prepareStatement() 432 final SQLiteConnection connection = getConnection(connectionPtr); in close() 500 getConnection(connectionPtr); // check connection in cancel() 649 final SQLiteConnection connection = getConnection(connectionPtr); 664 final SQLiteConnection connection = getConnection(connectionPtr);
|
/external/apache-http/src/org/apache/http/conn/ |
D | ClientConnectionRequest.java | 69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) in getConnection() method
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_PooledConnection.java | 33 public Connection getConnection() throws SQLException { in getConnection() method in Impl_PooledConnection
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | TrialModule.java | 87 return serverSocketService.getConnection(trialId); in provideTrialSocket()
|
D | ServerSocketService.java | 132 public ListenableFuture<OpenedSocket> getConnection(UUID id) { in getConnection() method in ServerSocketService
|
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/ |
D | ChildProcessLauncher.java | 181 public ChildProcessConnection getConnection() { in getConnection() method in ChildProcessLauncher
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowSQLiteConnectionTest.java | 179 return CONNECTIONS.getConnection(ptr); in getSQLiteConnection()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCStatement.java | 172 public Connection getConnection() throws SQLException { in getConnection() method in JDBCStatement
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
D | MockWebServer.java | 922 stream.getConnection().setSettings(settings); 960 pushedHeaders.add(new Header(stream.getConnection().getProtocol() == Protocol.SPDY_3 975 stream.getConnection().pushStream(stream.getId(), pushedHeaders, hasBody);
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 133 …:XcbDisplayInterface (vk::pt::XcbConnectionPtr(((x11::XcbDisplay*)display.get())->getConnection())) in VulkanDisplayXcb()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | FramedStream.java | 124 public FramedConnection getConnection() { in getConnection() method in FramedStream
|