/external/e2fsprogs/tests/f_h_reindex/ |
D | expect.1 | 4 Pass 2: Checking directory structure 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 6 Problem in HTREE directory inode 16001: block #2 has bad min hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 8 Problem in HTREE directory inode 16001: block #3 has bad min hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 10 Problem in HTREE directory inode 16001: block #4 has bad min hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 12 Problem in HTREE directory inode 16001: block #5 has bad min hash 13 Problem in HTREE directory inode 16001: block #5 has bad max hash [all …]
|
/external/ImageMagick/MagickCore/ |
D | vms.c | 73 void closedir(DIR *directory) in closedir() argument 77 assert(directory != (DIR *) NULL); in closedir() 78 directory->pattern=DestroyString(directory->pattern); in closedir() 79 directory=DestroyString(directory); in closedir() 109 *directory; in opendir() local 114 directory=(DIR *) AcquireMagickMemory(sizeof(DIR)); in opendir() 115 if (directory == (DIR *) NULL) in opendir() 122 directory->pattern=(char *) AcquireQuantumMemory(strlen(name)+sizeof("*.*")+ in opendir() 123 1UL,sizeof(*directory->pattern)); in opendir() 124 if (directory->pattern == (char *) NULL) in opendir() [all …]
|
/external/skia/tools/ |
D | git-sync-deps | 76 def git_repository_sync_is_disabled(git, directory): argument 79 [git, 'config', 'sync-deps.disable'], cwd=directory) 85 def is_git_toplevel(git, directory): argument 96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip() 97 return os.path.realpath(directory) == os.path.realpath(toplevel) 102 def status(directory, checkoutable): argument 106 directory = truncate(directory, dlen) 108 sys.stdout.write('%-*s @ %s\n' % (dlen, directory, checkoutable)) 111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 130 if not os.path.isdir(directory): [all …]
|
/external/skqp/tools/ |
D | git-sync-deps | 76 def git_repository_sync_is_disabled(git, directory): argument 79 [git, 'config', 'sync-deps.disable'], cwd=directory) 85 def is_git_toplevel(git, directory): argument 96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip() 97 return os.path.realpath(directory) == os.path.realpath(toplevel) 102 def status(directory, checkoutable): argument 106 directory = truncate(directory, dlen) 108 sys.stdout.write('%-*s @ %s\n' % (dlen, directory, checkoutable)) 111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 130 if not os.path.isdir(directory): [all …]
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | TrialOutputFactoryService.java | 60 private File directory; field in TrialOutputFactoryService 74 if (directory == null) { in getTrialOutputFile() 78 dir = directory; in getTrialOutputFile() 105 File directory; in startUp() local 109 directory = new File(dirName); in startUp() 110 if (!directory.exists()) { in startUp() 111 if (!directory.mkdirs()) { in startUp() 116 } else if (!directory.isDirectory()) { in startUp() 122 directory = new File(directory, String.format("run-%s", run.id())); in startUp() 123 if (!directory.mkdir()) { in startUp() [all …]
|
/external/dng_sdk/source/ |
D | dng_preview.cpp | 53 dng_preview_tag_set (dng_tiff_directory &directory, 63 dng_preview_tag_set::dng_preview_tag_set (dng_tiff_directory &directory, in dng_preview_tag_set() argument 67 : dng_basic_tag_set (directory, ifd) in dng_preview_tag_set() 105 directory.Add (&fApplicationNameTag); in dng_preview_tag_set() 112 directory.Add (&fApplicationVersionTag); in dng_preview_tag_set() 119 directory.Add (&fSettingsNameTag); in dng_preview_tag_set() 126 directory.Add (&fSettingsDigestTag); in dng_preview_tag_set() 133 directory.Add (&fColorSpaceTag); in dng_preview_tag_set() 140 directory.Add (&fDateTimeTag); in dng_preview_tag_set() 147 directory.Add (&fRawToPreviewGainTag); in dng_preview_tag_set() [all …]
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | SegmentedByteString.java | 53 transient final int[] directory; field in SegmentedByteString 72 this.directory = new int[segmentCount * 2]; in SegmentedByteString() 78 directory[segmentCount] = offset; in SegmentedByteString() 79 directory[segmentCount + segments.length] = s.pos; in SegmentedByteString() 126 checkOffsetAndCount(directory[segments.length - 1], pos, 1); in getByte() 128 int segmentOffset = segment == 0 ? 0 : directory[segment - 1]; in getByte() 129 int segmentPos = directory[segment + segments.length]; in getByte() 136 int i = Arrays.binarySearch(directory, 0, segments.length, pos + 1); in segment() 141 return directory[segments.length - 1]; in size() 145 byte[] result = new byte[directory[segments.length - 1]]; in toByteArray() [all …]
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentedByteString.java | 52 transient final int[] directory; field in SegmentedByteString 71 this.directory = new int[segmentCount * 2]; in SegmentedByteString() 77 directory[segmentCount] = offset; in SegmentedByteString() 78 directory[segmentCount + segments.length] = s.pos; in SegmentedByteString() 125 checkOffsetAndCount(directory[segments.length - 1], pos, 1); in getByte() 127 int segmentOffset = segment == 0 ? 0 : directory[segment - 1]; in getByte() 128 int segmentPos = directory[segment + segments.length]; in getByte() 135 int i = Arrays.binarySearch(directory, 0, segments.length, pos + 1); in segment() 140 return directory[segments.length - 1]; in size() 144 byte[] result = new byte[directory[segments.length - 1]]; in toByteArray() [all …]
|
/external/vulkan-validation-layers/scripts/ |
D | lvl_genvk.py | 69 directory = args.directory 120 directory = directory, 143 directory = directory, 166 directory = directory, 189 directory = directory, 212 directory = directory, 236 directory = directory, 260 directory = directory, 282 directory = directory, 304 directory = directory, [all …]
|
/external/libcups/cups/ |
D | dir.c | 38 char directory[1024]; /* Directory filename */ member 103 cupsDirOpen(const char *directory) /* I - Directory name */ in cupsDirOpen() argument 112 if (!directory) in cupsDirOpen() 129 strlcpy(dp->directory, directory, sizeof(dp->directory)); in cupsDirOpen() 168 dp->dir = FindFirstFile(dp->directory, &entry); in cupsDirRead() 243 char directory[1024]; /* Directory filename */ member 283 cupsDirOpen(const char *directory) /* I - Directory name */ in cupsDirOpen() argument 288 DEBUG_printf(("cupsDirOpen(directory=\"%s\")", directory)); in cupsDirOpen() 294 if (!directory) in cupsDirOpen() 309 dp->dir = opendir(directory); in cupsDirOpen() [all …]
|
/external/e2fsprogs/tests/f_dir_bad_csum/ |
D | expect.1 | 2 Pass 2: Checking directory structure 3 Directory inode 12, block #0: directory passes checks but fails checksum. 6 Directory inode 13, block #0, offset 0: directory has no checksum. 9 Directory inode 14, block #0, offset 0: directory has no checksum. 12 Directory inode 15, block #0, offset 0: directory has no checksum. 15 Directory inode 15, block #0, offset 1000: directory corrupted 18 Directory inode 16, block #0, offset 0: directory has no checksum. 21 Directory inode 16, block #0, offset 12: directory corrupted 24 Directory inode 17, block #0, offset 0: directory has no checksum. 27 Directory inode 17, block #0, offset 0: directory corrupted [all …]
|
/external/e2fsprogs/tests/f_h_badroot/ |
D | expect.1 | 4 HTREE directory inode 13345 has an invalid root node. 7 HTREE directory inode 26689 has an unsupported hash version (240) 10 HTREE directory inode 40033 has an invalid root node. 13 HTREE directory inode 53377 has a tree depth (8) which is too big 16 HTREE directory inode 66721 uses an incompatible htree root node flag. 19 Pass 2: Checking directory structure 20 Problem in HTREE directory inode 80065: block #0 has an unordered hash table 23 Problem in HTREE directory inode 86737: block #0 has invalid limit (511) 26 Problem in HTREE directory inode 93409: block #0 has invalid count (234) 29 Problem in HTREE directory inode 73393: block #1 has bad min hash [all …]
|
/external/e2fsprogs/tests/f_baddotdir/ |
D | expect.1 | 4 Pass 2: Checking directory structure 5 Missing '.' in directory inode 12. 8 Missing '..' in directory inode 12. 11 First entry 'X' (inode=11) in directory inode 13 (/b) should be '.' 14 Missing '..' in directory inode 14. 17 Second entry 'XX' (inode=11) in directory inode 15 should be '..' 20 '.' directory entry in directory inode 17 is not NULL terminated 23 '..' directory entry in directory inode 17 is not NULL terminated 26 Missing '.' in directory inode 16. 29 Missing '..' in directory inode 16. [all …]
|
/external/deqp-deps/SPIRV-Tools/utils/ |
D | update_build_version.py | 44 def mkdir_p(directory): argument 48 if directory == "": 53 os.makedirs(directory) 55 if e.errno == errno.EEXIST and os.path.isdir(directory): 61 def command_output(cmd, directory): argument 69 cwd=directory, 74 raise RuntimeError('Failed to run %s in %s' % (cmd, directory)) 78 def deduce_software_version(directory): argument 90 changes_file = os.path.join(directory, 'CHANGES') 99 def describe(directory): argument [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/utils/ |
D | update_build_version.py | 44 def mkdir_p(directory): argument 48 if directory == "": 53 os.makedirs(directory) 55 if e.errno == errno.EEXIST and os.path.isdir(directory): 61 def command_output(cmd, directory): argument 69 cwd=directory, 74 raise RuntimeError('Failed to run %s in %s' % (cmd, directory)) 78 def deduce_software_version(directory): argument 90 changes_file = os.path.join(directory, 'CHANGES') 99 def describe(directory): argument [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/ |
D | Archiver.java | 70 …public void create(String format, File target, File directory) throws IOException, ArchiveExceptio… in create() argument 74 create(format, c, directory); in create() 79 create(format, o, directory); in create() 95 …public void create(String format, OutputStream target, File directory) throws IOException, Archive… in create() argument 96 create(new ArchiveStreamFactory().createArchiveOutputStream(format, target), directory); in create() 111 public void create(String format, SeekableByteChannel target, File directory) in create() argument 114 create(format, Channels.newOutputStream(target), directory); in create() 116 create(new ZipArchiveOutputStream(target), directory); in create() 118 create(new SevenZOutputFile(target), directory); in create() 134 public void create(final ArchiveOutputStream target, File directory) in create() argument [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_compileall.py | 32 self.directory = tempfile.mkdtemp() 33 self.source_path = os.path.join(self.directory, '_test.py') 37 self.source_path2 = os.path.join(self.directory, '_test2.py') 40 self.subdirectory = os.path.join(self.directory, '_subdir') 46 shutil.rmtree(self.directory) 49 self.bad_source_path = os.path.join(self.directory, '_test_bad.py') 74 compileall.compile_dir(self.directory, force=False, quiet=True) 98 self.assertTrue(compileall.compile_dir(self.directory, force=False, 108 self.assertFalse(compileall.compile_dir(self.directory, 127 with test.test_importlib.util.import_state(path=[self.directory]): [all …]
|
/external/e2fsprogs/tests/f_resize_inode_meta_bg/ |
D | expect.1 | 7 Pass 2: Checking directory structure 8 Directory inode 2, block #0, offset 0: directory has no checksum. 11 First entry '' (inode=348) in directory inode 2 (???) should be '.' 15 Missing '..' in directory inode 2. 19 Directory inode 2, block #0, offset 860: directory corrupted 22 Directory inode 11, block #0, offset 0: directory corrupted 25 Missing '.' in directory inode 11. 29 Missing '..' in directory inode 11. 33 Directory inode 11, block #1, offset 0: directory corrupted 36 Directory inode 11, block #2, offset 0: directory corrupted [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FileInfo.groovy | 19 * Represents the information describing a single file or directory in the file system. 29 final boolean directory 33 * Construct and return a new instance representing a directory entry. 34 * @param name - the directory name 35 * @param lastModified - the lastModified Date for the directory 36 * @return a new FileInfo instance representing a directory 44 * @param name - the directory name 46 * @param lastModified - the lastModified Date for the directory 47 * @return a new FileInfo instance representing a directory 53 private FileInfo(boolean directory, String name, long size, Date lastModified) { [all …]
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | FileClientSessionCache.java | 65 final File directory; field in FileClientSessionCache.Impl 84 Impl(File directory) throws IOException { in Impl() argument 85 boolean exists = directory.exists(); in Impl() 86 if (exists && !directory.isDirectory()) { in Impl() 87 throw new IOException(directory + " exists but is not a directory."); in Impl() 97 initialFiles = directory.list(); in Impl() 101 throw new IOException(directory + " exists but cannot list contents."); in Impl() 107 if (!directory.mkdirs()) { in Impl() 108 throw new IOException("Creation of " + directory + " directory failed."); in Impl() 113 this.directory = directory; in Impl() [all …]
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | FileClientSessionCache.java | 62 final File directory; field in FileClientSessionCache.Impl 81 Impl(File directory) throws IOException { in Impl() argument 82 boolean exists = directory.exists(); in Impl() 83 if (exists && !directory.isDirectory()) { in Impl() 84 throw new IOException(directory + " exists but is not a directory."); in Impl() 94 initialFiles = directory.list(); in Impl() 98 throw new IOException(directory + " exists but cannot list contents."); in Impl() 104 if (!directory.mkdirs()) { in Impl() 105 throw new IOException("Creation of " + directory + " directory failed."); in Impl() 110 this.directory = directory; in Impl() [all …]
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | expect | 11 Pass 2: Checking directory structure 12 Pass 3: Checking directory connectivity 24 Pass 2: Checking directory structure 25 Pass 3: Checking directory connectivity 39 Pass 2: Checking directory structure 40 Pass 3: Checking directory connectivity 52 Pass 2: Checking directory structure 53 Pass 3: Checking directory connectivity 67 Pass 2: Checking directory structure 68 Pass 3: Checking directory connectivity [all …]
|
/external/vulkan-headers/ |
D | BUILD.md | 27 the files from this repository to a specific install directory. For example, 28 you can install the files to a system directory such as `/usr/local` on Linux. 33 resulting install directory to those repositories. 37 The `install` target installs the following files under the directory 41 `include/vulkan` directory of this repository 43 `registry` directory of this repository 46 directory. 62 A common convention is to place the build directory in the top directory of 63 the repository with a name of `build` and place the install directory as a 64 child of the build directory with the name `install`. The remainder of these [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | rcsclient.py | 36 directory = None 48 directory = a 61 if not directory: 63 directory = open(os.path.join("CVS", "Repository")).readline() 67 if directory[-1] == '\n': 68 directory = directory[:-1] 69 if directory: 70 x.cd(directory)
|
/external/e2fsprogs/tests/f_h_badnode/ |
D | expect.1 | 2 Pass 2: Checking directory structure 3 Problem in HTREE directory inode 12929: block #531 has bad max hash 4 Problem in HTREE directory inode 12929: block #993 referenced twice 5 Problem in HTREE directory inode 12929: block #1061 has bad min hash 6 Problem in HTREE directory inode 12929: block #1062 has invalid depth (2) 7 Problem in HTREE directory inode 12929: block #1062 has bad max hash 8 Problem in HTREE directory inode 12929: block #1062 not referenced 9 Invalid HTREE directory inode 12929 (/test2). Clear HTree index? yes 11 Pass 3: Checking directory connectivity
|