/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/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/include/exec/ |
gdbstub.h | 19 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
|
/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/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/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,
|
/external/chromium_org/net/http/ |
disk_based_cert_cache.h | 38 // found within the cache, |cb| will be called with the certificate. 39 // Otherwise, |cb| will be called with NULL. Callers that wish to store 41 // inside |cb|. 42 void GetCertificate(const std::string& key, const GetCallback& cb); 45 // |cb| will be called with the key. If |cb| is called with an empty 48 const SetCallback& cb);
|