HomeSort by relevance Sort by last modified time
    Searched refs:hexdump (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/f2fs-tools/scripts/
dumpf2fs.sh 13 hexdump -s $addr -n 4096 $DEV;;
17 hexdump -s $addr -n 4096 $DEV;;
21 hexdump -s $addr -n 409 $DEV
23 hexdump -s $addr -n 4096 $DEV;;
27 hexdump -s $addr -n 20480 $DEV;;
31 hexdump -s $addr -n 20480 $DEV;;
35 hexdump -s $addr -n 20480 $DEV
37 hexdump -s $addr -n 20480 $DEV;;
40 hexdump -s $addr -n 4096 $DEV
46 hexdump -s $addr -n 8 $DE
    [all...]
  /external/avahi/avahi-compat-libdns_sd/
txt-test.c 31 static void hexdump(const void* p, size_t size) { function
75 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
78 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
81 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
84 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
87 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
90 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
93 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
96 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
99 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref))
    [all...]
  /external/boringssl/src/crypto/test/
test_util.h 26 /* hexdump writes |msg| to |fp| followed by the hex encoding of |len| bytes
28 void hexdump(FILE *fp, const char *msg, const void *in, size_t len);
test_util.cc 21 void hexdump(FILE *fp, const char *msg, const void *in, size_t len) { function
  /frameworks/av/include/media/stagefright/foundation/
hexdump.h 27 void hexdump(
  /external/tcpdump/
print-lldp.c 643 int subtype, hexdump = FALSE; local
649 return hexdump;
660 return hexdump;
667 return hexdump;
676 return hexdump;
680 return hexdump;
684 return hexdump;
691 return hexdump;
695 return hexdump;
702 return hexdump;
846 int subtype, hexdump = FALSE; local
925 int subtype, hexdump = FALSE; local
1107 int subtype, hexdump = FALSE; local
1380 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
    [all...]
print-rsvp.c 650 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
707 hexdump=FALSE;
    [all...]
print-lmp.c 363 int hexdump; local
435 hexdump=FALSE;
449 hexdump=TRUE;
477 hexdump=TRUE;
494 hexdump=TRUE;
508 hexdump=TRUE;
521 hexdump=TRUE;
534 hexdump=TRUE;
559 hexdump=TRUE;
581 while (total_subobj_len > 0 && hexdump == FALSE )
    [all...]
print-cfm.c 233 u_int hexdump = FALSE; local
260 hexdump = TRUE;
264 return hexdump;
290 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local
379 /* FIXME add printers for those MD formats - hexdump for now */
407 /* FIXME add printers for those MA formats - hexdump for now */
456 * Hexdump everything up until the start of the TLVs
514 hexdump = FALSE;
538 hexdump = TRUE;
551 hexdump = TRUE
    [all...]
print-slow.c 425 * again if there are enough bytes on the wire for the hexdump */
437 /* do we want to see an additional hexdump ? */
455 u_int hexdump; local
500 hexdump = FALSE;
541 hexdump = TRUE;
545 hexdump = TRUE;
555 if (ndo->ndo_vflag > 1 || hexdump==TRUE) {
574 hexdump = FALSE;
609 hexdump = TRUE;
613 hexdump = TRUE
    [all...]
print-rpki-rtr.c 175 u_int pdu_type, pdu_len, hexdump; local
182 hexdump = FALSE;
301 * Unknown data, please hexdump.
303 hexdump = TRUE;
307 if (ndo->ndo_vflag > 1 || (ndo->ndo_vflag && hexdump)) {
  /external/avahi/avahi-compat-howl/
text-test.c 33 static void hexdump(const void* p, size_t size) { function
80 hexdump(sw_text_record_bytes(r), sw_text_record_len(r));
86 hexdump(val, val_len);
  /external/curl/tests/unit/
curlcheck.h 42 __FILE__, __LINE__, len, hexdump((unsigned char *)check, len)); \
44 __FILE__, __LINE__, hexdump((unsigned char *)dynamic, len)); \
  /external/avahi/avahi-client/
rr-test.c 33 static void hexdump(const void* p, size_t size) { function
83 hexdump(rdata, rdata_size);
  /frameworks/av/media/libstagefright/foundation/
Android.mk 24 hexdump.cpp
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/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
  /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/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/
debug.py 47 def hexdump(octets): function
  /external/curl/tests/libtest/
first.c 114 /* returns a hexdump in a static memory area */
115 char *hexdump(unsigned char *buffer, size_t len) function
  /frameworks/av/media/libstagefright/rtsp/
AMPEG2TSAssembler.cpp 29 #include <media/stagefright/foundation/hexdump.h>
87 // hexdump(buffer->data(), buffer->size());
AAVCAssembler.cpp 28 #include <media/stagefright/foundation/hexdump.h>
129 hexdump(buffer->data(), buffer->size());
299 hexdump(buffer->data(), buffer->size());
ARawAudioAssembler.cpp 29 #include <media/stagefright/foundation/hexdump.h>
87 // hexdump(buffer->data(), buffer->size());
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_req.cpp 269 hexdump(mVendorData, mDataLen);
300 hexdump(mVendorData, mDataLen);
460 hexdump(mVendorData, mDataLen);
544 hexdump(mVendorData, mDataLen);
581 hexdump(mVendorData, mDataLen);
676 hexdump(mVendorData, mDataLen);
713 hexdump(mVendorData, mDataLen);
781 hexdump(mVendorData, mDataLen);
821 hexdump(mVendorData, mDataLen);
877 hexdump(mVendorData, mDataLen)
    [all...]
  /external/boringssl/src/crypto/cmac/
cmac_test.cc 26 hexdump(stderr, "got :", got, len);
27 hexdump(stderr, "want:", want, len);

Completed in 2963 milliseconds

1 2 3 4