Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 25 of 58) sorted by relevance

123

/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Dglob.py16 def glob(pathname, recursive=False): argument
30 def iglob(pathname, recursive=False): argument
48 def _iglob(pathname, recursive): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/setuptools/
Dglob.py16 def glob(pathname, recursive=False): argument
30 def iglob(pathname, recursive=False): argument
48 def _iglob(pathname, recursive): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Dglob.py16 def glob(pathname, recursive=False): argument
30 def iglob(pathname, recursive=False): argument
48 def _iglob(pathname, recursive): argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Dglob.py16 def glob(pathname, recursive=False): argument
30 def iglob(pathname, recursive=False): argument
48 def _iglob(pathname, recursive): argument
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
DWatchDir.java54 private final boolean recursive; field in WatchDir
93 WatchDir(Path dir, boolean recursive) throws IOException { in WatchDir()
/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
DWatchDir.java54 private final boolean recursive; field in WatchDir
93 WatchDir(Path dir, boolean recursive) throws IOException { in WatchDir()
/prebuilts/build-tools/common/py3-stdlib/
Dglob.py16 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
34 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
63 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
267 def translate(pat, *, recursive=False, include_hidden=False, seps=None): argument
323 def _compile_pattern(pat, sep, case_sensitive, recursive=True): argument
335 def __init__(self, sep, case_sensitive, case_pedantic=False, recursive=False): argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
Dsndhdr.py249 def testall(list, recursive, toplevel): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
Dsndhdr.py249 def testall(list, recursive, toplevel): argument
Dimghdr.py153 def testall(list, recursive, toplevel): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
Dsndhdr.py249 def testall(list, recursive, toplevel): argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
Dsndhdr.py249 def testall(list, recursive, toplevel): argument
Dimghdr.py153 def testall(list, recursive, toplevel): argument
/prebuilts/go/linux-x86/test/interface/
Drecursive.go9 package recursive package
/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/
Dcopy_options.h29 recursive = 8, enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__filesystem/
Dcopy_options.h28 recursive = 8, enumerator
/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/
Dcopy_options.h28 recursive = 8, enumerator
/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/
Dcopy_options.h29 recursive = 8, enumerator
/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/
Dcopy_options.h28 recursive = 8, enumerator
/prebuilts/go/linux-x86/test/fixedbugs/
Dissue27557.go35 func (t *T) recursive() { // ERROR "leaking param: t$" func
/prebuilts/go/linux-x86/test/typeparam/
DdictionaryCapture.go175 func recursive() { func

123