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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 328 #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/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 98 #define UNUSED_PARAMETER(x) (void)(x)
  /external/chromium_org/third_party/sqlite/src/src/
test_multiplex.c 38 #define UNUSED_PARAMETER(x) (void)(x)
307 UNUSED_PARAMETER(pVfs);
394 UNUSED_PARAMETER(pVfs);
    [all...]
shell.c 197 #define UNUSED_PARAMETER(x) (void)(x)
306 UNUSED_PARAMETER(argc);
307 UNUSED_PARAMETER(argv);
642 UNUSED_PARAMETER(NotUsed);
    [all...]
sqliteInt.h 591 #define UNUSED_PARAMETER(x) (void)(x)
592 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 69 #define UNUSED_PARAMETER(x) (void)(x)
303 UNUSED_PARAMETER(stream);
304 UNUSED_PARAMETER(rate);
348 UNUSED_PARAMETER(stream);
355 UNUSED_PARAMETER(stream);
356 UNUSED_PARAMETER(format);
387 UNUSED_PARAMETER(stream);
388 UNUSED_PARAMETER(fd);
574 UNUSED_PARAMETER(stream);
575 UNUSED_PARAMETER(left)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 33 #define UNUSED_PARAMETER(x) (void)(x)
956 UNUSED_PARAMETER(pFile);
960 UNUSED_PARAMETER(pFile);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 118 #ifndef UNUSED_PARAMETER
119 # define UNUSED_PARAMETER(x) (void)(x)
    [all...]
  /external/sqlite/dist/orig/
shell.c 248 #define UNUSED_PARAMETER(x) (void)(x)
357 UNUSED_PARAMETER(argc);
358 UNUSED_PARAMETER(argv);
703 UNUSED_PARAMETER(NotUsed);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 253 #define UNUSED_PARAMETER(x) (void)(x)
362 UNUSED_PARAMETER(argc);
363 UNUSED_PARAMETER(argv);
708 UNUSED_PARAMETER(NotUsed);
    [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 2239 milliseconds