HomeSort by relevance Sort by last modified time
    Searched refs:has_magic (Results 1 - 7 of 7) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
glob.py 38 if not has_magic(pathname):
50 if dirname != pathname and has_magic(dirname):
54 if has_magic(basename):
94 def has_magic(s): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
glob.py 38 if not has_magic(pathname):
50 if dirname != pathname and has_magic(dirname):
54 if has_magic(basename):
94 def has_magic(s): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 38 if not has_magic(pathname):
50 if dirname != pathname and has_magic(dirname):
54 if has_magic(basename):
94 def has_magic(s): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 38 if not has_magic(pathname):
50 if dirname != pathname and has_magic(dirname):
54 if has_magic(basename):
94 def has_magic(s): function
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_glob.py 65 if not self.has_magic(pathname):
75 elif self.has_magic(dirname):
80 if not self.has_magic(basename):
fake_filesystem_glob_test.py 77 self.assertTrue(self.glob.has_magic('['))
78 self.assertFalse(self.glob.has_magic('a'))
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem_glob.py 65 if not self.has_magic(pathname):
75 elif self.has_magic(dirname):
80 if not self.has_magic(basename):

Completed in 212 milliseconds