Home
last modified time | relevance | path

Searched refs:folders (Results 1 – 25 of 161) sorted by relevance

1234567

/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp723 CFolders &folders) in ReadUnpackInfo() argument
733 folders.NumFolders = numFolders; in ReadUnpackInfo()
735 folders.FoStartPackStreamIndex.Alloc(numFolders + 1); in ReadUnpackInfo()
736 folders.FoToMainUnpackSizeIndex.Alloc(numFolders); in ReadUnpackInfo()
737 folders.FoCodersDataOffset.Alloc(numFolders + 1); in ReadUnpackInfo()
738 folders.FoToCoderUnpackSizes.Alloc(numFolders + 1); in ReadUnpackInfo()
751 folders.FoCodersDataOffset[fo] = (size_t)(_inByteBack->GetPtr() - startBufPtr); in ReadUnpackInfo()
775 if (folders.ParsedMethods.IDs.Size() < 128) in ReadUnpackInfo()
776 folders.ParsedMethods.IDs.AddToUniqueSorted(id); in ReadUnpackInfo()
800 if (folders.ParsedMethods.Lzma2Prop < v) in ReadUnpackInfo()
[all …]
D7zOut.cpp361 void COutArchive::WriteUnpackInfo(const CObjectVector<CFolder> &folders, const COutFolders &outFold… in WriteUnpackInfo() argument
363 if (folders.IsEmpty()) in WriteUnpackInfo()
369 WriteNumber(folders.Size()); in WriteUnpackInfo()
372 FOR_VECTOR (i, folders) in WriteUnpackInfo()
373 WriteFolder(folders[i]); in WriteUnpackInfo()
385 void COutArchive::WriteSubStreamsInfo(const CObjectVector<CFolder> &folders, in WriteSubStreamsInfo() argument
424 for (i = 0; i < folders.Size(); i++) in WriteSubStreamsInfo()
496 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders) in EncodeStream() argument
512 folders.AddNew(), in EncodeStream()
865 CObjectVector<CFolder> folders; in WriteDatabase() local
[all …]
D7zDecode.cpp217 const CFolders &folders, unsigned folderIndex,
239 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]];
241 folders.ParseFolderEx(folderIndex, folderInfo);
251 UInt64 folderUnpackSize = folders.GetFolderUnpackSize(folderIndex);
348 UInt32 unpackStreamIndexStart = folders.FoToCoderUnpackSizes[folderIndex];
478 …packSizesPointers[j] = &folders.CoderUnpackSizes[unpackStreamIndexStart + folderInfo.Bonds[(unsign…
492 &folders.CoderUnpackSizes[unpackStreamIndexStart + i];
D7zOut.h269 const CObjectVector<CFolder> &folders,
273 const CObjectVector<CFolder> &folders,
285 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders);
D7zIn.h399 CFolders &folders);
402 CFolders &folders,
409 CFolders &folders,
/third_party/vulkan-loader/tests/framework/shim/
Dshim.h130 PlatformShim(std::vector<fs::FolderManager>* folders) : folders(folders) {} in PlatformShim()
133 std::vector<fs::FolderManager>* folders; member
203 std::vector<std::string> get_folder_contents(std::vector<fs::FolderManager>* folders, std::string f…
208 using PFN_get_platform_shim = PlatformShim* (*)(std::vector<fs::FolderManager>* folders);
213 PlatformShim* get_platform_shim(std::vector<fs::FolderManager>* folders);
Dunix_shim.cpp33 PlatformShim* get_platform_shim(std::vector<fs::FolderManager>* folders) { in get_platform_shim() argument
34 platform_shim = PlatformShim(folders); in get_platform_shim()
38 FRAMEWORK_EXPORT PlatformShim* get_platform_shim(std::vector<fs::FolderManager>* folders) {
39 platform_shim = PlatformShim(folders);
136 auto filenames = get_folder_contents(platform_shim.folders, real_path.str()); in READDIR_FUNC_NAME()
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp139 PlatformShimWrapper::PlatformShimWrapper(std::vector<fs::FolderManager>* folders, bool enable_log) … in PlatformShimWrapper() argument
144 platform_shim = get_platform_shim_func(folders); in PlatformShimWrapper()
146 platform_shim = get_platform_shim(folders); in PlatformShimWrapper()
189 FrameworkEnvironment::FrameworkEnvironment(bool enable_log) noexcept : platform_shim(&folders, enab… in FrameworkEnvironment()
191 folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("null_dir")); in FrameworkEnvironment()
192 folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("icd_manifests")); in FrameworkEnvironment()
193 folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("icd_env_vars_manifests")); in FrameworkEnvironment()
194 folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("explicit_layer_manifests")); in FrameworkEnvironment()
195 folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("explicit_env_var_layer_folder")); in FrameworkEnvironment()
196folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("explicit_add_env_var_layer_folder")); in FrameworkEnvironment()
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-root.md37 [folders](/configuring-npm/folders) for more on the differences in behavior.
49 * [npm folders](/configuring-npm/folders)
Dnpm-prefix.md45 [folders](/configuring-npm/folders) for more on the differences in behavior.
57 * [npm folders](/configuring-npm/folders)
Dnpm-config.md129 [folders](/configuring-npm/folders) for more on the differences in behavior.
158 [folders](/configuring-npm/folders) for more on the differences in behavior.
178 * [npm folders](/configuring-npm/folders)
Dnpm-explore.md46 * [npm folders](/configuring-npm/folders)
Dnpm-help.md42 * [npm folders](/configuring-npm/folders)
Dnpm-edit.md42 * [npm folders](/configuring-npm/folders)
Dnpm-uninstall.md80 [folders](/configuring-npm/folders) for more on the differences in behavior.
157 * [npm folders](/configuring-npm/folders)
Dnpm-outdated.md140 [folders](/configuring-npm/folders) for more on the differences in behavior.
177 * [npm folders](/configuring-npm/folders)
/third_party/skia/third_party/externals/tint/fuzzers/
Dgenerate_wgsl_corpus.py37 for root, folders, files in os.walk(root_search_dir):
38 for filename in folders + files:
Dgenerate_spirv_corpus.py38 for root, folders, files in os.walk(root_search_dir):
39 for filename in folders + files:
/third_party/node/test/parallel/
Dtest-fs-rmdir-recursive.js23 function makeNonEmptyDirectory(depth, files, folders, dirname, createSymLinks) { argument
57 for (let f = folders; f > 0; f--) {
65 folders,
/third_party/mbedtls/
D.gitignore10 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
40 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
/third_party/typescript/tests/baselines/reference/
DsourceMapWithCaseSensitiveFileNamesAndOutDir.sourcemap.txt20 >>>// Since this is case sensitive, the folders are different and hence the relative paths in sourc…
25 2 >// Since this is case sensitive, the folders are different and hence the relative paths in sourc…
DsourceMapWithCaseSensitiveFileNames.sourcemap.txt20 >>>// Since this is case sensitive, the folders are different and hence the relative paths in sourc…
25 2 >// Since this is case sensitive, the folders are different and hence the relative paths in sourc…
/third_party/node/deps/cares/
DREADME.msvc30 Below the MSVCXX folder there will exist four folders named 'cares',
37 of these is found in folders named dll-release, dll-debug, lib-release,
39 sample program also has folders with the same names to reflect which
/third_party/node/deps/npm/node_modules/hasown/
Dtsconfig.json20 …// "rootDirs": [], /* Allow multiple folders to be treated as on…
21 …"typeRoots": ["types"], /* Specify multiple folders that act like './…
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/
DREADME.md66 * `depth` Number, default `1`. How deep to traverse through folders to get
68 surface files and folders) or `Infinity` (to get all files), but any
77 A Promise that resolves to an array of fully-resolved files and folders

1234567