Home
last modified time | relevance | path

Searched refs:globs (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py63 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/
Dfake_filesystem_unittest.py59 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/
Devalcontext.py23 def __init__(self, namespace, globs): argument
25 self.globs = globs
38 six.exec_(code, self.globs, self.namespace)
/external/v8/tools/testrunner/local/
Dtestsuite.py236 globs = []
247 globs.append(path)
251 for a in globs:
/external/mesa3d/configs/
Ddefault75 # globs used to install the lib and all symlinks
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpserver.py977 globs = getattr(func, 'func_globals', {})
978 mod = globs.get('__name__')
/external/chromium-trace/catapult/third_party/typ/typ/
Drunner.py680 def _matches(name, globs): argument
681 return any(fnmatch.fnmatch(name, glob) for glob in globs)
/external/ltrace/
DNEWS149 *** -e, -x and -l selectors now allow using globs and regular expressions
/external/jemalloc/
Dconfigure.ac1171 dnl Pattern globs aren't powerful enough to match both single- and
/external/selinux/policycoreutils/
DChangeLog503 * Remove restorecond error for matching globs with multiple hard links