/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/deqp-deps/amber/tools/ |
D | git-sync-deps | 92 def git_repository_sync_is_disabled(git, directory): argument 95 [git, 'config', 'sync-deps.disable'], cwd=directory) 101 def is_git_toplevel(git, directory): argument 112 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip() 113 return os.path.realpath(bytes(directory, 'utf8')) == os.path.realpath(toplevel) 118 def status(directory, checkoutable): argument 122 directory = truncate(directory, dlen) 124 sys.stdout.write('%-*s @ %s\n' % (dlen, directory, checkoutable)) 127 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 147 status(directory, checkoutable) [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/llvm-project/libc/docs/ |
D | source_layout.rst | 21 The ``cmake`` directory 24 The ``cmake`` directory contains the implementations of LLVM-libc's CMake build 27 The ``docs`` directory 30 The ``docs`` directory contains design docs and also informative documents like 33 The ``fuzzing`` directory 36 This directory contains fuzzing tests for the various components of llvm-libc. The 37 directory structure within this directory mirrors the directory structure of the 38 top-level ``libc`` directory itself. For more details, see :doc:`fuzzing`. 40 The ``include`` directory 43 The ``include`` directory contains: [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.decode()) 102 def status(directory, commithash, change): argument 106 directory = truncate(directory, dlen) 109 sys.stdout.write('%-*s %s %s\n' % (dlen, directory, symbol, commithash)) 112 def git_checkout_to_directory(git, repo, commithash, directory, verbose): argument 130 if not os.path.isdir(directory): [all …]
|
/external/deqp-deps/SPIRV-Tools/utils/ |
D | git-sync-deps | 100 def git_repository_sync_is_disabled(git, directory): argument 103 [git, 'config', 'sync-deps.disable'], cwd=directory) 109 def is_git_toplevel(git, directory): argument 120 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip() 121 return os.path.realpath(bytes(directory, 'utf8')) == os.path.realpath(toplevel) 126 def status(directory, checkoutable): argument 130 directory = truncate(directory, dlen) 132 sys.stdout.write('%-*s @ %s\n' % (dlen, directory, checkoutable)) 135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 154 if not os.path.isdir(directory): [all …]
|
D | update_build_version.py | 42 def mkdir_p(directory): argument 46 if directory == "": 51 os.makedirs(directory) 53 if e.errno == errno.EEXIST and os.path.isdir(directory): 59 def command_output(cmd, directory): argument 67 cwd=directory, 72 raise RuntimeError('Failed to run %s in %s' % (cmd, directory)) 76 def deduce_software_version(directory): argument 88 changes_file = os.path.join(directory, 'CHANGES') 97 def describe(directory): argument [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/utils/ |
D | git-sync-deps | 100 def git_repository_sync_is_disabled(git, directory): argument 103 [git, 'config', 'sync-deps.disable'], cwd=directory) 109 def is_git_toplevel(git, directory): argument 120 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip() 121 return os.path.realpath(bytes(directory, 'utf8')) == os.path.realpath(toplevel) 126 def status(directory, checkoutable): argument 130 directory = truncate(directory, dlen) 132 sys.stdout.write('%-*s @ %s\n' % (dlen, directory, checkoutable)) 135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 154 if not os.path.isdir(directory): [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/ |
D | git-sync-deps | 100 def git_repository_sync_is_disabled(git, directory): argument 103 [git, 'config', 'sync-deps.disable'], cwd=directory) 109 def is_git_toplevel(git, directory): argument 120 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip() 121 return os.path.realpath(bytes(directory, 'utf8')) == os.path.realpath(toplevel) 126 def status(directory, checkoutable): argument 130 directory = truncate(directory, dlen) 132 sys.stdout.write('%-*s @ %s\n' % (dlen, directory, checkoutable)) 135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 154 if not os.path.isdir(directory): [all …]
|
D | update_build_version.py | 42 def mkdir_p(directory): argument 46 if directory == "": 51 os.makedirs(directory) 53 if e.errno == errno.EEXIST and os.path.isdir(directory): 59 def command_output(cmd, directory): argument 67 cwd=directory, 72 raise RuntimeError('Failed to run %s in %s' % (cmd, directory)) 76 def deduce_software_version(directory): argument 88 changes_file = os.path.join(directory, 'CHANGES') 97 def describe(directory): argument [all …]
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image_dataset_test.py | 101 directory = self._prepare_directory(count=7, num_classes=2) 104 img.save(os.path.join(directory, filename)) 107 directory, batch_size=5, image_size=(18, 18), labels=None) 125 directory = self._prepare_directory(num_classes=2) 127 directory, batch_size=8, image_size=(18, 18), label_mode='int') 136 directory, batch_size=8, image_size=(18, 18), label_mode='binary') 145 directory, batch_size=8, image_size=(18, 18), label_mode='categorical') 157 directory = self._prepare_directory(num_classes=2) 159 directory, batch_size=8, image_size=(18, 18), label_mode='int') 173 directory = self._prepare_directory(num_classes=4, count=15) [all …]
|
D | text_dataset_test.py | 72 directory = self._prepare_directory(count=7, num_classes=2) 75 f = open(os.path.join(directory, filename), 'w') 81 directory, batch_size=5, label_mode=None, max_length=10) 96 directory = self._prepare_directory(num_classes=2) 98 directory, batch_size=8, label_mode='int', max_length=10) 108 directory, batch_size=8, label_mode='binary') 117 directory, batch_size=8, label_mode='categorical') 126 directory = self._prepare_directory(num_classes=4, count=15) 128 directory, batch_size=8, label_mode=None) 135 directory = self._prepare_directory(num_classes=4, count=15) [all …]
|
/external/deqp-deps/glslang/ |
D | build_info.py | 52 def mkdir_p(directory): argument 56 if directory == "": 61 os.makedirs(directory) 63 if e.errno == errno.EEXIST and os.path.isdir(directory): 69 def command_output(cmd, directory): argument 77 cwd=directory, 82 raise RuntimeError('Failed to run %s in %s' % (cmd, directory)) 86 def deduce_software_version(directory): argument 98 changes_file = os.path.join(directory, 'CHANGES.md') 117 def describe(directory): argument [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | build_info.py | 52 def mkdir_p(directory): argument 56 if directory == "": 61 os.makedirs(directory) 63 if e.errno == errno.EEXIST and os.path.isdir(directory): 69 def command_output(cmd, directory): argument 77 cwd=directory, 82 raise RuntimeError('Failed to run %s in %s' % (cmd, directory)) 86 def deduce_software_version(directory): argument 98 changes_file = os.path.join(directory, 'CHANGES.md') 117 def describe(directory): argument [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/pigweed/pw_module/py/ |
D | check_test.py | 51 def assert_no_issues(self, checker, directory=None): argument 52 if directory is not None: 53 directory = str(pathlib.Path(self.test_dir, directory)) 55 directory = self.test_dir 56 return self.assertFalse(list(checker(directory))) 58 def assert_issue(self, checker, match, directory=None): argument 59 if directory is not None: 60 directory = str(pathlib.Path(self.test_dir, directory)) 62 directory = self.test_dir 63 issues = list(checker(directory)) [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/rust/crates/clang-sys/out/ |
D | common.rs | 144 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() 148 .filter_map(|f| directory.join(f).to_str().map(ToOwned::to_owned)); in search_directory() 173 Some((directory.to_owned(), filename.into())) in search_directory() 181 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() 182 let mut results = search_directory(directory, filenames); in search_directories() 189 if cfg!(target_os = "windows") && directory.ends_with("lib") { in search_directories() 190 let sibling = directory.parent().unwrap().join("bin"); in search_directories() 219 let directory = Path::new(output.lines().next().unwrap()).to_path_buf(); in search_libclang_directories() localVariable 220 found.extend(search_directories(&directory.join("bin"), files)); in search_libclang_directories() 221 found.extend(search_directories(&directory.join("lib"), files)); in search_libclang_directories() [all …]
|
/external/rust/crates/clang-sys/build/ |
D | common.rs | 144 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() 148 .filter_map(|f| directory.join(f).to_str().map(ToOwned::to_owned)); in search_directory() 173 Some((directory.to_owned(), filename.into())) in search_directory() 181 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() 182 let mut results = search_directory(directory, filenames); in search_directories() 189 if cfg!(target_os = "windows") && directory.ends_with("lib") { in search_directories() 190 let sibling = directory.parent().unwrap().join("bin"); in search_directories() 219 let directory = Path::new(output.lines().next().unwrap()).to_path_buf(); in search_libclang_directories() localVariable 220 found.extend(search_directories(&directory.join("bin"), files)); in search_libclang_directories() 221 found.extend(search_directories(&directory.join("lib"), files)); in search_libclang_directories() [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/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/libcups/cups/ |
D | dir.c | 34 char directory[1024]; /* Directory filename */ member 99 cupsDirOpen(const char *directory) /* I - Directory name */ in cupsDirOpen() argument 108 if (!directory) in cupsDirOpen() 125 strlcpy(dp->directory, directory, sizeof(dp->directory)); in cupsDirOpen() 164 dp->dir = FindFirstFileA(dp->directory, &entry); in cupsDirRead() 239 char directory[1024]; /* Directory filename */ member 279 cupsDirOpen(const char *directory) /* I - Directory name */ in cupsDirOpen() argument 284 DEBUG_printf(("cupsDirOpen(directory=\"%s\")", directory)); in cupsDirOpen() 290 if (!directory) in cupsDirOpen() 305 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 …]
|