Searched defs:shallow (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/ |
D | filecmp.py | 30 def cmp(f1, f2, shallow=True): argument 258 def cmpfiles(a, b, common, shallow=True): argument
|
/third_party/jsframework/runtime/main/reactivity/ |
D | watcher.js | 115 Watcher.prototype.update = function (shallow) { argument
|
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/ |
D | clone.js | 89 const shallow = maybeShallow(repo, opts) constant
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.cc | 366 bool CordRepBtree::IsValid(const CordRepBtree* tree, bool shallow) { in IsValid() 411 CordRepBtree* CordRepBtree::AssertValid(CordRepBtree* tree, bool shallow) { in AssertValid() 420 bool shallow) { in AssertValid()
|
/third_party/node/deps/brotli/c/enc/ |
D | hash.h | 179 HasherSearchResult* out, BROTLI_BOOL shallow) { in SearchInStaticDictionary()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash.h | 179 HasherSearchResult* out, BROTLI_BOOL shallow) { in SearchInStaticDictionary()
|
/third_party/skia/tests/ |
D | PictureTest.cpp | 939 auto check = [r](sk_sp<SkPicture> pic, int shallow, int nested) { in DEF_TEST()
|