Searched refs:globs (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem_unittest.py | 63 globs = _patcher.replaceGlobs(vars(module)) 65 globs=globs, 197 doctester.globs = self.replaceGlobs(doctester.globs) 216 globs = globs_.copy() 219 if 'os' in globs: 220 globs['os'] = fake_filesystem.FakeOsModule(self.fs) 221 if 'glob' in globs: 222 globs['glob'] = fake_filesystem_glob.FakeGlobModule(self.fs) 223 if 'path' in globs: 224 fake_os = globs['os'] if 'os' in globs \ [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem_unittest.py | 59 globs = _patcher.replaceGlobs(vars(module)) 61 globs=globs, 189 doctester.globs = self.replaceGlobs(doctester.globs) 208 globs = globs_.copy() 211 if 'os' in globs: 212 globs['os'] = fake_filesystem.FakeOsModule(self.fs) 213 if 'glob' in globs: 214 globs['glob'] = fake_filesystem_glob.FakeGlobModule(self.fs) 215 if 'path' in globs: 216 globs['path'] = fake_filesystem.FakePathModule(self.fs) [all …]
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
D | evalcontext.py | 23 def __init__(self, namespace, globs): argument 25 self.globs = globs 38 six.exec_(code, self.globs, self.namespace)
|
/external/v8/tools/testrunner/local/ |
D | testsuite.py | 236 globs = [] 247 globs.append(path) 251 for a in globs:
|
/external/mesa3d/configs/ |
D | default | 75 # globs used to install the lib and all symlinks
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | httpserver.py | 977 globs = getattr(func, 'func_globals', {}) 978 mod = globs.get('__name__')
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | runner.py | 680 def _matches(name, globs): argument 681 return any(fnmatch.fnmatch(name, glob) for glob in globs)
|
/external/ltrace/ |
D | NEWS | 149 *** -e, -x and -l selectors now allow using globs and regular expressions
|
/external/jemalloc/ |
D | configure.ac | 1171 dnl Pattern globs aren't powerful enough to match both single- and
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 503 * Remove restorecond error for matching globs with multiple hard links
|