/aosp_15_r20/external/grpc-grpc/examples/objective-c/helloworld_macos/HelloWorld/Base.lproj/ |
H A D | Main.storyboard | 19 <connections> 21 </connections> 32 <connections> 34 </connections> 38 <connections> 40 </connections> 44 <connections> 46 </connections> 50 <connections> 52 </connections> [all …]
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | ServiceTest.java | 1600 fail("Connections to same service name in different pids"); in testBindIsolatedServiceInstances() 1603 fail("Connections to different service names in same pids"); in testBindIsolatedServiceInstances() 1793 private void doBind(Context context, IsolatedConnectionInfo[] connections, int group, in doBind() argument 1795 for (IsolatedConnectionInfo ci : connections) { in doBind() 1802 private void doBind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doBind() argument 1804 boolean result = connections[i].bind(context); in doBind() 1806 fail("Unable to bind connection " + connections[i].mLabel); in doBind() 1811 private void doBindAndWaitForService(Context context, IsolatedConnectionInfo[] connections, in doBindAndWaitForService() argument 1813 for (IsolatedConnectionInfo ci : connections) { in doBindAndWaitForService() 1821 private void doWaitForService(IsolatedConnectionInfo[] connections, int group, in doWaitForService() argument [all …]
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
H A D | ConnectionPool.java | 37 * Manages reuse of HTTP and SPDY connections for reduced network latency. HTTP 39 * {@link Connection}. This class implements the policy of which connections to 45 * <li>{@code http.keepAlive} true if HTTP and SPDY connections should be 47 * <li>{@code http.maxConnections} maximum number of idle connections to 56 * parameters do so before making HTTP connections, and that this class is 83 * A background thread is used to cleanup expired connections. There will be, at most, a single 91 /** The maximum number of idle connections for each address. */ 116 private final Deque<RealConnection> connections = new ArrayDeque<>(); field in ConnectionPool 137 /** Returns the number of idle connections in the pool. */ 140 for (RealConnection connection : connections) { in getIdleConnectionCount() [all …]
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
H A D | ConnectionPool.java | 36 * Manages reuse of HTTP and SPDY connections for reduced network latency. HTTP 38 * {@link Connection}. This class implements the policy of which connections to 44 * <li>{@code http.keepAlive} true if HTTP and SPDY connections should be 46 * <li>{@code http.maxConnections} maximum number of idle connections to 55 * parameters do so before making HTTP connections, and that this class is 80 * A background thread is used to cleanup expired connections. There will be, at most, a single 88 /** The maximum number of idle connections for each address. */ 110 private final Deque<RealConnection> connections = new ArrayDeque<>(); field in ConnectionPool 131 /** Returns the number of idle connections in the pool. */ 134 for (RealConnection connection : connections) { in getIdleConnectionCount() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/codestarconnections/src/main/resources/codegen-resources/ |
H A D | endpoint-tests.json | 7 "url": "https://codestar-connections.ap-northeast-1.amazonaws.com" 20 "url": "https://codestar-connections.ap-northeast-2.amazonaws.com" 33 "url": "https://codestar-connections.ap-south-1.amazonaws.com" 46 "url": "https://codestar-connections.ap-southeast-1.amazonaws.com" 59 "url": "https://codestar-connections.ap-southeast-2.amazonaws.com" 72 "url": "https://codestar-connections.ca-central-1.amazonaws.com" 85 "url": "https://codestar-connections.eu-central-1.amazonaws.com" 98 "url": "https://codestar-connections.eu-north-1.amazonaws.com" 111 "url": "https://codestar-connections.eu-west-1.amazonaws.com" 124 "url": "https://codestar-connections.eu-west-2.amazonaws.com" [all …]
|
/aosp_15_r20/external/googleapis/google/devtools/cloudbuild/v2/ |
H A D | repositories.proto | 43 // Manages connections to source code repositories. 53 post: "/v2/{parent=projects/*/locations/*}/connections" 66 get: "/v2/{name=projects/*/locations/*/connections/*}" 71 // Lists Connections in a given project and location. 75 get: "/v2/{parent=projects/*/locations/*}/connections" 84 patch: "/v2/{connection.name=projects/*/locations/*/connections/*}" 98 delete: "/v2/{name=projects/*/locations/*/connections/*}" 111 post: "/v2/{parent=projects/*/locations/*/connections/*}/repositories" 125 post: "/v2/{parent=projects/*/locations/*/connections/*}/repositories:batchCreate" 138 get: "/v2/{name=projects/*/locations/*/connections/*/repositories/*}" [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v2/src/main/java/com/google/cloudbuild/v2/ |
H A D | ListConnectionsResponse.java | 25 * Message for response to listing Connections. 79 * The list of Connections. 82 * <code>repeated .google.devtools.cloudbuild.v2.Connection connections = 1;</code> 92 * The list of Connections. 95 * <code>repeated .google.devtools.cloudbuild.v2.Connection connections = 1;</code> 106 * The list of Connections. 109 * <code>repeated .google.devtools.cloudbuild.v2.Connection connections = 1;</code> 119 * The list of Connections. 122 * <code>repeated .google.devtools.cloudbuild.v2.Connection connections = 1;</code> 132 * The list of Connections. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v2/src/main/proto/google/devtools/cloudbuild/v2/ |
H A D | repositories.proto | 42 // Manages connections to source code repostiories. 52 post: "/v2/{parent=projects/*/locations/*}/connections" 65 get: "/v2/{name=projects/*/locations/*/connections/*}" 70 // Lists Connections in a given project and location. 74 get: "/v2/{parent=projects/*/locations/*}/connections" 83 patch: "/v2/{connection.name=projects/*/locations/*/connections/*}" 97 delete: "/v2/{name=projects/*/locations/*/connections/*}" 110 post: "/v2/{parent=projects/*/locations/*/connections/*}/repositories" 124 post: "/v2/{parent=projects/*/locations/*/connections/*}/repositories:batchCreate" 137 get: "/v2/{name=projects/*/locations/*/connections/*/repositories/*}" [all …]
|
/aosp_15_r20/external/walt/ios/WALT/Base.lproj/ |
H A D | Main.storyboard | 67 <connections> 69 </connections> 91 <connections> 93 </connections> 115 <connections> 117 </connections> 143 <connections> 145 </connections> 167 <connections> 169 </connections> [all …]
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryconnection/proto-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/ |
H A D | ListConnectionsResponse.java | 131 * List of connections. 134 * <code>repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;</code> 144 * List of connections. 147 * <code>repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;</code> 158 * List of connections. 161 * <code>repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;</code> 171 * List of connections. 174 * <code>repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;</code> 184 * List of connections. 187 * <code>repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;</code> [all …]
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/ |
H A D | HttpClientConnectionManagerOptions.java | 47 * Sets the client bootstrap instance to use to create the pool's connections 57 * Gets the client bootstrap instance to use to create the pool's connections 63 * Sets the socket options to use for connections in the connection pool 64 * @param socketOptions The socket options to use for all connections in the manager 73 * @return the socket options to use for connections in the connection pool 78 * Sets the tls context to use for connections in the connection pool 88 * @return the tls context used by connections in the connection pool 93 * Sets the connection-specific TLS options to use for connections in the connection pool. 105 * @return the tls context used by connections in the connection pool 128 * @deprecated Sets the IO buffer size to use for connections in the connection pool [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | bigqueryconnection.v1beta1.json | 18 "description": "Allows users to manage BigQuery connections to external data sources.", 115 "connections": { object 119 "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/connections", 121 "id": "bigqueryconnection.projects.locations.connections.create", 139 "path": "v1beta1/{+parent}/connections", 153 … "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}", 155 "id": "bigqueryconnection.projects.locations.connections.delete", 161 …onnection, for example: `projects/{project_id}/locations/{location_id}/connections/{connection_id}… 163 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$", 179 … "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}", [all …]
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-writeable.h | 41 * called back when one or more connections is writeable. 61 * connections using the given protocol when it 66 * \param protocol: Protocol whose connections will get callbacks 68 * - Which: connections using this protocol on ANY VHOST 78 * all connections on same vhost using the given protocol 82 * \param vhost: Only consider connections on this lws_vhost 83 * \param protocol: Protocol whose connections will get callbacks 85 * - Which: connections using this protocol on GIVEN VHOST ONLY 94 * lws_callback_all_protocol() - Callback all connections using 98 * \param protocol: Protocol whose connections will get callbacks [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_impl.h | 64 connections.crash_on_unknown_handle_ = crash_on_unknown_handle; in classic_impl() 75 connections.reset(); in ~classic_impl() 243 } connections; member 248 return connections.send_packet_upward(handle, cb); in send_packet_upward() 278 return connections.is_classic_link_already_connected(address); in is_classic_link_already_connected() 354 connections.add(handle, AddressWithType{address, AddressType::PUBLIC_DEVICE_ADDRESS}, in create_and_announce_connection() 357 [this](uint16_t handle) { this->connections.invalidate(handle); })); in create_and_announce_connection() 358 connections.execute(address, [=, this](ConnectionManagementCallbacks* callbacks) { in create_and_announce_connection() 417 bool event_also_routes_to_other_receivers = connections.crash_on_unknown_handle_; in on_classic_disconnect() 419 static_cast<uint32_t>(reason), connections.get_address(handle), handle); in on_classic_disconnect() [all …]
|
/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterLLTHealth/ |
H A D | bluetooth_AdapterLLTHealth.py | 111 # Disconnect connections from DUT 149 # Disconnect connections from DUT 192 # Disconnect connections from DUT 217 # Establish two connections from DUT as LE Central 221 # Verify data transfer over two DUT LE Central Connections 232 # Verify data transfer over two DUT LE Central Connections 235 # Disconnect connections from DUT 269 # Establish connections from DUT as LE Central 273 # Verify data transfer over two DUT LE Central Connections 283 # Disconnect connections from DUT [all …]
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacySQLiteConnection.java | 61 private static final Connections CONNECTIONS = new Connections(); field in ShadowLegacySQLiteConnection 72 return CONNECTIONS.open(path); in nativeOpen() 90 return CONNECTIONS.prepareStatement(connectionPtr, newSql); in nativePrepareStatement() 101 CONNECTIONS.reset(); in reset() 106 CONNECTIONS.close(connectionPtr); in nativeClose() 111 CONNECTIONS.finalizeStmt(connectionPtr, statementPtr); in nativeFinalizeStatement() 116 return CONNECTIONS.getParameterCount(connectionPtr, statementPtr); in nativeGetParameterCount() 121 return CONNECTIONS.isReadOnly(connectionPtr, statementPtr); in nativeIsReadOnly() 126 return CONNECTIONS.executeForLong(connectionPtr, statementPtr); in nativeExecuteForLong() 131 CONNECTIONS.executeStatement(connectionPtr, statementPtr); in nativeExecute() [all …]
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | basic_ice_controller.cc | 138 // connections, it may take several seconds between two pings for every in FindNextPingableConnection() 140 // connections to be false, and thus they won't be selected. This is in FindNextPingableConnection() 144 // Rule 2.1: Among such connections, pick the one with the earliest in FindNextPingableConnection() 163 // Rule 3: Triggered checks have priority over non-triggered connections. in FindNextPingableConnection() 171 // Rule 4: Unpinged connections have priority over pinged ones. in FindNextPingableConnection() 174 // If there are unpinged and pingable connections, only ping those. in FindNextPingableConnection() 177 // "pinged" to filter out unpinged connections. in FindNextPingableConnection() 187 // Among un-pinged pingable connections, "more pingable" takes precedence. in FindNextPingableConnection() 208 // Find "triggered checks". We ping first those connections that have 293 // If the channel is weakly connected, ping all connections. in IsPingable() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | RouterNatLogConfig.java | 74 …connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: … 94 * Export logs for all (successful and unsuccessful) connections. 114 * Export logs for successful connections only. 137 * Export logs for all (successful and unsuccessful) connections. 157 * Export logs for successful connections only. 291 …connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: … 307 …connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: … 331 …connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: … 802 …connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: … 817 …connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: … [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/rust/beto-rust/nearby/libukey2_connections/android_arm64_armv8-2a_cortex-a55_rlib_dylib-std/ |
D | libukey2_connections.rlib.d.raw | 1 …connections/ukey2/ukey2_connections/src/lib.rs external/rust/beto-rust/nearby/connections/ukey2/uk… 3 …connections/ukey2/ukey2_connections/src/lib.rs external/rust/beto-rust/nearby/connections/ukey2/uk… 5 external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/lib.rs: 6 external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/crypto_utils.rs: 7 external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/d2d_connection_context_v1.rs: 8 external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/d2d_handshake_context.rs: 9 external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/java_utils.rs:
|
/aosp_15_r20/out/soong/.intermediates/external/rust/beto-rust/nearby/libukey2_proto/android_arm64_armv8-2a_cortex-a55_rlib_dylib-std/ |
D | libukey2_proto.rlib.d.raw | 1 …connections/ukey2/ukey2_proto/src/lib.rs external/rust/beto-rust/nearby/connections/ukey2/ukey2_pr… 3 …connections/ukey2/ukey2_proto/src/lib.rs external/rust/beto-rust/nearby/connections/ukey2/ukey2_pr… 5 external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/lib.rs: 6 external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/device_to_device_m… 7 external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/securegcm.rs: 8 external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/securemessage.rs: 9 external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/ukey.rs:
|
/aosp_15_r20/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnectionPool.java | 48 * Maintains a pool of active SQLite database connections. 55 * The pool holds strong references to the connections it owns. However, 56 * it only holds <em>weak references</em> to the connections that sessions 58 * that the connection pool can detect when connections have been improperly 59 * abandoned so that it can create new connections to replace them if needed. 61 * The connection pool is thread-safe (but the connections themselves are not). 66 * This code attempts to maintain the invariant that opened connections are 68 * all over to ensure that broken connections get cleaned up. Most 106 // Strong references to all available connections. 143 // Weak references to all acquired connections. The associated value [all …]
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/ |
H A D | vsock.rs | 151 /// Stores any active connections when the device sleeps. This allows us to sleep/wake 152 /// without disrupting active connections, which is useful when taking a snapshot. 155 /// Used to inform the guest all connections are broken when we restore a snapshot. 313 let connections = self.sleeping_connections.take(); in virtio_wake() localVariable 320 connections, in virtio_wake() 427 connections: VsockConnectionMap, field 455 connections: existing_connections.unwrap_or_default(), in new() 476 // This needs to be its own scope since it holds a RwLock on `self.connections`. in process_rx_queue() 478 let connections = self.connections.read_lock().await; in process_rx_queue() localVariable 479 for (port, connection) in connections.iter() { in process_rx_queue() [all …]
|
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConferenceController.java | 38 * Maintains a list of all the known TelephonyConnections connections and controls GSM and 67 /** The known connections. */ 97 // Debug only since TelephonyConnectionService tries to clean up the connections tracked in remove() 122 * Calculates the conference-capable state of all GSM connections in this connection service. 150 // Go through all the conferenceable connections and add all other conferenceable in recalculateConferenceable() 151 // connections that is not the connection itself in recalculateConferenceable() 153 List<Connection> connections = conferenceableConnections in recalculateConferenceable() local 155 // Filter out this connection from the list of connections in recalculateConferenceable() 158 c.setConferenceableConnections(connections); in recalculateConferenceable() 161 // Set the conference as conferenceable with all of the connections that are not in the in recalculateConferenceable() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLServerSocket.java | 42 * connections. 79 * fifty connections queued up before the system starts to 107 * authentication context and a specified backlog of connections. 112 * pending connections on the socket. Its exact semantics are implementation 125 * connections. 143 * authentication context and a specified backlog of connections 157 * pending connections on the socket. Its exact semantics are implementation 163 * If <i>address</i> is null, it will default accepting connections 168 * connections. 170 * which connections will be accepted [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/net/ssl/ |
H A D | SSLServerSocket.java | 42 * connections. 79 * fifty connections queued up before the system starts to 107 * authentication context and a specified backlog of connections. 112 * pending connections on the socket. Its exact semantics are implementation 125 * connections. 143 * authentication context and a specified backlog of connections 157 * pending connections on the socket. Its exact semantics are implementation 163 * If <i>address</i> is null, it will default accepting connections 168 * connections. 170 * which connections will be accepted [all …]
|