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

1 2 3 4 5

  /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...]
  /external/libvpx/libvpx/vpx_ports/
asm_offsets.h 18 static void assert_##name(void) UNUSED;\
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlbuilder.cc 113 UNUSED(pctx);
114 UNUSED(name);
122 UNUSED(pctx);
130 UNUSED(pctx);
131 UNUSED(err);
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlbuilder.cc 110 UNUSED(pctx);
111 UNUSED(name);
119 UNUSED(pctx);
127 UNUSED(pctx);
128 UNUSED(err);
xmlparser_unittest.cc 54 UNUSED(pctx);
55 UNUSED(name);
60 UNUSED(pctx);
64 UNUSED(pctx);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 9 * unused (0),
26 public static final int UNUSED = (1 << 7);
60 public static final int unused = (1 << 7); field in class:ReasonFlags
  /external/dropbear/
includes.h 139 /* so we can avoid warnings about unused params (ie in signal handlers etc) */
140 #ifdef UNUSED
142 # define UNUSED(x) UNUSED_ ## x __attribute__((unused))
144 # define UNUSED(x) /*@unused@*/ x
146 # define UNUSED(x) x
cli-main.c 107 static void cli_dropbear_log(int UNUSED(priority),
  /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
415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
455 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.cc 100 UNUSED(pctx);
101 UNUSED(errCode);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.cc 101 UNUSED(pctx);
102 UNUSED(errCode);
chatroommodule_unittest.cc 119 UNUSED(room);
128 UNUSED(room);
136 UNUSED(room);
142 UNUSED(room);
148 UNUSED(room);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 62 state_(UNUSED),
95 if (state_ == UNUSED) {
186 DCHECK_EQ(state_, UNUSED);
202 DCHECK(state_ == UNUSED || state_ == RUNNING);
219 bool unused = state_ == UNUSED; local
222 bool committed = unused || transaction_.Commit();
  /bionic/libc/netbsd/resolv/
res_mkquery.c 105 #define UNUSED(a) (void)&a
107 #define UNUSED(a) a = a
132 UNUSED(newrr_in);
  /art/runtime/
utils.h 365 UNUSED(a);
370 UNUSED(a);
371 UNUSED(b);
376 UNUSED(a);
377 UNUSED(b);
378 UNUSED(c);
  /external/chromium/net/socket/
client_socket_handle.h 35 UNUSED = 0, // unused socket that just finished connecting
36 UNUSED_IDLE, // unused socket that has been idle for awhile
142 return UNUSED;
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x))
109 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
110 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
111 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
common.h 42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x))
44 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
45 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
46 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
common.h 43 // Note: UNUSED is also defined in basictypes.h
44 #ifndef UNUSED
45 #define UNUSED(x) Unused(static_cast<const void*>(&x))
46 #define UNUSED2(x, y) Unused(static_cast<const void*>(&x)); \
47 Unused(static_cast<const void*>(&y))
48 #define UNUSED3(x, y, z) Unused(static_cast<const void*>(&x)); \
49 Unused(static_cast<const void*>(&y)); \
50 Unused(static_cast<const void*>(&z))
51 #define UNUSED4(x, y, z, a) Unused(static_cast<const void*>(&x));
    [all...]
  /external/chromium_org/net/disk_cache/
stats.h 50 UNUSED, // Was: ga.js was evicted from the cache.

Completed in 1243 milliseconds

1 2 3 4 5