/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidZipStreamTest.java | 115 long[] crcs = {0x205fbff3, 0x906fae57L, 0x2c235131}; local 126 newEntry.setCrc(crcs[i]);
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/ |
ImageProcessor.java | 47 private final HashMap<String, Rect> crcs = new HashMap(); field in class:ImageProcessor 103 Rect existing = crcs.get(crc); 109 crcs.put(crc, rect); 126 crcs.clear();
|
/external/lzma/C/ |
7zArcIn.c | 140 SzBitUi32s_Init(&p->CRCs);
159 SzBitUi32s_Free(&p->CRCs, alloc);
395 static MY_NO_INLINE SRes ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *alloc)
401 MY_ALLOC(UInt32, crcs->Vals, numItems, alloc);
403 defs = crcs->Defs;
404 vals = crcs->Vals;
416 static SRes ReadBitUi32s(CSzData *sd, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *alloc)
418 SzBitUi32s_Free(crcs, alloc);
419 RINOK(ReadBitVector(sd, numItems, &crcs->Defs, alloc));
420 return ReadUi32s(sd, numItems, crcs, alloc); [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.cpp | 627 void CInArchive::ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs)
629 ReadBoolVector2(numItems, crcs.Defs);
630 crcs.Vals.ClearAndSetSize(numItems);
631 UInt32 *p = &crcs.Vals[0];
632 const bool *defs = &crcs.Defs[0];
1022 /* If digests.Defs.Size() == 0, it means that there are no crcs.
[all...] |
7zIn.h | 358 void ReadHashDigests(unsigned numItems, CUInt32DefVector &crcs);
|
/prebuilts/devtools/tools/lib/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/ |
commons-compress-1.9.jar | |
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |