Home
last modified time | relevance | path

Searched refs:addConnection (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java92 private String addConnection(BluetoothConnection conn) { in addConnection() method in BluetoothSocketConnFacade
717 mConnUuid = addConnection(conn); in run()
797 mConnUuid = addConnection(conn); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1262 addConnection(PredTree, SuccTree, Depth); in finalize()
1263 addConnection(SuccTree, PredTree, Depth); in finalize()
1297 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection() function in llvm::SchedDFSImpl
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1535 addConnection(PredTree, SuccTree, Depth); in finalize()
1536 addConnection(SuccTree, PredTree, Depth); in finalize()
1571 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection() function in llvm::SchedDFSImpl
/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py3526 self.__SMB.addConnection(self.__connId, self.__ip, self.__port)
3711 def addConnection(self, name, ip, port): member in SMBSERVER