Searched defs:shallow (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/ |
D | filecmp.py | 29 def cmp(f1, f2, shallow=True): argument 250 def cmpfiles(a, b, common, shallow=True): argument
|
/external/python/cpython2/Lib/ |
D | filecmp.py | 21 def cmp(f1, f2, shallow=1): argument 241 def cmpfiles(a, b, common, shallow=1): argument
|
/external/boringssl/src/crypto/stack/ |
D | stack_test.cc | 173 ShallowStack shallow(sk_TEST_INT_dup(sk.get())); in TEST() local
|
/external/autotest/client/common_lib/ |
D | revision_control.py | 161 def clone(self, remote_branch=None, shallow=False): argument
|
/external/v8/src/runtime/ |
D | runtime-literals.cc | 75 bool shallow = hints_ == kObjectIsShallow; in StructureWalk() local
|
/external/brotli/c/enc/ |
D | hash.h | 198 HasherSearchResult* out, BROTLI_BOOL shallow) { in SearchInStaticDictionary()
|