/external/python/pyfakefs/pyfakefs/ |
D | fake_legacy_modules.py | 89 def walk(self, top, topdown=True, onerror=None, followlinks=False): argument
|
D | fake_scandir.py | 211 def walk(filesystem, top, topdown=True, onerror=None, followlinks=False): argument
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeFilter.java | 137 public void topdown() throws RecognitionException {;} in topdown() method in TreeFilter
|
D | TreeRewriter.java | 122 public Object topdown() throws RecognitionException { return null; } in topdown() method in TreeRewriter
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeFilter.m | 240 - (void) topdown method
|
D | TreeRewriter.m | 232 - (id) topdown method in Object
|
/external/ltp/testcases/kernel/mem/vma/ |
D | vma01.c | 92 int topdown; in check_vma() local
|
/external/python/cpython3/Lib/ |
D | os.py | 288 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/ |
D | shell.py | 371 def walk(top, topdown=True, onerror=None): argument
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | shell.py | 371 def walk(top, topdown=True, onerror=None): argument
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.py | 838 def walk_v2(top, topdown=True, onerror=None): argument
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 3409 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 3613 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 3833 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_os_test.py | 4707 def assertWalkResults(self, expected, top, topdown=True, followlinks=False): argument
|