Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/third_party/rust/crates/syn/src/
Dgen_helper.rs37 pub fn tokens_helper<F: Fold + ?Sized, S: Spans>(folder: &mut F, spans: &S) -> S { in tokens_helper()
38 spans.fold(folder) in tokens_helper()
42 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self; in fold()
46 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold()
47 folder.fold_span(*self) in fold()
52 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold()
53 [folder.fold_span(self[0])] in fold()
58 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold()
59 [folder.fold_span(self[0]), folder.fold_span(self[1])] in fold()
64 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold()
[all …]
/third_party/typescript/tests/baselines/reference/
DgenericFunctionsWithOptionalParameters2.types3 fold<T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S): T;
4 >fold : <T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S) => T
6 >folder : (s: S, t: T) => T
17 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T
19 >fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T
23 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T
25 >fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T
30 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T
32 >fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T
38 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T
[all …]
DgenericFunctionsWithOptionalParameters1.types3 fold<T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S): T;
4 >fold : <T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S) => T
6 >folder : (s: S, t: T) => T
17 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T
19 >fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T
23 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T
25 >fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T
30 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T
32 >fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T
38 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T
[all …]
DcrashIntypeCheckInvocationExpression.types15 …r, any>(<P0, P1, P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number,…
17 ><P0, P1, P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number, number,…
19 var folder = path.join(),
20 >folder : any
26 fileset = nake.fileSetSync<number, number, any>(folder)
28 >nake.fileSetSync<number, number, any>(folder) : any
32 >folder : any
DjsDeclarationsImportTypeBundled.types1 === tests/cases/conformance/jsdoc/declarations/folder/mod1.js ===
22 /** @type {(typeof import("./folder/mod1"))[]} */
24 >items : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]
31 >module.exports = items : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]
32 >module.exports : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]
33 >module : { exports: import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]; }
34 >exports : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]
35 >items : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]
DcrashIntypeCheckInvocationExpression.symbols24 var folder = path.join(),
25 >folder : Symbol(folder, Decl(crashIntypeCheckInvocationExpression.ts, 7, 7))
27 fileset = nake.fileSetSync<number, number, any>(folder)
30 >folder : Symbol(folder, Decl(crashIntypeCheckInvocationExpression.ts, 7, 7))
DcrashIntypeCheckInvocationExpression.js9 var folder = path.join(), variable
10 fileset = nake.fileSetSync<number, number, any>(folder)
25 var folder = path.join(), fileset = nake.fileSetSync(folder);
DmoduleMemberMissingErrorIsRelative.errors.txt1 tests/cases/compiler/folder/bar.ts(1,9): error TS2305: Module '"./foo"' has no exported member 'nos…
4 ==== tests/cases/compiler/folder/foo.ts (0 errors) ====
6 ==== tests/cases/compiler/folder/bar.ts (1 errors) ====
/third_party/python/Lib/test/test_importlib/
Dtest_reader.py14 cls.folder = str(path)
22 MultiplexedPath(os.path.join(self.folder, 'binary.file'))
25 contents = {path.name for path in MultiplexedPath(self.folder).iterdir()}
35 path.name for path in MultiplexedPath(self.folder, data01).iterdir()
48 self.assertEqual(MultiplexedPath(self.folder).is_dir(), True)
51 self.assertEqual(MultiplexedPath(self.folder).is_file(), False)
54 path = MultiplexedPath(self.folder)
65 path = MultiplexedPath(self.folder, data01)
81 repr(MultiplexedPath(self.folder)),
87 MultiplexedPath(self.folder).name,
[all …]
/third_party/openssl/test/recipes/
D25-test_eai_data.t27 my $folder = "test/recipes/25-test_eai_data";
29 my $ascii_pem = srctop_file($folder, "ascii_leaf.pem");
30 my $utf8_pem = srctop_file($folder, "utf8_leaf.pem");
32 my $ascii_chain_pem = srctop_file($folder, "ascii_chain.pem");
33 my $utf8_chain_pem = srctop_file($folder, "utf8_chain.pem");
44 is(cmp_text($out, srctop_file($folder, "san.ascii")), 0, 'Comparing othername for ASCII domain');
48 is(cmp_text($out, srctop_file($folder, "san.utf8")), 0, 'Comparing othername for IDN domain');
/third_party/node/deps/npm/docs/content/configuring-npm/
Dfolders.md36 Packages are dropped into the `node_modules` folder under the `prefix`.
43 `lib` folder.)
46 in a sub-folder of the relevant `node_modules` folder with the name of that
81 Temporary files are stored by default in the folder specified by the
85 Temp files are given a unique folder under this root for each run of the
91 `prefix` folder. This is so that `npm install foo@1.2.3` will install
93 into some other folder.
95 Starting at the $PWD, npm will walk up the folder tree checking for a
96 folder that contains either a `package.json` file, or a `node_modules`
97 folder. If such a thing is found, then that is treated as the effective
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java105 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() argument
107 int index = binarySearch(bytes, folder); in addBaseNamesInFolder()
115 while (index < count && addBaseName(bytes, index, folder, suffix, sb, names)) { in addBaseNamesInFolder()
168 String folder, String suffix, StringBuilder sb, Set<String> names) {
172 if (folder.length() != 0) {
174 for (int i = 0; i < folder.length(); ++i, ++offset) {
175 if (bytes.get(offset) != folder.charAt(i)) {
220 abstract void addBaseNamesInFolder(String folder, String suffix, Set<String> names);
245 void addBaseNamesInFolder(String folder, String suffix, Set<String> names) {
246 if (itemPath.length() > folder.length() + suffix.length() &&
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUBinary.java109 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() argument
111 int index = binarySearch(bytes, folder); in addBaseNamesInFolder()
119 while (index < count && addBaseName(bytes, index, folder, suffix, sb, names)) { in addBaseNamesInFolder()
172 String folder, String suffix, StringBuilder sb, Set<String> names) {
176 if (folder.length() != 0) {
178 for (int i = 0; i < folder.length(); ++i, ++offset) {
179 if (bytes.get(offset) != folder.charAt(i)) {
224 abstract void addBaseNamesInFolder(String folder, String suffix, Set<String> names);
249 void addBaseNamesInFolder(String folder, String suffix, Set<String> names) {
250 if (itemPath.length() > folder.length() + suffix.length() &&
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Ddoctor.js.test.cjs62 global bin folder in PATH ok {CWD}/global/bin
66 Perms check on local bin folder ok
67 Perms check on global bin folder ok
78 global bin folder in PATH ok {CWD}/global/bin
82 Perms check on local bin folder ok
83 Perms check on global bin folder ok
188 global bin folder in PATH ok {CWD}/global/bin
192 Perms check on local bin folder ok
193 Perms check on global bin folder ok
204 global bin folder in PATH ok {CWD}/global/bin
[all …]
/third_party/jerryscript/targets/nuttx-stm32f4/
DREADME.md3 This folder contains files to run JerryScript on
13 # Create a base folder for all the projects.
36 Build JerryScript as a static library using the NuttX folder as sysroot. The created static librari…
39 # Assuming you are in jerry-nuttx folder.
57 # Assuming you are in jerry-nuttx folder.
67 NuttX requires configuration first. The configuration creates a `.config` file in the root folder o…
70 # Assuming you are in jerry-nuttx folder.
82 # Assuming you are in jerry-nuttx folder.
103 # Assuming you are in jerry-nuttx folder.
119 # Add the install folder to PATH
[all …]
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp360 int delete_folder_contents(path const& folder) { in delete_folder_contents() argument
362 std::wstring folder_utf16 = widen(folder.str()); in delete_folder_contents()
368 std::string s_p = folder.str() + "/"; in delete_folder_contents()
387 DIR* dir = opendir(folder.c_str()); in delete_folder_contents()
399 path file_path = folder / file->d_name; in delete_folder_contents()
415 int delete_folder(path const& folder) { in delete_folder() argument
416 int ret = delete_folder_contents(folder); in delete_folder()
419 _wrmdir(widen(folder.str()).c_str()); in delete_folder()
422 return rmdir(folder.c_str()); in delete_folder()
432 FolderManager::FolderManager(path root_path, std::string name) noexcept : folder(root_path / name) { in FolderManager()
[all …]
/third_party/skia/dm/
DDM.cpp489 SkString folder; in push_codec_src() local
492 folder.append("codec"); in push_codec_src()
495 folder.append("codec_zero_init"); in push_codec_src()
498 folder.append("scanline"); in push_codec_src()
501 folder.append("stripe"); in push_codec_src()
504 folder.append("crop"); in push_codec_src()
507 folder.append("codec_subset"); in push_codec_src()
510 folder.append("codec_animated"); in push_codec_src()
516 folder.append("_kGray8"); in push_codec_src()
519 folder.append("_kNonNative"); in push_codec_src()
[all …]
/third_party/skia/third_party/externals/freetype/builds/atari/
DFNames.SIC12 proc ChangeFilenames(folder)
15 entries = filelist(directory,folder);
21 ChangeFilenames(folder+file+"\\");
26 ChangeFilename(folder,file);
/third_party/typescript/tests/cases/docker/
DREADME.md10 * Create a new folder with the name of the project
11 * Create a `Dockerfile` within that folder
12 …file` will be built with `docker build . -t tstest/folder` and then run with `docker run tstest/fo…
18 …iner with an interactive shell to debug with `docker run -it --entrypoint "/bin/sh" tstest/folder`.
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts524 const folder = this.fs.get(path) as FsFolder; constant
525 Debug.assert(!!folder);
528 this.removeFileOrFolder(folder, /*isRenaming*/ true);
541 this.renameFolderEntries(folder, newFolder);
587 let folder = this.fs.get(path) as FsFolder; variable
588 if (!folder) {
589 folder = this.toFsFolder(fullPath);
594 this.addFileOrFolderInFolder(baseFolder, folder, ignoreWatch, options);
599 this.fs.set(path, folder);
603 Debug.assert(isFsFolder(folder));
[all …]
/third_party/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp31 static void Convert_FolderInfo_to_BindInfo(const CFolderEx &folder, CBindInfoEx &bi) in Convert_FolderInfo_to_BindInfo() argument
35 bi.Bonds.ClearAndSetSize(folder.Bonds.Size()); in Convert_FolderInfo_to_BindInfo()
37 for (i = 0; i < folder.Bonds.Size(); i++) in Convert_FolderInfo_to_BindInfo()
40 const N7z::CBond &folderBond = folder.Bonds[i]; in Convert_FolderInfo_to_BindInfo()
45 bi.Coders.ClearAndSetSize(folder.Coders.Size()); in Convert_FolderInfo_to_BindInfo()
46 bi.CoderMethodIDs.ClearAndSetSize(folder.Coders.Size()); in Convert_FolderInfo_to_BindInfo()
47 for (i = 0; i < folder.Coders.Size(); i++) in Convert_FolderInfo_to_BindInfo()
49 const CCoderInfo &coderInfo = folder.Coders[i]; in Convert_FolderInfo_to_BindInfo()
58 bi.UnpackCoder = folder.UnpackCoder; in Convert_FolderInfo_to_BindInfo()
59 bi.PackStreams.ClearAndSetSize(folder.PackStreams.Size()); in Convert_FolderInfo_to_BindInfo()
[all …]
/third_party/node/deps/cares/
DREADME.msvc20 Change to c-ares source folder where Makefile.msvc file is located and run:
26 Once the above command has finished a new folder named MSVCXX will exist
27 below the folder where makefile.msvc is found. The name of the folder
30 Below the MSVCXX folder there will exist four folders named 'cares',
31 'ahost', 'acountry', and 'adig'. The 'cares' folder is the one that
38 and lib-debug, which hang from the 'cares' folder mentioned above. Each
64 to c-ares source folder where Makefile.msvc file is located.
/third_party/python/Lib/idlelib/
Dgrep.py48 def findfiles(folder, pattern, recursive): argument
56 for dirpath, _, filenames in os.walk(folder, onerror=walk_error):
164 folder, filepat = os.path.split(path)
165 if not folder:
166 folder = os.curdir
167 filelist = sorted(findfiles(folder, filepat, self.recvar.get()))
/third_party/gn/src/gn/
Dvisual_studio_writer.cc775 for (const std::unique_ptr<SolutionEntry>& folder : folders_) { in WriteSolutionFileContents() local
776 out << "Project(\"" << kGuidTypeFolder << "\") = \"(" << folder->name in WriteSolutionFileContents()
777 << ")\", \"" << RebasePath(folder->path, solution_dir) << "\", \"" in WriteSolutionFileContents()
778 << folder->guid << "\"" << std::endl; in WriteSolutionFileContents()
815 for (const std::unique_ptr<SolutionEntry>& folder : folders_) { in WriteSolutionFileContents() local
816 if (folder->parent_folder) { in WriteSolutionFileContents()
817 out << "\t\t" << folder->guid << " = " << folder->parent_folder->guid in WriteSolutionFileContents()
844 std::unique_ptr<SolutionEntry> folder = std::make_unique<SolutionEntry>( in ResolveSolutionFolders() local
848 project->parent_folder = folder.get(); in ResolveSolutionFolders()
849 processed_paths[folder_path] = folder.get(); in ResolveSolutionFolders()
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-root.md17 Print the effective `node_modules` folder to standard out.
20 `node_modules` folder. For example:
36 folder instead of the current working directory. See
39 * packages are installed into the `{prefix}/lib/node_modules` folder, instead

12345678910>>...21