Searched defs:shallow (Results 1 – 6 of 6) sorted by relevance
/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/python/cpython3/Lib/ |
D | filecmp.py | 29 def cmp(f1, f2, shallow=True): argument 250 def cmpfiles(a, b, common, shallow=True): argument
|
/external/syslinux/com32/include/sys/ |
D | module.h | 90 bool shallow; // Whether the module contains any code member
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Type.java | 393 CtClass shallow = two; in findCommonSuperClass() local
|
/external/brotli/c/enc/ |
D | hash.h | 193 size_t max_backward, HasherSearchResult* out, BROTLI_BOOL shallow) { in SearchInStaticDictionary()
|
/external/v8/src/ |
D | objects.cc | 7805 bool shallow = hints_ == JSObject::kObjectIsShallow; in StructureWalk() local
|