Home
last modified time | relevance | path

Searched refs:FTP (Results 1 – 25 of 49) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp452 const FunctionProtoType *FTP in checkCall_rand() local
454 if (!FTP) in checkCall_rand()
457 if (FTP->getNumArgs() == 1) { in checkCall_rand()
460 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0)); in checkCall_rand()
467 else if (FTP->getNumArgs() != 0) in checkCall_rand()
494 const FunctionProtoType *FTP in checkCall_random() local
496 if (!FTP) in checkCall_random()
500 if (FTP->getNumArgs() != 0) in checkCall_random()
542 const FunctionProtoType *FTP in checkUncheckedReturnValue() local
544 if (!FTP) in checkUncheckedReturnValue()
[all …]
/external/apache-harmony/luni/src/test/resources/net.resources/
DREADME.txt12 FTP
14 The FTP folder contains a single text file (nettest.txt) which should be placed
15 in the root or home directory of an FTP account with id "jcltest" with password
55 As with the FTP resource, please do not modify these files in any way as the
65 1. Install the FTP and HTTP documents to their respective server locations as
68 3. Start the HTTP and FTP servers.
78 FTP and SOCKS servers and so on. Isolating these values in a properties file
88 that contains suitable property values if the HTTP, FTP and SOCKS servers were
115 points to the network location of the FTP resources.
/external/webkit/Source/WebCore/html/
DFTPDirectoryDocument.cpp283 LOG(FTP, "Appending entry - %s, %s", filename.ascii().data(), result.fileSize.ascii().data()); in parseAndAppendOneLine()
294 LOG(FTP, "Loaded FTPDirectoryTemplate of length %i\n", buffer->size()); in createTemplateDocumentData()
343 LOG(FTP, "Creating a basic FTP document structure as no template was loaded"); in createBasicDocument()
408 LOG(FTP, "%s", m_carryOver.ascii().data()); in append()
/external/chromium/chrome/browser/
Dshell_integration_mac.mm44 // to open HTML files in a text editor and FTP links with an FTP client.)
/external/netcat/
DChangelog30 almost-1.00 release up for FTP, but not announced yet
97 stuck 1.08 prerelease up for FTP
109 RELEASE version tested everywhere I could get to, up for FTP
Dnetcat.blurb51 credit where due. Get it via anonymous FTP at avian.org:/src/hacks/nc110.tgz
/external/clang/lib/CodeGen/
DCGCall.cpp80 CanQual<FunctionProtoType> FTP) { in getFunctionInfo() argument
82 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i) in getFunctionInfo()
83 ArgTys.push_back(FTP->getArgType(i)); in getFunctionInfo()
84 CanQualType ResTy = FTP->getResultType().getUnqualifiedType(); in getFunctionInfo()
85 return CGT.getFunctionInfo(ResTy, ArgTys, FTP->getExtInfo()); in getFunctionInfo()
89 CodeGenTypes::getFunctionInfo(CanQual<FunctionProtoType> FTP) { in getFunctionInfo() argument
91 return ::getFunctionInfo(*this, ArgTys, FTP); in getFunctionInfo()
115 const FunctionProtoType *FTP) { in getFunctionInfo() argument
122 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>()); in getFunctionInfo()
146 CanQual<FunctionProtoType> FTP = GetFormalType(D); in getFunctionInfo() local
[all …]
DCodeGenTypes.h177 const FunctionProtoType *FTP);
/external/bluetooth/bluez/doc/
Dassigned-numbers.txt13 FTP 10
/external/icu4c/tools/tzcode/
Dreadme.txt74 the FTP site given above. Either manually download or use wget:
89 4. Obtain the current version of tzcodeYYYY.tar.gz from the FTP site to
/external/iptables/extensions/
Dlibxt_ipvs.man24 VIP port of the controlling connection to match, e.g. 21 for FTP
Dlibxt_state.man20 associated with an existing connection, such as an FTP data transfer,
Dlibxt_conntrack.man57 existing connection, such as an FTP data transfer, or an ICMP error.
Dlibxt_rateest.man75 FTP server over two lines based on the available bandwidth at the time the data
/external/iproute2/
DREADME4 Original FTP site is:
/external/clang/lib/Rewrite/
DRewriteObjC.cpp4603 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
4610 if (FTP) { in convertFunctionTypeOfBlocks()
4611 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(), in convertFunctionTypeOfBlocks()
4612 E = FTP->arg_type_end(); I && (I != E); ++I) { in convertFunctionTypeOfBlocks()
4667 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
4680 if (FTP) { in SynthesizeBlockCall()
4681 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(), in SynthesizeBlockCall()
4682 E = FTP->arg_type_end(); I && (I != E); ++I) { in SynthesizeBlockCall()
4882 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
4885 FTP = PT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments()
[all …]
/external/webkit/Source/cmake/
DOptionsWinCE.cmake34 WEBKIT_FEATURE(ENABLE_FTPDIR "Enable FTP directory support" DEFAULT OFF)
DOptionsEfl.cmake75 WEBKIT_FEATURE(ENABLE_FTPDIR "Enable FTP directory support" DEFAULT ON)
/external/zlib/old/as400/
Dreadme.txt64 FTP in text mode, for example) according to the following table:
/external/zlib/as400/
Dreadme.txt64 FTP in text mode, for example) according to the following table:
/external/jpeg/
Dcoderules.doc14 Brader). This document is available in the IJG FTP archive (see
DREADME260 A PostScript version of this document is available by FTP at
265 The TIFF 6.0 file format specification can be obtained by FTP from
304 If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu
/external/chromium/googleurl/
DREADME.txt61 a port, username, and password. Most URLs are standard such as HTTP and FTP.
/external/bison/djgpp/
DREADME.in79 3.2.: Source distributions downloaded from one of the GNU FTP sites need
/external/clang/lib/AST/
DASTContext.cpp2011 if (FunctionProtoType *FTP = in getFunctionType() local
2013 return QualType(FTP, 0); in getFunctionType()
2067 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment); in getFunctionType() local
2070 new (FTP) FunctionProtoType(ResultTy, ArgArray, NumArgs, Canonical, newEPI); in getFunctionType()
2071 Types.push_back(FTP); in getFunctionType()
2072 FunctionProtoTypes.InsertNode(FTP, InsertPos); in getFunctionType()
2073 return QualType(FTP, 0); in getFunctionType()

12