/frameworks/base/include/media/stagefright/foundation/ |
hexdump.h | 25 void hexdump(const void *_data, size_t size);
|
/external/tcpdump/ |
print-lmp.c | 368 int hexdump; local 442 hexdump=FALSE; 456 hexdump=TRUE; 484 hexdump=TRUE; 501 hexdump=TRUE; 515 hexdump=TRUE; 528 hexdump=TRUE; 541 hexdump=TRUE; 566 hexdump=TRUE; 588 while (total_subobj_len > 0 && hexdump == FALSE ) [all...] |
print-rsvp.c | 627 int hexdump,processed,padbytes,error_code,error_value,i; local 685 hexdump=FALSE; 745 hexdump=TRUE; 772 hexdump=TRUE; [all...] |
print-ldp.c | 504 int hexdump,processed; local 566 hexdump=FALSE; 601 /* do we want to see an additionally hexdump ? */ 602 if (vflag > 1 || hexdump==TRUE)
|
/external/openssl/crypto/evp/ |
evp_test.c | 63 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) function 148 hexdump(stdout,"Key",key,kn); 150 hexdump(stdout,"IV",iv,in); 151 hexdump(stdout,"Plaintext",plaintext,pn); 152 hexdump(stdout,"Ciphertext",ciphertext,cn); 194 hexdump(stderr,"Got",out,cn); 195 hexdump(stderr,"Expected",ciphertext,cn); 233 hexdump(stderr,"Got",out,pn); 234 hexdump(stderr,"Expected",plaintext,pn); 275 hexdump(stdout,"Plaintext",plaintext,pn) [all...] |
/frameworks/base/media/libstagefright/foundation/ |
Android.mk | 15 hexdump.cpp
|
hexdump.cpp | 18 #define LOG_TAG "hexdump" 21 #include "hexdump.h" 32 void hexdump(const void *_data, size_t size) { function in namespace:android
|
/bootable/bootloader/legacy/nandwrite/ |
nandwrite.c | 115 void hexdump(void *ptr, unsigned len) function 163 hexdump(tmpbuf, 256); 165 hexdump(tmpbuf, 16);
|
/frameworks/base/media/libstagefright/id3/ |
testid3.cpp | 32 static void hexdump(const void *_data, size_t size) { function 107 hexdump(data, dataSize > 128 ? 128 : dataSize);
|
/external/openssl/apps/ |
rsautl.c | 97 char hexdump = 0, asn1parse = 0; local 159 else if(!strcmp(*argv, "-hexdump")) hexdump = 1; 308 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen); 337 BIO_printf(bio_err, "-hexdump hex dump output\n");
|
pkeyutl.c | 96 char hexdump = 0, asn1parse = 0; local 189 else if(!strcmp(*argv, "-hexdump")) 190 hexdump = 1; 369 else if(hexdump) 405 BIO_printf(bio_err, "-hexdump hex dump output\n");
|
/frameworks/base/media/libstagefright/rtsp/ |
AAVCAssembler.cpp | 28 #include <media/stagefright/foundation/hexdump.h> 122 hexdump(buffer->data(), buffer->size()); 292 hexdump(buffer->data(), buffer->size());
|
ARawAudioAssembler.cpp | 29 #include <media/stagefright/foundation/hexdump.h> 85 // hexdump(buffer->data(), buffer->size());
|
ARTPSession.cpp | 26 #include <media/stagefright/foundation/hexdump.h> 164 hexdump(accessUnit->data(), accessUnit->size());
|
AH263Assembler.cpp | 24 #include <media/stagefright/foundation/hexdump.h> 93 // hexdump(buffer->data(), buffer->size());
|
AAMRAssembler.cpp | 28 #include <media/stagefright/foundation/hexdump.h> 131 // hexdump(buffer->data(), buffer->size());
|
AMPEG4ElementaryAssembler.cpp | 29 #include <media/stagefright/foundation/hexdump.h> 222 // hexdump(buffer->data(), buffer->size());
|
AMPEG4AudioAssembler.cpp | 24 #include <media/stagefright/foundation/hexdump.h>
|
MyTransmitter.h | 30 #include <media/stagefright/foundation/hexdump.h> 444 hexdump(buffer->data(), n);
|
/frameworks/base/cmds/servicemanager/ |
binder.c | 23 void hexdump(void *_data, unsigned len) function 51 hexdump(txn->data, txn->data_size); 78 #define hexdump(a,b) do{} while (0) macro 333 hexdump(msg->data0, msg->data - msg->data0);
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
AnotherPacketSource.cpp | 23 #include <media/stagefright/foundation/hexdump.h>
|
ESQueue.cpp | 23 #include <media/stagefright/foundation/hexdump.h> 284 hexdump(data, size); 712 // hexdump(csd->data(), csd->size()); 747 // hexdump(accessUnit->data(), accessUnit->size()); 870 // hexdump(csd->data(), csd->size()); 906 // hexdump(accessUnit->data(), accessUnit->size());
|
/frameworks/base/media/libstagefright/ |
avc_utils.cpp | 294 hexdump(seqParamSet->data(), seqParamSet->size());
|
MPEG4Extractor.cpp | 197 static void hexdump(const void *_data, size_t size) { function in namespace:android 644 hexdump(buffer, n); [all...] |
/external/bluetooth/bluez/test/ |
l2test.c | 156 static void hexdump(unsigned char *s, unsigned long l) function 609 hexdump(buf, len);
|