/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
echosvr.py | 23 conn, (remotehost, remoteport) = s.accept()
24 print 'connected by', remotehost, remoteport
|
rpythond.py | 25 conn, (remotehost, remoteport) = s.accept()
26 print 'connected by', remotehost, remoteport
|
/external/python/cpython2/Demo/sockets/ |
echosvr.py | 23 conn, (remotehost, remoteport) = s.accept() 24 print 'connected by', remotehost, remoteport
|
rpythond.py | 25 conn, (remotehost, remoteport) = s.accept() 26 print 'connected by', remotehost, remoteport
|
/external/python/cpython3/Tools/demo/ |
rpythond.py | 28 conn, (remotehost, remoteport) = s.accept() 29 print('connection from', remotehost, remoteport)
|
/external/nanopb-c/generator/google/protobuf/ |
service.py | 211 RpcChannel channel = rpcImpl.Channel("remotehost.example.com:1234")
|
/external/protobuf/python/google/protobuf/ |
service.py | 211 RpcChannel channel = rpcImpl.Channel("remotehost.example.com:1234")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
516 options.remotehost = remotespec[:i]
551 (options.remotehost, options.remoteport))
|
/external/python/cpython2/Lib/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/external/clang/www/demo/ |
index.cgi | 71 my $remotehost = $ENV{'REMOTE_ADDR'}; 72 print LOG "[$time] [$remotehost]: $pid\n";
|
/external/curl/lib/ |
connect.c | [all...] |
/external/python/cpython3/Lib/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 43 given then 8025 is used. If remotehost is not given then `localhost' is used, [all...] |