Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BadZipFile
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Lib/
H
A
D
zipfile.py
39
__all__ = ["
BadZipFile
", "BadZipfile", "error",
44
class
BadZipFile
(Exception):
class
54
error = BadZipfile =
BadZipFile
# Pre-3.2 compatibility names
262
raise
BadZipFile
("zipfiles that span multiple disks are not supported")
501
raise
BadZipFile
("Corrupt extra field %04x (size=%d)" % (tp, ln))
518
raise
BadZipFile
(f"Corrupt zip64 extra field. "
976
raise
BadZipFile
("Bad CRC-32 for file %r" % self.name)
1328
except
BadZipFile
:
1370
raise
BadZipFile
("File is not a zip file")
1372
raise
BadZipFile
("Fil
[all...]
/third_party/python/Lib/test/
H
A
D
test_zipfile.py
985
with self.assertRaises(zipfile.
BadZipFile
) as e:
996
with self.assertRaises(zipfile.
BadZipFile
) as e:
1005
with self.assertRaises(zipfile.
BadZipFile
) as e:
1019
with self.assertRaises(zipfile.
BadZipFile
) as e:
1031
with self.assertRaises(zipfile.
BadZipFile
) as e:
1043
with self.assertRaises(zipfile.
BadZipFile
) as e:
1054
with self.assertRaises(zipfile.
BadZipFile
) as e:
1739
raise zipfile.
BadZipFile
()
1740
except zipfile.
BadZipFile
:
1820
except zipfile.
BadZipFile
[all...]
Completed in 9 milliseconds