/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/chromium_org/sync/engine/ |
D | apply_control_data_updates_unittest.cc | 42 entry_factory_.reset(new TestEntryFactory(directory())); in SetUp() 49 syncable::Directory* directory() { in directory() function in syncer::ApplyControlDataUpdatesTest 50 return dir_maker_.directory(); in directory() 72 syncable::ReadTransaction trans(FROM_HERE, directory()); in TEST_F() 73 cryptographer = directory()->GetCryptographer(&trans); in TEST_F() 74 EXPECT_TRUE(directory()->GetNigoriHandler()->GetEncryptedTypes(&trans) in TEST_F() 91 ApplyControlDataUpdates(directory()); in TEST_F() 96 syncable::ReadTransaction trans(FROM_HERE, directory()); in TEST_F() 97 EXPECT_TRUE(directory()->GetNigoriHandler()->GetEncryptedTypes(&trans) in TEST_F() 114 syncable::ReadTransaction trans(FROM_HERE, directory()); in TEST_F() [all …]
|
/external/chromium_org/third_party/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 git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 121 if not os.path.isdir(directory): 123 [git, 'clone', '--quiet', repo, directory]) 125 if not is_git_toplevel(git, directory): 128 sys.stdout.write('%s\n IS NOT TOP-LEVEL GIT DIRECTORY.\n' % directory) [all …]
|
/external/skia/tools/ |
D | git-sync-deps | 58 def git_repository_sync_is_disabled(git, directory): argument 61 [git, 'config', 'sync-deps.disable'], cwd=directory) 67 def is_git_toplevel(git, directory): argument 78 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip() 79 return os.path.realpath(directory) == os.path.realpath(toplevel) 84 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 103 if not os.path.isdir(directory): 105 [git, 'clone', '--quiet', repo, directory]) 107 if not is_git_toplevel(git, directory): 110 sys.stdout.write('%s\n IS NOT TOP-LEVEL GIT DIRECTORY.\n' % directory) [all …]
|
/external/chromium_org/sync/internal_api/test/ |
D | test_user_share.cc | 32 user_share_->directory.reset(dir_maker_->directory()); in SetUp() 37 ignore_result(user_share_->directory.release()); in TearDown() 44 if (!user_share_->directory->SaveChanges()) in Reload() 48 user_share_->directory->store_.release(); in Reload() 51 ignore_result(user_share_->directory.release()); in Reload() 54 user_share_->directory.reset(dir_maker_->directory()); in Reload() 72 syncer::syncable::Directory* directory = user_share->directory.get(); in CreateRoot() local 73 syncable::WriteTransaction wtrans(FROM_HERE, syncable::UNITTEST, directory); in CreateRoot() 74 CreateTypeRoot(&wtrans, directory, model_type); in CreateRoot() 79 syncable::ReadTransaction trans(FROM_HERE, user_share_->directory.get()); in GetDeleteJournalSize() [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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
D | baselineoptimizer.py | 92 def _join_directory(self, directory, baseline_name): argument 103 … return self._filesystem.join(self._scm.checkout_root, directory, baseline_name_without_virtual) 109 for directory in directories: 110 path = self._join_directory(directory, baseline_name) 112 results_by_directory[directory] = self._filesystem.sha1(path) 118 for directory in self._relative_baseline_search_paths(port, baseline_name): 119 if directory in results_by_directory: 120 results_by_port_name[port_name] = results_by_directory[directory] 128 …directory = self._filesystem.relpath(self._baseline_search_path(port, baseline_name)[-1], self._we… 129 directories.add(directory) [all …]
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | FileClientSessionCache.java | 58 final File directory; field in FileClientSessionCache.Impl 77 Impl(File directory) throws IOException { in Impl() argument 78 boolean exists = directory.exists(); in Impl() 79 if (exists && !directory.isDirectory()) { in Impl() 80 throw new IOException(directory + " exists but is not a directory."); in Impl() 90 initialFiles = directory.list(); in Impl() 94 throw new IOException(directory + " exists but cannot list contents."); in Impl() 100 if (!directory.mkdirs()) { in Impl() 101 throw new IOException("Creation of " + directory + " directory failed."); in Impl() 106 this.directory = directory; in Impl() [all …]
|
/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
|
/external/proguard/src/proguard/io/ |
D | DirectoryPump.java | 34 private final File directory; field in DirectoryPump 37 public DirectoryPump(File directory) in DirectoryPump() argument 39 this.directory = directory; in DirectoryPump() 48 if (!directory.exists()) in pumpDataEntries() 53 readFiles(directory, dataEntryReader); in pumpDataEntries() 65 dataEntryReader.read(new FileDataEntry(directory, file)); in readFiles()
|
/external/chromium_org/build/util/ |
D | lastchange.py | 24 def FetchSVNRevision(directory, svn_url_regex): argument 37 cwd=directory, 66 def RunGitCommand(directory, command): argument 86 cwd=directory, 93 def FetchGitRevision(directory): argument 103 proc = RunGitCommand(directory, ['rev-parse', 'HEAD']) 111 proc = RunGitCommand(directory, ['show', '-s', '--format=%B', 'HEAD']) 123 def FetchGitSVNURLAndRevision(directory, svn_url_regex): argument 132 proc = RunGitCommand(directory, ['log', '-1', '--format=%b']) 151 def FetchGitSVNRevision(directory, svn_url_regex): argument [all …]
|
/external/icu/icu4c/source/samples/csdet/ |
D | readme.txt | 21 2. Add ICU's bin directory to the path, e.g. 24 3. cd into the uresb directory, e.g. 28 …WARNING: The .txt files must be in the same directory as the executable, which is not the case by … 32 Specify an ICU install directory when running configure, 35 cd <icu directory>/source 36 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 43 cd <icu directory>/source/samples/uresb 44 gmake ICU_PREFIX=<icu install directory) ICU_PATH=<icu source directory> 47 cd <icu directory>/source/samples/uresb 49 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/chromium_org/third_party/icu/source/samples/csdet/ |
D | readme.txt | 21 2. Add ICU's bin directory to the path, e.g. 24 3. cd into the uresb directory, e.g. 28 …WARNING: The .txt files must be in the same directory as the executable, which is not the case by … 32 Specify an ICU install directory when running configure, 35 cd <icu directory>/source 36 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 43 cd <icu directory>/source/samples/uresb 44 gmake ICU_PREFIX=<icu install directory) ICU_PATH=<icu source directory> 47 cd <icu directory>/source/samples/uresb 49 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | expect | 22 Pass 2: Checking directory structure 23 Pass 3: Checking directory connectivity 35 Pass 2: Checking directory structure 36 Pass 3: Checking directory connectivity 50 Pass 2: Checking directory structure 51 Pass 3: Checking directory connectivity 63 Pass 2: Checking directory structure 64 Pass 3: Checking directory connectivity 78 Pass 2: Checking directory structure 79 Pass 3: Checking directory connectivity [all …]
|
/external/chromium_org/third_party/icu/source/samples/udata/ |
D | readme.txt | 22 2. Add ICU's bin directory to the path, e.g. 25 3. cd into the udata directory, e.g. 30 … in the same directory. If this is the case, this will likely cause a problem with reader looking… 34 Specify an ICU install directory when running configure, 37 cd <icu directory>/source 38 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 46 cd <icu directory>/source/samples/udata 47 gmake ICU_PATH=<icu source directory> ICU_PREFIX=<icu install directory) 50 cd <icu directory>/source/samples/udata 51 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/icu/icu4c/source/samples/udata/ |
D | readme.txt | 22 2. Add ICU's bin directory to the path, e.g. 25 3. cd into the udata directory, e.g. 30 … in the same directory. If this is the case, this will likely cause a problem with reader looking… 34 Specify an ICU install directory when running configure, 37 cd <icu directory>/source 38 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 46 cd <icu directory>/source/samples/udata 47 gmake ICU_PATH=<icu source directory> ICU_PREFIX=<icu install directory) 50 cd <icu directory>/source/samples/udata 51 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/chromium_org/third_party/lcov/bin/ |
D | mcov | 28 my $directory = Cwd::abs_path(Cwd::getcwd); 36 my $result = GetOptions("directory|d=s" => \$directory, 46 $directory = Cwd::abs_path($directory); 55 print "mcov: directory for data files is $directory\n"; 60 if (! -d $directory) { 69 if (-d $directory) { 70 printf("Scanning $directory for $data_file_extension files ...\n"); 76 $directory); 77 printf("Found %d data files in %s\n", $#file_list + 1, $directory);
|
/external/icu/icu4c/source/samples/citer/ |
D | readme.txt | 21 2. Add ICU's bin directory to the path, e.g. 24 3. cd into the citer directory, e.g. 26 (note that it may be in a different relative directory than most of the other samples). 32 Specify an ICU install directory when running configure, 35 cd <icu directory>/source 36 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 43 cd <icu directory>/source/samples/citer 44 gmake ICU_PREFIX=<icu install directory) 47 cd <icu directory>/source/samples/citer 49 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/chromium_org/third_party/icu/source/samples/citer/ |
D | readme.txt | 21 2. Add ICU's bin directory to the path, e.g. 24 3. cd into the citer directory, e.g. 26 (note that it may be in a different relative directory than most of the other samples). 32 Specify an ICU install directory when running configure, 35 cd <icu directory>/source 36 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 43 cd <icu directory>/source/samples/citer 44 gmake ICU_PREFIX=<icu install directory) 47 cd <icu directory>/source/samples/citer 49 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/chromium_org/third_party/icu/source/samples/uresb/ |
D | readme.txt | 29 2. Add ICU's bin directory to the path, e.g. 32 3. cd into the uresb directory, e.g. 36 …WARNING: The .txt files must be in the same directory as the executable, which is not the case by … 40 Specify an ICU install directory when running configure, 43 cd <icu directory>/source 44 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 51 cd <icu directory>/source/samples/uresb 52 gmake ICU_PREFIX=<icu install directory) ICU_PATH=<icu source directory> 55 cd <icu directory>/source/samples/uresb 57 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/icu/icu4c/source/samples/uresb/ |
D | readme.txt | 29 2. Add ICU's bin directory to the path, e.g. 32 3. cd into the uresb directory, e.g. 36 …WARNING: The .txt files must be in the same directory as the executable, which is not the case by … 40 Specify an ICU install directory when running configure, 43 cd <icu directory>/source 44 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 51 cd <icu directory>/source/samples/uresb 52 gmake ICU_PREFIX=<icu install directory) ICU_PATH=<icu source directory> 55 cd <icu directory>/source/samples/uresb 57 gmake ICU_PREFIX=<icu install directory> check [all …]
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | desktop_platform_backend.py | 17 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument 18 assert directory and os.path.exists(directory), \ 19 'Target directory %s must exist' % directory 25 directory_contents = os.listdir(directory) 28 args.append(os.path.join(directory, item))
|
/external/javassist/src/main/javassist/ |
D | URLClassPath.java | 31 protected String directory; field in URLClassPath 60 String directory, String packageName) { in URLClassPath() argument 63 this.directory = directory; in URLClassPath() 68 return hostname + ":" + port + directory; in toString() 89 = directory + classname.replace('.', '/') + ".class"; in openClassfile0() 130 String directory, String classname) in fetchClass() argument 135 directory + classname.replace('.', '/') + ".class"); in fetchClass()
|
/external/icu/icu4c/source/samples/props/ |
D | readme.txt | 21 2. Add ICU's bin directory to the path, e.g. 24 3. cd into the props directory, e.g. 31 Specify an ICU install directory when running configure, 34 cd <icu directory>/source 35 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 42 cd <icu directory>/source/samples/props 43 gmake ICU_PREFIX=<icu install directory) 46 cd <icu directory>/source/samples/props 48 gmake ICU_PREFIX=<icu install directory> check 51 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PATH
|