Home
last modified time | relevance | path

Searched defs:shallow (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/
Dfilecmp.py30 def cmp(f1, f2, shallow=True): argument
258 def cmpfiles(a, b, common, shallow=True): argument
/third_party/jsframework/runtime/main/reactivity/
Dwatcher.js115 Watcher.prototype.update = function (shallow) { argument
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dclone.js89 const shallow = maybeShallow(repo, opts) constant
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc366 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/
Dhash.h179 HasherSearchResult* out, BROTLI_BOOL shallow) { in SearchInStaticDictionary()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash.h179 HasherSearchResult* out, BROTLI_BOOL shallow) { in SearchInStaticDictionary()
/third_party/skia/tests/
DPictureTest.cpp939 auto check = [r](sk_sp<SkPicture> pic, int shallow, int nested) { in DEF_TEST()