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

1 2 3

  /frameworks/av/include/media/stagefright/foundation/
hexdump.h 27 void hexdump(
  /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/chromium_org/third_party/openssl/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...]
  /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...]
  /external/smack/src/org/xbill/DNS/
Client.java 8 import org.xbill.DNS.utils.hexdump;
49 System.err.println(hexdump.dump(prefix, data));
  /frameworks/av/media/libstagefright/foundation/
Android.mk 17 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
  /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/smack/src/org/xbill/DNS/utils/
hexdump.java 11 public class hexdump { class
  /frameworks/av/media/libstagefright/rtsp/
AMPEG2TSAssembler.cpp 29 #include <media/stagefright/foundation/hexdump.h>
85 // 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>
85 // hexdump(buffer->data(), buffer->size());
ARTPSession.cpp 26 #include <media/stagefright/foundation/hexdump.h>
162 hexdump(accessUnit->data(), accessUnit->size());
AH263Assembler.cpp 27 #include <media/stagefright/foundation/hexdump.h>
96 // hexdump(buffer->data(), buffer->size());
  /external/chromium_org/third_party/openssl/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");
  /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/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 25 #include <media/stagefright/foundation/hexdump.h>
421 hexdump(adtsHeader, inHeader->nFilledLen);
436 hexdump(adtsHeader, inHeader->nFilledLen);
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 27 #include <media/stagefright/foundation/hexdump.h>
406 hexdump(out, sizeof(mAudioSpecificConfigData));
540 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
  /frameworks/native/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/av/media/libstagefright/
MetaData.cpp 26 #include <media/stagefright/foundation/hexdump.h>
329 hexdump(data, mSize, 0, &foo);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 26 #include <media/stagefright/foundation/hexdump.h>
384 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);

Completed in 207 milliseconds

1 2 3