HomeSort by relevance Sort by last modified time
    Searched defs:FTP (Results 1 - 12 of 12) 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/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 589 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
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>();
634 if (!FTP)
638 if (FTP->getNumArgs() != 0)
710 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
711 if (!FTP)
    [all...]
RetainCountChecker.cpp     [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/CodeGen/
CGCall.cpp 88 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->getExtInfo()
    [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/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 444 milliseconds