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

  /external/boringssl/src/crypto/test/
test_util.cc 22 void hexdump(FILE *fp, const char *msg, const void *in, size_t len) { function
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 18 #define LOG_TAG "hexdump"
21 #include "hexdump.h"
42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { function in namespace:android
  /external/syslinux/core/
hello.c 31 void hexdump(void *buf, int bytelen, const char *str) function
  /hardware/interfaces/confirmationui/support/test/
msg_formatting_test.cpp 44 std::ostream& hexdump(std::ostream& out, const uint8_t* data, size_t size) { function in namespace:__anon48023
99 hexdump(std::cout, buffer, 100) << std::endl;
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 32 static void hexdump(const void *_data, size_t size) { function
107 hexdump(data, dataSize > 128 ? 128 : dataSize);
  /external/curl/tests/libtest/
first.c 118 /* returns a hexdump in a static memory area */
119 char *hexdump(const unsigned char *buffer, size_t len) function
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
PrintableUnicodeTest.java 79 fail(String.format("U+%04x: Deserialization incorrect: %s\n", c, hexdump(result)));
101 c, hexdump(result)));
170 public static String hexdump(String input) { method in class:PrintableUnicodeTest
  /external/syslinux/com32/modules/
hexdump.c 19 static void hexdump(const void *memory, size_t bytes);
125 hexdump(cur_pos, len);
212 static void hexdump(const void *memory, size_t bytes) function
  /external/boringssl/src/fipstools/
test_fips.c 36 static void hexdump(const void *a, size_t len) { function
78 hexdump(kPlaintext, sizeof(kPlaintext));
82 hexdump(output, sizeof(kPlaintext));
91 hexdump(output, sizeof(kPlaintext));
95 hexdump(output, sizeof(kPlaintext));
109 hexdump(output, sizeof(kPlaintext));
117 hexdump(output, out_len);
121 hexdump(output, out_len);
129 hexdump(output, out_len);
142 hexdump(kPlaintext, sizeof(kPlaintext))
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.cpp 197 void hexdump(void *buf, u16 len) function
203 ALOGV("******HexDump len:%d*********", len);
220 ALOGV("******HexDump End***********");
  /external/boringssl/src/crypto/fipsmodule/self_check/
self_check.c 38 static void hexdump(const uint8_t *in, size_t len) { function
48 hexdump(expected, expected_len);
50 hexdump(actual, expected_len);
  /external/scapy/scapy/
plist.py 18 from scapy.utils import do_graph,hexdump,make_table,make_lined_table,make_tex_table,get_temp_file
235 hexdump(self._elt2pkt(p))
248 hexdump(p.getlayer(conf.raw_layer).load)
250 def hexdump(self, lfilter=None): function
260 hexdump(p)
271 hexdump(p.getlayer(conf.padding_layer).load)
285 hexdump(p.getlayer(conf.padding_layer).load)
utils.py 86 def hexdump(x, dump=False): function
121 """ Build an equivalent view of hexdump() on a single line
    [all...]
  /external/tcpdump/
print-rpki-rtr.c 182 u_int pdu_type, pdu_len, hexdump; local
209 hexdump = FALSE;
369 * Unknown data, please hexdump.
371 hexdump = TRUE;
375 if (ndo->ndo_vflag > 1 || (ndo->ndo_vflag && hexdump)) {
print-cfm.c 223 u_int hexdump = FALSE; local
232 return hexdump;
247 hexdump = TRUE;
256 hexdump = TRUE;
263 hexdump = TRUE;
267 return hexdump;
283 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local
412 /* FIXME add printers for those MD formats - hexdump for now */
455 /* FIXME add printers for those MA formats - hexdump for now */
515 * Hexdump everything up until the start of the TLV
    [all...]
print-ldp.c 568 int hexdump,processed; local
644 hexdump=FALSE;
679 /* do we want to see an additionally hexdump ? */
680 if (ndo->ndo_vflag > 1 || hexdump==TRUE)
print-lmp.c 361 int hexdump = FALSE; local
369 while (total_subobj_len > 0 && hexdump == FALSE ) {
415 hexdump=TRUE;
421 return (hexdump);
432 int hexdump; local
518 hexdump=FALSE;
536 hexdump=TRUE;
574 hexdump=TRUE;
599 hexdump=TRUE;
617 hexdump=TRUE
    [all...]
print-slow.c 470 /* do we want to see an additional hexdump ? */
493 u_int hexdump; local
563 hexdump = FALSE;
573 hexdump = TRUE;
599 hexdump = TRUE;
603 hexdump = TRUE;
609 if (ndo->ndo_vflag > 1 || hexdump==TRUE) {
659 hexdump = FALSE;
671 hexdump = TRUE;
689 hexdump = TRUE
    [all...]
print-rsvp.c 673 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
730 hexdump=FALSE;
    [all...]
print-lldp.c 651 int subtype, hexdump = FALSE; local
657 return hexdump;
668 return hexdump;
675 return hexdump;
684 return hexdump;
688 return hexdump;
692 return hexdump;
699 return hexdump;
703 return hexdump;
710 return hexdump;
854 int subtype, hexdump = FALSE; local
938 int subtype, hexdump = FALSE; local
970 int subtype, hexdump = FALSE; local
1152 int subtype, hexdump = FALSE; local
1425 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
    [all...]
  /hardware/interfaces/confirmationui/1.0/vts/functional/
VtsHalConfirmationUIV1_0TargetTest.cpp 125 std::ostream& hexdump(std::ostream& out, const uint8_t* data, size_t size) { function in namespace:android::hardware::confirmationui::V1_0::test::__anon48020
402 hexdump(std::cout, reinterpret_cast<const uint8_t*>(expected.data()), 32) << std::endl;
403 hexdump(std::cout, result.value().data(), 32) << std::endl;
  /frameworks/native/cmds/servicemanager/
binder.c 26 void hexdump(void *_data, size_t len) function
54 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size);
81 #define hexdump(a,b) do{} while (0) macro
365 hexdump(msg->data0, msg->data - msg->data0);
  /external/fio/
verify.c 129 static void hexdump(void *buffer, int len) function
358 hexdump(vc->good_crc, vc->crc_len);
360 hexdump(vc->bad_crc, vc->crc_len);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c 1117 hexdump (unsigned int start, unsigned int len, function
    [all...]

Completed in 434 milliseconds