Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dfilecmp.py29 def cmp(f1, f2, shallow=True): argument
250 def cmpfiles(a, b, common, shallow=True): argument
/external/python/cpython2/Lib/
Dfilecmp.py21 def cmp(f1, f2, shallow=1): argument
241 def cmpfiles(a, b, common, shallow=1): argument
/external/boringssl/src/crypto/stack/
Dstack_test.cc173 ShallowStack shallow(sk_TEST_INT_dup(sk.get())); in TEST() local
/external/autotest/client/common_lib/
Drevision_control.py161 def clone(self, remote_branch=None, shallow=False): argument
/external/v8/src/runtime/
Druntime-literals.cc75 bool shallow = hints_ == kObjectIsShallow; in StructureWalk() local
/external/brotli/c/enc/
Dhash.h198 HasherSearchResult* out, BROTLI_BOOL shallow) { in SearchInStaticDictionary()