/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 723 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 …]
|
D | 7zOut.cpp | 361 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 …]
|
D | 7zDecode.cpp | 217 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];
|
D | 7zOut.h | 269 const CObjectVector<CFolder> &folders, 273 const CObjectVector<CFolder> &folders, 285 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders);
|
D | 7zIn.h | 399 CFolders &folders); 402 CFolders &folders, 409 CFolders &folders,
|
/third_party/vulkan-loader/tests/framework/shim/ |
D | shim.h | 130 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);
|
D | unix_shim.cpp | 33 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/ |
D | test_environment.cpp | 139 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() 196 … folders.emplace_back(FRAMEWORK_BUILD_DIRECTORY, std::string("explicit_add_env_var_layer_folder")); in FrameworkEnvironment() [all …]
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-root.md | 37 [folders](/configuring-npm/folders) for more on the differences in behavior. 49 * [npm folders](/configuring-npm/folders)
|
D | npm-prefix.md | 45 [folders](/configuring-npm/folders) for more on the differences in behavior. 57 * [npm folders](/configuring-npm/folders)
|
D | npm-config.md | 129 [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)
|
D | npm-explore.md | 46 * [npm folders](/configuring-npm/folders)
|
D | npm-help.md | 42 * [npm folders](/configuring-npm/folders)
|
D | npm-edit.md | 42 * [npm folders](/configuring-npm/folders)
|
D | npm-uninstall.md | 80 [folders](/configuring-npm/folders) for more on the differences in behavior. 157 * [npm folders](/configuring-npm/folders)
|
D | npm-outdated.md | 140 [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/ |
D | generate_wgsl_corpus.py | 37 for root, folders, files in os.walk(root_search_dir): 38 for filename in folders + files:
|
D | generate_spirv_corpus.py | 38 for root, folders, files in os.walk(root_search_dir): 39 for filename in folders + files:
|
/third_party/node/test/parallel/ |
D | test-fs-rmdir-recursive.js | 23 function makeNonEmptyDirectory(depth, files, folders, dirname, createSymLinks) { argument 57 for (let f = folders; f > 0; f--) { 65 folders,
|
/third_party/mbedtls/ |
D | .gitignore | 10 # 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/ |
D | sourceMapWithCaseSensitiveFileNamesAndOutDir.sourcemap.txt | 20 >>>// 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…
|
D | sourceMapWithCaseSensitiveFileNames.sourcemap.txt | 20 >>>// 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/ |
D | README.msvc | 30 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/ |
D | tsconfig.json | 20 …// "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/ |
D | README.md | 66 * `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
|