Home
last modified time | relevance | path

Searched full:directories (Results 1 – 25 of 1676) sorted by relevance

12345678910>>...68

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
DTest.pm80 # Directories we want to keep track of TOP, APPS, TEST and RESULTS are the
83 my %directories = ();
85 # The environment variables that gave us the contents in %directories. These
86 # get modified whenever we change directories, so that subprocesses can use
156 note "The results of this test will end up in $directories{RESULTS}"
159 __cwd($directories{RESULTS});
549 LIST is a list of directories that make up a path from the top of the OpenSSL
561 # a very distinct syntax for directories.
568 LIST is a list of directories that make up a path from the top of the OpenSSL
586 LIST is a list of directories that make up a path from the top of the OpenSSL
[all …]
Dfallback.pm10 OpenSSL::fallback - push directories to the end of @INC at compile time
28 This small simple module simplifies the addition of fallback directories
31 It is used to add extra directories at the end of perl's search path so
56 sub-directories relative to the location of that F<MODULES.txt> file.
57 All these sub-directories will be appended to @INC.
96 # We must be real careful not to convert the directories
/third_party/openssl/util/perl/OpenSSL/
DTest.pm80 # Directories we want to keep track of TOP, APPS, TEST and RESULTS are the
83 my %directories = ();
85 # The environment variables that gave us the contents in %directories. These
86 # get modified whenever we change directories, so that subprocesses can use
156 note "The results of this test will end up in $directories{RESULTS}"
159 __cwd($directories{RESULTS});
549 LIST is a list of directories that make up a path from the top of the OpenSSL
561 # a very distinct syntax for directories.
568 LIST is a list of directories that make up a path from the top of the OpenSSL
586 LIST is a list of directories that make up a path from the top of the OpenSSL
[all …]
Dfallback.pm10 OpenSSL::fallback - push directories to the end of @INC at compile time
28 This small simple module simplifies the addition of fallback directories
31 It is used to add extra directories at the end of perl's search path so
56 sub-directories relative to the location of that F<MODULES.txt> file.
57 All these sub-directories will be appended to @INC.
96 # We must be real careful not to convert the directories
/third_party/icu/docs/processes/release/tasks/legal/
Dfind_textfiles11 # Prunes CVS directories if -nocvs is provided #
12 # Prunes RCS directories if -norcs is provided #
13 # Prunes SCCS directories if -nosccs is provided #
81 This script recursively searches the specified directories (current
85 The directories named 'CVS', 'RCS' and 'SCCS' may be skipped by
98 Prunes all directories named 'CVS' and everything under that.
102 Prunes all directories named 'RCS' and everything under that.
106 Prunes all directories named 'SCCS' and everything under that.
110 Prunes all directories named '.svn' and everything under that.
/third_party/curl/docs/cmdline-opts/
Dcreate-dirs.md19 local directory hierarchy as needed. This option creates the directories
22 directories it mentions already exist, no directories are created.
24 Created directories are made with mode 0750 on unix style file systems.
26 To create remote directories when using FTP or SFTP, try --ftp-create-dirs.
/third_party/jerryscript/targets/mbedos5/tools/
Dgenerate_pins.py57 def find_file(root_dir, directories, name): argument
62 Filter out directories that are not in directories, or do not start with
65 Since this looks in (essentially )the same directories as the compiler would
71 …dirs[:] = [directory for directory in dirs if directory in directories or not directory.startswith…
77 def enumerate_includes(root_dir, directories): argument
80 valid include directories.
85 if dir_label in directories
/third_party/python/Tools/msi/
Dcsv_to_wxs.py11 This is necessary to handle structures where some directories only
12 contain other directories. MSBuild is not able to generate the
41 DIRECTORIES = set() variable
49 directories = defaultdict(set)
62 directories[parent].add(dirname.name)
68 for dir_parent in sorted(directories):
70 for dir_name in sorted(directories[dir_parent]):
Duploadrelease.proj43 <MakeDir Directories="$(IntermediateOutputPath)gpg" />
78 …<RemoveDir Directories="%(WebInstaller.SourceDir)" Condition="Exists('%(WebInstaller.SourceDir)')"…
79 …<RemoveDir Directories="%(WebInstaller.LayoutDir)" Condition="Exists('%(WebInstaller.LayoutDir)')"…
80 … <RemoveDir Directories="%(WebInstaller.LogDir)" Condition="Exists('%(WebInstaller.LogDir)')" />
81 <MakeDir Directories="%(WebInstaller.SourceDir)" />
85 <RemoveDir Directories="%(WebInstaller.LayoutDir)" />
86 <RemoveDir Directories="%(WebInstaller.SourceDir)" />
87 <RemoveDir Directories="%(WebInstaller.LogDir)" />
/third_party/ntfs-3g/src/
Dntfs-3g.8.in28 files, directories, hard links, and streams; it can read and write files,
58 By default, files and directories are owned by the effective
157 directories marked for compression. A directory is marked for compression by
197 Set the hidden flag in the NTFS attribute for created files and directories
198 whose first character of the name is a dot. Such files and directories
205 Hide the hidden files and directories in directory listings, the hidden files
206 and directories being the ones whose NTFS attribute have the hidden flag set.
208 but all files and directories remain accessible by full name, for example you
238 (allow mounting on non-empty directories) were set, and \fBno_def_opts\fP
245 This option disables creating new transparently compressed files in directories
[all …]
/third_party/python/Doc/library/
Dfilecmp.rst13 The :mod:`filecmp` module defines functions to compare files and directories,
41 Compare the files in the two directories *dir1* and *dir2* whose names are
48 one of the directories, the user lacks permission to read them or if the
75 Construct a new directory comparison object, to compare the directories *a*
156 directories, or names for which :func:`os.stat` reports an error.
191 List of directories ignored by :class:`dircmp` by default.
195 recursively through two directories to show common different files::
/third_party/skia/third_party/externals/libpng/projects/owatcom/
Dpngtest.tgt47 ?????Library directories(;):
79 ?????Library directories(;):
132 n????Include directories:
148 n????Include directories:
Dpngvalid.tgt62 ?????Library directories(;):
110 ?????Library directories(;):
163 n????Include directories:
179 n????Include directories:
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_writer.h60 // Should ignore missing files and directories?
79 // files and directories. If the recursive flag is set, the contents of
107 // Adds directory entries. All the paths should be existing directories. If
108 // the recursive flag is set, the contents of these directories are also
144 // Should recursively add directories?
147 // Should ignore missing files and directories?
Dzip_writer.cc116 progress_.directories++; in AddDirectoryEntry()
183 std::vector<const base::FilePath*> directories; in AddMixedEntries() local
189 // directories, and we want to avoid making a call to file_accessor_ for each in AddMixedEntries()
191 // descriptors for directories, and we'll process these directories in the in AddMixedEntries()
214 directories.push_back(&relative_path); in AddMixedEntries()
219 // Second pass for directories discovered during the first pass. in AddMixedEntries()
220 for (const base::FilePath* const path : directories) { in AddMixedEntries()
/third_party/node/deps/zlib/google/
Dzip_writer.h60 // Should ignore missing files and directories?
79 // files and directories. If the recursive flag is set, the contents of
107 // Adds directory entries. All the paths should be existing directories. If
108 // the recursive flag is set, the contents of these directories are also
144 // Should recursively add directories?
147 // Should ignore missing files and directories?
Dzip_writer.cc116 progress_.directories++; in AddDirectoryEntry()
183 std::vector<const base::FilePath*> directories; in AddMixedEntries() local
189 // directories, and we want to avoid making a call to file_accessor_ for each in AddMixedEntries()
191 // descriptors for directories, and we'll process these directories in the in AddMixedEntries()
214 directories.push_back(&relative_path); in AddMixedEntries()
219 // Second pass for directories discovered during the first pass. in AddMixedEntries()
220 for (const base::FilePath* const path : directories) { in AddMixedEntries()
/third_party/rust/crates/clang-sys/build/
Dcommon.rs129 // Search Directories
171 // system-wide directories.
225 /// Finds the files in a directory (and any relevant sibling directories) that
233 // keep things consistent with other platforms, only LLVM `lib` directories in search_directories()
265 // Search the `bin` and `lib` directories in the directory returned by in search_libclang_directories()
284 // Search the directories in the `LD_LIBRARY_PATH` environment variable. in search_libclang_directories()
292 let directories = if cfg!(target_os = "haiku") { in search_libclang_directories() localVariable
306 // Search the directories provided by the `libclang` directory patterns. in search_libclang_directories()
310 for directory in directories.iter().rev() { in search_libclang_directories()
311 if let Ok(directories) = glob::glob_with(directory, options) { in search_libclang_directories()
[all …]
/third_party/openssl/doc/man1/
Dopenssl-rehash.pod.in40 B<openssl rehash> scans directories and calculates a hash value of
46 directories to be set up like this in order to find certificates.
48 If any directories are named on the command line, then those are
50 is consulted; this should be a colon-separated list of directories,
137 Colon separated list of directories to operate on.
138 Ignored if directories are listed on the command line.
/third_party/skia/third_party/externals/angle2/scripts/
Dgen_vk_gl_cts_build.py77 for root, directories, filenames in os.walk(deqpSrcDir):
86 # List of directories containing data files
88 # List of directories to exclude from the copy
100 # List of unique relative directories for the copy() command outputs
139 for root, directories, filenames in os.walk(dataPath):
142 # Skip any excluded directories
148 # Record the relative directories and full paths to each data file
Dprocess_angle_perf_results.py130 for benchmark_name, directories in benchmark_directory_map.items():
131 for directory in directories:
180 for benchmark_name, directories in benchmark_directory_map.items():
181 for directory in directories:
231 # Now create a map of benchmark name to the list of directories
366 def _merge_perf_results(benchmark_name, results_filename, directories, build_properties): argument
369 for directory in directories:
398 def _upload_individual(benchmark_name, directories, configuration_name, build_properties, argument
406 if len(directories) > 1:
411 _merge_perf_results(benchmark_name, results_filename, directories, build_properties)
[all …]
/third_party/python/Lib/distutils/
Ddir_util.py3 Utility functions for manipulating directories and directory trees."""
18 """Create a directory and any missing ancestor directories.
25 Return the list of directories actually created.
81 """Create all the empty directories under 'base_dir' needed to put 'files'
90 # First get the list of directories to create
106 file in 'src' is copied to 'dst', and directories under 'src' are
115 directories. If 'preserve_symlinks' is true, symlinks will be
/third_party/typescript/tests/baselines/reference/
DimportCallExpressionReturnPromiseOfAny.types96 function * loadModule(directories: string[]) {
97 >loadModule : (directories: string[]) => Generator<string, void, string>
98 >directories : string[]
100 for (const directory of directories) {
102 >directories : string[]
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/
DREADME.md25 // It will not traverse into child directories, because we set
34 // directories.
83 directories _within_ package contents are listed, even if the `depth`
90 directories behind in certain cases:
109 pose a problem. Empty directories are already ignored by both npm and git.
/third_party/curl/packages/vms/
Dcurl_gnv_build_steps.txt51 LCL_ROOT: is manually created to have the same base and sub-directories as
61 directories referenced by the GNU: logical name.
66 As directly updating those directories would probably be disruptive to other
76 create all the other directories.
84 These files do not create the directories in the VMS_ROOT and LCL_ROOT
95 the directories under src_root: owned by a user or resource where the build
229 directories.
259 those directories and keep them up to date.

12345678910>>...68