/third_party/boost/libs/beast/test/beast/core/ |
D | buffers_adaptor.cpp | 78 buffers_triple tb2(s2, sizeof(s2)); in testSpecial() local 79 BEAST_EXPECT(buffer_bytes(tb2) == sizeof(s2)); in testSpecial() 87 buffers_adaptor<buffers_triple> b2(tb2); in testSpecial() 88 BEAST_EXPECT(b2.value() == tb2); in testSpecial() 91 BEAST_EXPECT(b3.value() == tb2); in testSpecial()
|
/third_party/libnl/lib/route/ |
D | act.c | 400 struct nlattr *tb2[TCA_ACT_MAX + 1]; in rtnl_act_parse() local 422 err = nla_parse(tb2, TCA_ACT_MAX, nla_data(nla[i]), in rtnl_act_parse() 427 if (tb2[TCA_ACT_KIND] == NULL) { in rtnl_act_parse() 432 nla_strlcpy(kind, tb2[TCA_ACT_KIND], sizeof(kind)); in rtnl_act_parse() 435 if (tb2[TCA_ACT_OPTIONS]) { in rtnl_act_parse() 436 tc->tc_opts = nl_data_alloc_attr(tb2[TCA_ACT_OPTIONS]); in rtnl_act_parse()
|
/third_party/boost/libs/safe_numerics/test/ |
D | test_z.cpp | 303 const boost::logic::tribool tb2 = r_interval.excludes(t_interval); 304 const bool x2 = tb2; 598 const boost::logic::tribool tb2 = t < u; 599 const signed int x = (tb2) ? 2 : 3; 612 const boost::logic::tribool tb2 = no < re;
|
/third_party/python/Python/ |
D | errors.c | 530 PyObject *exc2, *val2, *tb2; in _PyErr_ChainExceptions() local 531 _PyErr_Fetch(tstate, &exc2, &val2, &tb2); in _PyErr_ChainExceptions() 538 _PyErr_NormalizeException(tstate, &exc2, &val2, &tb2); in _PyErr_ChainExceptions() 540 _PyErr_Restore(tstate, exc2, val2, tb2); in _PyErr_ChainExceptions() 583 PyObject *exc2, *val2, *tb2; in _PyErr_ChainStackItem() local 586 tb2 = exc_info->exc_traceback; in _PyErr_ChainStackItem() 587 _PyErr_NormalizeException(tstate, &exc2, &val2, &tb2); in _PyErr_ChainStackItem() 588 if (tb2 != NULL) { in _PyErr_ChainStackItem() 589 PyException_SetTraceback(val2, tb2); in _PyErr_ChainStackItem()
|
D | pythonrun.c | 834 PyObject *exception2, *v2, *tb2; in _PyErr_PrintEx() local 835 _PyErr_Fetch(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx() 836 _PyErr_NormalizeException(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx() 850 PyErr_Display(exception2, v2, tb2); in _PyErr_PrintEx() 855 Py_XDECREF(tb2); in _PyErr_PrintEx()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-chroma.c | 356 type tb0, tb1, tb2, tb3; \ 371 tb0 = PB0(i), tb2 = PB2(i); \ 376 PB0(i) = FILT_5_3 (tb0, tb2); \ 380 PB2(i) = FILT_1_7 (tb0, tb2); \ 605 type tb0 = PB(i), tb1 = PB(i+1), tb2 = PB(i+2), tb3 = PB(i+3); \ 608 PB(i) = FILT_1_3_3_1 (tb0, tb1, tb2, tb3); \
|
/third_party/python/Lib/test/ |
D | test_tracemalloc.py | 545 tb2 = traceback(('a.py', 5), ('b.py', 4)) 553 tracemalloc.Statistic(tb2, 2, 1), 560 tracemalloc.Statistic(tb2, 5002, 2), 568 tracemalloc.StatisticDiff(tb2, 5002, 5000, 2, 1),
|
D | test_exceptions.py | 1379 tb2 = raiseMemError() 1380 self.assertEqual(tb1, tb2)
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 686 struct procpid *tb2 = (struct procpid *)TT.threadparent->extra; in get_ps() local 688 *slot = *tb2->slot; in get_ps() 691 if (*slot == slot[SLOT_tid]) slot = tb2->slot; in get_ps()
|
/third_party/toybox/toys/posix/ |
D | ps.c | 729 struct procpid *tb2 = (struct procpid *)TT.threadparent->extra; in get_ps() local 731 *slot = *tb2->slot; in get_ps() 734 if (*slot == slot[SLOT_tid]) slot = tb2->slot; in get_ps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211.c | 479 struct nlattr *tb2[CTRL_ATTR_MCAST_GRP_MAX + 1]; in family_handler() local 480 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, nla_data(mcgrp), in family_handler() 482 if (!tb2[CTRL_ATTR_MCAST_GRP_NAME] || in family_handler() 483 !tb2[CTRL_ATTR_MCAST_GRP_ID] || in family_handler() 484 os_strncmp(nla_data(tb2[CTRL_ATTR_MCAST_GRP_NAME]), in family_handler() 486 nla_len(tb2[CTRL_ATTR_MCAST_GRP_NAME])) != 0) in family_handler() 488 res->id = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in family_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211.c | 580 struct nlattr *tb2[CTRL_ATTR_MCAST_GRP_MAX + 1]; in family_handler() local 581 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, nla_data(mcgrp), in family_handler() 583 if (!tb2[CTRL_ATTR_MCAST_GRP_NAME] || in family_handler() 584 !tb2[CTRL_ATTR_MCAST_GRP_ID] || in family_handler() 585 os_strncmp(nla_data(tb2[CTRL_ATTR_MCAST_GRP_NAME]), in family_handler() 587 nla_len(tb2[CTRL_ATTR_MCAST_GRP_NAME])) != 0) in family_handler() 589 res->id = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in family_handler()
|