HomeSort by relevance Sort by last modified time
    Searched refs:FTP (Results 1 - 15 of 15) 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/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 598 const FunctionProtoType *FTP
600 if (!FTP)
603 if (FTP->getNumArgs() == 1) {
606 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
613 else if (FTP->getNumArgs() != 0)
643 const FunctionProtoType *FTP
645 if (!FTP)
649 if (FTP->getNumArgs() != 0)
721 const FunctionProtoType *FTP
723 if (!FTP)
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 87 CanQual<FunctionProtoType> FTP) {
88 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, argTypes.size());
90 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i)
91 argTypes.push_back(FTP->getArgType(i));
92 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
94 FTP->getExtInfo(), required);
100 CodeGenTypes::arrangeFunctionType(CanQual<FunctionProtoType> FTP) {
102 return ::arrangeFunctionType(*this, argTypes, FTP);
131 const FunctionProtoType *FTP) {
138 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>())
    [all...]
CodeGenTypes.h 202 const FunctionProtoType *FTP);
CGDebugInfo.cpp 686 else if (const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(Ty)) {
687 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i)
688 EltTys.push_back(getOrCreateType(FTP->getArgType(i), Unit));
    [all...]
  /external/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/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 131 milliseconds