Home
last modified time | relevance | path

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

1234

/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()
/external/python/cpython3/Lib/
Dglob.py9 def glob(pathname, *, recursive=False): argument
22 def iglob(pathname, *, recursive=False): argument
39 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DMutex.cpp27 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
45 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/external/swiftshader/third_party/LLVM/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
58 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/external/yapf/yapf/yapflib/
Dfile_resources.py74 def GetCommandLineFiles(command_line_file_list, recursive, exclude): argument
115 def _FindPythonFiles(filenames, recursive, exclude): argument
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py64 recursive=False, argument
382 recursive=True, argument
508 recursive=True, argument
/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/tensorflow/tensorflow/python/module/
Dmodule.py170 recursive=True, argument
287 recursive, argument
/external/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c30 int recursive() { in recursive() function
/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/python/oauth2client/oauth2client/contrib/
D_metadata.py36 def get(http_request, path, root=METADATA_ROOT, recursive=None): argument
/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/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/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/swiftshader/third_party/LLVM/include/llvm/Support/
DMutex.h90 bool recursive; variable
/external/llvm/include/llvm/Support/
DMutex.h94 bool recursive; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h94 bool recursive; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMutex.h95 bool recursive; variable
/external/libcap/progs/
Dgetcap.c22 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
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_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

1234