Searched refs:length2 (Results 1 – 3 of 3) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/internal/jar/ |
D | ManifestParser.java | 207 private static byte[] concat(byte[] arr1, byte[] arr2, int offset2, int length2) { in concat() argument 208 byte[] result = new byte[arr1.length + length2]; in concat() 210 System.arraycopy(arr2, offset2, result, arr1.length, length2); in concat()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ComparisonVisitor.kt | 129 val length2 = newList.size in compare() constant 133 if (index2 < length2) { in compare() 182 } else if (index2 < length2) { in compare() 184 while (index2 < length2) { in compare()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_message_utils.py | 509 length2 = len(text2) 513 phonenumber_tx2, phonenumber_rx2, length2, text2) 527 ad_tx2.messaging_droid.logI("Sending SMS of length %s" % length2) 531 "Expecting SMS of length %s from %s" % (length2, ad_tx2.serial)) 690 length2 = len(text2) 695 phonenumber_tx2, phonenumber_rx2, length2, text2) 728 "Sending SMS of length %s" % length2) 743 "Sending SMS of length %s" % length2)
|