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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/
remote-stub.c 45 start_remote_job_p (int first_p UNUSED)
59 start_remote_job (char **argv UNUSED, char **envp UNUSED, int stdin_fd UNUSED,
60 int *is_remote UNUSED, int *id_ptr UNUSED,
61 int *used_stdin UNUSED)
74 remote_status (int *exit_code_ptr UNUSED, int *signal_ptr UNUSED,
75 int *coredump_ptr UNUSED, int block UNUSED
    [all...]
ar.c 124 ar_member_date_1 (int desc UNUSED, char *mem, int truncated,
125 long int hdrpos UNUSED, long int datapos UNUSED,
126 long int size UNUSED, long int date,
127 int uid UNUSED, int gid UNUSED, int mode UNUSED, char *name)
214 ar_glob_match (int desc UNUSED, char *mem, int truncated UNUSED,
215 long int hdrpos UNUSED, long int datapos UNUSED
    [all...]
  /system/core/libcutils/
dlmalloc_stubs.c 19 #define UNUSED __attribute__((__unused__))
26 void dlmalloc_inspect_all(void(*handler)(void*, void *, size_t, void*) UNUSED,
27 void* arg UNUSED)
32 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) {
  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmPlugin.h 66 UNUSED(sessionId);
73 UNUSED(sessionId);
74 UNUSED(keySetId);
81 UNUSED(sessionId);
82 UNUSED(infoMap);
91 UNUSED(cert_type);
92 UNUSED(cert_authority);
93 UNUSED(request);
94 UNUSED(defaultUrl);
102 UNUSED(response)
    [all...]
Utils.h 30 #define UNUSED(x) (void)(x);
  /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...]
  /system/bt/btif/co/
bta_pan_co.c 224 UNUSED(handle);
225 UNUSED(app_id);
247 UNUSED(handle);
248 UNUSED(app_id);
249 UNUSED(src);
250 UNUSED(dst);
251 UNUSED(protocol);
252 UNUSED(p_data);
253 UNUSED(len);
254 UNUSED(ext)
    [all...]
bta_gatts_co.c 115 UNUSED(is_add);
116 UNUSED(p_hndl_range);
140 UNUSED(cmd);
141 UNUSED(p_req);
142 UNUSED(p_rsp);
162 UNUSED(index);
163 UNUSED(p_handle_range);
  /external/libmpeg2/common/x86/
ideint_function_selector_sse42.c 87 UNUSED(ps_ctxt);
  /libcore/ojluni/src/main/java/java/security/cert/
CRLReason.java 82 * Unused reason.
84 UNUSED,
  /system/bt/utils/include/
bt_utils.h 45 #define UNUSED(x) (void)(x)
  /system/bt/bta/pan/
bta_pan_ci.c 250 UNUSED(handle);
255 UNUSED(handle);
260 UNUSED(handle);
261 UNUSED(enable);
266 UNUSED(handle);
267 UNUSED(src);
268 UNUSED(dst);
269 UNUSED(protocol);
270 UNUSED(p_buf);
271 UNUSED(ext)
    [all...]
bta_pan_api.c 194 UNUSED(p_cback);
204 UNUSED(role);
205 UNUSED(p_user_info);
206 UNUSED(p_gn_info);
207 UNUSED(p_nap_info);
212 UNUSED(bd_addr);
213 UNUSED(local_role);
214 UNUSED(peer_role);
219 UNUSED(handle);
  /external/selinux/policycoreutils/sepolicy/
policy.c 26 #ifdef UNUSED
28 # define UNUSED(x) UNUSED_ ## x __attribute__((unused))
30 # define UNUSED(x) /*@unused@*/ x
32 # define UNUSED(x) x
47 PyObject *wrap_policy(PyObject *UNUSED(self), PyObject *args){
common.h 3 #ifdef UNUSED
5 # define UNUSED(x) UNUSED_ ## x __attribute__((unused))
7 # define UNUSED(x) /*@unused@*/ x
9 # define UNUSED(x) x
  /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 =
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
asm_offsets.h 18 static void assert_##name(void) UNUSED;\
  /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);

Completed in 1033 milliseconds

1 2 3 4 5 6 7 8 91011>>