Home
last modified time | relevance | path

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

/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/metalava/src/main/java/com/android/tools/metalava/
DTerminal.kt45 if (sb.last().isDigit()) in terminalAttributes()
51 if (sb.last().isDigit()) in terminalAttributes()
56 if (sb.last().isDigit()) in terminalAttributes()
61 if (sb.last().isDigit()) in terminalAttributes()
65 if (sb.last() == '[') { in terminalAttributes()
/tools/tradefederation/core/tests/res/testtype/
Dpython_subtest_output.txt7 Traceback (most recent call last):
15 Traceback (most recent call last):
23 Traceback (most recent call last):
31 Traceback (most recent call last):
Dpython_output1.txt34 Traceback (most recent call last):
43 Traceback (most recent call last):
Dpython_output3.txt29 Traceback (most recent call last):
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
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.cc113 current_block_.region.last = nullptr; in StartBlock()
122 current_block_.region.last = instr; in EndBlock()
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DNdkVersion.kt46 return fromString(it.groups.last()!!.value) in fromSourcePropertiesText()
DPrefabPackageBuilder.kt57 private val artifactId = packageComponents.last() in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/
DKotlinInteropChecksTest.kt50 fun `Sam-compatible parameters should be last`() { in Sam-compatible parameters should be last()
DDocAnalyzerTest.kt1060 fun `Add to existing return value (ensuring it appears last)`() { in Add to existing return value (ensuring it appears last)()
/tools/dexter/slicer/export/slicer/
Dcontrol_flow_graph.h29 Instruction* last = nullptr; member
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt26 the APK as the very last parameter, after all options.
Dhelp_rotate.txt34 be the last key in the SigningCertificate object, signed by the old-signer.
Dhelp_sign.txt13 specifying the APK as the very last parameter, after all
/tools/test/connectivity/acts/framework/acts/
Drecords.py48 new_content.move_to_end('Type', last=False)
/tools/dexter/dexter/
Dexperimental.cc400 block.region.last->offset); in CodeCoverage()
406 if (trace_point != nullptr || instr == block.region.last) { in CodeCoverage()
Ddissasembler.cc56 if (instr == current_block.region.last) { in EndInstruction()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbluetooth.proto284 // Number of times that this profile is connected since last metrics dump
/tools/metalava/
DFORMAT.md284 The last two elements are "redundant"; they could be computed from the property
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto664 // the last element:
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...
/tools/tradefederation/core/res/jacoco/
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...