| /external/chromium_org/third_party/icu/source/test/intltest/ |
| D | testutil.cpp | 30 UnicodeString TestUtility::hex(UChar32 ch) { in hex() function in TestUtility 36 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex() function in TestUtility 40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex() function in TestUtility 54 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
|
| /external/icu/icu4c/source/test/intltest/ |
| D | testutil.cpp | 30 UnicodeString TestUtility::hex(UChar32 ch) { in hex() function in TestUtility 36 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex() function in TestUtility 40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex() function in TestUtility 54 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
|
| /external/chromium_org/third_party/libxslt/libexslt/ |
| D | crypto.c | 55 unsigned char *hex, int hexlen) { in exsltCryptoBin2Hex() 84 exsltCryptoHex2Bin (const unsigned char *hex, int hexlen, in exsltCryptoHex2Bin() 498 unsigned char hex[MD5_DIGEST_LENGTH * 2 + 1]; in exsltCryptoMd4Function() local 531 unsigned char hex[MD5_DIGEST_LENGTH * 2 + 1]; in exsltCryptoMd5Function() local 564 unsigned char hex[SHA1_DIGEST_LENGTH * 2 + 1]; in exsltCryptoSha1Function() local 597 xmlChar *bin = NULL, *hex = NULL; in exsltCryptoRc4EncryptFunction() local
|
| /external/okhttp/okio/src/main/java/okio/ |
| D | ByteString.java | 92 public String hex() { in hex() method in ByteString 103 public static ByteString decodeHex(String hex) { in decodeHex()
|
| /external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
| D | HttpParsingTest.java | 14 String hex = Integer.toHexString(i); in testNormalCharacters() local
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
| D | JavaScriptTarget.java | 40 String hex = Integer.toHexString(v|0x10000).substring(1,5); in encodeIntAsCharEscape() local
|
| D | Perl5Target.java | 63 String hex = Integer.toHexString(c | 0x10000).toUpperCase().substring(1, 5); in getTargetCharLiteralFromANTLRCharLiteral() local
|
| D | Target.java | 187 String hex = Integer.toHexString(c|0x10000).toUpperCase().substring(1,5); in getTargetCharLiteralFromANTLRCharLiteral() local 342 String hex = Integer.toHexString(v|0x10000).substring(1,5); in encodeIntAsCharEscape() local
|
| D | ActionScriptTarget.java | 83 String hex = Integer.toHexString(v|0x10000).substring(1,5); in encodeIntAsCharEscape() local
|
| D | DelphiTarget.java | 65 String hex = Integer.toHexString(v | 0x10000).substring(1, 5); in encodeIntAsCharEscape() local
|
| /external/openssl/apps/ |
| D | prime.c | 63 int hex=0; in MAIN() local
|
| D | rand.c | 85 int hex = 0; in MAIN() local
|
| /external/smack/src/org/xbill/DNS/utils/ |
| D | hexdump.java | 13 private static final char [] hex = "0123456789ABCDEF".toCharArray(); field in hexdump
|
| /external/qemu/telephony/ |
| D | gsm.c | 128 gsm_hex2_to_byte( const char* hex ) in gsm_hex2_to_byte() 140 gsm_hex4_to_short( const char* hex ) in gsm_hex4_to_short() 152 gsm_hex2_to_byte0( const char* hex ) in gsm_hex2_to_byte0() 161 gsm_hex_from_byte( char* hex, int val ) in gsm_hex_from_byte() 170 gsm_hex_from_short( char* hex, int val ) in gsm_hex_from_short() 181 gsm_hex_to_bytes0( cbytes_t hex, int hexlen, bytes_t dst ) in gsm_hex_to_bytes0() 194 gsm_hex_to_bytes( cbytes_t hex, int hexlen, bytes_t dst ) in gsm_hex_to_bytes() 210 gsm_hex_from_bytes( char* hex, cbytes_t src, int srclen ) in gsm_hex_from_bytes()
|
| /external/libvpx/libvpx/test/ |
| D | md5_helper.h | 44 static const char hex[16] = { in Get() local
|
| /external/chromium_org/third_party/libvpx/source/libvpx/test/ |
| D | md5_helper.h | 46 static const char hex[16] = { in Get() local
|
| /external/chromium_org/third_party/skia/gm/ |
| D | multipicturedraw.cpp | 30 SkPath hex; in make_hex_path() local 47 SkPath hex = make_hex_path(0, 0); in make_hex_plane_picture() local 234 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in path_clip() local 246 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in invpath_clip() local
|
| /external/chromium_org/third_party/boringssl/src/crypto/x509/ |
| D | x509_obj.c | 75 static const char hex[17]="0123456789ABCDEF"; in X509_NAME_oneline() local
|
| /external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/ |
| D | turnserver_main.cc | 48 std::string hex; in GetKey() local
|
| /external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
| D | spdhelper.cpp | 61 static char hex[] = "0123456789ABCDEF"; in toHex() local
|
| /external/openssl/crypto/x509/ |
| D | x509_obj.c | 75 static const char hex[17]="0123456789ABCDEF"; in X509_NAME_oneline() local
|
| /external/chromium_org/v8/src/ |
| D | ostreams.cc | 101 OStream& OStream::hex() { in hex() function in v8::internal::OStream 117 OStream& hex(OStream& os) { // NOLINT(runtime/references) in hex() function
|
| /external/google-tv-pairing-protocol/cpp/src/polo/util/ |
| D | poloutil.cc | 26 char* hex = BN_bn2hex(bn); in BytesToHexString() local
|
| /external/zlib/src/test/ |
| D | infcover.c | 245 local unsigned char *h2b(const char *hex, unsigned *len) in h2b() 284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() 507 local int try(char *hex, char *id, int err) in try()
|
| /external/qemu/android/utils/ |
| D | misc.c | 176 hex2int( const uint8_t* hex, int len ) in hex2int() 191 int2hex( uint8_t* hex, int len, int val ) in int2hex()
|