HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 476 - 500 of 1816) sorted by null

<<11121314151617181920>>

  /external/qemu/include/exec/
gdbstub.h 19 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
  /external/wpa_supplicant_8/src/wps/
http_server.h 27 void (*cb)(void *ctx,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certbase.h 33 unsigned __LONG32 cb; member in struct:_CERTTRANSBLOB
rkeysvcc.h 26 ULONG cb; member in struct:_KEYSVC_BLOB
  /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/iptables/extensions/
libxt_dccp.c 103 static void dccp_parse(struct xt_option_call *cb)
105 struct xt_dccp_info *einfo = cb->data;
107 xtables_option_parse(cb);
108 switch (cb->entry->id) {
111 if (cb->invert)
116 if (cb->invert)
121 einfo->typemask = parse_dccp_types(cb->arg);
122 if (cb->invert)
127 if (cb->invert)
libxt_time.c 261 static void time_parse(struct xt_option_call *cb)
263 struct xt_time_info *info = cb->data;
265 xtables_option_parse(cb);
266 switch (cb->entry->id) {
268 info->date_start = time_parse_date(cb->arg, false);
271 info->date_stop = time_parse_date(cb->arg, true);
274 info->daytime_start = time_parse_minutes(cb->arg);
277 info->daytime_stop = time_parse_minutes(cb->arg);
292 info->monthdays_match = time_parse_monthdays(cb->arg);
293 if (cb->invert
    [all...]
libxt_string.c 169 static void string_parse(struct xt_option_call *cb)
171 struct xt_string_info *stringinfo = cb->data;
172 const unsigned int revision = (*cb->match)->u.user.revision;
174 xtables_option_parse(cb);
175 switch (cb->entry->id) {
177 parse_string(cb->arg, stringinfo);
178 if (cb->invert) {
186 parse_hex_string(cb->arg, stringinfo); /* sets length */
187 if (cb->invert) {
204 static void string_check(struct xt_fcheck_call *cb)
    [all...]
  /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;
  /external/chromium_org/third_party/boringssl/src/ssl/
s23_clnt.c 141 void (*cb)(const SSL *ssl,int type,int val)=NULL;
149 cb=s->info_callback;
151 cb=s->ctx->info_callback;
168 if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_START,1);
212 if (ret >= 0) cb=NULL;
225 if ((cb != NULL) && (s->state != state))
229 cb(s,SSL_CB_CONNECT_LOOP,1);
237 if (cb != NULL)
238 cb(s,SSL_CB_CONNECT_EXIT,ret)
    [all...]
  /external/qemu/android/
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/chromium_org/chrome/browser/resources/cryptotoken/
gnubbies.js 100 * @param {function(number, Array.<GnubbyDeviceId>)} cb Called back with the
103 Gnubbies.prototype.enumerate = function(cb) {
104 if (!cb) {
105 cb = function(rc, indexes) {
120 cb(-GnubbyDevice.OK, []);
174 var cb = self.pendingEnumerate.shift();
175 cb(-GnubbyDevice.OK, existingDeviceIds);
187 this.pendingEnumerate.push(cb);
239 * @param {function(number, GnubbyDevice=)} cb Called back with the result of
242 Gnubbies.prototype.addClient = function(which, who, cb) {
    [all...]
countdown.js 19 * @param {Function=} cb called back when the countdown expires.
22 Countdown.prototype.setTimeout = function(timeoutMillis, cb) {};
37 * @param {Function=} cb callback for new timer.
40 Countdown.prototype.clone = function(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...]
  /external/chromium_org/ppapi/proxy/
video_decoder_resource_unittest.cc 114 MockCompletionCallback cb; local
121 &cb));
135 MockCompletionCallback* cb,
160 &MockCompletionCallback::Callback, cb));
182 MockCompletionCallback* cb) {
187 &MockCompletionCallback::Callback, cb));
196 int32_t CallFlush(PP_Resource pp_decoder, MockCompletionCallback* cb) {
200 &MockCompletionCallback::Callback, cb));
204 int32_t CallReset(PP_Resource pp_decoder, MockCompletionCallback* cb) {
208 &MockCompletionCallback::Callback, cb));
282 MockCompletionCallback cb; local
312 MockCompletionCallback cb; local
325 MockCompletionCallback cb; local
339 MockCompletionCallback cb; local
    [all...]
  /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_org/cc/test/
test_context_provider.h 39 virtual void SetLostContextCallback(const LostContextCallback& cb) OVERRIDE;
41 const MemoryPolicyChangedCallback& cb) OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
gpu_context_tests.h 18 static void RunOnlyOnce(base::Closure cb, int* tmp) {
21 cb.Run();
  /external/chromium_org/extensions/renderer/
render_view_observer_natives.cc 23 v8::Handle<v8::Function> cb)
24 : content::RenderViewObserver(view), context_(context), callback_(cb) {}
  /external/chromium_org/media/audio/
virtual_audio_output_stream.cc 58 const AfterCloseCallback cb = after_close_cb_; local
60 cb.Run(this);
  /external/chromium_org/media/base/
callback_holder.h 16 template <typename CB> class CallbackHolder {
28 void SetCallback(const CB& cb) {
31 original_cb_ = cb;
42 // This method has overloaded versions to support different types of CB.
82 CB original_cb_;
  /external/chromium_org/media/cast/net/
udp_transport.h 55 const base::Closure& cb) OVERRIDE;
70 const base::Closure& cb,

Completed in 610 milliseconds

<<11121314151617181920>>