/external/apache-harmony/luni/src/test/resources/net.resources/ |
D | README.txt | 12 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/ |
D | CheckSecuritySyntaxOnly.cpp | 599 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/ |
D | CGCall.cpp | 87 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 …]
|
D | CodeGenTypes.h | 206 const FunctionProtoType *FTP);
|
/external/webkit/Source/WebCore/html/ |
D | FTPDirectoryDocument.cpp | 283 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/ |
D | shell_integration_mac.mm | 44 // to open HTML files in a text editor and FTP links with an FTP client.)
|
/external/iptables/extensions/ |
D | libxt_ipvs.man | 24 VIP port of the controlling connection to match, e.g. 21 for FTP
|
D | libxt_state.man | 20 associated with an existing connection, such as an FTP data transfer,
|
D | libxt_conntrack.man | 57 existing connection, such as an FTP data transfer, or an ICMP error.
|
D | libxt_rateest.man | 75 FTP server over two lines based on the available bandwidth at the time the data
|
/external/icu4c/tools/tzcode/ |
D | readme.txt | 74 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/ |
D | README | 4 Original FTP site is:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
D | buildAll.bat | 23 REM FTP user/password, required for Windows to ftp. Without it, no push.
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 3796 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 …]
|
D | RewriteModernObjC.cpp | 4464 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/ |
D | OptionsWinCE.cmake | 34 WEBKIT_FEATURE(ENABLE_FTPDIR "Enable FTP directory support" DEFAULT OFF)
|
D | OptionsEfl.cmake | 75 WEBKIT_FEATURE(ENABLE_FTPDIR "Enable FTP directory support" DEFAULT ON)
|
/external/libppp/src/ |
D | README.nat | 74 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/ |
D | readme.txt | 64 FTP in text mode, for example) according to the following table:
|
/external/jpeg/ |
D | coderules.doc | 14 Brader). This document is available in the IJG FTP archive (see
|
D | README | 260 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/ |
D | coderules.doc | 14 Brader). This document is available in the IJG FTP archive (see
|
D | README | 260 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/ |
D | IJG_README | 260 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/ |
D | README.txt | 61 a port, username, and password. Most URLs are standard such as HTTP and FTP.
|