Searched refs:PORT (Results 1 – 3 of 3) 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 …]
45 local PORT=503958 PORT=$2159 echo ". adb forward for port=$PORT..."160 adb forward tcp:$PORT tcp:$PORT162 adb shell gdbserver$USE64BIT :$PORT --attach $PID &167 …er is already attached to $PID (process is traced), trying to connect to it using local port=$PORT"168 adb forward tcp:$PORT tcp:$PORT193 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()