Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/graph/
DConfigurableMutableValueGraph.java69 GraphConnections<N, V> connections = newConnections(); in addNodeInternal() local
113 GraphConnections<N, V> connections = nodeConnections.get(node); in removeNode() local
DConfigurableMutableNetwork.java70 NetworkConnections<N, E> connections = newConnections(); in addNodeInternal() local
131 NetworkConnections<N, E> connections = nodeConnections.get(node); in removeNode() local
DConfigurableValueGraph.java146 GraphConnections<N, V> connections = nodeConnections.get(node); in checkedConnections() local
DConfigurableNetwork.java178 NetworkConnections<N, E> connections = nodeConnections.get(node); in checkedConnections() local
/external/guava/android/guava/src/com/google/common/graph/
DConfigurableMutableValueGraph.java69 GraphConnections<N, V> connections = newConnections(); in addNodeInternal() local
113 GraphConnections<N, V> connections = nodeConnections.get(node); in removeNode() local
DConfigurableMutableNetwork.java70 NetworkConnections<N, E> connections = newConnections(); in addNodeInternal() local
131 NetworkConnections<N, E> connections = nodeConnections.get(node); in removeNode() local
DConfigurableValueGraph.java148 GraphConnections<N, V> connections = nodeConnections.get(node); in checkedConnections() local
DConfigurableNetwork.java178 NetworkConnections<N, E> connections = nodeConnections.get(node); in checkedConnections() local
/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/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/webrtc/webrtc/base/
Dhttpserver.cc80 std::list<Connection*> connections; in CloseAll() local
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h174 const std::vector<Connection*>& connections() const { return connections_; } in connections() function
Dport.h216 const AddressMap& connections() { return connections_; } in connections() function
Dp2ptransportchannel_unittest.cc1676 const std::vector<cricket::Connection*>& connections = in TEST_F() 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/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h104 std::vector<EngineConnection> connections; member
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc673 std::vector<Connection*> connections; in OnShake() local
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c99 struct tncs_data *connections; member
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSQLiteConnection.java460 …oid shutdownDbExecutor(ExecutorService executorService, Collection<SQLiteConnection> connections) { in shutdownDbExecutor()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c66 struct hash_table *connections; member

12