/external/glide/library/src/main/java/com/bumptech/glide/util/ |
D | Util.java | 41 private static String bytesToHex(byte[] bytes, char[] hexChars) { in bytesToHex() argument 45 hexChars[j * 2] = HEX_CHAR_ARRAY[v >>> 4]; in bytesToHex() 46 hexChars[j * 2 + 1] = HEX_CHAR_ARRAY[v & 0x0F]; in bytesToHex() 48 return new String(hexChars); in bytesToHex()
|
/external/apache-http/android/src/android/net/http/ |
D | RequestHandle.java | 412 final char hexChars[] = in bufferToHex() local 424 hex.append(hexChars[h]); in bufferToHex() 425 hex.append(hexChars[l]); in bufferToHex()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1628 String hexChars = "0123456789abcdef"; in appendCharToBuf() local 1632 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf() 1638 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1632 String hexChars = "0123456789abcdef"; in appendCharToBuf() local 1636 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf() 1642 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 4349 UnicodeString hexChars("0123456789abcdef"); in RunMonkey() local 4363 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey() 4368 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey()
|
/external/guice/extensions/persist/lib/ |
D | xwork-2.0.4.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/opensymphony/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |