HomeSort by relevance Sort by last modified time
    Searched defs:connection (Results 201 - 225 of 897) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/include/vulkan/
vk_icd.h 59 * contains the platform-specific connection and surface information.
77 MirConnection *connection; member in struct:__anon29093
101 xcb_connection_t *connection; member in struct:__anon29096
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
MockWebServerTest.java 111 HttpURLConnection connection = (HttpURLConnection) url.openConnection(); local
112 connection.setRequestProperty("Accept-Language", "en-US");
113 InputStream in = connection.getInputStream();
115 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode());
131 URLConnection connection = server.getUrl("/").openConnection(); local
132 InputStream in = connection.getInputStream();
159 URLConnection connection = server.getUrl("/").openConnection(); local
160 InputStream in = connection.getInputStream();
172 URLConnection connection = server.getUrl("/").openConnection(); local
173 InputStream in = connection.getInputStream()
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 148 // Add a third connection
151 // The third connection bounces the first.
174 private void allocateAndLeakAllocation(ConnectionPool pool, RealConnection connection) {
175 StreamAllocation leak = new StreamAllocation(pool, connection.getRoute().getAddress());
176 leak.acquire(connection);
191 RealConnection connection = new RealConnection(route); local
192 connection.idleAtNanos = idleAtNanos;
193 connection.socket = new Socket();
195 pool.put(connection);
197 return connection;
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java 14 import java.sql.Connection;
32 * Implemented as a wrapper around an embedded SQL database, accessed via JDBC. The JDBC connection is
38 private static Connection connection; field in class:ShadowSQLiteDatabase
67 connection = DatabaseConfig.getMemoryConnection();
94 PreparedStatement insert = connection.prepareStatement(sqlInsertString.sql, Statement.RETURN_GENERATED_KEYS);
128 Statement statement = connection.createStatement(DatabaseConfig.getResultSetType(), ResultSet.CONCUR_READ_ONLY);
158 PreparedStatement statement = connection.prepareStatement(sqlUpdateString.sql);
176 return connection.prepareStatement(sql).executeUpdate();
190 connection.createStatement().execute(scrubbedSql)
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CursorAdapterTest.java 9 import java.sql.Connection;
38 Connection connection = DatabaseConfig.getMemoryConnection(); local
40 Statement statement = connection.createStatement();
51 connection.createStatement().executeUpdate(insert);
54 statement = connection.createStatement(DatabaseConfig.getResultSetType(), ResultSet.CONCUR_READ_ONLY);
  /external/testng/src/main/java/org/testng/internal/
PackageUtils.java 130 URLConnection connection = url.openConnection(); local
134 URL fileUrl = (URL) thisMethod.invoke(connection, paramsObj);
  /external/vulkan-validation-layers/include/vulkan/
vk_icd.h 80 * contains the platform-specific connection and surface information.
98 MirConnection *connection; member in struct:__anon43422
122 xcb_connection_t *connection; member in struct:__anon43425
  /external/wayland/tests/
connection-test.c 22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49 struct wl_connection *connection; local
53 connection = wl_connection_create(s[0]);
54 assert(connection);
56 return connection;
61 struct wl_connection *connection; local
64 connection = setup(s);
65 wl_connection_destroy(connection);
72 struct wl_connection *connection; local
76 connection = setup(s)
90 struct wl_connection *connection; local
109 struct wl_connection *connection; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 28 DBusConnection *connection; member in struct:wpa_dbus_object_desc
  /frameworks/base/core/tests/coretests/src/android/os/
BinderProxyCountingTest.java 126 ServiceConnection connection = new ServiceConnection() { local
139 sContext.bindService(intent, connection,
146 return connection;
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 176 UsbDeviceConnection connection = mUsbManager.openDevice(usbDevice); local
177 if (connection != null) {
179 if (mtpDevice.open(connection)) {
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java 96 final UsbDeviceConnection connection = ensureNotNull( local
98 "Failed to open a USB connection.");
100 if (!device.open(connection)) {
101 // We cannot open connection when another application use the device.
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 92 return new Connection(const_cast<EventThread*>(this));
96 const sp<EventThread::Connection>& connection) {
98 mDisplayEventConnections.add(connection);
103 void EventThread::removeDisplayEventConnectionLocked(const wp<EventThread::Connection>& connection) {
104 mDisplayEventConnections.remove(connection);
107 void EventThread::setVsyncRate(uint32_t count, const sp<EventThread::Connection>& connection) {
111 if (connection->count != new_count)
370 sp<Connection> connection = mDisplayEventConnections.itemAt(i).promote(); local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java 168 /* get the reference of the connection before reject */
169 Connection connection = mCTUT.mForegroundCall.getConnections().get(0); local
170 assertEquals(DisconnectCause.NOT_DISCONNECTED, connection.getDisconnectCause());
183 assertEquals(DisconnectCause.LOCAL, connection.getDisconnectCause());
279 /* get the reference of the connection before reject */
280 Connection connection = mCTUT.mRingingCall.getConnections().get(0); local
281 assertNotNull(connection);
282 assertEquals(DisconnectCause.NOT_DISCONNECTED, connection.getDisconnectCause())
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound_fm.h 47 unsigned char connection; member in struct:snd_dm_fm_voice
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound_fm.h 59 unsigned char connection; /* 0 for serial, 1 for parallel */ member in struct:snd_dm_fm_voice
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 81 HttpURLConnection connection = (HttpURLConnection) url.openConnection(); local
82 // URLConnection connection = url.openConnection();
83 InputStream in = connection.getInputStream();
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java 77 * negative responses are cached, i.e. if we are unable to open the connection
80 * connection.
277 URLConnection connection = uri.toURL().openConnection(); local
279 connection.setIfModifiedSince(lastModified);
282 try (InputStream in = connection.getInputStream()) {
283 lastModified = connection.getLastModified();
290 } else if (connection instanceof HttpURLConnection) {
292 HttpURLConnection hconn = (HttpURLConnection)connection;
390 URLConnection connection = uri.toURL().openConnection(); local
392 connection.setIfModifiedSince(lastModified)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 196 UsbDeviceConnection connection = mUsbManager.openDevice(usbDevice); local
197 if (connection != null) {
199 if (mtpDevice.open(connection)) {
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallScreeningServiceFilter.java 237 ServiceConnection connection = new CallScreeningServiceConnection(); local
240 connection,
244 mConnection = connection;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
asound_fm.h 59 unsigned char connection; /* 0 for serial, 1 for parallel */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound_fm.h 59 unsigned char connection; /* 0 for serial, 1 for parallel */ member in struct:snd_dm_fm_voice
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_icd.h 59 * contains the platform-specific connection and surface information.
77 MirConnection *connection; member in struct:__anon827
101 xcb_connection_t *connection; member in struct:__anon830
  /system/bt/service/
gatt_server.cc 124 // Find the correct connection ID for |device_address| and |request_id|.
131 std::shared_ptr<Connection> connection; local
137 connection = tmp;
140 if (!connection) {
151 int handle = connection->request_id_to_handle[request_id];
163 ->send_response(connection->conn_id, request_id, error, response);
169 connection->request_id_to_handle.erase(request_id);
188 // Get the connection IDs for which we will send this notification.
202 // Make sure that one isn't already pending for this connection
    [all...]
  /system/bt/stack/btm/
btm_ble_bgconn.cc 79 background_connection_t* connection = &map_iter->second; local
80 connection->addr_type = addr_type;
81 connection->pending_removal = false;
100 background_connection_t* connection = &map_el.second; local
101 if (connection->pending_removal) continue;
103 BTM_IsAclConnectionUp(connection->address, BT_TRANSPORT_LE);
162 background_connection_t* connection = &map_it->second; local
163 if (!connection->in_controller_wl && !connection->pending_removal &&
232 background_connection_t* connection = &map_it->second local
241 background_connection_t* connection = &map_el.second; local
    [all...]

Completed in 1267 milliseconds

1 2 3 4 5 6 7 891011>>