Searched refs:cb (Results 126 - 150 of 1140) sorted by relevance

1234567891011>>

/external/bluetooth/bluedroid/osi/include/
H A Dalarm.h36 // Sets an alarm to fire |cb| after the given |deadline|. Note that |deadline| is the
38 // for the callback and may be NULL. |cb| will be called back in the context of an
40 // |alarm| and |cb| may not be NULL.
41 void alarm_set(alarm_t *alarm, period_ms_t deadline, alarm_callback_t cb, void *data);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.cc31 for (std::vector<StorePolicyCallback>::iterator cb(callbacks.begin());
32 cb != callbacks.end(); ++cb) {
33 cb->Run(device_policy_.store_result_);
41 for (std::vector<StorePolicyCallback>::iterator cb(callbacks.begin());
42 cb != callbacks.end(); ++cb) {
43 cb->Run(device_local_account_state->second.store_result_);
51 for (std::vector<RetrievePolicyCallback>::iterator cb(callbacks.begin());
52 cb !
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dg_object_destructor_filo.h60 Hook(GObject* o, DestructorHook cb, void* ctx) argument
61 : object(o), callback(cb), context(ctx) {
63 bool equal(GObject* o, DestructorHook cb, void* ctx) const { argument
64 return object == o && callback == cb && context == ctx;
/external/chromium_org/ppapi/c/trusted/
H A Dppb_url_loader_trusted.h68 PP_URLLoaderTrusted_StatusCallback cb);
/external/chromium_org/sql/test/
H A Derror_callback_support.h25 const sql::Connection::ErrorCallback& cb);
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_breaks_6.opt_test12 (declare (in) float cb)
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
/external/chromium_org/third_party/skia/include/core/
H A DSkError.h75 * @param cb The callback function to be invoked. Passing NULL
76 * for cb will revert to the default error callback which
82 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context);
/external/chromium_org/third_party/skia/src/core/
H A DSkErrorInternals.h21 static void SetErrorCallback(SkErrorCallbackFunction cb, void *context);
/external/chromium_org/third_party/webrtc/base/
H A Dasynctcpsocket.cc127 int AsyncTCPSocketBase::SendTo(const void *pv, size_t cb, argument
131 return Send(pv, cb, options);
138 int AsyncTCPSocketBase::SendRaw(const void * pv, size_t cb) { argument
139 if (outpos_ + cb > outsize_) {
144 memcpy(outbuf_ + outpos_, pv, cb);
145 outpos_ += cb;
167 void AsyncTCPSocketBase::AppendToOutBuffer(const void* pv, size_t cb) { argument
168 ASSERT(outpos_ + cb < outsize_);
169 memcpy(outbuf_ + outpos_, pv, cb);
170 outpos_ += cb;
248 Send(const void *pv, size_t cb, const rtc::PacketOptions& options) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dgain_quant.c35 const int16_t *cbPtr, *cb; local
45 cb = WebRtcIlbcfix_kGain[stage];
61 cbPtr = cb + loc; /* Centre of CB */
102 returnVal=(int16_t)((WEBRTC_SPL_MUL_16_16(scale, cb[loc])+8192)>>14);
/external/clang/test/CodeGenCXX/
H A D2007-09-10-RecursiveTypeResolution.cpp74 RTRT::registerTerminationCallback (CallbackBase_1Data < MantaInterface * >*cb) argument
76 return cb;
84 callback_t *cb = static_cast < callback_t * >(callback); local
85 find (parallelPreRenderCallbacks.end (), cb);
/external/clang/test/SemaCXX/
H A Dillegal-member-initialization.cpp16 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cb'}}
20 const B cb; // expected-note{{declared here}} member in struct:X
/external/iptables/extensions/
H A Dlibxt_cpu.c23 static void cpu_parse(struct xt_option_call *cb) argument
25 struct xt_cpu_info *cpuinfo = cb->data;
27 xtables_option_parse(cb);
28 if (cb->invert)
H A Dlibxt_helper.c23 static void helper_parse(struct xt_option_call *cb) argument
25 struct xt_helper_info *info = cb->data;
27 xtables_option_parse(cb);
28 if (cb->invert)
H A Dlibxt_mac.c31 static void mac_parse(struct xt_option_call *cb) argument
33 struct xt_mac_info *macinfo = cb->data;
35 xtables_option_parse(cb);
36 if (cb->invert)
H A Dlibxt_nfacct.c37 static void nfacct_parse(struct xt_option_call *cb) argument
39 xtables_option_parse(cb);
40 switch (cb->entry->id) {
42 if (strchr(cb->arg, '\n') != NULL)
H A Dlibxt_socket.c26 static void socket_mt_parse(struct xt_option_call *cb) argument
28 struct xt_socket_mtinfo1 *info = cb->data;
30 xtables_option_parse(cb);
31 switch (cb->entry->id) {
H A Dlibip6t_ah.c31 static void ah_parse(struct xt_option_call *cb) argument
33 struct ip6t_ah *ahinfo = cb->data;
35 xtables_option_parse(cb);
36 switch (cb->entry->id) {
38 if (cb->nvals == 1)
40 if (cb->invert)
44 if (cb->invert)
H A Dlibip6t_hl.c31 static void hl_parse(struct xt_option_call *cb) argument
33 struct ip6t_hl_info *info = cb->data;
35 xtables_option_parse(cb);
36 switch (cb->entry->id) {
38 info->mode = cb->invert ? IP6T_HL_NE : IP6T_HL_EQ;
49 static void hl_check(struct xt_fcheck_call *cb) argument
51 if (!(cb->xflags & F_ANY))
H A Dlibipt_ttl.c28 static void ttl_parse(struct xt_option_call *cb) argument
30 struct ipt_ttl_info *info = cb->data;
32 xtables_option_parse(cb);
33 switch (cb->entry->id) {
35 info->mode = cb->invert ? IPT_TTL_NE : IPT_TTL_EQ;
46 static void ttl_check(struct xt_fcheck_call *cb) argument
48 if (!(cb->xflags & F_ANY))
H A Dlibxt_LED.c49 static void LED_parse(struct xt_option_call *cb) argument
51 struct xt_led_info *led = cb->data;
53 xtables_option_parse(cb);
54 switch (cb->entry->id) {
57 strcat(led->id, cb->arg);
60 if (strncasecmp(cb->arg, "inf", 3) == 0)
62 else if (!xtables_strtoui(cb->arg, NULL, &led->delay, 0, UINT32_MAX))
/external/lldb/test/lang/cpp/overloaded-functions/
H A Dmain.cpp15 int cb; member in struct:C
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_6.opt_test12 (declare (in) float cb)
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
/external/skia/include/core/
H A DSkError.h75 * @param cb The callback function to be invoked. Passing NULL
76 * for cb will revert to the default error callback which
82 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context);
/external/skia/src/core/
H A DSkErrorInternals.h21 static void SetErrorCallback(SkErrorCallbackFunction cb, void *context);

Completed in 695 milliseconds

1234567891011>>