HomeSort by relevance Sort by last modified time
    Searched defs:cb (Results 501 - 525 of 729) sorted by null

<<21222324252627282930

  /external/openssl/include/openssl/
bn.h 364 } cb; member in struct:bn_gencb_st
367 int BN_GENCB_call(BN_GENCB *cb, int a, int b);
373 tmp_gencb->cb.cb_1 = (callback); }
379 tmp_gencb->cb.cb_2 = (callback); }
558 const BIGNUM *rem, BN_GENCB *cb);
559 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
561 int do_trial_division, BN_GENCB *cb);
567 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb);
572 BN_GENCB *cb);
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 103 static void sycc_to_rgb(int offset, int upb, int y, int cb, int cr,
107 cb -= offset;
115 g = y - (int)(0.344 * (float)cb + 0.714 * (float)cr);
121 b = y + (int)(1.772 * (float)cb);
131 const int *y, *cb, *cr; local
140 cb = img->comps[1].data;
146 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b);
148 ++cb;
164 const int *y, *cb, *cr; local
174 cb = img->comps[1].data;
217 const int *y, *cb, *cr, *ny; local
    [all...]
  /external/qemu/include/block/
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/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 570 SkVector cb = b; local
571 cb -= c;
574 SkASSERT(ab.length() > 0 && cb.length() > 0);
583 cb.normalize();
585 cbN.setOrthog(cb, SkVector::kLeft_Side);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 1729 const struct vki_iocb *cb = (struct vki_iocb *)(Addr)vev->obj; local
1786 struct vki_iocb *cb = ((struct vki_iocb **)ARG3)[i]; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 1979 struct eapol_auth_cb cb; local
    [all...]
wpa_auth_i.h 192 struct wpa_auth_callbacks cb; member in struct:wpa_authenticator
220 int (*cb)(struct wpa_state_machine *sm, void *ctx),
223 int (*cb)(struct wpa_authenticator *a, void *ctx),
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 29 struct eapol_auth_cb cb; member in struct:eapol_authenticator
  /frameworks/av/media/libmedia/
AudioSystem.cpp 460 audio_error_callback cb = NULL; local
464 cb = gAudioErrorCallback;
473 if (cb) {
474 cb(DEAD_OBJECT);
543 void AudioSystem::setErrorCallback(audio_error_callback cb)
546 gAudioErrorCallback = cb;
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 1037 IAppOpsCallback cb = mModeWatchers.get(callback); local
1064 IAppOpsCallback cb = mModeWatchers.get(callback); local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 479 float cb = yuvData[1] & 0xFF; // U channel local
484 float g = y - 0.34414f * (cb - 128) - 0.71414f * (cr - 128);
485 float b = y + 1.772f * (cb - 128);
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 349 uint8_t *cb, *cr; local
377 cb = cr + 1;
386 cb:
400 cb = cr + cSize;
406 cb :
    [all...]
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
LocalRenderer.java 663 SurfaceHolder.Callback cb = new SurfaceHolder.Callback() { local
680 mHolderCB = cb;
681 holder.addCallback(cb);
702 SurfaceHolder.Callback cb = mHolderCB; local
706 if (holder != null && cb != null) {
707 holder.removeCallback(cb);
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 42 AppCallbackNotifier* cb = (AppCallbackNotifier*) cookie1; local
43 cb->EncoderDoneCb(main_jpeg, thumb_jpeg, type, cookie2, cookie3, cookie4);
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 45 AppCallbackNotifier* cb = (AppCallbackNotifier*) cookie1; local
46 cb->EncoderDoneCb(main_jpeg, thumb_jpeg, type, cookie2, cookie3);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 123 public void loadAttachment(final IEmailServiceCallback cb, final long accountId,
131 cb.loadAttachmentStatus(0, attachmentId,
140 cb.loadAttachmentStatus(messageId, attachmentId,
148 cb.loadAttachmentStatus(messageId, attachmentId, EmailServiceStatus.SUCCESS,
154 cb.loadAttachmentStatus(messageId, attachmentId, EmailServiceStatus.IN_PROGRESS, 0);
182 cb.loadAttachmentStatus(messageId, attachmentId,
220 new MessageRetrievalListenerBridge(messageId, attachmentId, cb));
233 cb.loadAttachmentStatus(messageId, attachmentId, EmailServiceStatus.SUCCESS, 0);
243 cb.loadAttachmentStatus(0, attachmentId, EmailServiceStatus.CONNECTION_ERROR, 0);
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 235 UpdateLocationCallback cb = new UpdateLocationCallback( local
238 new ReverseGeocoderTask(geocoder, latlng, cb).execute();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 149 ULONG cb; member in struct:__anon50293
167 typedef void *(DIAMONDAPI *PFNFCIALLOC)(ULONG cb);
168 #define FNFCIALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
fdi.h 196 typedef void *(DIAMONDAPI *PFNALLOC)(ULONG cb);
197 #define FNALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
209 #define FNREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
210 #define FNWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
218 __LONG32 cb; member in struct:__anon50303
mapispi.h 30 ULONG cb; member in struct:__anon50891
35 #define CbNOTIFKEY(_lpkey) (offsetof(NOTIFKEY,ab) + (_lpkey)->cb)
36 #define SizedNOTIFKEY(_cb,_name) struct _NOTIFKEY_ ## _name { ULONG cb; BYTE ab[_cb]; } _name
objbase.h 308 WINOLEAPI_(LPVOID) CoTaskMemAlloc(SIZE_T cb); variable
309 WINOLEAPI_(LPVOID) CoTaskMemRealloc(LPVOID pv,SIZE_T cb);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 529 # got tp_clear'ed by the time the c2.cb callback got invoked.
532 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_3.C
541 c2.wr = weakref.ref(c1, c2.cb)
552 # c2's class (C) from getting tp_clear'ed before c2.cb is invoked.
557 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_4.C
569 c2.wr = weakref.ref(c1, c2.cb)
629 def cb(self, ignore): member in class:ReferencesTestCase.test_callbacks_on_callback.C
630 alist.append("cb called")
635 callback = c.cb
637 d.wr = weakref.ref(callback, d.cb) # ditt
787 def cb(wparent): function in function:ReferencesTestCase.test_trashcan_16602.C.__init__
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 529 # got tp_clear'ed by the time the c2.cb callback got invoked.
532 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_3.C
541 c2.wr = weakref.ref(c1, c2.cb)
552 # c2's class (C) from getting tp_clear'ed before c2.cb is invoked.
557 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_4.C
569 c2.wr = weakref.ref(c1, c2.cb)
629 def cb(self, ignore): member in class:ReferencesTestCase.test_callbacks_on_callback.C
630 alist.append("cb called")
635 callback = c.cb
637 d.wr = weakref.ref(callback, d.cb) # ditt
787 def cb(wparent): function in function:ReferencesTestCase.test_trashcan_16602.C.__init__
    [all...]
  /system/core/init/
init.c 1054 union selinux_callback cb; local
1055 cb.func_log = log_callback;
1056 selinux_set_callback(SELINUX_CB_LOG, cb);
1058 cb.func_audit = audit_callback;
1059 selinux_set_callback(SELINUX_CB_AUDIT, cb);
    [all...]
  /system/core/libpixelflinger/
trap.cpp 454 surface_t* cb = &(c->state.buffers.color); local
455 const GGLFormat* fp = &(c->formats[cb->format]);
456 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) +
457 (x + (cb->stride * y)) * fp->size;
    [all...]

Completed in 3204 milliseconds

<<21222324252627282930