/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionMenuPresenter.java | 726 final Callback cb = getCallback(); local 727 return cb != null ? cb.onOpenSubMenu(subMenu) : false; 735 final Callback cb = getCallback(); local 736 if (cb != null) { 737 cb.onCloseMenu(menu, allMenusAreClosing);
|
/frameworks/support/v4/java/android/support/v4/media/session/ |
MediaSessionCompat.java | 469 * @param cb A result receiver to which a result may be sent by the command, may be null. 471 public void onCommand(String command, Bundle extras, ResultReceiver cb) { 580 public void onCommand(String command, Bundle extras, ResultReceiver cb) { 581 Callback.this.onCommand(command, extras, cb); 1387 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local 1399 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local 1412 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local 1424 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local 1436 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local 1448 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local 1460 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
AllocationTest.java | 300 * <li>G = Y - 0.34414 (Cb - 128) - 0.71414 (Cr - 128) 301 * <li>B = Y + 1.772 (Cb - 128) 304 * Where Cr and Cb are aliases of V and U respectively. 320 float cb = yuvData[1] & 0xFF; // U channel local 325 float g = y - 0.34414f * (cb - 128) - 0.71414f * (cr - 128); 326 float b = y + 1.772f * (cb - 128); [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
HandlerTest.java | 51 final Callback cb = new Callback() { local 61 new Handler(cb); 67 new Handler(Looper.getMainLooper(), cb); local
|
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 1190 cb_handle_t *cb = (cb_handle_t *)(native_buffer->handle); local [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCamera2HWICallbacks.cpp | 86 CDBG_HIGH("%s: [ZSL Retro] Frame CB Unlock : %d, is AEC Locked: %d", 1988 qcamera_callback_argm_t *cb = local [all...] |
/external/aac/libAACdec/src/ |
aacdec_hcr.cpp | 109 static void errDetectorInHcrSideinfoShrt(SCHAR cb, 177 static void errDetectorInHcrSideinfoShrt(SCHAR cb, SHORT numLine,UINT* errorWord) 182 if ( cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL ) { 289 SCHAR cb; local 331 cb = pCodeBook[0]; 334 /* convert HCR-sideinfo into a unitwise manner: When the cb changes, a new section starts */ 345 cb = pCodeBook[group * 16 + band]; 346 if (cb != cb_prev) [all...] |
/external/chromium_org/base/ |
bind_unittest.cc | 304 Closure cb = base::Bind(&TakesACallback, base::Bind(&PtrArgSet, &n)); local 310 cb.Run(); 314 cb.Run();
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries/ |
media_galleries_api.cc | 547 base::Closure cb = base::Bind( local 549 new MediaGalleriesPermissionController(contents, *extension(), cb); 553 const MediaFileSystemsCallback& cb) { 555 cb.Run(std::vector<MediaFileSystemInfo>()); 561 render_view_host(), extension(), cb); local 731 const MediaFileSystemsCallback& cb) { 733 cb.Run(std::vector<MediaFileSystemInfo>()); 739 render_view_host(), extension(), cb); local 886 base::Closure cb = base::Bind( local [all...] |
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_view_views.cc | 941 ui::Clipboard* cb = ui::Clipboard::GetForCurrentThread(); local [all...] |
/external/chromium_org/net/disk_cache/ |
backend_unittest.cc | 50 net::TestCompletionCallback cb; local 54 int rv = cache->Init(cb.callback()); 55 if (cb.GetResult(rv) != net::OK) 59 rv = cache->CreateEntry(kExistingEntryKey, &entry, cb.callback()); 60 if (cb.GetResult(rv) != net::OK) 75 int GeneratePendingIO(net::TestCompletionCallback* cb); 131 int DiskCacheBackendTest::GeneratePendingIO(net::TestCompletionCallback* cb) { 138 int rv = cache_->CreateEntry("some key", &entry, cb->callback()); 139 if (cb->GetResult(rv) != net::OK) 152 0, i, buffer.get(), kSize, cb->callback(), false) 415 net::TestCompletionCallback cb; local 464 net::TestCompletionCallback cb; local 509 net::TestCompletionCallback cb; local 559 net::TestCompletionCallback cb; local 596 net::TestCompletionCallback cb; local 639 net::TestCompletionCallback cb; local 687 net::TestCompletionCallback cb; local 1833 net::TestCompletionCallback cb; local 1871 net::TestCompletionCallback cb; local 1904 net::TestCompletionCallback cb; local 1945 net::TestCompletionCallback cb; local 1974 net::TestCompletionCallback cb; local 2904 net::TestCompletionCallback cb; local 3324 net::TestCompletionCallback cb; local 3353 net::TestCompletionCallback cb; local [all...] |
/external/chromium_org/net/http/ |
http_cache_unittest.cc | 463 net::TestCompletionCallback cb; local 464 int rv = entry->WriteData(1, 0, buf.get(), len, cb.callback(), true); 465 EXPECT_EQ(len, cb.GetResult(rv)); 553 net::TestCompletionCallback cb; local 555 int rv = cache.http_cache()->GetBackend(&backend, cb.callback()); 556 EXPECT_EQ(net::OK, cb.GetResult(rv)); 639 net::ReleaseBufferCompletionCallback cb(buffer.get()); 641 int rv = trans->Start(&request, cb.callback(), net::BoundNetLog()); 642 EXPECT_EQ(net::OK, cb.GetResult(rv)); 644 rv = trans->Read(buffer.get(), kBufferSize, cb.callback()) 3825 net::TestCompletionCallback cb; local 3871 net::TestCompletionCallback cb; local 4370 net::TestCompletionCallback cb; local 4418 net::TestCompletionCallback cb; local 4460 net::TestCompletionCallback cb; local 4858 net::TestCompletionCallback cb; local [all...] |
/external/chromium_org/ppapi/proxy/ |
ppb_instance_proxy.cc | 1177 pp::CompletionCallback cb = callback_factory_.NewCallback( local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTable.cpp | 260 RenderBlock* cb = containingBlock(); local 262 LayoutUnit availableLogicalWidth = containingBlockLogicalWidthForContent() + (isOutOfFlowPositioned() ? cb->paddingLogicalWidth() : LayoutUnit(0)); 263 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode(); 277 if (shrinkToAvoidFloats() && cb->isRenderBlockFlow() && toRenderBlockFlow(cb)->containsFloats() && !hasPerpendicularContainingBlock) 278 availableContentLogicalWidth = shrinkLogicalWidthToAvoidFloats(marginStart, marginEnd, toRenderBlockFlow(cb)); 304 computeMarginsForDirection(InlineDirection, cb, availableLogicalWidth, logicalWidth(), marginValues.m_start, marginValues.m_end, style()->marginStart(), style()->marginEnd()); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
reapits.c | 140 UChar32 cb = 0; local 145 cb = utext_next32(utb); 146 if (ca != cb) { 150 return ca == cb; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_state_common.c | 40 struct r600_command_buffer *cb = (struct r600_command_buffer*)atom; local 42 assert(cs->cdw + cb->atom.num_dw <= RADEON_MAX_CMDBUF_DWORDS); 43 memcpy(cs->buf + cs->cdw, cb->buf, 4 * cb->atom.num_dw); 44 cs->cdw += cb->atom.num_dw; 47 void r600_init_command_buffer(struct r600_command_buffer *cb, unsigned num_dw, enum r600_atom_flags flags) 49 cb->atom.emit = r600_emit_command_buffer; 50 cb->atom.num_dw = 0; 51 cb->atom.flags = flags; 52 cb->buf = CALLOC(1, 4 * num_dw) 918 struct pipe_constant_buffer *cb; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
arc.c | 451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y); 452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y); 453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier); 458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) 462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y) 464 struct polygon *poly = (struct polygon*)cb->user_data; 468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier) 470 struct polygon *poly = (struct polygon*)cb->user_data; 474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y) 476 struct stroker *stroker = (struct stroker*)cb->user_data 659 struct arc_cb cb; local 673 struct arc_cb cb; local 687 struct arc_cb cb; local 701 struct arc_cb cb; local [all...] |
/external/chromium_org/third_party/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/compiler-rt/lib/msan/ |
msan_interceptors.cc | 978 signal_cb cb = local 980 IndirectExternCall(cb)(signo); 991 sigaction_cb cb = local 993 IndirectExternCall(cb)(signo, si, uc); 1010 uptr cb = (uptr)pnew_act->sigaction; local 1014 if (cb != __sanitizer::sig_ign && cb != __sanitizer::sig_dfl) 1021 uptr cb = (uptr)oldact->sigaction; local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureMipmapTests.cpp | 964 Vec4 ca, cb; \/\/ Grid colors. local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
reapits.c | 140 UChar32 cb = 0; local 145 cb = utext_next32(utb); 146 if (ca != cb) { 150 return ca == cb; [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_state_common.c | 40 struct r600_command_buffer *cb = (struct r600_command_buffer*)atom; local 42 assert(cs->cdw + cb->atom.num_dw <= RADEON_MAX_CMDBUF_DWORDS); 43 memcpy(cs->buf + cs->cdw, cb->buf, 4 * cb->atom.num_dw); 44 cs->cdw += cb->atom.num_dw; 47 void r600_init_command_buffer(struct r600_command_buffer *cb, unsigned num_dw, enum r600_atom_flags flags) 49 cb->atom.emit = r600_emit_command_buffer; 50 cb->atom.num_dw = 0; 51 cb->atom.flags = flags; 52 cb->buf = CALLOC(1, 4 * num_dw) 918 struct pipe_constant_buffer *cb; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.c | 451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y); 452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y); 453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier); 458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) 462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y) 464 struct polygon *poly = (struct polygon*)cb->user_data; 468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier) 470 struct polygon *poly = (struct polygon*)cb->user_data; 474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y) 476 struct stroker *stroker = (struct stroker*)cb->user_data 659 struct arc_cb cb; local 673 struct arc_cb cb; local 687 struct arc_cb cb; local 701 struct arc_cb cb; local [all...] |
/external/mksh/src/ |
main.c | 1865 mksh_ttyst cb; local [all...] |
/external/openssl/crypto/bn/ |
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...] |