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

  /external/skia/tools/skpbench/
_os_path.py 19 pathnames.extend(glob.iglob(path.join(skp, '*.skp')))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
glob.py 8 __all__ = ["glob", "iglob"]
16 return list(iglob(pathname))
18 def iglob(pathname): function
34 dirs = iglob(dirname)
  /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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_glob.py 42 self.assertEqual(list(glob.iglob(p)), res)
  /external/skia/tools/
test_gpuveto.py 30 for globbedpath in glob.iglob(dir_or_file): # useful on win32
  /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/autotest/site_utils/sponge_lib/
acts_job_info.py 54 build_info_files = glob.iglob(build_info_location)
  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 103 for filename in sorted(glob.iglob(os.path.join(tmp_dir, '*.cmd'))))
  /external/autotest/server/site_tests/enterprise_CFM_Perf/
enterprise_CFM_Perf.py 250 newest_file = max(glob.iglob(source_jmi_files), key=os.path.getctime)
  /external/v8/tools/release/
common_includes.py 580 for f in glob.iglob("%s*" % self._config["PERSISTFILE_BASENAME"]):
  /frameworks/base/tools/fonts/
fontchain_lint.py 182 for hyb_file in glob.iglob(path.join(hyphens_dir, '*.hyb')):

Completed in 2468 milliseconds