HomeSort by relevance Sort by last modified time
    Searched refs:hexify (Results 1 - 14 of 14) sorted by null

  /build/tools/
generate-notice-files.py 61 def hexify(s): function
77 return hexify(sum.digest())
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_util.py 80 util.hexify('azAZ09 \t\r\n\x00\xff'))
client_for_testing.py 40 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))
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 161 util.hexify(self._request.ws_challenge))
165 util.hexify(self._request.ws_challenge_md5))
hybi.py 168 util.hexify(accept_binary))
366 util.hexify(decoded_key))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi00.py 212 util.hexify(self._request.ws_challenge))
216 util.hexify(self._request.ws_challenge_md5))
hybi.py 163 util.hexify(accept_binary))
376 util.hexify(decoded_key))
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 329 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))
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 615 int hexify (char *hex, const char *bin, int count) function
641 hexify (buf, rev, count);
643 hexify (buf, bin, count);
868 hexify(buf+1, s, len);
    [all...]
server.h 303 int hexify (char *hex, const char *bin, int count);
server.c 692 hexify (arg_own_buf, status, strlen(status));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 149 def hexify(s): function
  /bionic/libc/dns/nameser/
ns_print.c 949 goto hexify;
1062 goto hexify;
1068 hexify: {
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 144 def hexify(s): function

Completed in 206 milliseconds