HomeSort by relevance Sort by last modified time
    Searched full:isdirectory (Results 276 - 300 of 2759) sorted by null

<<11121314151617181920>>

  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java 332 Files.isDirectory(inputPath) || !Files.isDirectory(outputPath),
749 checkState(Files.isDirectory(path), "The path '%s' is not a directory.", path);
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
Files2Test.java 298 assertFalse(Files.isDirectory(filesSetup.getDataFilePath()));
300 assertFalse(Files.isDirectory(filesSetup.getTestPath()));
307 assertTrue(Files.isDirectory(dirPath));
313 Files.isDirectory(null);
765 assertTrue(Files.isDirectory(dir4));
    [all...]
DefaultFileSystemProviderTest.java 404 assertFalse(Files.isDirectory(newDirectory));
409 assertTrue(Files.isDirectory(newDirectory));
764 file -> Files.isDirectory(file))) {
784 return Files.isDirectory(entry);
810 return Files.isDirectory(entry);
  /external/guava/guava/src/com/google/common/io/
Files.java 467 if (!parent.isDirectory()) {
810 // check isDirectory() just because it may be faster than listFiles() on a non-directory
811 if (file.isDirectory()) {
828 * Returns a predicate that returns the result of {@link File#isDirectory} on input files.
832 public static Predicate<File> isDirectory() {
849 return file.isDirectory();
854 return "Files.isDirectory()";
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 186 if (file.isDirectory()) {
230 if (file.isDirectory()) {
391 if (file.isDirectory()) {
484 if (file.isDirectory()) {
490 if (file.isDirectory() && file.canWrite()) {
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 186 if (file.isDirectory()) {
230 if (file.isDirectory()) {
391 if (file.isDirectory()) {
484 if (file.isDirectory()) {
490 if (file.isDirectory() && file.canWrite()) {
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 186 if (file.isDirectory()) {
230 if (file.isDirectory()) {
391 if (file.isDirectory()) {
484 if (file.isDirectory()) {
490 if (file.isDirectory() && file.canWrite()) {
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 142 if (argfile.exists() && !argfile.isDirectory()) {
200 } else if (!indir.isDirectory()) {
219 } else if (!outdir.isDirectory()) {
295 } else if (fin.isDirectory()) {
308 return (f.isFile() && name.endsWith(suffix)) || (f.isDirectory() && recurse);
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
SourceRoot.java 67 if (!Files.isDirectory(root)) {
146 if (!attrs.isDirectory() && file.toString().endsWith(".java")) {
197 if (!attrs.isDirectory() && file.toString().endsWith(".java")) {
279 if (!attrs.isDirectory() && absolutePath.toString().endsWith(".java")) {
326 if (!attrs.isDirectory() && file.toString().endsWith(".java")) {
  /external/python/cpython2/Mac/Modules/cf/
_CFmodule.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 220 if (f.exists() && f.isDirectory() && !f.equals(mValues.projectLocation)) {
394 (!isNewProject && !new File(sCustomLocationOsPath).isDirectory())) {
495 if (f.exists() && !f.isDirectory()) {
498 } else if (f.isDirectory()) {
526 if (!f.isDirectory()) {
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system_test.cc     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /external/googletest/googletest/src/
gtest-filepath.cc 300 bool FilePath::IsDirectory() const {
309 if (!this->IsDirectory()) {
347 return IsDirectory()
  /external/guava/guava/src/com/google/common/reflect/
ClassPath.java 324 if (file.isDirectory()) {
355 if (f.isDirectory()) {
381 if (entry.isDirectory() || entry.getName().equals(JarFile.MANIFEST_NAME)) {
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 300 bool FilePath::IsDirectory() const {
309 if (!this->IsDirectory()) {
347 return IsDirectory()
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 291 bool FilePath::IsDirectory() const {
300 if (!this->IsDirectory()) {
338 return IsDirectory()
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()
  /external/protobuf/gtest/src/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /external/tensorflow/tensorflow/core/platform/
file_system_test.cc 90 Status IsDirectory(const string& dirname) override {
108 TF_RETURN_IF_ERROR(IsDirectory(dir));
266 Status IsDirectory(const string& dirname) override {
  /external/v8/testing/gtest/src/
gtest-filepath.cc 300 bool FilePath::IsDirectory() const {
309 if (!this->IsDirectory()) {
347 return IsDirectory()
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 295 bool FilePath::IsDirectory() const {
304 if (!this->IsDirectory()) {
342 return IsDirectory()

Completed in 696 milliseconds

<<11121314151617181920>>