HomeSort by relevance Sort by last modified time
    Searched defs:cb (Results 251 - 275 of 884) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 170 CharBuffer cb = CharBuffer.wrap(ca); local
172 CoderResult cr = cd.decode(bb, cb, true);
175 cr = cd.flush(cb);
183 return safeTrim(ca, cb.position(), cs, isTrusted);
245 CharBuffer cb = CharBuffer.wrap(ca); local
247 CoderResult cr = cd.decode(bb, cb, true);
250 cr = cd.flush(cb);
258 return safeTrim(ca, cb.position(), cs, isTrusted);
320 CharBuffer cb = CharBuffer.wrap(ca, off, len); local
323 CoderResult cr = ce.encode(cb, bb, true)
377 CharBuffer cb = CharBuffer.wrap(ca, off, len); local
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 166 CharBuffer cb = CharBuffer.wrap(ca); local
170 cb.put(db);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 162 final float cb = (V - b) / vtemp; local
165 H = cb - cg;
167 H = 2 + cr - cb;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
delayimp.h 49 DWORD cb; member in struct:DelayLoadInfo
mfreadwrite.h 59 DWORD cb; member in struct:_MF_SINK_WRITER_STATISTICS
    [all...]
  /system/bt/stack/btm/
btm_pm.c 386 tBTM_PM_STATUS_CBACK *cb = NULL; local
392 cb = btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback;
401 if(cb != NULL && btm_cb.pm_pend_link < MAX_L2CAP_LINKS)
402 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0);
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_cdma.cc 93 ResultCallback cb = local
98 weak_ptr_factory_.GetWeakPtr(), cb));
100 weak_ptr_factory_.GetWeakPtr(), cb));
102 weak_ptr_factory_.GetWeakPtr(), cb));
104 weak_ptr_factory_.GetWeakPtr(), cb));
106 weak_ptr_factory_.GetWeakPtr(), cb));
cellular_capability_classic.cc 195 KeyValueStoreCallback cb = Bind( local
199 simple_proxy_->GetModemStatus(&error, cb, kTimeoutDefault);
208 ModemInfoCallback cb = Bind(&CellularCapabilityClassic::OnGetModemInfoReply, local
211 proxy_->GetModemInfo(&error, cb, kTimeoutDefault);
221 ResultCallback cb = local
235 weak_ptr_factory_.GetWeakPtr(), cb));
237 weak_ptr_factory_.GetWeakPtr(), cb));
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.c 570 unsigned int cb = ia64_dis_names[disent].completer_index;
578 while (cb)
580 if (cb & 1)
591 if (cb != 1)
604 cb = cb >> 1;
560 unsigned int cb = ia64_dis_names[disent].completer_index; local
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 302 MockCallback cb = new MockCallback(); local
303 layerDrawable.setCallback(cb);
305 assertTrue(cb.hasCalledInvalidate());
307 cb.reset();
309 assertTrue(cb.hasCalledInvalidate());
311 cb.reset();
314 assertFalse(cb.hasCalledInvalidate());
322 MockCallback cb = new MockCallback(); local
323 layerDrawable.setCallback(cb);
325 assertTrue(cb.hasCalledSchedule())
346 MockCallback cb = new MockCallback(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 103 ActionMode.Callback cb = new MyActionModeCallback(); local
104 mActionMode = startActionMode(cb);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 174 /* check if has CB */
176 if(NULL != my_obj->buf_cb[i].cb) {
217 /* this Cb will only received in active_stream_on state
243 if(NULL != my_obj->buf_cb[i].cb) {
244 /* for every CB, add ref count */
273 /* this CB will only received in active_stream_off state
343 if(NULL != my_obj->buf_cb[i].cb) {
345 /* if <0, means infinite CB
346 * if >0, means CB for certain times
347 * both case we need to call CB */
642 mm_stream_data_cb_t cb; local
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 319 bio_info_cb cb; local
330 cb = bio->callback;
332 if (cb != NULL) {
333 ret = cb(bio, BIO_CB_CTRL, (void *)&fp, cmd, 0, 1L);
341 if (cb != NULL) {
342 ret = cb(bio, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
  /external/dbus/dbus/
dbus-mainloop.c 87 TimeoutCallback *cb; local
89 cb = dbus_new (TimeoutCallback, 1);
90 if (cb == NULL)
93 cb->timeout = timeout;
94 _dbus_get_monotonic_time (&cb->last_tv_sec,
95 &cb->last_tv_usec);
96 return cb;
100 timeout_callback_free (TimeoutCallback *cb)
102 dbus_free (cb);
  /external/fio/
parse.h 32 void *cb; /* sub-option callback */ member in struct:value_pair
60 void *cb; /* callback */ member in struct:fio_option
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 44 private final ResourceCallback cb; field in class:Engine.LoadStatus
46 public LoadStatus(ResourceCallback cb, EngineJob engineJob) {
47 this.cb = cb;
52 engineJob.removeCallback(cb);
108 * <li>Check the current set of in progress loads and add the cb to the in progress load if present</li>
134 * @param cb The callback that will be called when the load completes.
142 Priority priority, boolean isMemoryCacheable, DiskCacheStrategy diskCacheStrategy, ResourceCallback cb) {
155 cb.onResourceReady(cached);
167 cb.onResourceReady(active)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 508 UConverterFromUCallback cb; local
527 ucnv_setFromUCallBack(conv, UCNV_FROM_U_CALLBACK_ESCAPE, UCNV_ESCAPE_C, &cb, &p, &errorCode);
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpGenerator.java 547 CachedBuffer cb = HttpHeaderValues.CACHE.get(values[i].trim()); local
549 if (cb!=null)
551 switch(cb.getOrdinal())
    [all...]
  /external/libevent/
http-internal.h 97 void (*cb)(struct evhttp_connection *, void *); member in struct:evhttp_connection
115 void (*cb)(struct evhttp_request *req, void *); member in struct:evhttp_cb
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btBoxCollision.h 527 btVector3 ca,cb;//extends local
529 box.get_center_extend(cb,eb);
539 T[i] = transcache.m_R1to0[i].dot(cb) + transcache.m_T1to0[i] - ca[i];
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 489 int cb = sel >> 12; local
491 O << cb << '[' << sel << ']';
578 O << "CB" << KCacheBank << ':';
  /external/ltrace/
prototype.c 96 enum callback_status (*cb)(struct prototype *, struct param *, void *); member in struct:each_param_data
104 return (cb_data->cb)(cb_data->proto, param, cb_data->data);
109 enum callback_status (*cb)(struct prototype *,
113 struct each_param_data cb_data = { proto, cb, data };
178 enum callback_status (*cb)(struct protolib **, void *), void *data)
182 start_after, cb, data);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 206 BasicBlock *cb = BasicBlock::get(chldIt.getNode()); local
208 DLList::Iterator dfIt = cb->getDF().iterator();
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 579 struct r600_command_buffer *cb = &ctx->start_compute_cs_cmd; local
586 r600_init_command_buffer(cb, 256, EMIT_EARLY);
587 cb->pkt_flags = RADEON_CP_PACKET3_COMPUTE_MODE;
635 evergreen_init_common_regs(cb, ctx->chip_class
639 r600_store_config_reg(cb, R_008958_VGT_PRIMITIVE_TYPE,
658 r600_store_config_reg_seq(cb, R_008C18_SQ_THREAD_RESOURCE_MGMT_1, 5);
664 r600_store_value(cb, 0);
670 r600_store_value(cb, S_008C1C_NUM_LS_THREADS(num_threads));
674 r600_store_value(cb, 0);
678 r600_store_value(cb, 0)
    [all...]
  /external/opencv3/modules/calib3d/test/
test_chesscorners.cpp 398 Mat cb = cbg(bg, camMat, distCoeffs, corners_generated); local
400 if(!validateData(cbg, cb.size(), corners_generated))
406 /*cb = cb * 0.8 + Scalar::all(30);
407 GaussianBlur(cb, cb, Size(3, 3), 0.8); */
408 //cv::addWeighted(cb, 0.8, bg, 0.2, 20, cb);
409 //cv::namedWindow("CB"); cv::imshow("CB", cb); cv::waitKey()
442 Mat cb = cbg(bg, camMat, distCoeffs, cg); local
    [all...]

Completed in 2721 milliseconds

<<11121314151617181920>>