Home
last modified time | relevance | path

Searched refs:to_hex (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/utils/
DSkParse.cpp33 static int to_hex(int c) in to_hex() function
47 return to_hex(c) >= 0; in is_hex()
120 while ((digit = to_hex(*str)) >= 0) in FindHex()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp181 static char to_hex(int ch) { in to_hex() function
189 return to_hex( mrand(rd) ); in random_hex_char()
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp382 std::string to_hex(const std::vector<uint8_t>& data) { in to_hex() function
439 << "Got: '" << to_hex(vec_data) << "' " in EseHwTransmit()
440 << "Expected: '" << to_hex(invocation.expected_tx) << "'"; in EseHwTransmit()
/external/python/cpython2/Modules/
Dbinascii.c1264 to_hex (unsigned char ch, unsigned char *s) in to_hex() function
1420 to_hex(data[in], &odata[out]); in binascii_b2a_qp()
1436 to_hex(ch, &odata[out]); in binascii_b2a_qp()