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

  /system/core/init/
parser.c 10 void DUMP(void)
  /external/bluetooth/bluez/test/
scotest.c 49 DUMP,
337 "\t-d dump (server)\n"
361 mode = DUMP;
393 if (!(argc - optind) && (mode != RECV && mode != DUMP)) {
415 case DUMP:
rctest.c 55 DUMP,
572 "\t-d listen and dump incoming data\n"
622 mode = DUMP;
743 case DUMP:
l2test.c 57 DUMP,
1064 "\t-d listen and dump incoming data\n"
1065 "\t-x listen, then send, then dump incoming data\n"
1071 "\t-y connect, then send, then dump incoming data\n"
1128 mode = DUMP;
1315 case DUMP:
  /external/harfbuzz/src/
harfbuzz-dump.c 28 #include "harfbuzz-dump.h"
35 #define DUMP(format) dump (stream, indent, format)
36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1)
37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2)
38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3)
40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld)
41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld)
42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld
58 dump (FILE *stream, int indent, const char *format, ...) function
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 53 milliseconds