Home
last modified time | relevance | path

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

12345678910>>...21

/aosp_15_r20/external/cronet/base/files/
H A Dfile_enumerator_win.cc67 bool recursive, in FileEnumerator()
76 bool recursive, in FileEnumerator()
86 bool recursive, in FileEnumerator()
98 bool recursive, in FileEnumerator()
H A Dfile_enumerator_posix.cc80 bool recursive, in FileEnumerator()
89 bool recursive, in FileEnumerator()
99 bool recursive, in FileEnumerator()
111 bool recursive, in FileEnumerator()
H A Dfile_util_win.cc89 bool recursive) { in DeleteFileRecursive()
172 bool recursive, in DoCopyDirectory()
261 DWORD DoDeleteFile(const FilePath& path, bool recursive) { in DoDeleteFile()
316 bool DeleteFileOrSetLastError(const FilePath& path, bool recursive) { in DeleteFileOrSetLastError()
328 bool recursive, in DeleteFileWithRetry()
361 bool recursive, in GetDeleteFileCallbackInternal()
513 bool recursive) { in CopyDirectory()
519 bool recursive) { in CopyDirectoryExcl()
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/
H A Dapi.py651 def convert(recursive=False, argument
707 def to_graph(entity, recursive=True, experimental_optional_features=None): argument
780 recursive=True, argument
851 recursive=True, argument
904 def to_code(entity, recursive=True, experimental_optional_features=None): argument
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
H A DFieldScopeResult.java69 private final boolean recursive; field in FieldScopeResult
71 FieldScopeResult(boolean included, boolean recursive) { in FieldScopeResult()
85 boolean recursive() { in recursive() method in FieldScopeResult
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/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
/aosp_15_r20/external/python/setuptools/setuptools/
Dglob.py16 def glob(pathname, recursive=False): argument
30 def iglob(pathname, recursive=False): argument
48 def _iglob(pathname, recursive): argument
/aosp_15_r20/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
/aosp_15_r20/external/cronet/base/win/
H A Dsecurity_util.cc31 bool recursive, in AddACEToPath()
77 bool recursive) { in GrantAccessToPath()
86 bool recursive) { in DenyAccessToPath()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_enumerator_posix.cc60 bool recursive, in FileEnumerator()
69 bool recursive, in FileEnumerator()
79 bool recursive, in FileEnumerator()
/aosp_15_r20/external/perfetto/infra/perfetto.dev/
H A Dbuild.js134 fs.watch(absDir, {recursive: true}, (_eventType, filePath) => { property
164 fs.rmSync(dirPath, {recursive: true}); property
166 if (!exists || clean) fs.mkdirSync(dirPath, {recursive: true}); property
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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
/aosp_15_r20/external/python/cpython3/Lib/
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
/aosp_15_r20/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
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DPackageUtils.java180 private static boolean matchTestClasspath(URL url, String lastFragment, boolean recursive) { in matchTestClasspath()
214 final boolean recursive, in findClassesInDirPackage()
238 recursive, in findClassesInDirPackage() local
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
H A DDirectoryTraversal.java29 …public static void traverse(final String path, boolean recursive, final DirectoryTraversalHandler … in traverse()
40 …private static native void crtTraverse(final String path, boolean recursive, final DirectoryTraver… in crtTraverse()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/
Ddir_builder.rs13 recursive: bool, field
52 pub fn recursive(&mut self, recursive: bool) -> &mut Self { in recursive() method
/aosp_15_r20/external/llvm/lib/Support/
H A DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/aosp_15_r20/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()

12345678910>>...21