Home
last modified time | relevance | path

Searched refs:computedValue (Results 1 – 3 of 3) sorted by relevance

/external/r8/src/test/examples/multidex002/fakelibrary/
DMultiDexExtractor.java78 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc() local
79 if (computedValue == NO_VALUE) { in getZipCrc()
81 computedValue--; in getZipCrc()
83 return computedValue; in getZipCrc()
/external/r8/src/test/examplesAndroidO/multidex004/fakelibrary/
DMultiDexExtractor.java79 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc() local
80 if (computedValue == NO_VALUE) { in getZipCrc()
82 computedValue--; in getZipCrc()
84 return computedValue; in getZipCrc()
/external/r8/src/test/examples/multidex003/fakelibrary/
DMultiDexExtractor.java78 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc() local
79 if (computedValue == NO_VALUE) { in getZipCrc()
81 computedValue--; in getZipCrc()
83 return computedValue; in getZipCrc()