/external/pcre/ |
pcre_dfa_exec.c | 2475 pcre_callout_block cb; local 2703 pcre_callout_block cb; local [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/quake/quake/src/QW/client/ |
gl_draw.c | 377 qpic_t *cb; local 412 cb = (qpic_t *)COM_LoadHunkFile ("gfx/conback.lmp"); 413 if (!cb) 415 SwapPic (cb); 418 dest = cb->data + 320 + 320*186 - 11 - 8*strlen(ver); 431 src = cb->data + cb->width * (y*cb->height/vid.conheight); 432 if (vid.conwidth == cb->width) 437 fstep = cb->width*0x10000/vid.conwidth [all...] |
/external/webkit/Source/WebCore/dom/ |
xml_expat_tokenizer.cpp | 146 PendingCallback* cb = m_callbacks.getFirst(); local 148 cb->call(tokenizer);
|
/external/webkit/Source/WebCore/rendering/ |
RenderInline.cpp | 63 if (RenderBlock* cb = containingBlock()) { 64 if (RenderBlock* cbCb = cb->containingBlock()) 723 RenderBlock* cb = containingBlock(); local 727 return cb->positionForPoint(point); 731 int parentBlockX = cb->x() + point.x(); 732 int parentBlockY = cb->y() + point.y(); 977 RenderBlock* cb = containingBlock(); local 1058 RenderBlock* cb = toRenderBlock(o); local [all...] |
RenderTable.cpp | 227 RenderBlock* cb = containingBlock(); local 230 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode(); 264 computeInlineDirectionMargins(cb, availableLogicalWidth, logicalWidth()); 883 const BorderValue& cb = cs.primaryCell()->style()->borderStart(); \/\/ FIXME: Make this work with perpendicualr and flipped cells. local 941 const BorderValue& cb = cs.primaryCell()->style()->borderEnd(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local [all...] |
RenderTableSection.cpp | 779 const BorderValue& cb = current.primaryCell()->style()->borderBefore(); // FIXME: Make this work with perpendicular and flipped cells. local 784 if (gb.style() == BHIDDEN || cb.style() == BHIDDEN) 789 if (cb.style() > BHIDDEN && cb.width() > borderWidth) 790 borderWidth = cb.width(); 792 if (cb.style() == BHIDDEN) 795 if (cb.style() > BHIDDEN && cb.width() > borderWidth) 796 borderWidth = cb.width(); 830 const BorderValue& cb = current.primaryCell()->style()->borderAfter(); // FIXME: Make this work with perpendicular and f (…) local 884 const BorderValue& cb = current.primaryCell()->style()->borderStart(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local 928 const BorderValue& cb = current.primaryCell()->style()->borderEnd(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 179 struct wpa_auth_callbacks cb; member in struct:wpa_authenticator 203 int (*cb)(struct wpa_state_machine *sm, void *ctx), 206 int (*cb)(struct wpa_authenticator *a, void *ctx),
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 35 struct eapol_auth_cb cb; member in struct:eapol_authenticator
|
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeechService.java | 842 public void setCallback(String packageName, ITextToSpeechCallback cb) { 848 mCallbacks.setCallback(packageName, cb); 869 public void setCallback(String packageName, ITextToSpeechCallback cb) { 872 if (cb != null) { 873 register(cb, packageName); 874 old = mAppToCallback.put(packageName, cb); 878 if (old != null && old != cb) { 885 ITextToSpeechCallback cb = getCallbackFor(packageName); local 886 if (cb == null) return; 888 cb.onDone(utteranceId) 895 ITextToSpeechCallback cb = getCallbackFor(packageName); local 906 ITextToSpeechCallback cb = getCallbackFor(packageName); local 933 ITextToSpeechCallback cb; local [all...] |
/libcore/luni/src/test/java/libcore/java/nio/ |
BufferTest.java | 653 CharBuffer cb = b.asCharBuffer(); local 654 CharSequence cs = cb.subSequence(0, cb.length());
|
/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 235 UpdateLocationCallback cb = new UpdateLocationCallback( local 238 new ReverseGeocoderTask(geocoder, latlng, cb).execute(); [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/ |
bn.h | 332 } cb; member in struct:bn_gencb_st 335 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 341 tmp_gencb->cb.cb_1 = (callback); } 347 tmp_gencb->cb.cb_2 = (callback); } 517 const BIGNUM *rem, BN_GENCB *cb); 518 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 520 int do_trial_division, BN_GENCB *cb);
|
/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...] |
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | 136 final IRemoteViewsAdapterConnection cb = local 139 cb.onServiceConnected(service); 148 final IRemoteViewsAdapterConnection cb = local 151 cb.onServiceDisconnected(); 599 final IRemoteViewsFactory cb = 602 cb.onDestroy(intent); [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | 513 * @param cb a callback object that receives a copy of each preview frame, 516 public final void setPreviewCallback(PreviewCallback cb) { 517 mPreviewCallback = cb; 522 setHasPreviewCallback(cb != null, false); 531 * @param cb a callback object that receives a copy of the next preview frame, 534 public final void setOneShotPreviewCallback(PreviewCallback cb) { 535 mPreviewCallback = cb; 538 setHasPreviewCallback(cb != null, false); 559 * @param cb a callback object that receives a copy of the preview frame, 563 public final void setPreviewCallbackWithBuffer(PreviewCallback cb) { 693 PreviewCallback cb = mPreviewCallback; local [all...] |
/external/bluetooth/bluez/audio/ |
a2dp.c | 101 GSList *cb; member in struct:a2dp_setup 166 g_slist_foreach(s->cb, (GFunc) g_free, NULL); 167 g_slist_free(s->cb); 187 struct a2dp_setup_cb *cb; local 189 cb = g_new0(struct a2dp_setup_cb, 1); 190 cb->setup = setup; 191 cb->id = ++cb_id; 193 setup->cb = g_slist_append(setup->cb, cb); 239 struct a2dp_setup_cb *cb = l->data; local 260 struct a2dp_setup_cb *cb = l->data; local 280 struct a2dp_setup_cb *cb = l->data; local 299 struct a2dp_setup_cb *cb = l->data; local 2260 struct a2dp_setup_cb *cb = l->data; local [all...] |
headset.c | 107 headset_state_cb cb; member in struct:headset_state_callback 114 headset_nrec_cb cb; member in struct:headset_nrec_callback 120 headset_stream_cb_t cb; member in struct:connect_cb 194 static int rfcomm_connect(struct audio_device *device, headset_stream_cb_t cb, 196 static int get_records(struct audio_device *device, headset_stream_cb_t cb, 425 static void pending_connect_complete(struct connect_cb *cb, struct audio_device *dev) 430 cb->cb(NULL, cb->cb_data); 432 cb->cb(dev, cb->cb_data) 486 struct connect_cb *cb; local 2290 struct connect_cb *cb = NULL; local 2593 struct headset_state_callback *cb = l->data; local 2721 struct headset_nrec_callback *cb = l->data; local 2967 struct headset_state_callback *cb = l->data; local [all...] |
/external/bluetooth/bluez/src/ |
device.c | 88 void *cb; member in struct:authentication_req 1769 bt_callback_t cb; local [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JDKPKCS12KeyStore.java | 1012 CertBag cb = new CertBag((ASN1Sequence)b.getBagValue()); local [all...] |
/external/chromium/net/http/ |
http_cache_unittest.cc | 564 TestCompletionCallback cb; local 566 int rv = http_cache_.GetBackend(&backend, &cb); 567 rv = cb.GetResult(rv); 577 TestCompletionCallback cb; local 579 int rv = disk_entry->ReadData(0, 0, buffer, size, &cb); 580 rv = cb.GetResult(rv); 597 TestCompletionCallback cb; local 602 int rv = disk_entry->WriteData(0, 0, data, len, &cb, true); 603 rv = cb.GetResult(rv); 609 TestCompletionCallback cb; local 617 TestCompletionCallback cb; local 671 net::CompletionCallback* cb = callback_; local 1003 TestCompletionCallback cb; local 1054 TestCompletionCallback cb; local 3417 TestCompletionCallback cb; local 3461 TestCompletionCallback cb; local 3503 TestCompletionCallback cb; local 3901 TestCompletionCallback cb; local [all...] |
/external/chromium/third_party/libevent/ |
http.c | 339 void (*cb)(struct evhttp_connection *, void *), void *arg) 344 evcon->cb = cb; 624 (*req->cb)(req, req->cb_arg); 635 void (*cb)(struct evhttp_request *, void *); 653 /* save the callback for later; the cb might free our object */ 654 cb = req->cb; 670 if (cb != NULL) 671 (*cb)(NULL, cb_arg) 2163 struct evhttp_cb *cb; local 2191 struct evhttp_cb *cb = NULL; local [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | 309 int ca, cb; local 312 cb = tolower(b->data[i]); 314 if (ca != cb) 315 return(ca-cb); 355 int ca, cb; local 359 cb = tolower(*pb); 360 if (ca != cb) 361 return (ca - cb); 582 * this function is derived from cb() in openssl/apps/s_server.c 629 * this function is derived from cb() in openssl/apps/s_server. [all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | 198 * @cb: Control buffer. Free for use by every layer. Put private vars here 271 char cb[48]; member in struct:sk_buff [all...] |