HomeSort by relevance Sort by last modified time
    Searched refs:globs (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
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
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
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
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
evalcontext.py 23 def __init__(self, namespace, globs):
25 self.globs = globs
38 six.exec_(code, self.globs, self.namespace)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 178 def _extract_future_flags(globs):
181 have been imported into the given namespace (globs).
185 feature = globs.get(fname, None)
480 - globs: The namespace (aka globals) that the examples should
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
500 DocTest's globals are initialized with a copy of `globs`.
506 self.globs = globs.copy()
527 self.globs == other.globs and
    [all...]
cProfile.py 187 globs = {
192 runctx(code, globs, None, options.outfile, options.sort)
profile.py 598 globs = {
603 runctx(code, globs, None, options.outfile, options.sort)
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 178 def _extract_future_flags(globs):
181 have been imported into the given namespace (globs).
185 feature = globs.get(fname, None)
480 - globs: The namespace (aka globals) that the examples should
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
500 DocTest's globals are initialized with a copy of `globs`.
506 self.globs = globs.copy()
527 self.globs == other.globs and
    [all...]
cProfile.py 187 globs = {
192 runctx(code, globs, None, options.outfile, options.sort)
profile.py 598 globs = {
603 runctx(code, globs, None, options.outfile, options.sort)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 178 def _extract_future_flags(globs):
181 have been imported into the given namespace (globs).
185 feature = globs.get(fname, None)
480 - globs: The namespace (aka globals) that the examples should
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
500 DocTest's globals are initialized with a copy of `globs`.
506 self.globs = globs.copy()
527 self.globs == other.globs and
    [all...]
cProfile.py 187 globs = {
192 runctx(code, globs, None, options.outfile, options.sort)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 178 def _extract_future_flags(globs):
181 have been imported into the given namespace (globs).
185 feature = globs.get(fname, None)
480 - globs: The namespace (aka globals) that the examples should
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
500 DocTest's globals are initialized with a copy of `globs`.
506 self.globs = globs.copy()
527 self.globs == other.globs and
    [all...]
cProfile.py 187 globs = {
192 runctx(code, globs, None, options.outfile, options.sort)
  /external/v8/tools/testrunner/local/
testsuite.py 227 globs = []
238 globs.append(path)
242 for a in globs:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_parser.py 557 globs = {}
558 exec code in globs
559 self.assertEqual(globs['y'], 5)
test_zipimport.py 342 globs=locals()
355 globs=locals()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_parser.py 557 globs = {}
558 exec code in globs
559 self.assertEqual(globs['y'], 5)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 557 globs = {}
558 exec code in globs
559 self.assertEqual(globs['y'], 5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 557 globs = {}
558 exec code in globs
559 self.assertEqual(globs['y'], 5)
  /external/dbus/dbus/
dbus-shell.c 146 * quotes; if a string contains file globs, arithmetic operators,
257 * don't do filename globs, don't remove redirection stuff, etc.
540 * perform (variable expansion, globs, operators, filename expansion,
  /build/kati/
ninja.cc 715 const unordered_map<string, vector<string>*>& globs = GetAllGlobCache(); local
716 DumpInt(fp, globs.size());
717 for (const auto& p : globs) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_py.py 124 globs = (self.package_data.get('', [])
127 for pattern in globs:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_py.py 124 globs = (self.package_data.get('', [])
127 for pattern in globs:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 124 globs = (self.package_data.get('', [])
127 for pattern in globs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 124 globs = (self.package_data.get('', [])
127 for pattern in globs:

Completed in 770 milliseconds

1 2