HomeSort by relevance Sort by last modified time
    Searched full:iglob (Results 1 - 15 of 15) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
glob.py 16 __all__ = ["glob", "iglob"]
27 return list(iglob(pathname))
29 def iglob(pathname): function
51 dirs = iglob(dirname)
  /prebuilts/gdb/linux-x86/lib/python2.7/
glob.py 16 __all__ = ["glob", "iglob"]
27 return list(iglob(pathname))
29 def iglob(pathname): function
51 dirs = iglob(dirname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 16 __all__ = ["glob", "iglob"]
27 return list(iglob(pathname))
29 def iglob(pathname): function
51 dirs = iglob(dirname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 16 __all__ = ["glob", "iglob"]
27 return list(iglob(pathname))
29 def iglob(pathname): function
51 dirs = iglob(dirname)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_glob.py 52 self.assertEqual(list(glob.iglob(p)), res)
55 self.assertEqual(list(glob.iglob(fsdecode(p))), ures)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_glob.py 52 self.assertEqual(list(glob.iglob(p)), res)
55 self.assertEqual(list(glob.iglob(fsdecode(p))), ures)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_glob.py 52 self.assertEqual(list(glob.iglob(p)), res)
55 self.assertEqual(list(glob.iglob(fsdecode(p))), ures)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_glob.py 52 self.assertEqual(list(glob.iglob(p)), res)
55 self.assertEqual(list(glob.iglob(fsdecode(p))), ures)
  /external/skia/tools/
test_gpuveto.py 30 for globbedpath in glob.iglob(dir_or_file): # useful on win32
find_bad_images_in_skps.py 79 for globbedpath in glob.iglob(path): # useful on win32
  /toolchain/binutils/binutils-2.25/include/opcode/
pyr.h 237 I can't imagine what the "I???" insns (iglob, etc) do.
299 {"iglob", { 2, "", UNKNOWN, 0x00} }, /* I global? */
  /external/autotest/site_utils/suite_scheduler/
manifest_versions.py 352 return [p[len(prefix)+1:] for p in glob.iglob(full_glob)]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
wildcard_iterator.py 522 filepaths = glob.iglob(wildcard)
  /frameworks/base/tools/fonts/
fontchain_lint.py 177 for hyb_file in glob.iglob(path.join(hyphens_dir, '*.hyb')):
  /external/v8/tools/release/
common_includes.py 579 for f in glob.iglob("%s*" % self._config["PERSISTFILE_BASENAME"]):

Completed in 2388 milliseconds