/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/slf4j/src/main/assembly/ |
D | source.xml | 10 <directory>slf4j-api/</directory> 18 <directory>slf4j-jcl/</directory> 26 <directory>slf4j-jdk14/</directory> 34 <directory>slf4j-log4j12/</directory> 42 <directory>slf4j-nop/</directory> 50 <directory>slf4j-simple/</directory> 58 <directory>slf4j-android/</directory> 66 <directory>slf4j-ext/</directory> 75 <directory>jcl104-over-slf4j/</directory> 83 <directory>jcl-over-slf4j/</directory> [all …]
|
/external/libcups/cups/ |
D | dir.c | 2 * Directory routines for CUPS. 4 * This set of APIs abstracts enumeration of directory entries. 36 struct _cups_dir_s /**** Directory data structure ****/ 38 char directory[1024]; /* Directory filename */ member 39 HANDLE dir; /* Directory handle */ 40 cups_dentry_t entry; /* Directory entry */ 66 * 'cupsDirClose()' - Close a directory. 72 cupsDirClose(cups_dir_t *dp) /* I - Directory pointer */ in cupsDirClose() 82 * Close an open directory handle... in cupsDirClose() 97 * 'cupsDirOpen()' - Open a directory. [all …]
|
/external/e2fsprogs/tests/f_holedir4/ |
D | expect.1 | 2 Directory inode 12 block 211 should be at block 25. Fix? yes 8 Pass 2: Checking directory structure 9 Directory inode 12 has an unallocated block #2. Allocate? yes 11 Directory inode 12 has an unallocated block #3. Allocate? yes 13 Directory inode 12 has an unallocated block #4. Allocate? yes 15 Directory inode 12 has an unallocated block #5. Allocate? yes 17 Directory inode 12 has an unallocated block #6. Allocate? yes 19 Directory inode 12 has an unallocated block #7. Allocate? yes 21 Directory inode 12 has an unallocated block #8. Allocate? yes 23 Directory inode 12 has an unallocated block #9. Allocate? yes [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/skia/tools/ |
D | git-sync-deps | 18 will use the file ../DEPS relative to this script's directory. 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 86 """Return true iff the directory is the top level of a Git repository. 91 directory (string) the path into which the repository 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) [all …]
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | TrialOutputFactoryService.java | 41 * A {@link TrialOutputFactory} implemented as a service that manages a directory either under 42 * {@code /tmp} or in a user configured directory. 44 * <p>If there is a user configured directory, then no files will be deleted on service shutdown. 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() [all …]
|
/external/ImageMagick/MagickCore/ |
D | vms.c | 36 % The directory methods are strongly based on similar methods written 62 % closedir() closes the named directory stream and frees the DIR structure. 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() 93 % opendir() opens the directory named by filename and associates a directory 109 *directory; in opendir() local 114 directory=(DIR *) AcquireMagickMemory(sizeof(DIR)); in opendir() 115 if (directory == (DIR *) NULL) in opendir() [all …]
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentedByteString.java | 27 * efficient snapshots of buffers. It is implemented as an array of segments, plus a directory in 30 * <p>The first half of the directory is the cumulative byte count covered by each segment. The 31 * element at {@code directory[0]} contains the number of bytes held in {@code segments[0]}; the 32 * element at {@code directory[1]} contains the number of bytes held in {@code segments[0] + 33 * segments[1]}, and so on. The element at {@code directory[segments.length - 1]} contains the total 34 * size of this byte string. The first half of the directory is always monotonically increasing. 36 * <p>The second half of the directory is the offset in {@code segments} of the first content byte. 42 * segments} in order. Since the arrays contribute 5, 2, and 6 elements respectively, the directory 44 * into the arrays are 4, 1, and 0 respectively, the directory ends with {@code 4, 1, 0]}. 45 * Concatenating these two halves, the complete directory is {@code [5, 7, 13, 4, 1, 0]}. [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system 36 … * Return the List of FileSystemEntry objects for the files in the specified directory path. If the 37 * path does not refer to a valid directory, then an empty List is returned. 39 * @param path - the path of the directory whose contents should be returned 40 …* @return the List of FileSystemEntry objects for all files in the specified directory may be empty 45 * Return the List of filenames in the specified directory path. The returned filenames do not 46 * include a path. If the path does not refer to a valid directory, then an empty List is 49 * @param path - the path of the directory whose contents should be returned 50 * @return the List of filenames (not including paths) for all files in the specified directory 57 * Delete the file or directory specified by the path. Return true if the file is successfully [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FileSystem.groovy | 45 * Creates the directory named by the specified pathname. 47 * @param path - the path of the directory to create 48 * @return true if and only if the directory was created false otherwise 74 * Return the List of FileInfo objects for the files in the specified directory path. If the 75 * path does not refer to a valid directory, then an empty List is returned. 77 * @param path - the path of the directory whose contents should be returned 78 * @return the List of FileInfo objects for all files in the specified directory may be empty 83 * Return the List of filenames in the specified directory path. The returned filenames do not 84 * include a path. If the path does not refer to a valid directory, then an empty List is 87 * @param path - the path of the directory whose contents should be returned [all …]
|
/external/curl/docs/libcurl/opts/ |
D | CURLOPT_URL.3 | 112 directory. If the directory is not specified then the web server's root 113 directory is used. If the file is omitted then the default document will be 114 retrieved for either the directory specified or the root directory. The exact 124 the contactus directory. 128 directory. If the file part is omitted then libcurl downloads the directory 129 listing for the directory specified. If the directory is omitted then 130 the directory listing for the root / home directory will be returned. 132 ftp://ftp.example.com - This retrieves the directory listing for the root 133 directory. 136 root directory. [all …]
|
/external/antlr/antlr-3.4/ |
D | antlrsources.xml | 14 The output directory will be antlr-master-3.x.x and in here will be 37 The resulting archives will have a base directory named after the master 38 artifact, rather than just extract into the current directory. 44 the modules in perforce using directory names that match the module 66 <!-- Because the Java runtime source is not in a directory 68 directory, we need to map the output directory so that 75 <!-- We have one file set, being the src sub-directory, which in 79 <directory>src</directory> 83 <!-- In the base runtime/Java directory, we need to include a number 85 build. These are not underneath the src directory of course [all …]
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 38 expectFailure("[{\"directory\":\"\",\"command\":\"\"}]", "Missing file"); in TEST() 39 expectFailure("[{\"directory\":\"\",\"file\":\"\"}]", "Missing command or arguments"); in TEST() 40 expectFailure("[{\"command\":\"\",\"file\":\"\"}]", "Missing directory"); in TEST() 41 expectFailure("[{\"directory\":\"\",\"arguments\":[]}]", "Missing file"); in TEST() 42 expectFailure("[{\"arguments\":\"\",\"file\":\"\"}]", "Missing directory"); in TEST() 43 expectFailure("[{\"directory\":\"\",\"arguments\":\"\",\"file\":\"\"}]", "Arguments not array"); in TEST() 44 expectFailure("[{\"directory\":\"\",\"command\":[],\"file\":\"\"}]", "Command not string"); in TEST() 45 expectFailure("[{\"directory\":\"\",\"arguments\":[[]],\"file\":\"\"}]", in TEST() 83 "[{\"directory\":\"//net/dir\"," in TEST() 86 " {\"directory\":\"//net/dir\"," in TEST() [all …]
|