/external/chromium_org/net/tools/dump_cache/ |
upgrade_win.cc | 323 net::TestCompletionCallback cb; local 328 NULL, &cache, cb.callback()); 329 if (cb.GetResult(rv) != net::OK) { 598 net::TestCompletionCallback cb; local 603 NULL, &cache, cb.callback()); 604 if (cb.GetResult(rv) != net::OK) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTable.cpp | 249 RenderBlock* cb = containingBlock(); local 253 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode(); 267 if (shrinkToAvoidFloats() && cb->containsFloats() && !hasPerpendicularContainingBlock) { 269 availableContentLogicalWidth = shrinkLogicalWidthToAvoidFloats(marginStart, marginEnd, cb, 0, 0); 299 if (avoidsFloats() && cb->containsFloats()) 302 bool hasInvertedDirection = cb->style()->isLeftToRightDirection() == style()->isLeftToRightDirection(); 303 computeInlineDirectionMargins(cb, containerLogicalWidthForAutoMargins, logicalWidth(), [all...] |
RenderView.cpp | 623 RenderBlock* cb = os->containingBlock(); local 624 while (cb && !cb->isRenderView()) { 625 OwnPtr<RenderSelectionInfo>& blockInfo = selectedObjects.add(cb, nullptr).iterator->value; 628 blockInfo = adoptPtr(new RenderSelectionInfo(cb, clipToVisibleContent)); 629 cb = cb->containingBlock(); 728 RenderBlock* cb = os->containingBlock(); local 729 while (cb && !cb->isRenderView()) 781 RenderBlock* cb = o->containingBlock(); local [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/openssl/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); } 556 const BIGNUM *rem, BN_GENCB *cb); 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 559 int do_trial_division, BN_GENCB *cb); 565 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb); 570 BN_GENCB *cb); [all...] |
/external/chromium_org/third_party/openssl/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); } 556 const BIGNUM *rem, BN_GENCB *cb); 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 559 int do_trial_division, BN_GENCB *cb); 565 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb); 570 BN_GENCB *cb); [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 563 SkVector cb = b; local 564 cb -= c; 567 GrAssert(ab.length() > 0 && cb.length() > 0); 576 cb.normalize(); 578 cbN.setOrthog(cb, SkVector::kLeft_Side); [all...] |
/external/icu4c/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 | 1883 mksh_ttyst cb; local [all...] |
/external/openssh/ |
clientloop.c | 186 global_confirm_cb *cb; member in struct:global_confirm 530 if (gc->cb != NULL) 531 gc->cb(type, seq, gc->ctx); 817 client_register_global_confirm(global_confirm_cb *cb, void *ctx) 823 if (last_gc && last_gc->cb == cb && last_gc->ctx == ctx) { 831 gc->cb = cb; 1044 "%cB\r\n", escape_char); 1122 %cB - send a BREAK to the remote system\r\n [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); } 556 const BIGNUM *rem, BN_GENCB *cb); 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 559 int do_trial_division, BN_GENCB *cb); 565 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb); 570 BN_GENCB *cb); [all...] |
/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); } 556 const BIGNUM *rem, BN_GENCB *cb); 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 559 int do_trial_division, BN_GENCB *cb); 565 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb); 570 BN_GENCB *cb); [all...] |
/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);
|
qemu-timer.c | 198 QEMUTimerCB *cb; member in struct:QEMUTimer 529 QEMUTimerCB *cb, void *opaque) 535 ts->cb = cb; 644 ts->cb(ts->opaque); [all...] |
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 563 SkVector cb = b; local 564 cb -= c; 567 GrAssert(ab.length() > 0 && cb.length() > 0); 576 cb.normalize(); 578 cbN.setOrthog(cb, SkVector::kLeft_Side); [all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 36 int (*cb)(struct hostapd_iface *iface, 57 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, member in struct:hostapd_probereq_cb 337 int (*cb)(struct hostapd_iface *iface, 359 int (*cb)(void *ctx, const u8 *sa,
|
wpa_auth_i.h | 178 struct wpa_auth_callbacks cb; member in struct:wpa_authenticator 202 int (*cb)(struct wpa_state_machine *sm, void *ctx), 205 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/base/core/java/android/app/ |
AppOpsManager.java | 811 IAppOpsCallback cb = mModeWatchers.get(callback); local 812 if (cb == null) { 813 cb = new IAppOpsCallback.Stub() { 823 mModeWatchers.put(callback, cb); 826 mService.startWatchingMode(op, packageName, cb); 838 IAppOpsCallback cb = mModeWatchers.get(callback); local 839 if (cb != null) { 841 mService.stopWatchingMode(cb); [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 45 AppCallbackNotifier* cb = (AppCallbackNotifier*) cookie1; local 46 cb->EncoderDoneCb(main_jpeg, thumb_jpeg, type, cookie2, cookie3); [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 1808 struct nl_cb *cb; local 1881 struct nl_cb *cb; local [all...] |
/packages/apps/Email/src/com/android/email/service/ |
EmailServiceStub.java | 189 public void loadAttachment(final IEmailServiceCallback cb, final long attachmentId, 197 cb.loadAttachmentStatus(0, attachmentId, 206 cb.loadAttachmentStatus(messageId, attachmentId, 214 cb.loadAttachmentStatus(messageId, attachmentId, EmailServiceStatus.SUCCESS, 220 cb.loadAttachmentStatus(messageId, attachmentId, EmailServiceStatus.IN_PROGRESS, 0); 245 cb.loadAttachmentStatus(messageId, attachmentId, 283 new MessageRetrievalListenerBridge(messageId, attachmentId, cb)); 296 cb.loadAttachmentStatus(messageId, attachmentId, EmailServiceStatus.SUCCESS, 0); 306 cb.loadAttachmentStatus(0, attachmentId, EmailServiceStatus.CONNECTION_ERROR, 0);
|