Home
last modified time | relevance | path

Searched refs:Connections (Results 1 – 25 of 204) sorted by relevance

123456789

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dnaputil.h28 NAPAPI HRESULT WINAPI AllocConnections(Connections **connections, UINT16 connectionsCount);
31 NAPAPI VOID WINAPI FreeConnections(Connections *connections);
Dnapenforcementclient.h281 } Connections; typedef
291 Connections **connections) = 0;
319 Connections **connections);
351 …ementClientCallback_GetConnections(INapEnforcementClientCallback* This,Connections **connections) {
368 Connections **connections);
Discsidsc.h233 PISCSI_CONNECTION_INFOA Connections; member
244 PISCSI_CONNECTION_INFOW Connections; member
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v2/src/main/proto/google/devtools/cloudbuild/v2/
H A Drepositories.proto70 // Lists Connections in a given project and location.
457 // Message for requesting list of Connections.
459 // Required. The parent, which owns this collection of Connections.
475 // Message for response to listing Connections.
477 // The list of Connections.
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.hpp202 struct Connections struct in armnnDeserializer::IDeserializer::DeserializerImpl
212 std::unordered_map<unsigned int, Connections> m_GraphConnections;
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLegacySQLiteConnection.java61 private static final Connections CONNECTIONS = new Connections();
252 static class Connections { class in ShadowLegacySQLiteConnection
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A DREADME.md12 GAP LE Secure Connections Only Mode | Supported
14 Secure Connections Pairing | Supported
66 … utility C++ wrapper class for BoringSSL ECDH key functionality used in Secure Connections pairing.
/aosp_15_r20/external/googleapis/google/devtools/cloudbuild/v2/
H A Drepositories.proto71 // Lists Connections in a given project and location.
608 // Message for requesting list of Connections.
610 // Required. The parent, which owns this collection of Connections.
626 // Message for response to listing Connections.
628 // The list of Connections.
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dserver_http.hpp527 struct Connections { struct in SimpleWeb::ServerBase
531 std::shared_ptr<Connections> connections;
535 …ServerBase(unsigned short port) noexcept : config(port), connections(new Connections()), handler_r… in ServerBase()
/aosp_15_r20/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/
H A Dcameraeffectsrecordingsample.graph52 // Connections -----------------------------------------------
/aosp_15_r20/external/iptables/extensions/
H A Dlibipt_CLUSTERIP.man3 them. Connections are statically distributed between the nodes in this
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Dsecurity.proto113 // Only possible when both devices support Secure Connections.
125 // Authenticated LE Secure Connections pairing with encryption using a 128-
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1576 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection() local
1579 I = Connections.begin(), E = Connections.end(); I != E; ++I) { in addConnection()
1585 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
/aosp_15_r20/packages/apps/Gallery2/res/raw/
Dbackdropper.graph86 // Connections -----------------------------------------------
Dgoofy_face.graph110 // Connections -----------------------------------------------
/aosp_15_r20/packages/apps/Camera2/res/raw/
Dbackdropper.graph86 // Connections -----------------------------------------------
Dgoofy_face.graph110 // Connections -----------------------------------------------
/aosp_15_r20/packages/apps/LegacyCamera/res/raw/
Dbackdropper.graph84 // Connections -----------------------------------------------
Dgoofy_face.graph107 // Connections -----------------------------------------------
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
DREADME.txt35 Connections can be made using for example the telnet command or any program
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
DREADME.txt35 Connections can be made using for example the telnet command or any program
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1390 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection() local
1392 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1398 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1398 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection() local
1400 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1406 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
/aosp_15_r20/external/flashrom/doc/supported_hw/supported_prog/
H A Dbuspirate.rst13 Connections chapter
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowSQLiteConnectionTest.java40 private ShadowLegacySQLiteConnection.Connections connections;

123456789