Searched defs:isFile (Results 1 - 25 of 66) sorted by relevance

123

/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;
H A DgUnitBaseTest.java64 public String execLexer(String testRuleName, int line, String testInput, boolean isFile) throws Exception { argument
67 if ( isFile ) {
155 public Object execParser(String testRuleName, int line, String testInput, boolean isFile) throws Exception { argument
158 if ( isFile ) {
302 public Object execTreeParser(String testTreeRuleName, String testRuleName, String testInput, boolean isFile) throws Exception { argument
304 if ( isFile ) {
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp38 /// If isFile is true, then this lookup should only return success for files
43 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, argument
47 bool isForDir = !isFile;
51 R = Cache->getStat(Path, Data, isFile, F, FS);
110 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, argument
112 LookupResult Result = statChained(Path, Data, isFile, F, FS);
H A DFileManager.cpp461 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile, argument
466 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS);
471 return FileSystemStatCache::get(FilePath.c_str(), Data, isFile, F,
/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/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java185 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
187 public boolean isFile(String path) { method in class:AbstractFakeFileSystem
204 if (isFile(path)) {
232 if (isFile(path)) {
/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
H A DAbstractFakeFileSystem.java184 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
186 public boolean isFile(String path) { method in class:AbstractFakeFileSystem
203 if (isFile(path)) {
231 if (isFile(path)) {
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java184 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
186 public boolean isFile(String path) { method in class:AbstractFakeFileSystem
203 if (isFile(path)) {
231 if (isFile(path)) {
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java184 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
186 public boolean isFile(String path) { method in class:AbstractFakeFileSystem
203 if (isFile(path)) {
231 if (isFile(path)) {
585 throw new FileSystemException(path, "filesystem.isFile");
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java184 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
186 public boolean isFile(String path) { method in class:AbstractFakeFileSystem
203 if (isFile(path)) {
231 if (isFile(path)) {
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
H A DAbstractFakeFileSystem.java184 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
186 public boolean isFile(String path) { method in class:AbstractFakeFileSystem
203 if (isFile(path)) {
231 if (isFile(path)) {
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java115 public boolean isFile(String path); method in interface:FileSystem
/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/guava/guava/src/com/google/common/io/
H A DFiles.java130 if (!file.isFile()) {
837 * Returns a predicate that returns the result of {@link File#isFile} on input files.
841 public static Predicate<File> isFile() { method in class:Files
861 return file.isFile();
866 return "Files.isFile()";

Completed in 802 milliseconds

123