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

1 2

  /dalvik/vm/native/
java_util_concurrent_atomic_AtomicLong.cpp 30 UNUSED_PARAMETER(args);
org_apache_harmony_dalvik_NativeTestTarget.cpp 32 UNUSED_PARAMETER(args);
java_lang_Throwable.cpp 32 UNUSED_PARAMETER(args);
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 47 UNUSED_PARAMETER(args);
131 UNUSED_PARAMETER(args);
dalvik_system_VMDebug.cpp 144 UNUSED_PARAMETER(args);
158 UNUSED_PARAMETER(args);
285 UNUSED_PARAMETER(args);
298 UNUSED_PARAMETER(args);
312 UNUSED_PARAMETER(args);
326 UNUSED_PARAMETER(args);
340 UNUSED_PARAMETER(args);
353 UNUSED_PARAMETER(args);
367 UNUSED_PARAMETER(args);
463 UNUSED_PARAMETER(args)
    [all...]
java_lang_VMThread.cpp 47 UNUSED_PARAMETER(args);
129 UNUSED_PARAMETER(args);
231 UNUSED_PARAMETER(args);
dalvik_system_VMStack.cpp 35 UNUSED_PARAMETER(args);
53 UNUSED_PARAMETER(args);
java_lang_Runtime.cpp 32 UNUSED_PARAMETER(args);
java_lang_System.cpp 299 UNUSED_PARAMETER(args);
316 UNUSED_PARAMETER(args);
dalvik_system_VMRuntime.cpp 37 UNUSED_PARAMETER(args);
sun_misc_Unsafe.cpp 44 UNUSED_PARAMETER(args);
  /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)
  /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)
  /dalvik/vm/
Misc.h 35 #define UNUSED_PARAMETER(p) (void)(p)
SignalCatcher.cpp 258 UNUSED_PARAMETER(arg);
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 409 UNUSED_PARAMETER(dhd);
410 UNUSED_PARAMETER(garb);
411 UNUSED_PARAMETER(argv);
574 UNUSED_PARAMETER(dhd);
575 UNUSED_PARAMETER(cmd);
866 UNUSED_PARAMETER(cmd);
1195 UNUSED_PARAMETER(cmd);
    [all...]
dhdu_linux.c 348 UNUSED_PARAMETER(argc);
433 UNUSED_PARAMETER(wl);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 409 UNUSED_PARAMETER(dhd);
410 UNUSED_PARAMETER(garb);
411 UNUSED_PARAMETER(argv);
574 UNUSED_PARAMETER(dhd);
575 UNUSED_PARAMETER(cmd);
866 UNUSED_PARAMETER(cmd);
1195 UNUSED_PARAMETER(cmd);
    [all...]
dhdu_linux.c 348 UNUSED_PARAMETER(argc);
433 UNUSED_PARAMETER(wl);
  /external/sqlite/dist/
shell.c.orig 196 #define UNUSED_PARAMETER(x) (void)(x)
305 UNUSED_PARAMETER(argc);
306 UNUSED_PARAMETER(argv);
640 UNUSED_PARAMETER(NotUsed);
    [all...]
shell.c 201 #define UNUSED_PARAMETER(x) (void)(x)
310 UNUSED_PARAMETER(argc);
311 UNUSED_PARAMETER(argv);
645 UNUSED_PARAMETER(NotUsed);
    [all...]
sqlite3.c     [all...]
  /dalvik/vm/alloc/
DdmHeap.cpp 214 UNUSED_PARAMETER(userlen);

Completed in 632 milliseconds

1 2