Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 25 of 63) sorted by relevance

123

/third_party/vixl/tools/
Dlint.py229 def RunLinter(files, jobs=1, progress_prefix='', cached=True): argument
247 cached = not args.no_cache variable
/third_party/typescript/src/harness/
DfindUpDir.ts19 export const findUpRoot: { (): string; cached?: string; } = () => constant
/third_party/ntfs-3g/libntfs-3g/
Ddir.c101 int ntfs_dir_inode_hash(const struct CACHED_GENERIC *cached) in ntfs_dir_inode_hash()
122 static int inode_cache_compare(const struct CACHED_GENERIC *cached, in inode_cache_compare()
140 static int inode_cache_inv_compare(const struct CACHED_GENERIC *cached, in inode_cache_inv_compare()
171 static int lookup_cache_compare(const struct CACHED_GENERIC *cached, in lookup_cache_compare()
190 static int lookup_cache_inv_compare(const struct CACHED_GENERIC *cached, in lookup_cache_inv_compare()
206 int ntfs_dir_lookup_hash(const struct CACHED_GENERIC *cached) in ntfs_dir_lookup_hash()
556 struct CACHED_LOOKUP *cached; in ntfs_inode_lookup_by_mbsname() local
611 struct CACHED_LOOKUP *cached; in ntfs_inode_update_mbsname() local
664 struct CACHED_INODE *cached; in ntfs_pathname_to_inode() local
Dinode.c409 void ntfs_inode_nidata_free(const struct CACHED_GENERIC *cached) in ntfs_inode_nidata_free()
428 static int idata_cache_compare(const struct CACHED_GENERIC *cached, in idata_cache_compare()
470 struct CACHED_NIDATA *cached; in ntfs_inode_open() local
Dsecurity.c1476 static int compare(const struct CACHED_SECURID *cached, in compare()
1511 static int leg_compare(const struct CACHED_PERMISSIONS_LEGACY *cached, in leg_compare()
2072 const struct CACHED_PERMISSIONS *cached; in ntfs_get_perm() local
2174 const struct CACHED_PERMISSIONS *cached; in ntfs_get_posix_acl() local
2305 const struct CACHED_PERMISSIONS *cached; in ntfs_get_perm() local
2445 const struct CACHED_PERMISSIONS *cached; in ntfs_get_owner_mode() local
2557 const struct CACHED_PERMISSIONS *cached; in inherit_posix() local
2652 const struct CACHED_SECURID *cached; in ntfs_alloc_securid() local
2796 const struct CACHED_SECURID *cached; in ntfs_alloc_securid() local
2879 const struct CACHED_SECURID *cached; in ntfs_set_owner_mode() local
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Drevs.js14 const cached = revsCache.get(repo) constant
/third_party/lzma/CPP/7zip/Crypto/
D7zAes.cpp119 const CKeyInfo &cached = Keys[i]; in GetKey() local
136 const CKeyInfo &cached = Keys[i]; in FindAndAdd() local
/third_party/skia/src/gpu/text/
DGrStrikeCache.cpp22 if (sk_sp<GrTextStrike>* cached = fCache.find(strikeSpec.descriptor())) { in findOrCreateStrike() local
/third_party/jsframework/runtime/main/util/
Dindex.js16 function cached(func) { function
/third_party/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp109 int GrVkPipelineStateBuilder::loadShadersFromCache(SkReadBuffer* cached, in loadShadersFromCache()
201 sk_sp<SkData> cached; in finalize() local
/third_party/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c156 unsigned long *cached) in read_testfile()
219 unsigned long cached_high, cached_low, cached, cached_ra; in test_readahead() local
/third_party/skia/src/core/
DSkXfermode.cpp94 static SkXfermode* cached[COUNT_BLENDMODES]; in Make() local
/third_party/mesa3d/src/panfrost/util/
Dpan_sysval.c159 void *cached = _mesa_hash_table_u64_search(sysval_to_id, sysval); in pan_lookup_sysval() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dgenerate.go31 cached struct { member
/third_party/node/deps/npm/node_modules/@npmcli/metavuln-calculator/lib/
Dadvisory.js74 load (cached, packument) { argument
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp364 const auto& cached = fVarTypefaces.find(hash); local
/third_party/json/include/nlohmann/detail/conversions/
Dto_chars.hpp481 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)]; in get_cached_power_for_binary_exponent() local
843 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e); in grisu2() local
/third_party/python/Lib/importlib/
D_bootstrap.py392 def cached(self): member in ModuleSpec
401 def cached(self, cached): argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DShaderModuleVk.cpp49 auto cached = iter->second; in FindShaderModule() local
/third_party/skia/src/image/
DSkSurface_Raster.cpp129 sk_sp<SkImage> cached(this->refCachedImage()); in onCopyOnWrite() local
/third_party/toybox/toys/other/
Dvmstat.c35 uint64_t memfree, buffers, cached, swapfree, swaptotal; member
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts155 …const cached = cache?.get(importingSourceFile.path, moduleSourceFile.path, userPreferences, option… constant
457 const cached = cache.get(importingFilePath, importedFilePath, preferences, options); constant
/third_party/skia/experimental/sorttoy/
DFake.h49 void setCached(sk_sp<FakeMCBlob> cached) { in setCached()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c348 struct vk_pipeline_cache_object *cached = in anv_device_upload_kernel() local
/third_party/ltp/testcases/cve/
Dmeltdown.c225 long cached, uncached, i; in set_cache_hit_threshold() local

123