Home
last modified time | relevance | path

Searched refs:PORT (Results 1 – 3 of 3) sorted by relevance

/development/tools/axl/
Daxl.py61 PORT = 8001 variable in Drop
68 PORT = 8002 variable in ReadAndDrop
75 PORT = 8003 variable in GarbageStatus
82 PORT = 8004 variable in BadHeader
92 PORT = 8005 variable in PauseHeader
103 PORT = 8006 variable in Redirect
113 PORT = 8007 variable in DataDrop
130 PORT = 8008 variable in DropOnce
147 PORT = 8009 variable in NoCR
157 PORT = 8010 variable in PipeDrop
[all …]
/development/scripts/
Dgdbclient45 local PORT=5039
58 PORT=$2
159 echo ". adb forward for port=$PORT..."
160 adb forward tcp:$PORT tcp:$PORT
162 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:$PORT
193 echo >>"$OUT_ROOT/gdbclient.cmds" "target remote :$PORT"
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java169 private int PORT; field in ChatConnection.ChatClient
180 this.PORT = port; in ChatClient()
199 setSocket(new Socket(mAddress, PORT)); in run()