HomeSort by relevance Sort by last modified time
    Searched refs:PORT (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /art/test/etc/
reference-run-test-classes 55 PORT=8000
57 msg " jdb -attach localhost:$PORT"
58 DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
push-and-run-test-jar 153 PORT=12345
155 msg " adb forward tcp:$PORT tcp:$PORT"
156 msg " jdb -attach localhost:$PORT"
157 DEBUGGER_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
push-and-run-prebuilt-test-jar 166 PORT=12345
168 msg " adb forward tcp:$PORT tcp:$PORT"
169 msg " jdb -attach localhost:$PORT"
170 DEBUGGER_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
host-run-test-jar 149 PORT=8000
151 msg " jdb -attach localhost:$PORT"
152 DEBUGGER_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
  /docs/source.android.com/scripts/
micro-httpd.py 24 PORT = int(os.environ.get('HTTP_PORT', 8080))
26 httpd = SocketServer.TCPServer(('0.0.0.0', PORT), Handler)
28 print 'Serving on port %d' % PORT
  /external/lldb/test/functionalities/connect_remote/
EchoServer.py 11 PORT = 12345 # Arbitrary non-privileged port
13 s.bind((HOST, PORT))
14 print '\nListening on %s:%d' % (HOST, PORT)
  /external/chromium_org/mojo/tools/
mojosh.sh 9 PORT=$(($RANDOM % 8192 + 2000))
61 echo "Running SimpleHTTPServer in directory $DIRECTORY/lib on port $PORT"
63 python -m SimpleHTTPServer $PORT &
70 echo "./mojo_shell --origin=http://127.0.0.1:$PORT --disable-cache $*"
71 ./mojo_shell --origin=http://127.0.0.1:$PORT --disable-cache $*
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdb_exe 24 PORT=5039
30 echo "target remote :${PORT}"
android_gdb_apk 10 PORT=5039
16 $ADB forward "tcp:$PORT" "tcp:$PORT"
18 # We kill all previous instances of gdbserver to rid all port overriding errors.
41 $ADB shell /data/local/tmp/gdbserver :$PORT --attach $PID &
49 echo "target remote :$PORT" >> $GDBSETUP
android_gdbserver 10 PORT=5039
73 echo "Setting up port forward"
76 # Kill all previous instances of gdbserver and the app to rid all port overriding errors.
  /external/skia/platform_tools/android/bin/
android_gdb_exe 24 PORT=5039
30 echo "target remote :${PORT}"
android_gdb_apk 10 PORT=5039
16 $ADB forward "tcp:$PORT" "tcp:$PORT"
18 # We kill all previous instances of gdbserver to rid all port overriding errors.
41 $ADB shell /data/local/tmp/gdbserver :$PORT --attach $PID &
49 echo "target remote :$PORT" >> $GDBSETUP
android_gdbserver 10 PORT=5039
58 echo "Setting up port forward"
61 # Kill all previous instances of gdbserver and the app to rid all port overriding errors.
  /external/ipsec-tools/src/libipsec/
policy_parse.h 53 PORT = 269,
72 #define PORT 269
  /development/tools/axl/
axl.py 61 PORT = 8001
68 PORT = 8002
75 PORT = 8003
82 PORT = 8004
92 PORT = 8005
103 PORT = 8006
113 PORT = 8007
130 PORT = 8008
147 PORT = 8009
157 PORT = 801
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 10 PORT = None
30 global PORT
31 PORT = serv.socket.getsockname()[1]
67 PORT = None
79 # wait for port to be assigned
81 while n > 0 and PORT is None:
85 self.client = httplib.HTTPConnection("localhost:%d" % PORT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 10 PORT = None
30 global PORT
31 PORT = serv.socket.getsockname()[1]
67 PORT = None
79 # wait for port to be assigned
81 while n > 0 and PORT is None:
85 self.client = httplib.HTTPConnection("localhost:%d" % PORT)
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecServerActivity.java 43 private static final int PORT = 50016;
69 m_statusText.setText(String.format("Listening on port %d", PORT));
  /external/valgrind/main/memcheck/tests/
sendmsg.c 8 #define PORT 12345
27 sa.sin_port = htons (PORT);
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 36 // STOPSHIP This being a static port means it can be hijacked by other apps.
37 public static final int PORT = 8182;
  /external/qemu/telephony/
test2.c 18 #define PORT 8000
206 server_channel = sys_channel_create_tcp_server( PORT );
207 printf( "listening on port %d with %p\n", PORT, server_channel );
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 58 port return PORT;
  /build/
envsetup.sh 1072 local PORT=5039
1074 echo "Usage: gdbclient <pid|processname> [port number]"
1085 PORT=$2
1157 # TODO: check if adb is already listening $PORT
1159 echo ". adb forward for port=$PORT..."
1160 adb forward tcp:$PORT tcp:$PORT
1162 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
1167 echo "It looks like gdbserver is already attached to $PID (process is traced), trying to connect to it using local port=$PORT
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
chromevox_webstore_util.py 27 PORT = 8000
49 httpd = SocketServer.TCPServer(("", PORT), Handler)
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.cpp 16 #define PORT 42492 // port to listen on. Also jhaas's
120 addrBind.sin_port = htons(PORT);

Completed in 1698 milliseconds

1 2 3 4