/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 452 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/ |
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/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/netcat/ |
D | Changelog | 30 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
|
D | netcat.blurb | 51 credit where due. Get it via anonymous FTP at avian.org:/src/hacks/nc110.tgz
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 80 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 …]
|
D | CodeGenTypes.h | 177 const FunctionProtoType *FTP);
|
/external/bluetooth/bluez/doc/ |
D | assigned-numbers.txt | 13 FTP 10
|
/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/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/iproute2/ |
D | README | 4 Original FTP site is:
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 4603 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/ |
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/zlib/old/as400/ |
D | readme.txt | 64 FTP in text mode, for example) according to the following table:
|
/external/zlib/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/chromium/googleurl/ |
D | README.txt | 61 a port, username, and password. Most URLs are standard such as HTTP and FTP.
|
/external/bison/djgpp/ |
D | README.in | 79 3.2.: Source distributions downloaded from one of the GNU FTP sites need
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2011 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()
|