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

  /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/
CGCall.cpp 90 CanQual<FunctionProtoType> FTP,
92 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
94 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i)
95 prefix.push_back(FTP->getArgType(i));
96 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
104 CanQual<FunctionProtoType> FTP) {
105 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo());
123 CanQual<FunctionProtoType> FTP) {
124 FunctionType::ExtInfo extInfo = FTP->getExtInfo()
    [all...]
CodeGenTypes.h 210 const FunctionProtoType *FTP);
  /bionic/libc/tools/zoneinfo/
generate 61 def Retrieve(ftp, filename):
62 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)
65 def UpgradeTo(ftp, data_filename):
66 """Downloads and repackages the given data from the given FTP server."""
76 Retrieve(ftp, data_filename)
80 Retrieve(ftp, signature_filename)
116 ftp = ftplib.FTP('ftp.iana.org')
117 ftp.login(
    [all...]
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.cpp 80 // table for presenting the FTP directory in a useful manner
283 LOG(FTP, "Appending entry - %s, %s", filename.ascii().data(), result.fileSize.ascii().data());
294 LOG(FTP, "Loaded FTPDirectoryTemplate of length %i\n", buffer->size());
302 // store that document, then "copy" it whenever we get an FTP directory listing. There are complexities with this
343 LOG(FTP, "Creating a basic FTP document structure as no template was loaded");
408 LOG(FTP, "%s", m_carryOver.ascii().data());
  /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/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 593 const FunctionProtoType *FTP
595 if (!FTP)
598 if (FTP->getNumArgs() == 1) {
601 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
608 else if (FTP->getNumArgs() != 0)
638 const FunctionProtoType *FTP
640 if (!FTP)
644 if (FTP->getNumArgs() != 0)
716 const FunctionProtoType *FTP
718 if (!FTP)
    [all...]
RetainCountChecker.cpp     [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 257 public static final int FTP = 21;
301 /** NI FTP */
319 /** VIA Systems - FTP */
483 services.add(FTP_DATA, "ftp-data");
484 services.add(FTP, "ftp");
499 services.add(NI_FTP, "ni-ftp");
505 services.add(VIA_FTP, "via-ftp");
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 109 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
rails.php 102 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 612 milliseconds