HomeSort by relevance Sort by last modified time
    Searched refs:resultLengthBytes (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
HexEncoding.java 65 int resultLengthBytes = (encoded.length() + 1) / 2;
66 byte[] result = new byte[resultLengthBytes];
  /libcore/luni/src/main/java/libcore/util/
HexEncoding.java 97 int resultLengthBytes = (encoded.length + 1) / 2;
98 byte[] result = new byte[resultLengthBytes];
  /tools/apksig/src/test/java/com/android/apksig/internal/util/
HexEncoding.java 63 int resultLengthBytes = (encoded.length() + 1) / 2;
64 byte[] result = new byte[resultLengthBytes];
  /external/conscrypt/testing/src/main/java/org/conscrypt/
TestUtils.java 508 int resultLengthBytes = (encoded.length + 1) / 2;
509 byte[] result = new byte[resultLengthBytes];
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 95 milliseconds