Home
last modified time | relevance | path

Searched defs:connections (Results 1 – 25 of 37) sorted by relevance

12

/external/guava/guava/src/com/google/common/graph/
DStandardMutableValueGraph.java77 GraphConnections<N, V> connections = newConnections(); in addNodeInternal() local
121 GraphConnections<N, V> connections = nodeConnections.get(node); in removeNode() local
DStandardMutableNetwork.java70 NetworkConnections<N, E> connections = newConnections(); in addNodeInternal() local
131 NetworkConnections<N, E> connections = nodeConnections.get(node); in removeNode() local
DStandardValueGraph.java120 final GraphConnections<N, V> connections = checkedConnections(node); in incidentEdges() local
DStandardNetwork.java178 NetworkConnections<N, E> connections = nodeConnections.get(node); in checkedConnections() local
/external/guava/android/guava/src/com/google/common/graph/
DStandardMutableValueGraph.java77 GraphConnections<N, V> connections = newConnections(); in addNodeInternal() local
121 GraphConnections<N, V> connections = nodeConnections.get(node); in removeNode() local
DStandardMutableNetwork.java70 NetworkConnections<N, E> connections = newConnections(); in addNodeInternal() local
131 NetworkConnections<N, E> connections = nodeConnections.get(node); in removeNode() local
DStandardValueGraph.java120 final GraphConnections<N, V> connections = checkedConnections(node); in incidentEdges() local
DStandardNetwork.java178 NetworkConnections<N, E> connections = nodeConnections.get(node); in checkedConnections() local
/external/rust/crates/quiche/examples/
Dserver.c55 struct connections { struct
78 static struct connections *conns = NULL; argument
Dhttp3-server.c55 struct connections { struct
56 int sock;
81 static struct connections *conns = NULL; argument
/external/webrtc/p2p/base/
Dbasic_ice_controller.h35 rtc::ArrayView<const Connection*> connections() const override { in connections() function
Dbasic_ice_controller.cc343 auto connections = connections_; in MorePingable() local
404 std::vector<const Connection*> connections; in GetBestWritableConnectionPerNetwork() local
/external/openscreen/osp/public/presentation/
Dpresentation_controller.h167 std::vector<Connection*> connections; member
Dpresentation_receiver.h116 std::vector<Connection*> connections; member
/external/python/cpython3/Doc/library/
Dlogging.config.rst410 .. _logging-config-dict-userdef:
/external/python/cpython2/Doc/library/
Dlogging.config.rst362 .. _logging-config-dict-userdef:
/external/rust/crates/mio/examples/
Dtcp_server.rs33 let mut connections = HashMap::new(); in main() localVariable
/external/curl/tests/libtest/
Dlib1533.c103 long connections = 0; in perform_and_check_connections() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java110 private final Deque<RealConnection> connections = new ArrayDeque<>(); field in ConnectionPool
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DConnectionPool.java116 private final Deque<RealConnection> connections = new ArrayDeque<>(); field in ConnectionPool
/external/openscreen/cast/sender/channel/
Dsender_socket_factory.cc118 std::vector<PendingConnection> connections; in OnError() local
/external/libevent/
Devrpc-internal.h91 struct evconq connections; member
Dhttp-internal.h144 struct evconq connections; member
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java59 private Map<String, BluetoothConnection> connections = field in BluetoothFacade
/external/openscreen/osp/impl/presentation/
Dpresentation_receiver.cc515 std::vector<Connection*>& connections = in OnConnectionDestroyed() local

12