Home
last modified time | relevance | path

Searched defs:isFile (Results 1 – 25 of 55) sorted by relevance

123

/external/antlr/gunit/src/main/java/org/antlr/gunit/
DgUnitTestInput.java33 public boolean isFile; // if true, the input represents a filename field in gUnitTestInput
36 public gUnitTestInput(String input, boolean isFile, int line) { in gUnitTestInput()
DgUnitBaseTest.java57 …public String execLexer(String testRuleName, int line, String testInput, boolean isFile) throws Ex… in execLexer()
146 …public Object execParser(String testRuleName, int line, String testInput, boolean isFile) throws E… in execParser()
288 …rser(String testTreeRuleName, String testRuleName, String testInput, boolean isFile) throws Except… in execTreeParser()
/external/llvm-project/clang/lib/Basic/
DFileSystemStatCache.cpp35 bool isFile, std::unique_ptr<llvm::vfs::File> *F, in get()
103 bool isFile, in getStat()
/external/clang/lib/Basic/
DFileSystemStatCache.cpp43 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, in get()
110 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, in getStat()
/external/proguard/src/proguard/io/
DDirectoryWriter.java37 private final boolean isFile; field in DirectoryWriter
49 boolean isFile) in DirectoryWriter()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DFileTypedResource.java12 @Override public boolean isFile() { in isFile() method in FileTypedResource
DTypedResource.java37 public boolean isFile() { in isFile() method in TypedResource
DFsFile.java12 boolean isFile(); in isFile() method
DFileFsFile.java38 public boolean isFile() { in isFile() method in FileFsFile
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/tools/
Dgen-grammar.go224 func isFile(path string) bool { func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/
Dgen-grammar.go224 func isFile(path string) bool { func
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/tools/
Dgen-grammar.go224 func isFile(path string) bool { func
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java115 public boolean isFile(String path); in isFile() method
/external/clang/include/clang/Basic/
DFileSystemStatCache.h99 LookupResult statChained(const char *Path, FileData &Data, bool isFile, in statChained()

123