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 | 130 val length2 = newList.size in compare() constant 134 if (index2 < length2) { in compare() 183 } else if (index2 < length2) { in compare() 185 while (index2 < length2) { in compare()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_test_utils.py | 10052 length2 = len(text2) 10056 phonenumber_tx2, phonenumber_rx2, length2, text2) 10070 ad_tx2.messaging_droid.logI("Sending SMS of length %s" % length2) 10074 "Expecting SMS of length %s from %s" % (length2, ad_tx2.serial)) 10235 length2 = len(text2) 10240 phonenumber_tx2, phonenumber_rx2, length2, text2) 10273 "Sending SMS of length %s" % length2) 10288 "Sending SMS of length %s" % length2)
|