/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | writer.h | 270 os_->Put(hexDigits[(codepoint >> 12) & 15]); in WriteString() 271 os_->Put(hexDigits[(codepoint >> 8) & 15]); in WriteString() 272 os_->Put(hexDigits[(codepoint >> 4) & 15]); in WriteString() 281 os_->Put(hexDigits[(lead >> 12) & 15]); in WriteString() 282 os_->Put(hexDigits[(lead >> 8) & 15]); in WriteString() 283 os_->Put(hexDigits[(lead >> 4) & 15]); in WriteString() 284 os_->Put(hexDigits[(lead ) & 15]); in WriteString() 287 os_->Put(hexDigits[(trail >> 12) & 15]); in WriteString() 288 os_->Put(hexDigits[(trail >> 8) & 15]); in WriteString() 289 os_->Put(hexDigits[(trail >> 4) & 15]); in WriteString() [all …]
|
H A D | pointer.h | 993 …static const char hexDigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C… in Put() local 995 os_.Put(hexDigits[u >> 4]); in Put() 996 os_.Put(hexDigits[u & 15]); in Put()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/ |
H A D | VoicemailChannelUtils.java | 54 private static final char[] hexDigits = "0123456789abcdef".toCharArray(); field in VoicemailChannelUtils 157 sb.append(hexDigits[(b >> 4) & 0xf]).append(hexDigits[b & 0xf]); in byteArrayToHexString()
|
/aosp12/hardware/interfaces/identity/support/src/ |
H A D | IdentityCredentialSupport.cpp | 94 static const char hexDigits[16] = {'0', '1', '2', '3', '4', '5', '6', '7', in encodeHex() local 101 ret[n * 2 + 0] = hexDigits[byte >> 4]; in encodeHex() 102 ret[n * 2 + 1] = hexDigits[byte & 0x0f]; in encodeHex()
|
/aosp12/packages/apps/TV/libs/ |
H A D | truth-0.45.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 3846 Ljava/net/URI;->hexDigits:[C 11368 Lsun/security/util/Debug;->hexDigits:[C 11555 Lsun/security/x509/AVA;->hexDigits:Ljava/lang/String;
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |