Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dlogging.config.rst405 .. _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/repackaged/okhttp/src/main/java/com/android/okhttp/
DConnectionPool.java116 private final Deque<RealConnection> connections = new ArrayDeque<>(); field in ConnectionPool
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java110 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.h147 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.h111 std::vector<EngineConnection> connections; member
Dconvert_nodes.cc4171 std::vector<EngineConnection>* connections, GraphDef* segment_def, in ConvertSegmentToGraphDef()
/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.c62 struct hash_table *connections; member
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc668 int connections = 0; in AddTransformToOutputs() local