Home
last modified time | relevance | path

Searched refs:PORT (Results 1 – 4 of 4) 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/
Dgdbclient48 local PORT=5039
61 PORT=$2
162 echo ". adb forward for port=$PORT..."
163 adb forward tcp:$PORT tcp:$PORT
165 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:$PORT
196 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()
/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py46 PORT = 5544 variable
546 httpd = HTTPServer(('localhost', PORT), ADBWinscopeProxy)