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

  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 57 public static String hexify(byte[] bytes) { method in class:NetlinkConstants
62 public static String hexify(ByteBuffer buffer) { method in class:NetlinkConstants
StructNlAttr.java 132 + "nla_value{" + NetlinkConstants.hexify(nla_value) + "}, "
RtNetlinkNeighborMessage.java 246 + "linklayeraddr{" + NetlinkConstants.hexify(mLinkLayerAddr) + "} "
  /build/tools/
generate-notice-files.py 61 def hexify(s): function
77 return hexify(sum.digest())
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 206 errmsg = "raw bytes: " + NetlinkConstants.hexify(bytes);
527 Log.e(TAG, "unparsable netlink msg: " + NetlinkConstants.hexify(byteBuffer));
568 + "[" + NetlinkConstants.hexify(neighMsg.getLinkLayerAddress()) + "], "
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 650 int hexify (char *hex, const char *bin, int count) function
676 hexify (buf, rev, count);
678 hexify (buf, bin, count);
922 hexify(buf+1, s, len);
    [all...]
server.h 307 int hexify (char *hex, const char *bin, int count);
server.c 775 hexify (arg_own_buf, status, strlen(status));
    [all...]
  /bionic/libc/dns/nameser/
ns_print.c 943 goto hexify;
1056 goto hexify;
1062 hexify: {

Completed in 1048 milliseconds