HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 351 - 375 of 944) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 45 C<bool> cb; variable
  /external/linux-tools-perf/util/
alias.c 6 static int alias_lookup_cb(const char *k, const char *v, void *cb __used)
  /external/openssl/crypto/evp/
pmeth_gn.c 165 void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb)
167 ctx->pkey_gencb = cb;
187 void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx)
189 BN_GENCB_set(cb, trans_cb, ctx)
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 219 char ca, cb; local
230 cb = b[ib];
232 if (!isNonSeparator(cb)) {
239 if (cb != ca) {
  /external/wpa_supplicant_8/src/wps/
httpread.h 71 void (*cb)(struct httpread *handle, void *cookie,
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 37 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token,
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
test_wpa.c 271 struct wpa_auth_callbacks cb; local
283 os_memset(&cb, 0, sizeof(cb));
284 cb.ctx = wpa;
285 cb.logger = auth_logger;
286 cb.send_eapol = auth_send_eapol;
287 cb.get_psk = auth_get_psk;
289 wpa->auth_group = wpa_init(wpa->auth_addr, &conf, &cb);
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java 53 public ActionMode startActionModeForChild(View sourceView, ActionMode.Callback cb) {
54 final ExtractActionMode mode = new ExtractActionMode(cb);
100 public ExtractActionMode(Callback cb) {
103 mCallback = cb;
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPresenter.java 82 * @param cb Callback that will be notified of future events
84 public void setCallback(Callback cb);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 72 public void addStateChangedCallback(BluetoothStateChangeCallback cb) {
73 mChangeCallbacks.add(cb);
139 for (BluetoothStateChangeCallback cb : mChangeCallbacks) {
140 cb.onBluetoothStateChange(mEnabled);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPresenter.java 85 * @param cb Callback that will be notified of future events
87 public void setCallback(Callback cb);
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 37 virtual status_t startPreview(preview_callback cb, void* user);
40 virtual status_t startRecording(recording_callback cb, void* user);
92 static void stop_camera_cb(camera_cb_type cb,
97 static void camera_cb(camera_cb_type cb,
  /external/chromium/third_party/libevent/
event.h 347 @param cb a function taking two arguments: an integer severity between
348 _EVENT_LOG_DEBUG and _EVENT_LOG_ERR, and a string. If cb is NULL,
351 void event_set_log_callback(event_log_cb cb);
469 @param cb callback function
472 #define evtimer_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg)
497 * @param cb the callback to be invoked when the timeout expires
500 #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg)
514 #define signal_set(ev, x, cb, arg)
734 void (*cb)(struct evbuffer *, size_t, size_t, void *); member in struct:evbuffer
    [all...]
http-internal.h 85 void (*cb)(struct evhttp_connection *, void *); member in struct:evhttp_connection
99 void (*cb)(struct evhttp_request *req, void *); member in struct:evhttp_cb
  /external/clang/test/Sema/
block-return.c 64 CFBasicHashCallbacks cb;
68 cb.isEqual = ^(const CFBasicHash *table, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key) {
  /external/dropbear/libtommath/
bn_mp_prime_random_ex.c 34 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat)
76 if (cb(tmp, bsize, dat) != bsize) {
  /external/openssl/apps/
dhparam.c 146 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
295 BN_GENCB cb; local
296 BN_GENCB_set(&cb, dh_cb, bio_err);
312 NULL, 0, NULL, NULL, &cb))
333 if(!dh || !DH_generate_parameters_ex(dh, num, g, &cb))
537 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
545 BIO_write(cb->arg,&c,1);
546 (void)BIO_flush(cb->arg);
  /frameworks/native/libs/utils/
misc.cpp 101 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) {
108 info.callback = cb;
  /libcore/luni/src/main/java/java/math/
NativeBN.java 158 int add, int rem, int cb);
160 // const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb);
162 public static native boolean BN_is_prime_ex(int p, int nchecks, int cb);
163 // int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 158 void ThreadRegistry::RunCallbackForEachThreadLocked(ThreadCallback cb,
165 cb(tctx, arg);
169 u32 ThreadRegistry::FindThread(FindThreadCallback cb, void *arg) {
173 if (tctx != 0 && cb(tctx, arg))
180 ThreadRegistry::FindThreadContextLocked(FindThreadCallback cb, void *arg) {
184 if (tctx != 0 && cb(tctx, arg))
  /external/iptables/extensions/
libxt_u32.c 106 static void u32_parse(struct xt_option_call *cb)
108 struct xt_u32 *data = cb->data;
111 const char *arg = cb->arg; /* the argument string */
112 const char *start = cb->arg;
115 xtables_option_parse(cb);
116 data->invert = cb->invert;
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 159 vpx_codec_put_frame_cb_fn_t cb,
164 if (!ctx || !cb)
171 ctx->priv->dec.put_frame_cb.u.put_frame = cb;
181 vpx_codec_put_slice_cb_fn_t cb,
186 if (!ctx || !cb)
193 ctx->priv->dec.put_slice_cb.u.put_slice = cb;
  /external/qemu/
block_int.h 70 BlockDriverCompletionFunc *cb, void *opaque);
73 BlockDriverCompletionFunc *cb, void *opaque);
75 BlockDriverCompletionFunc *cb, void *opaque);
116 BlockDriverCompletionFunc *cb, void *opaque);
206 BlockDriverCompletionFunc *cb; member in struct:BlockDriverAIOCB
214 BlockDriverCompletionFunc *cb, void *opaque);
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 363 RenderBlock* cb = os->containingBlock(); local
364 while (cb && !cb->isRenderView()) {
365 RenderSelectionInfo* blockInfo = selectedObjects.get(cb);
368 selectedObjects.set(cb, new RenderSelectionInfo(cb, clipToVisibleContent));
369 cb = cb->containingBlock();
444 RenderBlock* cb = os->containingBlock(); local
445 while (cb && !cb->isRenderView())
496 RenderBlock* cb = o->containingBlock(); local
    [all...]

Completed in 583 milliseconds

<<11121314151617181920>>