/packages/apps/Email/src/com/android/mail/utils/ |
LogUtils.java | 411 sb.append("0123456789ABCDEF".charAt(b >> 4)); 412 sb.append("0123456789ABCDEF".charAt(b & 0xF));
|
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_util.c | 172 static const char* hex_table = "0123456789abcdef";
|
/external/openssl/crypto/asn1/ |
f_enum.c | 69 static const char *h="0123456789ABCDEF";
|
f_int.c | 67 static const char *h="0123456789ABCDEF";
|
f_string.c | 67 static const char *h="0123456789ABCDEF";
|
/external/openssl/crypto/x509/ |
x509_obj.c | 75 static const char hex[17]="0123456789ABCDEF";
|
/external/qemu/android/utils/ |
misc.c | 193 static const uint8_t hexchars[16] = "0123456789abcdef";
|
stralloc.c | 280 const char hexdigits[16] = "0123456789abcdef";
|
/external/srtp/crypto/test/ |
datatypes_driver.c | 202 printf("expected length: %d\tstring: %s\n", 16, "0123456789abcdef");
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbDebuggingManager.java | 222 String hex = "0123456789ABCDEF";
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpulse-simple.so | |
libpulse-simple.so.0 | |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpulse-simple.so | |
libpulse-simple.so.0 | |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
/external/icu4c/test/intltest/ |
bytestrietest.cpp | 234 { "abcdef", -6 } 516 { "abcdef", 10 }, 544 { "abcdef", 10 },
|
strtest.cpp | 487 if(result != "abcdef") { 533 if (0 != strcmp("abcdef", chStr.data()) || 6 != chStr.length()) { 539 strcpy(expected, "abcdef");
|
/external/stlport/test/unit/ |
codecvt_test.cpp | 394 string from("abcdef"); 408 wstring from(L"abcdef"); 441 string from("abcdef");
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 396 string from("abcdef"); 410 wstring from(L"abcdef"); 443 string from("abcdef");
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 396 string from("abcdef"); 410 wstring from(L"abcdef"); 443 string from("abcdef");
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
GsmAlphabet.java | [all...] |
/external/valgrind/main/memcheck/tests/ |
str_tester.c | 204 check ((stpcpy (one, "abcdef") - one) == 6, 11); 205 equal (one, "abcdef", 12); [all...] |