/external/chromium/base/ |
message_pump_glib_x.cc | 19 GSourceFunc cb, 200 gboolean (*cb)(GSource*, GSourceFunc, void*) = 208 gdksource_->source_funcs->dispatch = cb;
|
/external/chromium_org/chrome/installer/mini_installer/ |
decompress.cc | 14 return ::HeapAlloc(::GetProcessHeap(), 0, cb); 94 if (!::ReadFile(reinterpret_cast<HANDLE>(hf), pv, cb, &read, NULL)) 101 if (!::WriteFile(reinterpret_cast<HANDLE>(hf), pv, cb, &written, NULL))
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
verify.c | 72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx); 97 X509_STORE_set_verify_cb(cert_ctx,cb); 311 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx) function
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsatest.c | 139 BN_GENCB cb; local 159 BN_GENCB_set(&cb, dsa_cb, bio_err); 161 seed, 20, &counter, &h, &cb))
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticlePointMesh.java | 77 ByteBuffer cb = BufferUtils.createByteBuffer(numParticles * 4); local 79 cvb.setupData(Usage.Stream, 4, Format.UnsignedByte, cb); 84 buf.updateData(cb);
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapTextPage.java | 140 VertexBuffer cb = m.getBuffer(Type.Color);
local 145 ByteBuffer bcb = (ByteBuffer) cb.getData();
161 cb.updateData(bcb);
|
/external/kernel-headers/original/linux/ |
netlink.h | 167 #define NETLINK_CB(skb) (*(struct netlink_skb_parms*)&((skb)->cb)) 223 struct netlink_callback *cb); 224 int (*done)(struct netlink_callback *cb);
|
/external/openssl/apps/ |
verify.c | 72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx); 97 X509_STORE_set_verify_cb(cert_ctx,cb); 311 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx) function
|
/external/openssl/crypto/dsa/ |
dsatest.c | 139 BN_GENCB cb; local 159 BN_GENCB_set(&cb, dsa_cb, bio_err); 161 seed, 20, &counter, &h, &cb))
|
/external/qemu/distrib/sdl-1.2.15/src/timer/ |
SDL_timer.c | 43 SDL_NewTimerCallback cb; member in struct:_SDL_TimerID 131 ms = timer.cb(timer.interval, timer.param); 171 t->cb = callback;
|
/external/wpa_supplicant_8/src/ap/ |
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),
|
wpa_auth_ft.c | 28 if (wpa_auth->cb.send_ether == NULL) 31 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB, 39 if (wpa_auth->cb.send_ft_action == NULL) 41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst, 49 if (wpa_auth->cb.add_sta == NULL) 51 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr); 59 if (wpa_auth->cb.add_tspec == NULL) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Color.java | 134 final float cb = (V - b) / vtemp; local 137 H = cb - cg; 139 H = 2 + cr - cb;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
AdapterHelper.java | 106 Checkable cb = (Checkable) view; local 113 resolvedRef, ViewAttribute.IS_CHECKED, cb.isChecked()); 120 cb.setChecked((Boolean) value);
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.c | 160 int (*cb)(int xok,X509_STORE_CTX *xctx); 168 cb=ctx->verify_cb; 260 ok=cb(0,ctx); 334 ok=cb(0,ctx); 456 int (*cb)(int xok,X509_STORE_CTX *xctx); 460 cb=ctx->verify_cb; 500 ok=cb(0,ctx); 508 ok=cb(0,ctx); 549 ok=cb(0,ctx); 562 ok=cb(0,ctx) [all...] |
/external/openssl/crypto/x509/ |
x509_vfy.c | 160 int (*cb)(int xok,X509_STORE_CTX *xctx); 168 cb=ctx->verify_cb; 260 ok=cb(0,ctx); 334 ok=cb(0,ctx); 456 int (*cb)(int xok,X509_STORE_CTX *xctx); 460 cb=ctx->verify_cb; 500 ok=cb(0,ctx); 508 ok=cb(0,ctx); 549 ok=cb(0,ctx); 562 ok=cb(0,ctx) [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 242 * map cb associated with this fd once incoming data avail by directly 563 if (NULL != cmd_thread->cb) { 564 cmd_thread->cb(node, cmd_thread->user_data); 580 mm_camera_cmd_cb_t cb, 587 cmd_thread->cb = cb;
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file_unittest.cc | 309 net::TestCompletionCallback cb; local 310 int rv = simple_cache->Init(cb.callback()); 311 EXPECT_EQ(net::OK, cb.GetResult(rv)); 312 rv = simple_cache->index()->ExecuteWhenReady(cb.callback()); 313 EXPECT_EQ(net::OK, cb.GetResult(rv));
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des_opts.c | 399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb); 405 for (count=0,run=1; COND(cb); count++) \ 412 tm[index]=((double)COUNT(cb))/tm[index]; 431 long ca,cb,cc,cd,ce; local 464 cb=count*3;
|
/external/openssl/crypto/des/ |
des_opts.c | 399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb); 405 for (count=0,run=1; COND(cb); count++) \ 412 tm[index]=((double)COUNT(cb))/tm[index]; 431 long ca,cb,cc,cd,ce; local 464 cb=count*3;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
gas_query.c | 40 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, member in struct:gas_query_pending 89 query->cb(query->ctx, query->addr, query->dialog_token, result, 455 * @cb: Callback function for reporting GAS query result and response 456 * @ctx: Context pointer to use with the @cb call 461 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, 491 query->cb = cb;
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 243 * map cb associated with this fd once incoming data avail by directly 565 if (NULL != cmd_thread->cb) { 566 cmd_thread->cb(node, cmd_thread->user_data); 582 mm_camera_cmd_cb_t cb, 589 cmd_thread->cb = cb;
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 1616 MessageUpdateCallbackCounter cb = new MessageUpdateCallbackCounter(); local 1632 MessageUpdateCallbackCounter cb = new MessageUpdateCallbackCounter(); local 1716 MessageUpdateCallbackCounter cb = new MessageUpdateCallbackCounter(); local 1751 MessageUpdateCallbackCounter cb = new MessageUpdateCallbackCounter(); local 1784 MessageUpdateCallbackCounter cb = new MessageUpdateCallbackCounter(); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | 271 int Send(const void *pv, size_t cb) { 272 int sent = ::send(s_, reinterpret_cast<const char *>(pv), (int)cb, 286 ASSERT(sent <= static_cast<int>(cb)); 293 int SendTo(const void *pv, size_t cb, const SocketAddress& addr) { 297 s_, (const char *)pv, (int)cb, 307 ASSERT(sent <= static_cast<int>(cb)); 314 int Recv(void *pv, size_t cb) { 315 int received = ::recv(s_, (char *)pv, (int)cb, 0); 316 if ((received == 0) && (cb != 0)) { 338 int RecvFrom(void *pv, size_t cb, SocketAddress *paddr) [all...] |