Home
last modified time | relevance | path

Searched refs:addConnection (Results 1 – 3 of 3) 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
718 mConnUuid = addConnection(conn); in run()
800 mConnUuid = addConnection(conn); in run()
/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