Searched refs:_cb (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp24 callback_type _cb; member in struct:X
/external/ltrace/
H A Dvect.h166 enum callback_status (*_cb)(ELT_TYPE *, void *) = CB; \
170 (*)(void *, void *))_cb, \
185 enum callback_status (*_cb)(const ELT_TYPE *, void *) = CB; \
190 void *))_cb, \
H A Ddict.h219 enum callback_status (*_cb)(KEY_TYPE *, VALUE_TYPE *, \
224 (*)(void *, void *, void *))_cb, \
/external/opencv3/modules/calib3d/src/
H A Dlevmarq.cpp84 LMSolverImpl(const Ptr<LMSolver::Callback>& _cb, int _maxIters) : cb(_cb), maxIters(_maxIters) { init(); } argument
201 void setCallback(const Ptr<LMSolver::Callback>& _cb) { cb = _cb; } argument
H A Dptsetreg.cpp79 RANSACPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& _cb=Ptr<PointSetRegistrator::Callback>(), argument
81 : cb(_cb), modelPoints(_modelPoints), threshold(_threshold), confidence(_confidence), maxIters(_maxIters)
260 void setCallback(const Ptr<PointSetRegistrator::Callback>& _cb) { cb = _cb; } argument
273 LMeDSPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& _cb=Ptr<PointSetRegistrator::Callback>(), argument
275 : RANSACPointSetRegistrator(_cb, _modelPoints, 0, _confidence, _maxIters) {}
384 Ptr<PointSetRegistrator> createRANSACPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& _cb, argument
389 new RANSACPointSetRegistrator(_cb, _modelPoints, _threshold, _confidence, _maxIters));
393 Ptr<PointSetRegistrator> createLMeDSPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& _cb, argument
397 new LMeDSPointSetRegistrator(_cb, _modelPoint
[all...]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
H A Dipaddr_test.py27 _cb = ipaddr.Bytes variable
29 _cb = lambda bytestr: bytes(bytestr, 'charmap') variable
242 ip(_cb('\x01\x02\x03\x04')).ip)
244 ip(_cb('\xff\xfe\xfd\xfc')))
245 self.assertRaises(ValueError, ipaddr.IPNetwork, _cb('\x00' * 3))
246 self.assertRaises(ValueError, ipaddr.IPNetwork, _cb('\x00' * 5))
248 ip(_cb('\x20\x01\x06\x58\x02\x2a\xca\xfe'
251 ip(_cb('\xff\xff\x00\x02\x00\x03\x00\x04' +
254 ip(_cb('\x00' * 16)))
255 self.assertRaises(ValueError, ip, _cb('\x0
[all...]
/external/icu/icu4c/source/layout/
H A DTibetanReordering.cpp49 _cb = TibetanClassTable::CC_CANDRABINDU | TibetanClassTable::CF_DOTTED_CIRCLE | TibetanClassTable::CF_POS_ABOVE, enumerator in enum:__anon6895
70 //_cb Candrabindu
89 _av, _cs, _cb, _cb, _ha, _xx, _as, _as, _ba, _ba, _ba, _ba, _xx, _xx, _xx, _xx, // 0F80 - 0F8F 8
/external/v8/test/mjsunit/ignition/
H A Dtracing.js68 var _cb;
H A Ddebug-step-prefix-bytecodes.js91 var _cb = 33; values[_cb] = _cb;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c470 struct pipe_constant_buffer *_cb)
490 if (_cb) {
491 cb = *_cb;
492 cb.buffer = galahad_resource_unwrap(_cb->buffer);
498 _cb ? &cb : NULL);
467 galahad_context_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c434 struct pipe_constant_buffer *_cb)
441 if (_cb) {
442 cb = *_cb;
443 cb.buffer = identity_resource_unwrap(_cb->buffer);
449 _cb ? &cb : NULL);
431 identity_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c623 struct pipe_constant_buffer *_cb)
630 if (_cb) {
631 cb = *_cb;
632 cb.buffer = rbug_resource_unwrap(_cb->buffer);
639 _cb ? &cb : NULL);
620 rbug_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp307 int _cb, _cg, _cr; local
406 _cb = tptr[0]; \
407 _cb += ((cb - _cb)*a + 127)>> 8;\
412 tptr[0] = (uchar)_cb; \
486 _cb = tptr[0]; \
487 _cb += ((cb - _cb)*a + 127)>> 8;\
488 tptr[0] = (uchar)_cb; \
/external/opencv3/modules/imgproc/src/
H A Ddrawing.cpp294 int _cb, _cg, _cr, _ca; local
397 _cb = tptr[0]; \
398 _cb += ((cb - _cb)*a + 127)>> 8;\
403 tptr[0] = (uchar)_cb; \
477 _cb = tptr[0]; \
478 _cb += ((cb - _cb)*a + 127)>> 8;\
479 tptr[0] = (uchar)_cb; \
552 _cb
[all...]
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
H A DMochiKit.packed.js549 },registerComparator:function(_ca,_cb,_cc,_cd){
550 MochiKit.Base.comparatorRegistry.register(_ca,_cb,_cc,_cd);

Completed in 1016 milliseconds