HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 376 - 400 of 1492) sorted by null

<<11121314151617181920>>

  /external/clang/test/Misc/
diag-aka-types.cpp 43 void helper(callback cb) {} // expected-note{{candidate function not viable: no known conversion from 'void (*)(struct data *)' (aka 'void (*)(ns::data *)') to 'callback' (aka 'void (*)(struct data *)') for 1st argument}}
  /external/iptables/extensions/
libxt_NFLOG.c 48 static void NFLOG_parse(struct xt_option_call *cb)
50 xtables_option_parse(cb);
51 switch (cb->entry->id) {
53 if (strchr(cb->arg, '\n') != NULL)
libxt_TCPOPTSTRIP.c 94 static void tcpoptstrip_tg_parse(struct xt_option_call *cb)
96 struct xt_tcpoptstrip_target_info *info = cb->data;
98 xtables_option_parse(cb);
99 parse_list(info, cb->arg);
libxt_dccp.c 99 static void dccp_parse(struct xt_option_call *cb)
101 struct xt_dccp_info *einfo = cb->data;
103 xtables_option_parse(cb);
104 switch (cb->entry->id) {
107 if (cb->invert)
112 if (cb->invert)
117 einfo->typemask = parse_dccp_types(cb->arg);
118 if (cb->invert)
123 if (cb->invert)
libxt_string.c 168 static void string_parse(struct xt_option_call *cb)
170 struct xt_string_info *stringinfo = cb->data;
171 const unsigned int revision = (*cb->match)->u.user.revision;
173 xtables_option_parse(cb);
174 switch (cb->entry->id) {
176 parse_string(cb->arg, stringinfo);
177 if (cb->invert) {
185 parse_hex_string(cb->arg, stringinfo); /* sets length */
186 if (cb->invert) {
203 static void string_check(struct xt_fcheck_call *cb)
    [all...]
  /external/kernel-headers/original/linux/
errqueue.h 29 #define SKB_EXT_ERR(skb) ((struct sock_exterr_skb *) ((skb)->cb))
  /external/openssl/crypto/engine/
eng_int.h 103 ENGINE_CLEANUP_CB *cb; member in struct:st_engine_cleanup_item
106 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);
107 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);
131 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb, void *arg);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_mmx.c 75 It is a requirement that the cr/cb/lum are 8 byte aligned and
82 unsigned char *cb, unsigned char *out,
143 // create Cb (result in mm1)
217 "addl $2,%1\n" // cb+2
233 : "m" (cr), "r"(cb),"r"(lum),
243 unsigned char *cb, unsigned char *out,
266 "movd (%1), %%mm0\n" // 4 Cb 0 0 0 0 u3 u2 u1 u0
273 "punpcklbw %%mm7, %%mm0\n" // 4 W cb 0 u3 0 u2 0 u1 0 u0
277 "movq %%mm0, %%mm2\n" // Cb 0 u3 0 u2 0 u1 0 u0
417 : "m" (cr), "r"(cb),"r"(lum)
    [all...]
  /external/qemu/
gdbstub.h 17 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
charpipe.c 39 CBuffer cb[1]; member in struct:BipBuffer
59 cbuffer_reset( bip->cb, bip->buff, sizeof(bip->buff) );
138 int len2 = cbuffer_write( bip->cb, buf, len );
172 size = cbuffer_read_avail(bip->cb);
191 avail = cbuffer_read_peek( bip->cb, &base );
198 cbuffer_read_step( bip->cb, avail );
328 int len2 = cbuffer_write( bip->cb, buf, len );
362 avail = cbuffer_read_peek( bip->cb, &base );
378 cbuffer_read_step( bip->cb, size );
448 CharBuffer* cb = _s_charbuffers local
    [all...]
  /external/wpa_supplicant_8/src/wps/
http_server.h 27 void (*cb)(void *ctx,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
scache.h 95 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 95 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 95 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
  /external/chromium/third_party/libevent/
evrpc.h 102 void (*cb)(struct evrpc_req_generic *, void *); member in struct:evrpc
182 void (*cb)(struct evrpc_status *, \
198 ctx->cb = (void (*)(struct evrpc_status *, \
199 void *, void *, void *))cb; \
210 (*(cb))(&status, request, reply, cbarg); \
356 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); member in struct:evrpc_request_wrapper
383 * @param cb the callback to invoke when the RPC request has been answered
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
388 evrpc_send_request_##name(pool, request, reply, cb, cbarg)
460 * @param cb the callback to call when the hook is activate
    [all...]
  /external/chromium_org/third_party/libevent/
evrpc.h 102 void (*cb)(struct evrpc_req_generic *, void *); member in struct:evrpc
182 void (*cb)(struct evrpc_status *, \
198 ctx->cb = (void (*)(struct evrpc_status *, \
199 void *, void *, void *))cb; \
210 (*(cb))(&status, request, reply, cbarg); \
356 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); member in struct:evrpc_request_wrapper
383 * @param cb the callback to invoke when the RPC request has been answered
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
388 evrpc_send_request_##name(pool, request, reply, cb, cbarg)
460 * @param cb the callback to call when the hook is activate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 134 rc_pair_foreach_src_fn cb,
149 cb(data, &pair->Alpha.Src[i]);
152 cb(data, &pair->Alpha.Src[src]);
160 cb(data, &pair->RGB.Src[i]);
164 cb(data, &pair->RGB.Src[src]);
172 rc_pair_foreach_src_fn cb)
178 pair_foreach_source_callback(pair, data, cb,
187 rc_pair_foreach_src_fn cb)
204 pair_foreach_source_callback(pair, data, cb,
  /external/chromium_org/third_party/skia/src/utils/win/
SkIStream.cpp 55 , ULONG cb
60 , ULONG cb
133 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) {
134 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb));
136 return (*pcbRead == cb) ? S_OK : S_FALSE;
140 , ULONG cb
245 , ULONG cb
249 bool wrote = this->fSkWStream->write(pv, cb);
251 *pcbWritten = cb;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 134 rc_pair_foreach_src_fn cb,
149 cb(data, &pair->Alpha.Src[i]);
152 cb(data, &pair->Alpha.Src[src]);
160 cb(data, &pair->RGB.Src[i]);
164 cb(data, &pair->RGB.Src[src]);
172 rc_pair_foreach_src_fn cb)
178 pair_foreach_source_callback(pair, data, cb,
187 rc_pair_foreach_src_fn cb)
204 pair_foreach_source_callback(pair, data, cb,
  /external/skia/src/utils/win/
SkIStream.cpp 55 , ULONG cb
60 , ULONG cb
133 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) {
134 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb));
136 return (*pcbRead == cb) ? S_OK : S_FALSE;
140 , ULONG cb
245 , ULONG cb
249 bool wrote = this->fSkWStream->write(pv, cb);
251 *pcbWritten = cb;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 56 MockCallback cb = new MockCallback(); local
57 scaleDrawable.setCallback(cb);
59 assertTrue(cb.hasCalledInvalidate());
61 cb.reset();
63 assertTrue(cb.hasCalledInvalidate());
65 cb.reset();
68 assertFalse(cb.hasCalledInvalidate());
76 MockCallback cb = new MockCallback(); local
77 scaleDrawable.setCallback(cb);
79 assertTrue(cb.hasCalledSchedule())
99 MockCallback cb = new MockCallback(); local
    [all...]
  /bionic/libc/kernel/common/linux/
relay.h 65 struct rchan_callbacks *cb; member in struct:rchan
99 struct rchan_callbacks *cb);
  /development/ndk/platforms/android-3/include/linux/
relay.h 54 struct rchan_callbacks *cb; member in struct:rchan
88 struct rchan_callbacks *cb);
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.h 52 virtual int Send(const void* pv, size_t cb);
53 virtual int Recv(void* pv, size_t cb);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentViewClient.java 25 WebChromeClient.CustomViewCallback cb = new WebChromeClient.CustomViewCallback() { local
33 mAwContentsClient.onShowCustomView(view, cb);

Completed in 1128 milliseconds

<<11121314151617181920>>