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

1 2 3 4 5 6

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 59 const FunctionProtoType *FTP,
61 return CGM->getTypes().arrangeCXXMethodType(RD, FTP, MD);
CGCall.cpp 126 CanQual<FunctionProtoType> FTP,
128 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
130 appendParameterTypes(CGT, prefix, FTP, FD);
131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
134 FTP->getExtInfo(), required);
140 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP,
144 FTP, FD);
187 const FunctionProtoType *FTP,
199 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>(), MD);
237 CanQual<FunctionProtoType> FTP = GetFormalType(MD)
    [all...]
CodeGenTypes.h 279 const FunctionProtoType *FTP,
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 69 const FunctionProtoType *FTP,
  /external/curl/lib/
ftp.h 40 * FTP unique setup
100 /* This FTP struct is used in the Curl_easy. All FTP data that is
104 struct FTP {
142 ftpstate state; /* always use ftp.c:state() to change state! */
ftp.c 59 #include "ftp.h"
163 * FTP protocol handler.
167 "FTP", /* scheme */
217 * HTTP-proxyed FTP protocol handler.
221 "FTP", /* scheme */
279 * NOTE: back in the old days, we added code in the FTP code that made NOBODY
499 struct FTP *ftp = data->req.protop; local
512 *(ftp->bytecountp)=0;
523 SECONDARYSOCKET, ftp->bytecountp)
850 struct FTP *ftp = conn->data->req.protop; local
1405 struct FTP *ftp = conn->data->req.protop; local
1448 struct FTP *ftp = conn->data->req.protop; local
1469 struct FTP *ftp = conn->data->req.protop; local
1577 struct FTP *ftp = conn->data->req.protop; local
1634 struct FTP *ftp = conn->data->req.protop; local
1732 struct FTP *ftp = data->req.protop; local
2166 struct FTP *ftp = data->req.protop; local
2300 struct FTP *ftp = data->req.protop; local
2494 struct FTP *ftp = data->req.protop; local
2651 struct FTP *ftp = data->req.protop; local
3247 struct FTP *ftp = data->req.protop; local
3655 struct FTP *ftp = data->req.protop; local
3813 struct FTP *ftp = conn->data->req.protop; local
4247 struct FTP *ftp = data->req.protop; local
4438 struct FTP *ftp = conn->data->req.protop; local
4534 struct FTP *ftp; local
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 18 import org.apache.commons.net.ftp.FTP;
19 import org.apache.commons.net.ftp.FTPClient;
20 import org.apache.commons.net.ftp.FTPFile;
37 * Tests for StubFtpServer using the Apache Jakarta Commons Net FTP client.
380 ftpClient.setFileType(FTP.BINARY_FILE_TYPE);
447 boolean success = ftpClient.setFileTransferMode(FTP.STREAM_TRANSFER_MODE);
456 boolean success = ftpClient.setFileStructure(FTP.FILE_STRUCTURE);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 23 import org.apache.commons.net.ftp.FTP;
24 import org.apache.commons.net.ftp.FTPClient;
25 import org.apache.commons.net.ftp.FTPFile;
48 * Tests for StubFtpServer using the Apache Jakarta Commons Net FTP client.
406 ftpClient.setFileType(FTP.BINARY_FILE_TYPE);
488 boolean success = ftpClient.setFileTransferMode(FTP.STREAM_TRANSFER_MODE);
500 boolean success = ftpClient.setFileStructure(FTP.FILE_STRUCTURE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 3 # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
406 self.client = ftplib.FTP(timeout=10)
559 self.client = ftplib.FTP()
676 ftplib.FTP.port = self.port
708 ftp = ftplib.FTP("localhost")
711 self.assertEqual(ftp.sock.gettimeout(), 30)
713 ftp.close()
720 ftp = ftplib.FTP("localhost", timeout=None
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 23 REM FTP user/password, required for Windows to ftp. Without it, no push.
42 if x%1==x-ftp set ftpUser=-DftpUser=%2 && set ftpPassword=-DftpPassword=%3 && shift && shift && shift && goto processcmdlineargs
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerIntegrationTest.groovy 18 import org.apache.commons.net.ftp.FTP
19 import org.apache.commons.net.ftp.FTPClient
20 import org.apache.commons.net.ftp.FTPFile
275 assert ftpClient.setFileTransferMode(FTP.STREAM_TRANSFER_MODE);
407 assert ftpClient.setFileStructure(FTP.FILE_STRUCTURE);
422 assert ftpClient.type(FTP.ASCII_FILE_TYPE)
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 593 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
594 if (!FTP)
597 if (FTP->getNumParams() == 1) {
600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>();
606 } else if (FTP->getNumParams() != 0)
636 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
637 if (!FTP)
641 if (FTP->getNumParams() != 0)
711 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
712 if (!FTP)
    [all...]
RetainCountChecker.cpp     [all...]
  /external/curl/tests/
serverhelp.pm 82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
202 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
214 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
  /external/icu/tools/
update-tzdata.py 59 def FtpRetrieveFile(ftp, filename):
60 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)
63 def FtpRetrieveFileAndSignature(ftp, data_filename):
64 """Downloads and repackages the given data from the given FTP server."""
66 FtpRetrieveFile(ftp, data_filename)
70 FtpRetrieveFile(ftp, signature_filename)
142 # The FTP server lets you download intermediate releases, and also lets you
147 ftp = ftplib.FTP('ftp.iana.org'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 1 """An FTP client class and some helper functions.
3 Based on RFC 959: File Transfer Protocol (FTP), by J. Postel and J. Reynolds
7 >>> from ftplib import FTP
8 >>> ftp = FTP('ftp.python.org') # connect to host, default port
9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
11 >>> ftp.retrlines('LIST') # list directory contents
17 d-wxrwxr-x 2 ftp wheel 1024 Sep 5 13:43 incoming
23 >>> ftp.quit(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 1 """An FTP client class and some helper functions.
3 Based on RFC 959: File Transfer Protocol (FTP), by J. Postel and J. Reynolds
7 >>> from ftplib import FTP
8 >>> ftp = FTP('ftp.python.org') # connect to host, default port
9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
11 >>> ftp.retrlines('LIST') # list directory contents
17 d-wxrwxr-x 2 ftp wheel 1024 Sep 5 13:43 incoming
23 >>> ftp.quit(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 1 """An FTP client class and some helper functions.
3 Based on RFC 959: File Transfer Protocol (FTP), by J. Postel and J. Reynolds
7 >>> from ftplib import FTP
8 >>> ftp = FTP('ftp.python.org') # connect to host, default port
9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
11 >>> ftp.retrlines('LIST') # list directory contents
17 d-wxrwxr-x 2 ftp wheel 1024 Sep 5 13:43 incoming
23 >>> ftp.quit(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 1 """An FTP client class and some helper functions.
3 Based on RFC 959: File Transfer Protocol (FTP), by J. Postel and J. Reynolds
7 >>> from ftplib import FTP
8 >>> ftp = FTP('ftp.python.org') # connect to host, default port
9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
11 >>> ftp.retrlines('LIST') # list directory contents
17 d-wxrwxr-x 2 ftp wheel 1024 Sep 5 13:43 incoming
23 >>> ftp.quit(
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 345 milliseconds

1 2 3 4 5 6