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

  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler_unittest.py 55 self.assertTrue(zipfile.is_zipfile(result))
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 85 if not (archive_path and zipfile.is_zipfile(archive_path)):
dependency_manager_util_unittest.py 111 self.assertTrue(zipfile.is_zipfile(archive_path))
156 self.assertTrue(zipfile.is_zipfile(archive_path))
  /pdk/build/
pdk_utils.py 128 if not zipfile.is_zipfile(zip_file_path):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipfile.py 720 """Check that is_zipfile() correctly identifies non-zip files."""
724 chk = zipfile.is_zipfile(TESTFN)
728 chk = zipfile.is_zipfile(fp)
733 chk = zipfile.is_zipfile(fp)
736 chk = zipfile.is_zipfile(fp)
740 """Check that is_zipfile() correctly identifies zip files."""
744 chk = zipfile.is_zipfile(TESTFN)
748 chk = zipfile.is_zipfile(fp)
755 chk = zipfile.is_zipfile(fp)
758 chk = zipfile.is_zipfile(fp)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /external/python/cpython2/Lib/test/
test_zipfile.py     [all...]
test_shutil.py 482 self.assertTrue(zipfile.is_zipfile(res))
495 self.assertTrue(zipfile.is_zipfile(res))
    [all...]
  /external/libmojo/build/android/gyp/util/
build_utils.py 228 if not zipfile.is_zipfile(zip_path):
  /external/python/cpython2/Doc/library/
zipfile.rst 64 .. function:: is_zipfile(filename)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 16 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
141 def is_zipfile(filename): function
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
142 def is_zipfile(filename): function
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
  /external/python/cpython2/Doc/whatsnew/
2.7.rst     [all...]

Completed in 1757 milliseconds