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

  /dalvik/vm/
Misc.h 35 #define UNUSED_PARAMETER(p) (void)(p)
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 300 #define UNUSED_PARAMETER(x) (void)(x)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 300 #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/orig/
shell.c 213 #define UNUSED_PARAMETER(x) (void)(x)
322 UNUSED_PARAMETER(argc);
323 UNUSED_PARAMETER(argv);
659 UNUSED_PARAMETER(NotUsed);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 218 #define UNUSED_PARAMETER(x) (void)(x)
327 UNUSED_PARAMETER(argc);
328 UNUSED_PARAMETER(argv);
664 UNUSED_PARAMETER(NotUsed);
    [all...]
sqlite3.c     [all...]

Completed in 1234 milliseconds