Home
last modified time | relevance | path

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

12

/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/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp599 const FunctionProtoType *FTP in checkCall_rand() local
601 if (!FTP) in checkCall_rand()
604 if (FTP->getNumArgs() == 1) { in checkCall_rand()
607 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0)); in checkCall_rand()
614 else if (FTP->getNumArgs() != 0) in checkCall_rand()
644 const FunctionProtoType *FTP in checkCall_random() local
646 if (!FTP) in checkCall_random()
650 if (FTP->getNumArgs() != 0) in checkCall_random()
722 const FunctionProtoType *FTP in checkUncheckedReturnValue() local
724 if (!FTP) in checkUncheckedReturnValue()
[all …]
/external/clang/lib/CodeGen/
DCGCall.cpp87 CanQual<FunctionProtoType> FTP, in arrangeLLVMFunctionInfo() argument
89 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo()
91 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i) in arrangeLLVMFunctionInfo()
92 prefix.push_back(FTP->getArgType(i)); in arrangeLLVMFunctionInfo()
93 CanQualType resultType = FTP->getResultType().getUnqualifiedType(); in arrangeLLVMFunctionInfo()
101 CanQual<FunctionProtoType> FTP) { in arrangeFreeFunctionType() argument
102 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo()); in arrangeFreeFunctionType()
120 CanQual<FunctionProtoType> FTP) { in arrangeCXXMethodType() argument
121 FunctionType::ExtInfo extInfo = FTP->getExtInfo(); in arrangeCXXMethodType()
122 adjustCXXMethodInfo(CGT, extInfo, FTP->isVariadic()); in arrangeCXXMethodType()
[all …]
DCodeGenTypes.h206 const FunctionProtoType *FTP);
/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/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/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/iproute2/
DREADME4 Original FTP site is:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
DbuildAll.bat23 REM FTP user/password, required for Windows to ftp. Without it, no push.
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3796 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
3803 if (FTP) { in convertFunctionTypeOfBlocks()
3804 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(), in convertFunctionTypeOfBlocks()
3805 E = FTP->arg_type_end(); I && (I != E); ++I) { in convertFunctionTypeOfBlocks()
3860 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
3873 if (FTP) { in SynthesizeBlockCall()
3874 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(), in SynthesizeBlockCall()
3875 E = FTP->arg_type_end(); I && (I != E); ++I) { in SynthesizeBlockCall()
4068 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
4071 FTP = PT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments()
[all …]
DRewriteModernObjC.cpp4464 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
4471 if (FTP) { in convertFunctionTypeOfBlocks()
4472 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(), in convertFunctionTypeOfBlocks()
4473 E = FTP->arg_type_end(); I && (I != E); ++I) { in convertFunctionTypeOfBlocks()
4526 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
4539 if (FTP) { in SynthesizeBlockCall()
4540 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(), in SynthesizeBlockCall()
4541 E = FTP->arg_type_end(); I && (I != E); ++I) { in SynthesizeBlockCall()
4751 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
4754 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/libppp/src/
DREADME.nat74 workarounds for FTP and IRC DCC, the most well known of the IP encoding
177 NAT port number. Under very specific circumstances, FTP data
260 IRC and FTP exception handling make reasonable, though not strictly correct
327 - Accepts FTP data connections from other than
/external/zlib/src/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/qemu/distrib/jpeg-6b/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README260 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.

12