HomeSort by relevance Sort by last modified time
    Searched refs:FTP_PORT (Results 1 - 8 of 8) sorted by null

  /external/strace/qemu_multiarch_testing/hdc.dir/
init2 12 test "x$FTP_PORT" = x ||
13 ftpput -P "$FTP_PORT" "$FTP_SERVER" strace
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 47 private static final int FTP_PORT = 21;
219 port = FTP_PORT;
326 port = FTP_PORT;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 633 "localhost", ftplib.FTP_PORT, "", "", "I",
636 "localhost", ftplib.FTP_PORT, "parrot", "", "I",
639 "localhost", ftplib.FTP_PORT, "%parrot", "", "I",
642 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I",
648 "localhost", ftplib.FTP_PORT, "", "", "A",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 633 "localhost", ftplib.FTP_PORT, "", "", "I",
636 "localhost", ftplib.FTP_PORT, "parrot", "", "I",
639 "localhost", ftplib.FTP_PORT, "%parrot", "", "I",
642 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I",
648 "localhost", ftplib.FTP_PORT, "", "", "A",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 57 FTP_PORT = 21
103 port = FTP_PORT
    [all...]
urllib.py 523 port = ftplib.FTP_PORT
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 57 FTP_PORT = 21
103 port = FTP_PORT
    [all...]
urllib.py 523 port = ftplib.FTP_PORT
    [all...]

Completed in 507 milliseconds