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

  /build/make/tools/
generate-notice-files.py 44 def hexify(s): function
60 return hexify(sum.digest())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cvslib.py 158 r("lsum", hexify)
169 r("rsum", hexify)
171 r("esum", hexify)
298 # hexify and unhexify are useful to print MD5 checksums in hex format
301 def hexify(sum): function
  /external/libese/apps/boot/
ese_boot_tool.cpp 74 static uint16_t hexify(const std::string& input, std::vector<uint8_t> *output) { function
245 len = hexify(args[2], &data);
351 uint16_t len = hexify(args[4], &data);
362 uint16_t len = hexify(args[4], &data);
  /external/python/cpython2/Demo/pdist/
cvslib.py 158 r("lsum", hexify)
169 r("rsum", hexify)
171 r("esum", hexify)
298 # hexify and unhexify are useful to print MD5 checksums in hex format
301 def hexify(sum): function
  /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
  /external/skqp/src/pdf/
SkPDFMetadata.cpp 127 static void hexify(const uint8_t** inputPtr, char** outputPtr, int count) { function
142 hexify(&data, &ptr, 4);
144 hexify(&data, &ptr, 2);
146 hexify(&data, &ptr, 2);
148 hexify(&data, &ptr, 2);
150 hexify(&data, &ptr, 6);
  /external/skia/src/pdf/
SkPDFMetadata.cpp 192 static void hexify(const uint8_t** inputPtr, char** outputPtr, int count) { function
207 hexify(&data, &ptr, 4);
209 hexify(&data, &ptr, 2);
211 hexify(&data, &ptr, 2);
213 hexify(&data, &ptr, 2);
215 hexify(&data, &ptr, 6);
  /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...]

Completed in 446 milliseconds