Home
last modified time | relevance | path

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

1234567

/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
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
/external/cronet/tot/base/files/
Dfile_enumerator_win.cc67 bool recursive, in FileEnumerator()
76 bool recursive, in FileEnumerator()
86 bool recursive, in FileEnumerator()
98 bool recursive, in FileEnumerator()
Dfile_enumerator_posix.cc100 bool recursive, in FileEnumerator()
109 bool recursive, in FileEnumerator()
119 bool recursive, in FileEnumerator()
131 bool recursive, in FileEnumerator()
Dfile_util_win.cc88 bool recursive) { in DeleteFileRecursive()
171 bool recursive, in DoCopyDirectory()
260 DWORD DoDeleteFile(const FilePath& path, bool recursive) { in DoDeleteFile()
315 bool DeleteFileOrSetLastError(const FilePath& path, bool recursive) { in DeleteFileOrSetLastError()
327 bool recursive, in DeleteFileWithRetry()
360 bool recursive, in GetDeleteFileCallbackInternal()
504 bool recursive) { in CopyDirectory()
510 bool recursive) { in CopyDirectoryExcl()
/external/cronet/stable/base/files/
Dfile_enumerator_win.cc67 bool recursive, in FileEnumerator()
76 bool recursive, in FileEnumerator()
86 bool recursive, in FileEnumerator()
98 bool recursive, in FileEnumerator()
Dfile_enumerator_posix.cc100 bool recursive, in FileEnumerator()
109 bool recursive, in FileEnumerator()
119 bool recursive, in FileEnumerator()
131 bool recursive, in FileEnumerator()
Dfile_util_win.cc88 bool recursive) { in DeleteFileRecursive()
171 bool recursive, in DoCopyDirectory()
260 DWORD DoDeleteFile(const FilePath& path, bool recursive) { in DoDeleteFile()
315 bool DeleteFileOrSetLastError(const FilePath& path, bool recursive) { in DeleteFileOrSetLastError()
327 bool recursive, in DeleteFileWithRetry()
360 bool recursive, in GetDeleteFileCallbackInternal()
504 bool recursive) { in CopyDirectory()
510 bool recursive) { in CopyDirectoryExcl()
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
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()
/external/cronet/stable/base/win/
Dsecurity_util.cc31 bool recursive, in AddACEToPath()
77 bool recursive) { in GrantAccessToPath()
86 bool recursive) { in DenyAccessToPath()
/external/cronet/tot/base/win/
Dsecurity_util.cc31 bool recursive, in AddACEToPath()
77 bool recursive) { in GrantAccessToPath()
86 bool recursive) { in DenyAccessToPath()
/external/libchrome/base/files/
Dfile_enumerator_posix.cc60 bool recursive, in FileEnumerator()
69 bool recursive, in FileEnumerator()
79 bool recursive, in FileEnumerator()
Dfile_path_watcher.cc39 bool recursive, in Watch()
Dfile_path_watcher_stub.cc23 bool recursive, in Watch()
/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
/external/tensorflow/tensorflow/python/autograph/impl/
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
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/external/llvm/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/external/perfetto/infra/perfetto.dev/
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
/external/python/cpython3/Lib/
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
/external/yapf/yapf/yapflib/
Dfile_resources.py155 def GetCommandLineFiles(command_line_file_list, recursive, exclude): argument
195 def _FindPythonFiles(filenames, recursive, exclude): argument
/external/rust/android-crates-io/crates/walkdir/src/tests/
Dmod.rs4 mod recursive; module
/external/testng/src/main/java/org/testng/internal/
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
/external/pytorch/torch/
D_compile.py10 def _disable_dynamo(fn=None, recursive=True): argument
/external/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c30 int recursive() { in recursive() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__filesystem/
Dcopy_options.h28 recursive = 8, enumerator

1234567