Home
last modified time | relevance | path

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

123

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
DDirectoryEntry.java12 private boolean isFile; field in DirectoryEntry
88 public DirectoryEntry withIsFile(boolean isFile) { in withIsFile()
96 public boolean isFile() { in isFile() method in DirectoryEntry
/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/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/okio/okio-nodefilesystem/src/commonMain/kotlin/okio/
DFsJs.kt120 open fun isFile(): Boolean in isFile() method in okio.Dirent
131 fun isFile(): Boolean in isFile() method
159 override fun isFile(): Boolean method in okio.Stats
/external/robolectric/resources/src/main/java/org/robolectric/res/
DFileTypedResource.java16 public boolean isFile() { in isFile() method in FileTypedResource
DTypedResource.java37 public boolean isFile() { in isFile() method in TypedResource
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/
Dgen-grammar.go224 func isFile(path string) bool { func
/external/angle/third_party/spirv-tools/src/utils/vscode/src/tools/
Dgen-grammar.go224 func isFile(path string) bool { func
/external/deqp-deps/SPIRV-Tools/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-rc1/MockFtpServer/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/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.4/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.5/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.2/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-rc3/MockFtpServer/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()
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DUnsynchronizedBufferedInputStreamTest.java55 private InputStream isFile; field in UnsynchronizedBufferedInputStreamTest
/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
Dinmemory_filesystem.hpp125 inline bool isFile() const noexcept { in isFile() function in inmemoryfs::InMemoryFileSystem::InMemoryNode

123