| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Idd57bbbc86c936cbfd60e02f8ac8d4f8fbc94592
|
|
|
|
|
|
|
|
| |
Cookies are really indices into vectors and arrays, so
they don't need to be void*. We choose int32_t instead
of size_t to allow their width to be well specified.
Change-Id: I319f271bd4f102dee7cb9f00df4c75ea697456f5
|
|
|
|
|
|
|
| |
Manual merge of https://android-review.googlesource.com/70831 across
the header refactoring.
Change-Id: I28b6a61e89b68d914124122882976a9d2f81a609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This lets us share zip archive processing code with both
the runtime (Art, dalvik) and critical java code
(StrictJarFile).
This change also moves several utility methods to ZipUtils
and dedups code across several zip inflation methods.
One of the side effects of this change is that several
processing loops are now O(n) instead of O(n^2).
bug: 10193060
(cherry picked from commit afd31e08299008fdc5c2813f21b2573f29dc53df)
Change-Id: Iae67e62f1dc6dfc3f43e29bc38e3ffd1cb14d191
|
|
Change-Id: I8228c9a796e68e920c6a7dfc154c4b70ba66b082
|