Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 41) sorted by relevance

12

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DFileUseMap.java306 FileUseMapEntry<?> last = map.last(); in truncate() local
307 Verify.verifyNotNull(last, "last == null"); in truncate()
308 if (last.isFree()) { in truncate()
309 internalRemove(last); in truncate()
310 size = last.getStart(); in truncate()
337 FileUseMapEntry<?> last = map.last(); in usedSize() local
338 Verify.verifyNotNull(last, "last == null"); in usedSize()
339 if (last.isFree()) { in usedSize()
340 return last.getStart(); in usedSize()
342 Verify.verify(last.getEnd() == size); in usedSize()
[all …]
DZFile.java721 byte[] last = new byte[lastToRead]; in readEocd()
722 directFullyRead(raf.length() - lastToRead, last); in readEocd() local
739 for (int endIdx = last.length - MIN_EOCD_SIZE; endIdx >= 0 && foundEocdSignature == -1; in readEocd()
744 if (last[endIdx] == EOCD_SIGNATURE[3] in readEocd()
745 && last[endIdx + 1] == EOCD_SIGNATURE[2] in readEocd()
746 && last[endIdx + 2] == EOCD_SIGNATURE[1] in readEocd()
747 && last[endIdx + 3] == EOCD_SIGNATURE[0]) { in readEocd()
755 ByteBuffer.wrap(last, foundEocdSignature, last.length - foundEocdSignature); in readEocd()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringSearch.kt46 val last = lookFor.length - 1 constant in trebuchet.util.StringSearch
47 for (i in 0..last - 1) {
48 skipLut[lookFor[i].toInt() and 0xFF] = (last - i).toByte()
51 var lastPrefix = last
52 for (i in last downTo 0) {
56 suffixSkip[i] = (lastPrefix + last - i).toByte()
58 for (i in 0 until last) {
60 if(lookFor[i - suffixLength] != lookFor[last - suffixLength]) {
61 suffixSkip[last - suffixLength] = (suffixLength + last - i).toByte()
DSlices.kt66 …NATE_DEX_OPEN_START) -> return SliceContents("Open dex file", sliceString.split(" ").last().trim()) in parseSliceName()
/tools/metalava/src/main/java/com/android/tools/metalava/
DTerminal.kt43 if (sb.last().isDigit()) in terminalAttributes()
49 if (sb.last().isDigit()) in terminalAttributes()
54 if (sb.last().isDigit()) in terminalAttributes()
59 if (sb.last().isDigit()) in terminalAttributes()
63 if (sb.last() == '[') { in terminalAttributes()
DAnnotationsMerger.kt592 value1 + (if (value1.last().isDigit()) "L" else "") in <lambda>()
596 value2 + (if (value2.last().isDigit()) "L" else "") in <lambda>()
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSchedulingSliceFragment.kt34 if (_slices.last().state == newState) { in switchState()
38 _slices.last().endTime = timestamp in switchState()
DSchedulingProcessFragment.kt29 if (_slices.last().endTime == Double.MAX_VALUE) { in switchProcess()
30 _slices.last().endTime = timestamp in switchProcess()
DSliceGroupBuilder.kt40 openSlices.last().add(builder) in endSlice()
/tools/dexter/slicer/
Dcontrol_flow_graph.cc112 current_block_.region.last = nullptr; in StartBlock()
121 current_block_.region.last = instr; in EndBlock()
/tools/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/
DBinaryCompatibilityInterfaceMethodsTest.kt420 … fun `Change last parameter from array type T(array) to variable arity T(elipse) (Compatible)`() { in Change last parameter from array type T(array) to variable arity T(elipse) (Compatible)()
440 …fun `Change last parameter from variable arity T(elipse) to array type T(array) (Incompatible)`() { in Change last parameter from variable arity T(elipse) to array type T(array) (Incompatible)()
DBinaryCompatibilityClassMethodsAndConstructors.kt585 … fun `Change last parameter from array type T(array) to variable arity T(elipse) (Compatible)`() { in Change last parameter from array type T(array) to variable arity T(elipse) (Compatible)()
605 …fun `Change last parameter from variable arity T(elipse) to array type T(array) (Incompatible)`() { in Change last parameter from variable arity T(elipse) to array type T(array) (Incompatible)()
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt378 The first four are specified in this document; the last two are
990 M flag 1 = more fragments; 0 = last fragment.
1050 fragments, each, except possibly the last ("rightmost") one, being an
1057 | Unfragmentable | first | second | | last |
1086 | Unfragmentable |Fragment| last |
1096 last header of the Unfragmentable Part changed to 44.
1108 An M flag value of 0 if the fragment is the last
1148 The Next Header field of the last header of the Unfragmentable
1154 of the last fragment. For example, a formula for computing the
1157 PL.orig = PL.first - FL.first - 8 + (8 * FO.last) + FL.last
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebase.kt480 val last = pkg.lastIndexOf('.') in <lambda>() constant
481 if (last == -1) { in <lambda>()
485 pkg = pkg.substring(0, last) in <lambda>()
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DNdkVersion.kt46 return fromString(it.groups.last()!!.value) in fromSourcePropertiesText()
/tools/dexter/slicer/export/slicer/
Dcontrol_flow_graph.h29 Instruction* last = nullptr; member
/tools/ndkports/buildSrc/src/test/kotlin/com/android/ndkports/
DCMakeCompatibleVersionTest.kt109 fun `constructor requires that nulls come last`() { in constructor requires that nulls come last()
/tools/metalava/src/test/java/com/android/tools/metalava/
DKotlinInteropChecksTest.kt55 fun `Sam-compatible parameters should be last`() { in Sam-compatible parameters should be last()
DDocAnalyzerTest.kt1113 fun `Add to existing return value (ensuring it appears last)`() { in Add to existing return value (ensuring it appears last)()
/tools/dexter/dexter/
Dexperimental.cc401 block.region.last->offset); in CodeCoverage()
407 if (trace_point != nullptr || instr == block.region.last) { in CodeCoverage()
Ddisassembler.cc56 if (instr == current_block.region.last) { in EndInstruction()
/tools/ndkports/openssl/
Dbuild.gradle.kts7 val letter = microAndLetter.last() in openSslVersionToCMakeVersion()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt29 the APK as the very last parameter, after all options.
/tools/test/connectivity/acts/framework/acts/
Drecords.py48 new_content.move_to_end('Type', last=False)
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto67 // If duplicate keys are presented the last value is taken.

12