Searched refs:PORT (Results 1 – 4 of 4) sorted by relevance
61 PORT = 8001 variable in Drop68 PORT = 8002 variable in ReadAndDrop75 PORT = 8003 variable in GarbageStatus82 PORT = 8004 variable in BadHeader92 PORT = 8005 variable in PauseHeader103 PORT = 8006 variable in Redirect113 PORT = 8007 variable in DataDrop130 PORT = 8008 variable in DropOnce147 PORT = 8009 variable in NoCR157 PORT = 8010 variable in PipeDrop[all …]
48 local PORT=503961 PORT=$2162 echo ". adb forward for port=$PORT..."163 adb forward tcp:$PORT tcp:$PORT165 adb shell gdbserver$USE64BIT :$PORT --attach $PID &170 …er is already attached to $PID (process is traced), trying to connect to it using local port=$PORT"171 adb forward tcp:$PORT tcp:$PORT196 echo >>"$OUT_ROOT/gdbclient.cmds" "target remote :$PORT"
169 private int PORT; field in ChatConnection.ChatClient180 this.PORT = port; in ChatClient()199 setSocket(new Socket(mAddress, PORT)); in run()
46 PORT = 5544 variable546 httpd = HTTPServer(('localhost', PORT), ADBWinscopeProxy)