Home
last modified time | relevance | path

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

12345

/external/python/setuptools/setuptools/
Dglob.py18 def glob(pathname, recursive=False): argument
32 def iglob(pathname, recursive=False): argument
50 def _iglob(pathname, recursive): argument
/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/crates/tokio/src/fs/
Ddir_builder.rs15 recursive: bool, field
58 pub fn recursive(&mut self, recursive: bool) -> &mut Self { in recursive() method
/external/python/cpython3/Lib/
Dglob.py10 def glob(pathname, *, recursive=False): argument
23 def iglob(pathname, *, recursive=False): argument
41 def _iglob(pathname, recursive, dironly): argument
/external/llvm/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py673 def convert(recursive=False, argument
729 def to_graph(entity, recursive=True, experimental_optional_features=None): argument
802 recursive=True, argument
873 recursive=True, argument
926 def to_code(entity, recursive=True, experimental_optional_features=None): argument
/external/yapf/yapf/yapflib/
Dfile_resources.py74 def GetCommandLineFiles(command_line_file_list, recursive, exclude): argument
115 def _FindPythonFiles(filenames, recursive, exclude): argument
/external/rust/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/llvm-project/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c30 int recursive() { in recursive() function
/external/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c30 int recursive() { in recursive() function
/external/tensorflow/tensorflow/python/module/
Dmodule.py218 recursive=True, argument
348 recursive, argument
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DContainerBox.java56 <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive); in getBoxes()
/external/lzma/CPP/Common/
DWildcard.cpp302 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool for… in AddItem()
416 void CCensorNode::AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching) in AddItem2()
528 void CCensor::AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, … in AddItem()
667 void CCensor::AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching) in AddPreItem()
/external/python/oauth2client/oauth2client/contrib/
D_metadata.py36 def get(http_request, path, root=METADATA_ROOT, recursive=None): argument
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py275 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py275 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
/external/protobuf/src/google/protobuf/
Dunittest_mset.proto56 optional proto2_wireformat_unittest.TestMessageSet recursive = 16; field
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h94 bool recursive; variable
/external/llvm/include/llvm/Support/
DMutex.h94 bool recursive; variable
/external/libcap/progs/
Dgetcap.c23 static int recursive = 0; variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py402 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
428 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument

12345