Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 12 of 12) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DUtils.java63 private static final char[] toHex = { '0', '1', '2', '3', '4', '5', '6', field in Utils
93 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString()
94 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp59 inline const char * toHex(UINT8 b) in toHex() function
75 strNew.append(toHex(*prm++)); in isPatchBadImpl()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DMessageDigestAlgorithm.java206 private static final char[] toHex = { field in MessageDigestAlgorithm
220 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString()
221 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
/external/chromium_org/tools/traceline/traceline/scripts/
Dcrit_sec.js7 function toHex(num) { function
82 print('Lock: 0x' + toHex(cs) + ' for ' + dur + ' at: ' + e['ms']);
Dheap.js7 function toHex(num) { function
/external/chromium_org/content/test/plugin/
Dplugin_test.cc49 inline unsigned char toHex(const unsigned char x) { in toHex() function
65 sOut.append(1, toHex(ch>>4)); in URLEncode()
66 sOut.append(1, toHex(ch%16)); in URLEncode()
/external/chromium_org/tools/traceline/svgui/
Dtraceline.js32 function toHex(num) { function
76 this.thread = toHex(e['thread']);
77 this.cpu = toHex(e['cpu']);
111 res += "<b>func_addr:</b> " + toHex(this.e['func_addr']);
121 res += "0x" + toHex(stack[i][0]) + " - " +
/external/icu4c/test/intltest/
Dintltest.h305 static UnicodeString toHex(uint32_t number, int32_t digits=-1);
306 static inline UnicodeString toHex(int32_t number, int32_t digits=-1) {
307 return toHex((uint32_t)number, digits);
Dintltest.cpp270 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex() function in IntlTest
1634 static inline UChar toHex(int32_t i) { in toHex() function
1646 result += toHex((c >> 12) & 0xF); in escape()
1647 result += toHex((c >> 8) & 0xF); in escape()
1648 result += toHex((c >> 4) & 0xF); in escape()
1649 result += toHex( c & 0xF); in escape()
1751 actual + "=0x" + toHex(actual) + in assertEquals()
1752 "; expected " + expected + "=0x" + toHex(expected)); in assertEquals()
1757 logln((UnicodeString)"Ok: " + message + "; got " + actual + "=0x" + toHex(actual)); in assertEquals()
/external/chromium_org/third_party/icu/source/test/intltest/
Dintltest.cpp1599 static inline UChar toHex(int32_t i) { in toHex() function
1611 result += toHex((c >> 12) & 0xF); in escape()
1612 result += toHex((c >> 8) & 0xF); in escape()
1613 result += toHex((c >> 4) & 0xF); in escape()
1614 result += toHex( c & 0xF); in escape()
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Ddygraph-combined.js1toHex()+"'>"+n.name+"</font></b>:"+k}this.attr_("labelsDiv").innerHTML=e}q.save();for(var g=0;g<th… method in Dygraph.GVizChart.RGBColor
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js4418 toHex: function(){ method