Searched refs:isFile (Results 1 - 25 of 161) sorted by relevance

1234567

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestInput.java33 public boolean isFile; // if true, the input represents a filename field in class:gUnitTestInput
36 public gUnitTestInput(String input, boolean isFile, int line) { argument
38 this.isFile = isFile;
/external/lzma/CPP/Common/
H A DWildcard.h25 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
31 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
33 bool CheckPath(UStringVector &pathParts, bool isFile, bool &include) const;
51 bool CheckPath(const UString &path, bool isFile, bool &include) const;
52 bool CheckPath(const UString &path, bool isFile) const;
54 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
55 // bool CheckPathToRoot(const UString &path, bool isFile, bool include) const;
74 bool CheckPath(const UString &path, bool isFile) const;
H A DWildcard.cpp170 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
172 if (!isFile && !ForDir)
179 if (isFile)
191 if (isFile && !ForFile)
273 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const
277 if (items[i].CheckPath(pathParts, isFile))
282 bool CCensorNode::CheckPath(UStringVector &pathParts, bool isFile, bool &include) const argument
284 if (CheckPathCurrent(false, pathParts, isFile))
290 bool finded = CheckPathCurrent(true, pathParts, isFile);
298 if (SubNodes[index].CheckPath(pathParts2, isFile, includ
304 CheckPath(const UString &path, bool isFile, bool &include) const argument
[all...]
/external/proguard/src/proguard/io/
H A DDirectoryWriter.java37 private final boolean isFile; field in class:DirectoryWriter
49 boolean isFile)
52 this.isFile = isFile;
61 if (!isFile &&
90 if (!isFile &&
137 return isFile ?
48 DirectoryWriter(File baseFile, boolean isFile) argument
/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h66 /// If isFile is true, then this lookup should only return success for files
71 static bool get(const char *Path, FileData &Data, bool isFile,
95 virtual LookupResult getStat(const char *Path, FileData &Data, bool isFile,
99 LookupResult statChained(const char *Path, FileData &Data, bool isFile, argument
102 return Next->getStat(Path, Data, isFile, F, FS);
106 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
124 LookupResult getStat(const char *Path, FileData &Data, bool isFile,
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
H A Djunit.stg50 Object retval = execTreeParser(<testTreeRuleName>, <testRuleName>, "<test.inputEscaped>", <test.isFile>);
61 <returnType> retval = (<returnType>)execTreeParser(<testTreeRuleName>, <testRuleName>, "<test.inputEscaped>", <test.isFile>);
70 Object retval = <if(isLexicalRule)>execLexer<else>execParser<endif>(<testRuleName>, <test.line>, "<test.inputEscaped>", <test.isFile>);
81 <returnType> retval = (<returnType>)execParser(<testRuleName>, <test.line>, "<test.inputEscaped>", <test.isFile>);
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp49 /// If isFile is true, then this lookup should only return success for files
54 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, argument
58 bool isForDir = !isFile;
62 R = Cache->getStat(Path, Data, isFile, F, FS);
121 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, argument
123 LookupResult Result = statChained(Path, Data, isFile, F, FS);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
H A DRnfrCommandHandler.java45 verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
H A DRnfrCommandHandler.java45 verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java42 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
H A DDeleCommandHandler.java43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
H A DRnfrCommandHandler.groovy45 verifyForExistingFile(fileSystem.isFile(fromPath), fromPath)
/external/apache-http/android/src/com/android/internal/http/multipart/
H A DFilePartSource.java68 if (!file.isFile()) {
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem

Completed in 1274 milliseconds

1234567