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

  /dalvik/vm/
Misc.h 32 #define UNUSED_PARAMETER(p) (void)(p)
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 298 #define UNUSED_PARAMETER(x) (void)(x)
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 47 #ifndef UNUSED_PARAMETER
48 #define UNUSED_PARAMETER(P) (P)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 47 #ifndef UNUSED_PARAMETER
48 #define UNUSED_PARAMETER(P) (P)
  /external/sqlite/dist/
shell.c 196 #define UNUSED_PARAMETER(x) (void)(x)
330 UNUSED_PARAMETER(pzErr);
361 UNUSED_PARAMETER(pVTab);
524 UNUSED_PARAMETER(idxNum);
525 UNUSED_PARAMETER(idxStr);
526 UNUSED_PARAMETER(argc);
527 UNUSED_PARAMETER(argv);
540 UNUSED_PARAMETER(tab);
541 UNUSED_PARAMETER(pIdxInfo);
619 UNUSED_PARAMETER(argc)
    [all...]
sqlite3.c     [all...]

Completed in 107 milliseconds