Searched refs:hexify (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/mojo/apps/js/test/
H A Dhexdump.js6 function hexify(value, length) {
16 dumped += hexify(bytes[i], 2);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_util.py80 util.hexify('azAZ09 \t\r\n\x00\xff'))
H A Dclient_for_testing.py40 testing. Using util.hexify, etc. that are not related to protocol processing
325 'Sec-WebSocket-Key: %s (%s)', key, util.hexify(original_key))
408 accept, util.hexify(decoded_accept))
416 util.hexify(original_expected_accept))
540 'Key3: %r (%s)', self._key3, util.hexify(self._key3))
633 'Challenge: %r (%s)', challenge, util.hexify(challenge))
640 expected, util.hexify(expected))
646 'Actual challenge response: %r (%s)', reply, util.hexify(reply))
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A Dhybi00.py161 util.hexify(self._request.ws_challenge))
165 util.hexify(self._request.ws_challenge_md5))
H A Dhybi.py168 util.hexify(accept_binary))
366 util.hexify(decoded_key))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A Dhybi00.py212 util.hexify(self._request.ws_challenge))
216 util.hexify(self._request.ws_challenge_md5))
H A Dhybi.py169 util.hexify(accept_binary))
391 util.hexify(decoded_key))
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_client.py329 util.hexify(original_key))
431 accept, util.hexify(binary_accept))
439 expected_accept, util.hexify(binary_expected_accept))
555 'Key3: %r (%s)', self._key3, util.hexify(self._key3))
639 'Challenge: %r (%s)', challenge, util.hexify(challenge))
646 expected, util.hexify(expected))
652 'Actual challenge response: %r (%s)', reply, util.hexify(reply))
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c529 int hexify (char *hex, const char *bin, int count) function
555 hexify (buf, rev, count);
557 hexify (buf, bin, count);
778 hexify(buf+1, s, len);
H A Dserver.h290 int hexify (char *hex, const char *bin, int count);
H A Dserver.c494 hexify (arg_own_buf, status, strlen(status));
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dutil.py144 def hexify(s): function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dutil.py149 def hexify(s): function

Completed in 2228 milliseconds