Home
last modified time | relevance | path

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

/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/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.java720 byte[] last = new byte[lastToRead]; in readEocd()
721 directFullyRead(raf.length() - lastToRead, last); in readEocd() local
738 for (int endIdx = last.length - MIN_EOCD_SIZE; endIdx >= 0 && foundEocdSignature == -1; in readEocd()
743 if (last[endIdx] == EOCD_SIGNATURE[3] in readEocd()
744 && last[endIdx + 1] == EOCD_SIGNATURE[2] in readEocd()
745 && last[endIdx + 2] == EOCD_SIGNATURE[1] in readEocd()
746 && last[endIdx + 3] == EOCD_SIGNATURE[0]) { in readEocd()
754 ByteBuffer.wrap(last, foundEocdSignature, last.length - foundEocdSignature); in readEocd()
/tools/dexter/slicer/
Dcontrol_flow_graph.cc113 current_block_.region.last = nullptr; in StartBlock()
122 current_block_.region.last = instr; in EndBlock()
/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()
/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_sign.txt13 specifying the APK as the very last parameter, after all
/tools/dexter/dexter/
Dexperimental.cc394 block.region.last->offset); in CodeCoverage()
400 if (trace_point != nullptr || instr == block.region.last) { in CodeCoverage()
Ddissasembler.cc56 if (instr == current_block.region.last) { in EndInstruction()
/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/tradefederation/core/res/jacoco/
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...
Djacocoagent.jarMETA-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...