/external/e2fsprogs/tests/progs/ |
D | random_exercise.c | 27 int isdir; member 75 int isdir = 0; in create_random_file() local 79 isdir = random() & 1; in create_random_file() 80 if (isdir) { in create_random_file() 93 state_array[fd].isdir = isdir; in create_random_file() 96 state_array[fd].isdir = isdir; in create_random_file() 107 if (state_array[fd].isdir) in truncate_file() 123 if (state_array[fd].isdir) in unlink_file() 157 if ((state_array[fd].isdir == 0) && in main()
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | filesystem_unittest.py | 82 self.assertTrue(fs.isdir(self._this_dir)) 86 self.assertFalse(fs.isdir(self._this_file)) 108 self.assertFalse(fs.isdir(sub_path)) 112 self.assertTrue(fs.isdir(sub_path)) 117 self.assertTrue(fs.isdir(sub_path)) 123 self.assertFalse(fs.isdir(base_path))
|
D | filesystem_mock.py | 75 if not self.isdir(path): 82 if self.isdir(source): 84 if self.isdir(destination): 94 return self.isfile(path) or self.isdir(path) 145 def isdir(self, path): member in MockFileSystem 167 if not self.isdir(path): 223 if not self.isdir(norm_path):
|
D | filesystem.py | 131 def isdir(self, path): member in FileSystem 133 return os.path.isdir(path)
|
/external/webkit/Tools/BuildSlaveSupport/ |
D | built-product-archive | 70 if os.path.isdir(thinDirectory): 88 if os.path.isdir(thinDirectory): 114 if os.path.isdir(configurationBuildDirectory): 123 if os.path.isdir(binDirectory): 138 if os.path.isdir(configurationBuildDirectory):
|
D | test-result-archive | 109 if os.path.isdir(file):
|
/external/e2fsprogs/e2fsck/ |
D | pass4.c | 124 int isdir = ext2fs_test_inode_bitmap(ctx->inode_dir_map, i); in e2fsck_pass4() local 158 if (isdir && (link_counted > EXT2_LINK_MAX)) in e2fsck_pass4() 164 if ((link_count != inode->i_links_count) && !isdir && in e2fsck_pass4() 173 if ((isdir && link_counted > 1 && in e2fsck_pass4()
|
/external/skia/tools/ |
D | compare_baselines.py | 73 if os.path.isdir(source_path): 93 if not os.path.isdir(source_path): 142 if not os.path.isdir(gm_basedir):
|
D | test_rendering.py | 97 if (os.path.isdir(render_dir)): 100 if (os.path.isdir(diff_dir)):
|
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_stats.c | 18 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument 34 if (isdir) in ext2fs_inode_alloc_stats2()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | update_webgl_conformance_tests.py | 104 if os.path.isdir(out_dir): 152 elif os.path.isdir(in_name):
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 62 while not os.path.isdir(item): 122 if not os.path.isdir(source_path): 145 if not os.path.isdir(file_sourcepath):
|
D | TestFormats.py | 72 if os.path.isdir(filepath): 124 if not os.path.isdir(filepath):
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | setup.py | 37 if os.path.isdir(path): 84 if not os.path.isdir(testDir): 185 if not os.path.isdir(testDir):
|
/external/chromium/build/ |
D | dir_exists.py | 9 sys.stdout.write(str(os.path.isdir(sys.argv[1])))
|
/external/v8/test/message/ |
D | testcfg.py | 30 from os.path import join, dirname, exists, basename, isdir 101 if isdir(path):
|
/external/chromium/testing/gmock/test/ |
D | gmock_test_utils.py | 45 if os.path.isdir(gtest_tests_util_dir):
|
/external/llvm/ |
D | copy-diff.py | 50 elif not os.path.isdir(destdir):
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
D | filereader.py | 150 if os.path.isdir(path):
|
/external/icu4c/tools/ |
D | icu-svnprops-check.py | 213 if os.path.isdir(f):
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | testbase.py | 153 if not os.path.isdir(self._baseDir): 190 if not os.path.isdir(self._baseDir):
|
/external/protobuf/gtest/scripts/ |
D | fuse_gtest_files.py | 132 if not os.path.isdir(parent_directory):
|
/external/chromium/testing/gtest/scripts/ |
D | fuse_gtest_files.py | 132 if not os.path.isdir(parent_directory):
|
/external/gtest/scripts/ |
D | fuse_gtest_files.py | 132 if not os.path.isdir(parent_directory):
|
/external/libvpx/libvpx/third_party/googletest/src/scripts/ |
D | fuse_gtest_files.py | 132 if not os.path.isdir(parent_directory):
|