Home
last modified time | relevance | path

Searched defs:topdown (Results 1 – 15 of 15) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_legacy_modules.py89 def walk(self, top, topdown=True, onerror=None, followlinks=False): argument
Dfake_scandir.py211 def walk(filesystem, top, topdown=True, onerror=None, followlinks=False): argument
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeFilter.java137 public void topdown() throws RecognitionException {;} in topdown() method in TreeFilter
DTreeRewriter.java122 public Object topdown() throws RecognitionException { return null; } in topdown() method in TreeRewriter
/external/antlr/runtime/ObjC/Framework/
DTreeFilter.m240 - (void) topdown method
DTreeRewriter.m232 - (id) topdown method in Object
/external/ltp/testcases/kernel/mem/vma/
Dvma01.c92 int topdown; in check_vma() local
/external/python/cpython3/Lib/
Dos.py288 def walk(top, topdown=True, onerror=None, followlinks=False): argument
446 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
498 def _fwalk(stack, isbytes, topdown, onerror, follow_symlinks): argument
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py371 def walk(top, topdown=True, onerror=None): argument
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py371 def walk(top, topdown=True, onerror=None): argument
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py838 def walk_v2(top, topdown=True, onerror=None): argument
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3409 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3613 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3833 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py4707 def assertWalkResults(self, expected, top, topdown=True, followlinks=False): argument