Searched refs:FTP (Results 1 - 15 of 15) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat23 REM FTP user/password, required for Windows to ftp. Without it, no push.
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp589 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
590 if (!FTP)
593 if (FTP->getNumArgs() == 1) {
596 const PointerType *PT = FTP->getArgType(0)->getAs<PointerType>();
603 else if (FTP->getNumArgs() != 0)
633 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
634 if (!FTP)
638 if (FTP->getNumArgs() != 0)
710 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
711 if (!FTP)
[all...]
H A DRetainCountChecker.cpp1247 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); local
1248 if (!FTP || FTP->getNumArgs() != 1)
/external/clang/lib/CodeGen/
H A DCGCall.cpp88 CanQual<FunctionProtoType> FTP,
90 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
92 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i)
93 prefix.push_back(FTP->getArgType(i));
94 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
102 CanQual<FunctionProtoType> FTP) {
103 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo());
121 CanQual<FunctionProtoType> FTP) {
122 FunctionType::ExtInfo extInfo = FTP
86 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP, FunctionType::ExtInfo extInfo) argument
100 arrangeFreeFunctionType(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
119 arrangeCXXMethodType(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
130 arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) argument
166 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP) argument
210 CanQual<FunctionProtoType> FTP = GetFormalType(D); local
238 CanQual<FunctionProtoType> FTP = GetFormalType(D); local
[all...]
H A DCodeGenTypes.h213 const FunctionProtoType *FTP);
/external/chromium_org/third_party/libxml/src/
H A Dlibxml2.spec20 available, with existing HTTP and FTP modules and combined to an
39 available, with existing HTTP and FTP modules and combined to an
H A Dconfigure1670 --with-ftp add the FTP support (on)
13939 echo Disabling FTP support
/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java257 public static final int FTP = 21; field in class:WKSRecord.Service
301 /** NI FTP */
319 /** VIA Systems - FTP */
484 services.add(FTP, "ftp");
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3783 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3784 // FTP will be null for closures that don't take arguments.
3790 if (FTP) {
3791 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
3792 E = FTP->arg_type_end(); I && (I != E); ++I) {
3847 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3848 // FTP will be null for closures that don't take arguments.
3860 if (FTP) {
3861 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
3862 E = FTP
4054 const FunctionProtoType *FTP; local
4073 const FunctionProtoType *FTP; local
[all...]
H A DRewriteModernObjC.cpp4723 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4724 // FTP will be null for closures that don't take arguments.
4730 if (FTP) {
4731 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
4732 E = FTP->arg_type_end(); I && (I != E); ++I) {
4785 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4786 // FTP will be null for closures that don't take arguments.
4798 if (FTP) {
4799 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
4800 E = FTP
5009 const FunctionProtoType *FTP; local
5028 const FunctionProtoType *FTP; local
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp2795 if (FunctionProtoType *FTP =
2797 return QualType(FTP, 0);
2865 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment); local
2868 new (FTP) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI);
2869 Types.push_back(FTP);
2870 FunctionProtoTypes.InsertNode(FTP, InsertPos);
2871 return QualType(FTP, 0);
/external/chromium_org/net/ftp/
H A Dftp_network_transaction_unittest.cc108 // Use unallocated 599 FTP error code to make sure it falls into the
622 // Use unallocated 599 FTP error code to make sure it falls into the
818 // Usually FTP servers close the data connection after the entire data has
1389 // Use unallocated 599 FTP error code to make sure it falls into the generic
1422 // Use unallocated 599 FTP error code to make sure it falls into the generic
1434 // Use unallocated 599 FTP error code to make sure it falls into the generic
1446 // Use unallocated 599 FTP error code to make sure it falls into the generic
1462 // Use unallocated 599 FTP error code to make sure it falls into the generic
1474 // Use unallocated 599 FTP error code to make sure it falls into the generic
1486 // Use unallocated 599 FTP erro
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp7579 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); local
7580 unsigned nparams = FTP->getNumArgs();
7605 QualType AT = FTP->getArgType(i);
/external/iproute2/doc/
H A Dip-cref.tex2861 active FTP clients happy, your choice is not route NAT but masquerading,

Completed in 922 milliseconds