/external/slf4j/src/main/assembly/ |
D | source.xml | 8 <!-- Module POMs --> 10 <directory>slf4j-api/</directory> 11 <outputDirectory>slf4j-api/</outputDirectory> 18 <directory>slf4j-jcl/</directory> 19 <outputDirectory>slf4j-jcl/</outputDirectory> 26 <directory>slf4j-jdk14/</directory> 27 <outputDirectory>slf4j-jdk14/</outputDirectory> 34 <directory>slf4j-log4j12/</directory> 35 <outputDirectory>slf4j-log4j12/</outputDirectory> 42 <directory>slf4j-nop/</directory> [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v2_7.directorySites.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | dfareporting_v2_8.directorySites.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | dfareporting_v2_8.directorySiteContacts.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | dfareporting_v2_7.directorySiteContacts.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/libcups/cups/ |
D | dir.c | 2 * Directory routines for CUPS. 4 * This set of APIs abstracts enumeration of directory entries. 6 * Copyright 2007-2017 by Apple Inc. 7 * Copyright 1997-2005 by Easy Software Products, all rights reserved. 20 #include "string-private.h" 21 #include "debug-private.h" 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 */ [all …]
|
/external/skia/tools/ |
D | git-sync-deps | 4 # Use of this source code is governed by a BSD-style license that can be 18 will use the file ../DEPS relative to this script's directory. 20 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages. 25 git config sync-deps.disable true 27 To re-enable sync: 29 git config --unset sync-deps.disable 52 subprocess.call([git, '--version'], stdout=devnull) 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 [all …]
|
/external/skqp/tools/ |
D | git-sync-deps | 4 # Use of this source code is governed by a BSD-style license that can be 18 will use the file ../DEPS relative to this script's directory. 20 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages. 25 git config sync-deps.disable true 27 To re-enable sync: 29 git config --unset sync-deps.disable 52 subprocess.call([git, '--version'], stdout=devnull) 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 [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision$ - $Date$ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/vulkan-headers/ |
D | BUILD.md | 7 1. [Contributing](#contributing-to-the-repository) 8 1. [Repository Content](#repository-content) 9 1. [Repository Set-up](#repository-set-up) 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs). 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. 30 If you are building other Vulkan-related repositories such as [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileSystem.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * @version $Revision: 129 $ - $Date: 2008-10-19 06:27:17 -0400 (Sun, 19 Oct 2008) $ 29 * Add the specified file system entry (file or directory) to this file system 31 * @param entry - the FileSystemEntry to add 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 [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FileSystem.groovy | 8 * http://www.apache.org/licenses/LICENSE-2.0 27 * @version $Revision: $ - $Date: $ 36 * @param path - the path of the filename to create 39 * @throws AssertionError - if path is null 40 * @throws FileSystemException - if an I/O error occurs 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 50 * @throws AssertionError - if path is null 56 * @param path - the path of the file [all …]
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | SegmentedByteString.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 28 * efficient snapshots of buffers. It is implemented as an array of segments, plus a directory in 31 * <p>The first half of the directory is the cumulative byte count covered by each segment. The 32 * element at {@code directory[0]} contains the number of bytes held in {@code segments[0]}; the 33 * element at {@code directory[1]} contains the number of bytes held in {@code segments[0] + 34 * segments[1]}, and so on. The element at {@code directory[segments.length - 1]} contains the total 35 * size of this byte string. The first half of the directory is always monotonically increasing. 37 * <p>The second half of the directory is the offset in {@code segments} of the first content byte. 43 * segments} in order. Since the arrays contribute 5, 2, and 6 elements respectively, the directory 45 * into the arrays are 4, 1, and 0 respectively, the directory ends with {@code 4, 1, 0]}. [all …]
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentedByteString.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 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]}. [all …]
|
/external/ImageMagick/MagickCore/ |
D | vms.c | 20 % Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization % 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 75 if (image->debug != MagickFalse) in closedir() 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 [all …]
|