Searched refs:last (Results 1 – 13 of 13) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Terminal.kt | 45 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/ |
D | FileUseMap.java | 306 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 …]
|
D | ZFile.java | 720 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/ |
D | control_flow_graph.cc | 113 current_block_.region.last = nullptr; in StartBlock() 122 current_block_.region.last = instr; in EndBlock()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | KotlinInteropChecksTest.kt | 50 fun `Sam-compatible parameters should be last`() { in Sam-compatible parameters should be last()
|
/tools/dexter/slicer/export/slicer/ |
D | control_flow_graph.h | 29 Instruction* last = nullptr; member
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_verify.txt | 26 the APK as the very last parameter, after all options.
|
D | help_sign.txt | 13 specifying the APK as the very last parameter, after all
|
/tools/dexter/dexter/ |
D | experimental.cc | 394 block.region.last->offset); in CodeCoverage() 400 if (trace_point != nullptr || instr == block.region.last) { in CodeCoverage()
|
D | dissasembler.cc | 56 if (instr == current_block.region.last) { in EndInstruction()
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 378 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/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |