Searched defs:_glob (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Tools/c-analyzer/c_analyzer/common/ | ||
D | files.py | 43 _glob=glob.iglob, argument |
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_common/ | ||
D | test_files.py | 44 def _glob(self, root, *, suffix=None): member in IterFilesTests |
/external/lzma/CPP/7zip/Archive/7z/ | ||
D | 7zDecode.cpp | 139 CLockedInStream *_glob; member in NArchive::N7z::CLockedSequentialInStreamMT |
/external/tensorflow/tensorflow/python/debug/lib/ | ||
D | debug_data.py | 52 def _glob(glob_pattern): function |