Home
last modified time | relevance | path

Searched full:directory (Results 1 – 25 of 19175) sorted by relevance

12345678910>>...767

/external/e2fsprogs/tests/f_h_reindex/
Dexpect.14 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/bazelbuild-rules_python/tests/pypi/whl_installer/
Dnamespace_pkgs_test.py54 directory = TempDir()
55 directory.add_file("foo/bar/biz.py")
56 directory.add_file("foo/bee/boo.py")
57 directory.add_file("foo/buu/__init__.py")
58 directory.add_file("foo/buu/bii.py")
60 os.chdir(directory.root())
71 directory.remove()
74 directory = TempDir()
75 directory.add_file("foo/bar/biz.py")
76 directory.add_file("foo/bee/boo.py")
[all …]
/external/libcups/cups/
Ddir.c2 * Directory routines for CUPS.
4 * This set of APIs abstracts enumeration of directory entries.
32 struct _cups_dir_s /**** Directory data structure ****/
34 char directory[1024]; /* Directory filename */ member
35 HANDLE dir; /* Directory handle */
36 cups_dentry_t entry; /* Directory entry */
62 * 'cupsDirClose()' - Close a directory.
68 cupsDirClose(cups_dir_t *dp) /* I - Directory pointer */ in cupsDirClose()
78 * Close an open directory handle... in cupsDirClose()
93 * 'cupsDirOpen()' - Open a directory.
[all …]
/external/cronet/stable/third_party/llvm-libc/src/docs/dev/
Dsource_tree_layout.rst28 The ``benchmarks`` directory
31 The ``benchmarks`` directory contains LLVM-libc's benchmarking utilities. These
35 The ``config`` directory
38 The ``config`` directory contains the default configurations for the targets
46 The ``cmake`` directory
49 The ``cmake`` directory contains the implementations of LLVM-libc's CMake build
52 The ``docs`` directory
55 The ``docs`` directory contains design docs and also informative documents like
58 The ``fuzzing`` directory
61 This directory contains fuzzing tests for the various components of LLVM-libc.
[all …]
/external/cronet/tot/third_party/llvm-libc/src/docs/dev/
Dsource_tree_layout.rst28 The ``benchmarks`` directory
31 The ``benchmarks`` directory contains LLVM-libc's benchmarking utilities. These
35 The ``config`` directory
38 The ``config`` directory contains the default configurations for the targets
46 The ``cmake`` directory
49 The ``cmake`` directory contains the implementations of LLVM-libc's CMake build
52 The ``docs`` directory
55 The ``docs`` directory contains design docs and also informative documents like
58 The ``fuzzing`` directory
61 This directory contains fuzzing tests for the various components of LLVM-libc.
[all …]
/external/bazel-skylib/rules/directory/private/
Dpaths.bzl19 _NOT_FOUND = """{directory} does not contain an entry named {name}.
28 DIRECTORY = "directory"
34 def _get_direct_child(directory, name, require_type = None):
35 """Gets the direct child of a directory.
38 directory: (DirectoryInfo) The directory to look within.
39 name: (string) The name of the directory/file to look for.
40 require_type: (Optional[DIRECTORY|FILE]) If provided, must return
46 entry = directory.entries.get(name, None)
49 directory = directory.human_readable,
51 children = "\n".join(directory.entries.keys()),
[all …]
Dglob.bzl19 def transitive_entries(directory):
20 """Returns the files and directories contained within a directory transitively.
23 directory: (DirectoryInfo) The directory to look at
28 entries = [directory]
29 stack = [directory]
41 def directory_glob_chunk(directory, chunk):
42 """Given a directory and a chunk of a glob, returns possible candidates.
45 directory: (DirectoryInfo) The directory to look relative from.
52 return directory.entries.values()
54 return transitive_entries(directory)
[all …]
/external/mesa3d/.gitlab-ci/container/patches/
Dbuild-skqp_git-sync-deps.patch19 @@ -94,21 +94,25 @@ def is_git_toplevel(git, directory):
22 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
23 - return os.path.realpath(directory) == os.path.realpath(toplevel)
24 + return os.path.realpath(directory) == os.path.realpath(toplevel.decode())
29 -def status(directory, checkoutable):
31 +def status(directory, commithash, change):
38 - directory = truncate(directory, dlen)
40 - sys.stdout.write('%-*s @ %s\n' % (dlen, directory, checkoutable))
41 + directory = truncate_beginning(directory, dlen)
44 + sys.stdout.write('%-*s %s %s\n' % (dlen, directory, symbol, commithash))
[all …]
/external/e2fsprogs/tests/f_holedir4/
Dexpect.12 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/bazel-skylib/docs/
Ddirectory_utils_doc.md10 directory_glob(<a href="#directory_glob-directory">directory</a>, <a href="#directory_glob-include"…
20 | <a id="directory_glob-directory"></a>directory | (DirectoryInfo) The directory to look relative …
34 directory_glob_chunk(<a href="#directory_glob_chunk-directory">directory</a>, <a href="#directory_g…
37 Given a directory and a chunk of a glob, returns possible candidates.
44 | <a id="directory_glob_chunk-directory"></a>directory | (DirectoryInfo) The directory to look rel…
57 directory_single_glob(<a href="#directory_single_glob-directory">directory</a>, <a href="#directory…
60 Calculates all files that are matched by a glob on a directory.
67 | <a id="directory_single_glob-directory"></a>directory | (DirectoryInfo) The directory to look re…
80 get_child(<a href="#get_child-directory">directory</a>, <a href="#get_child-name">name</a>, <a href…
83 Gets the direct child of a directory.
[all …]
/external/python/cpython3/Tools/msi/lib/
Dlib_files.wxs10 <Component Id="$(var.ext).pyd" Directory="DLLs" Guid="*">
16 <Component Id="sqlite3.dll" Directory="DLLs" Guid="*">
19 <Component Id="libcrypto.dll" Directory="DLLs" Guid="*">
22 <Component Id="libssl.dll" Directory="DLLs" Guid="*">
25 <Component Id="libffi.dll" Directory="DLLs" Guid="*">
28 <Component Id="venvlauncher.exe" Directory="Lib_venv_scripts_nt" Guid="*">
31 <Component Id="venvwlauncher.exe" Directory="Lib_venv_scripts_nt" Guid="*">
38 <!-- The auto-generated directory is not available when building symbols -->
40 <Directory Id="Lib_venv__pdbs" Name="venv">
41 <Directory Id="Lib_venv_scripts__pdbs" Name="scripts">
[all …]
/external/bazelbuild-rules_go/tests/integration/popular_repos/
Dpopular_repos.py40 "bpf:bpf_test", # Needs testdata directory
41 "html/charset:charset_test", # Needs testdata directory
42 "http2:http2_test", # Needs testdata directory
59 "windows:windows_test", # Needs testdata directory
68 "encoding/charmap:charmap_test", # Needs testdata directory
69 "encoding/japanese:japanese_test", # Needs testdata directory
70 "encoding/korean:korean_test", # Needs testdata directory
71 "encoding/simplifiedchinese:simplifiedchinese_test", # Needs testdata directory
72 "encoding/traditionalchinese:traditionalchinese_test", # Needs testdata directory
73 "encoding/unicode/utf32:utf32_test", # Needs testdata directory
[all …]
/external/deqp-deps/amber/tools/
Dgit-sync-deps30 will use the file ../DEPS relative to this script's directory.
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
102 """Return true iff the directory is the top level of a Git repository.
107 directory (string) the path into which the repository
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 = tail_truncate(directory, dlen)
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v3_3.directorySites.html82 <p class="firstline">Gets one directory site by ID.</p>
85 <p class="firstline">Inserts a new directory site.</p>
88 <p class="firstline">Retrieves a list of directory sites, possibly filtered. This method supports p…
100 <pre>Gets one directory site by ID.
104 id: string, Directory site ID. (required)
113 …{ # DirectorySites contains properties of a website from the Site Directory. Sites need to be adde…
114 &quot;active&quot;: True or False, # Whether this directory site is active.
115 …&quot;id&quot;: &quot;A String&quot;, # ID of this directory site. This is a read-only, auto-gener…
116 …resents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a …
131 &quot;name&quot;: &quot;A String&quot;, # Name of this directory site.
[all …]
Ddfareporting_v3_4.directorySites.html82 <p class="firstline">Gets one directory site by ID.</p>
85 <p class="firstline">Inserts a new directory site.</p>
88 <p class="firstline">Retrieves a list of directory sites, possibly filtered. This method supports p…
100 <pre>Gets one directory site by ID.
104 id: string, Directory site ID. (required)
113 …{ # DirectorySites contains properties of a website from the Site Directory. Sites need to be adde…
114 …&quot;id&quot;: &quot;A String&quot;, # ID of this directory site. This is a read-only, auto-gener…
115 …resents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a …
130 &quot;name&quot;: &quot;A String&quot;, # Name of this directory site.
131 &quot;settings&quot;: { # Directory Site Settings # Directory site settings.
[all …]
Ddfareporting_v3_5.directorySites.html82 <p class="firstline">Gets one directory site by ID.</p>
85 <p class="firstline">Inserts a new directory site.</p>
88 <p class="firstline">Retrieves a list of directory sites, possibly filtered. This method supports p…
100 <pre>Gets one directory site by ID.
104 id: string, Directory site ID. (required)
113 …{ # DirectorySites contains properties of a website from the Site Directory. Sites need to be adde…
114 …&quot;id&quot;: &quot;A String&quot;, # ID of this directory site. This is a read-only, auto-gener…
115 …resents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a …
130 &quot;name&quot;: &quot;A String&quot;, # Name of this directory site.
131 &quot;settings&quot;: { # Directory Site Settings # Directory site settings.
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dadmin.directoryv1.json11 "https://www.googleapis.com/auth/admin.directory.customer": {
14 "https://www.googleapis.com/auth/admin.directory.customer.readonly": {
17 "https://www.googleapis.com/auth/admin.directory.device.chromeos": {
20 "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly": {
23 "https://www.googleapis.com/auth/admin.directory.device.mobile": {
26 "https://www.googleapis.com/auth/admin.directory.device.mobile.action": {
29 "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly": {
32 "https://www.googleapis.com/auth/admin.directory.domain": {
35 "https://www.googleapis.com/auth/admin.directory.domain.readonly": {
38 "https://www.googleapis.com/auth/admin.directory.group": {
[all …]
Dadmin.directory_v1.json11 "https://www.googleapis.com/auth/admin.directory.customer": {
14 "https://www.googleapis.com/auth/admin.directory.customer.readonly": {
17 "https://www.googleapis.com/auth/admin.directory.device.chromeos": {
20 "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly": {
23 "https://www.googleapis.com/auth/admin.directory.device.mobile": {
26 "https://www.googleapis.com/auth/admin.directory.device.mobile.action": {
29 "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly": {
32 "https://www.googleapis.com/auth/admin.directory.domain": {
35 "https://www.googleapis.com/auth/admin.directory.domain.readonly": {
38 "https://www.googleapis.com/auth/admin.directory.group": {
[all …]
/external/aws-sdk-java-v2/services/directory/src/main/resources/codegen-resources/
Dservice-2.json8 "serviceAbbreviation":"Directory Service",
9 "serviceFullName":"AWS Directory Service",
10 "serviceId":"Directory Service",
31 …"documentation":"<p>Accepts a directory sharing request that was sent from the directory owner acc…
50 …ryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html\">Directory Service API Perm…
72 …entation":"<p>Adds two domain controllers in the specified Region for the specified directory.</p>"
89 …tion":"<p>Adds or overwrites one or more tags for the specified directory. Each directory can have…
104 …"documentation":"<p>Cancels an in-progress schema extension to a Microsoft AD directory. Once a sc…
120directory.</p> <p>Before you call <code>ConnectDirectory</code>, ensure that all of the required p…
137 …ates an alias for a directory and assigns the alias to the directory. The alias is used to constru…
[all …]
/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/
Dci.yml35 working-directory: ../boost-root
38 working-directory: ../boost-root
41 working-directory: ../boost-root
44 working-directory: ../boost-root
47 working-directory: ../boost-root
50 working-directory: ../boost-root
53 working-directory: ../boost-root/libs/config/test
56 working-directory: ../boost-root/libs/config/test
59 working-directory: ../boost-root/libs/regex/test
86 working-directory: ../boost-root
[all …]
/external/rust/android-crates-io/crates/tempfile/src/dir/
Dmod.rs2 // file at the top-level directory of this distribution and at
23 /// Create a new temporary directory.
25 /// The `tempdir` function creates a directory in the file system
27 /// The directory will be automatically deleted when the `TempDir`s
36 /// If the directory can not be created, `Err` is returned.
45 /// // Create a directory inside of `env::temp_dir()`
52 /// // `tmp_dir` goes out of scope, the directory as well as
65 /// Create a new temporary directory in a specific directory.
67 /// The `tempdir_in` function creates a directory in the specified directory
69 /// The directory will be automatically deleted when the `TempDir`s
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DTrialOutputFactoryService.java41 * 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/googleapis/google/cloud/netapp/v1/
Dactive_directory.proto68 // GetActiveDirectory for getting a single active directory.
70 // Required. Name of the active directory.
79 // CreateActiveDirectoryRequest for creating an active directory.
89 // Required. Fields of the to be created active directory.
92 // Required. ID of the active directory to create.
96 // UpdateActiveDirectoryRequest for updating an active directory.
99 // Active Directory resource by the update.
110 // DeleteActiveDirectoryRequest for deleting a single active directory.
112 // Required. Name of the active directory.
121 // ActiveDirectory is the public representation of the active directory config.
[all …]
/external/skia/tools/
Dgit-sync-deps18 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.normcase(os.path.realpath(directory)) ==
103 def status(directory, commithash, change): argument
110 directory = truncate_beginning(directory, dlen)
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/
Dci.yml55 working-directory: ../boost-root
58 working-directory: ../boost-root
61 working-directory: ../boost-root
64 working-directory: ../boost-root
67 working-directory: ../boost-root
70 working-directory: ../boost-root
73 working-directory: ../boost-root/libs/config/test
76 working-directory: ../boost-root/libs/config/test
79 working-directory: ../boost-root/libs/type_traits/test
118 working-directory: ../boost-root
[all …]

12345678910>>...767