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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libcutils/
dlmalloc_stubs.c 21 #define UNUSED __attribute__((__unused__))
28 void dlmalloc_inspect_all(void(*handler)(void*, void *, size_t, void*) UNUSED,
29 void* arg UNUSED)
34 int dlmalloc_trim(size_t unused UNUSED)
  /external/libexif/libexif/
exif-system.h 27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused))
29 # define UNUSED(param) param
  /external/libunwind/tests/
test-proc-info.c 47 find_proc_info (unw_addr_space_t as UNUSED,
48 unw_word_t ip UNUSED,
49 unw_proc_info_t *pip UNUSED,
50 int need_unwind_info UNUSED,
51 void *arg UNUSED)
57 access_mem (unw_addr_space_t as UNUSED,
58 unw_word_t addr UNUSED,
60 void *arg UNUSED)
68 access_reg (unw_addr_space_t as UNUSED,
69 unw_regnum_t regnum UNUSED,
    [all...]
test-strerror.c 6 main (int argc, char **argv UNUSED)
  /system/core/libsysutils/src/
FrameworkCommand.cpp 24 #define UNUSED __attribute__((unused))
30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED,
31 char **argv UNUSED) {
  /art/runtime/interpreter/mterp/
mterp_stub.cc 44 UNUSED(self); UNUSED(shadow_frame); UNUSED(code_item); UNUSED(result_register);
  /frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c 29 #define UNUSED(x) (void)(x)
33 UNUSED(uID);
44 UNUSED(uID);
52 UNUSED(uID);
60 UNUSED(uID);
68 UNUSED(uID);
69 UNUSED(pBuffer);
70 UNUSED(uSize);
77 UNUSED(uID);
84 UNUSED(uID)
    [all...]
  /hardware/intel/common/utils/ituxd/jni/
onload.cpp 28 #define UNUSED(expr) (void)(expr)
34 UNUSED(reserved);
  /external/libmpeg2/common/x86/
ideint_function_selector_sse42.c 87 UNUSED(ps_ctxt);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
Utils.h 30 #define UNUSED(x) (void)(x);
DrmPlugin.h 88 UNUSED(infoMap);
97 UNUSED(cert_type);
98 UNUSED(cert_authority);
99 UNUSED(request);
100 UNUSED(defaultUrl);
108 UNUSED(certificate);
109 UNUSED(wrappedKey);
118 UNUSED(secureStops);
127 UNUSED(secureStop);
147 UNUSED(name)
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
CRLReason.java 82 * Unused reason.
84 UNUSED,
  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
cpuctl_fj_cpu-hog.c 33 #define UNUSED __attribute__ ((unused))
39 void sighandler(UNUSED int signo)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
linkonce1.d 10 .*(NONE|unused|UNUSED).*\*ABS\*
  /external/compiler-rt/lib/builtins/
int_util.h 31 typedef char ct_assert_##cnt[(expr) ? 1 : -1] UNUSED
  /external/libunwind/src/mi/
init.c 30 static const char rcsid[] UNUSED =
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Stopwatch.java 32 static final long UNUSED = Long.MIN_VALUE;
35 private static final Stopwatch RESET_STOPWATCH = new Stopwatch(RESET, UNUSED, UNUSED, 0);
40 /** Elapsed time in ms the stopwatch was last started; {@link #UNUSED} if not running. */
104 return new Stopwatch(PAUSED, UNUSED, UNUSED, getTotalTime());
  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.cpp 28 /* Unused attribute / variable MACRO.
33 #define UNUSED __attribute__((unused))
35 #define UNUSED
81 uint32_t version UNUSED) {
94 void ShellWayland::handle_global_remove(void *data UNUSED,
95 struct wl_registry *registry UNUSED,
96 uint32_t name UNUSED) {}
98 void ShellWayland::handle_ping(void *data UNUSED,
105 void *data UNUSED, struct wl_shell_surface *shell_surface UNUSED
    [all...]
  /external/libavc/common/
ithread.c 47 #define UNUSED(x) ((void)(x))
79 UNUSED(attribute);
85 UNUSED(val_ptr);
168 UNUSED(pc_thread_name);
192 UNUSED(core_id);
207 UNUSED(core_id);
  /external/libvpx/libvpx/vpx/
vpx_codec.h 70 /*!\brief Decorator indicating a function is potentially unused */
71 #ifdef UNUSED
73 #define UNUSED __attribute__((unused))
75 #define UNUSED
416 UNUSED; \
435 vpx_codec_ctx_t *, int, typ) DEPRECATED UNUSED; \
454 UNUSED; \
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_macros.h 21 static inline JEMALLOC_ATTR(unused) JEMALLOC_ATTR(always_inline)
36 # define UNUSED JEMALLOC_ATTR(unused)
38 # define UNUSED
  /external/libmpeg2/common/
icv_sad.c 99 UNUSED(wd);
100 UNUSED(ht);
icv_variance.c 92 UNUSED(wd);
93 UNUSED(ht);
  /external/libunwind/include/
compiler.h 36 # define UNUSED __attribute__((unused))
61 # define UNUSED
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_proc.c 32 #define UNUSED __attribute__ ((unused))
36 void sighandler(UNUSED int signo)

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>