/third_party/boost/boost/core/ |
D | lightweight_test.hpp | 254 inline bool test_with_impl(BinaryPredicate pred, char const * expr1, char const * expr2, in test_with_impl() argument 266 … << file << "(" << line << "): test '" << expr1 << " " << lwt_predicate_name(pred) << " " << expr2 in test_with_impl() 274 inline bool test_cstr_eq_impl( char const * expr1, char const * expr2, in test_cstr_eq_impl() argument 285 << file << "(" << line << "): test '" << expr1 << " == " << expr2 << "' ('" << t in test_cstr_eq_impl() 292 inline bool test_cstr_ne_impl( char const * expr1, char const * expr2, in test_cstr_ne_impl() argument 303 << file << "(" << line << "): test '" << expr1 << " != " << expr2 << "' ('" << t in test_cstr_ne_impl() 492 …TH(expr1,expr2,predicate) ( ::boost::detail::test_with_impl(predicate, #expr1, #expr2, __FILE__, _… argument 494 …pr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_eq(), #expr1, #expr2, __FILE… argument 495 …pr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_ne(), #expr1, #expr2, __FILE… argument 497 …pr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_lt(), #expr1, #expr2, __FILE… argument [all …]
|
/third_party/boost/libs/core/doc/ |
D | lightweight_test.qbk | 38 #define BOOST_TEST_EQ(expr1, expr2) /*unspecified*/ 39 #define BOOST_TEST_NE(expr1, expr2) /*unspecified*/ 40 #define BOOST_TEST_LT(expr1, expr2) /*unspecified*/ 41 #define BOOST_TEST_LE(expr1, expr2) /*unspecified*/ 42 #define BOOST_TEST_GT(expr1, expr2) /*unspecified*/ 43 #define BOOST_TEST_GE(expr1, expr2) /*unspecified*/ 44 #define BOOST_TEST_CSTR_EQ(expr1, expr2) /*unspecified*/ 45 #define BOOST_TEST_CSTR_NE(expr1, expr2) /*unspecified*/ 46 #define BOOST_TEST_WITH(expr1, expr2, pred) /*unspecified*/ 96 BOOST_TEST_EQ(expr1, expr2) [all …]
|
/third_party/boost/libs/yap/test/ |
D | user_expression_transform_2.cpp | 99 auto expr2 = make_ref(expr1); in test_main() local 100 user::number result = transform(expr2, user::eval_xform{}); in test_main() 106 auto expr2 = make_ref(expr1); in test_main() local 107 user::number result = transform(expr2, user::eval_xform{}); in test_main() 113 auto expr2 = -expr1; in test_main() local 114 user::number result = transform(expr2, user::eval_xform{}); in test_main() 120 auto expr2 = make_ref(expr1); in test_main() local 121 auto expr3 = make_ref(expr2); in test_main() 128 auto expr2 = make_ref(expr1); in test_main() local 129 auto expr3 = make_ref(expr2); in test_main() [all …]
|
/third_party/ejdb/src/jbi/ |
D | jbi_selection.c | 67 if (mctx->expr2) { in _jbi_log_index_rules() 69 jqp_print_filter_node_expr(mctx->expr2, jbl_xstr_json_printer, xstr); in _jbi_log_index_rules() 173 mctx->expr2 = 0; in _jbi_compute_index_rules() 202 if (mctx->expr2) { in _jbi_compute_index_rules() 203 JQVAL *pval = jql_unit_to_jqval(aux, mctx->expr2->right, &rc); in _jbi_compute_index_rules() 211 mctx->expr2 = expr; in _jbi_compute_index_rules() 216 mctx->expr2 = 0; in _jbi_compute_index_rules() 225 if (mctx->expr2) { in _jbi_compute_index_rules() 227 mctx->expr1 = mctx->expr2; in _jbi_compute_index_rules() 228 mctx->expr2 = 0; in _jbi_compute_index_rules() [all …]
|
D | jbi_uniq_scanner.c | 99 if (!midx->expr2) { // Fail fast in _jbi_consume_scan() 100 midx->expr2 = midx->expr1; in _jbi_consume_scan() 130 if ( midx->expr2 in _jbi_consume_scan() 131 && !midx->expr2->prematched in _jbi_consume_scan() 132 && !jbi_node_expr_matched(ctx->ux->q->aux, midx->idx, cur, midx->expr2, &rc)) { in _jbi_consume_scan()
|
D | jbi_dup_scanner.c | 168 if (!midx->expr2) { // Fail fast in _jbi_consume_scan() 169 midx->expr2 = midx->expr1; in _jbi_consume_scan() 193 if ( midx->expr2 in _jbi_consume_scan() 194 && !midx->expr2->prematched in _jbi_consume_scan() 195 && !jbi_node_expr_matched(ctx->ux->q->aux, midx->idx, cur, midx->expr2, &rc)) { in _jbi_consume_scan()
|
/third_party/weston/tools/zunitc/src/ |
D | zuc_collector.c | 134 intptr_t val1, intptr_t val2, const char *expr1, const char *expr2); 150 const char *expr1, const char *expr2); 224 const char *expr1, const char *expr2) in check_triggered() argument 230 val1, val2, expr1, expr2); in check_triggered() 247 intptr_t val1, intptr_t val2, const char *expr1, const char *expr2) in store_event() argument 264 event->expr2 = strdup(expr2); in store_event() 274 int expr2_len = strlen(expr2); in store_event() 313 memcpy(ptr, expr2, expr2_len); in store_event() 399 tmp = unpack_string(tmp, &evt->expr2); in unpack_event()
|
D | zuc_base_logger.c | 107 const char *expr1, const char *expr2); 334 const char *expr1, const char *expr2) in check_triggered() argument 360 expr2); in check_triggered() 366 expr2); in check_triggered() 376 expr1, zuc_get_opstr(op), expr2, in check_triggered() 381 "%"PRIdPTR"\n", expr1, zuc_get_opstr(op), expr2, in check_triggered() 398 "%"PRIdPTR"\n", expr1, zuc_get_opstr(op), expr2, val1, in check_triggered()
|
D | zuc_junit_reporter.c | 131 event->file, event->line, event->expr2, in emit_event() 141 event->file, event->line, event->expr2, in emit_event() 155 event->expr2, (char *)event->val1, in emit_event() 165 event->expr2, event->val1, in emit_event() 195 event->expr2, event->val1, event->val2) < 0) { in emit_event()
|
D | zuc_event.h | 68 char *expr2; member
|
/third_party/mbedtls/tests/include/test/ |
D | macros.h | 85 #define TEST_EQUAL( expr1, expr2 ) \ argument 87 if( ! mbedtls_test_equal( #expr1 " == " #expr2, __LINE__, __FILE__, \ 88 expr1, expr2 ) ) \
|
/third_party/boost/boost/compute/functional/ |
D | logical.hpp | 54 const Expr2 &expr2) in invoked_binary_negate_function() argument 57 m_expr2(expr2) in invoked_binary_negate_function() 71 Expr2 expr2() const in expr2() function in boost::compute::detail::invoked_binary_negate_function
|
/third_party/boost/libs/compute/include/boost/compute/functional/ |
D | logical.hpp | 54 const Expr2 &expr2) in invoked_binary_negate_function() argument 57 m_expr2(expr2) in invoked_binary_negate_function() 71 Expr2 expr2() const in expr2() function in boost::compute::detail::invoked_binary_negate_function
|
/third_party/boost/libs/xpressive/test/ |
D | test_assert_with_placeholder.cpp | 50 const sregex expr2(*(as_xpr('a')[check(check_a(_cnt, 5))] | '_')); in test_assert_with_placeholder() local 58 sregex_iterator iter2(a_str.begin(), a_str.end(), expr2, in test_assert_with_placeholder()
|
/third_party/boost/boost/xpressive/detail/static/transforms/ |
D | as_independent.hpp | 164 xpr_type expr2 = typename Grammar::template impl<arg_type, end_xpr_type, Data>()( in operator ()() local 169 std::size_t width = expr2.get_width().value(); in operator ()() 170 return result_type(expr2, width, false); in operator ()()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl_binary_test.cc | 127 auto* expr2 = create<ast::BinaryExpression>(params.op, expr1, Expr(b)); in TEST_P() local 128 WrapInFunction(a, b, expr2); in TEST_P() 133 ASSERT_TRUE(gen.EmitExpression(out, expr2)) << gen.error(); in TEST_P()
|
/third_party/boost/libs/proto/example/ |
D | vec3.cpp | 174 BOOST_PROTO_AUTO(expr2, b + 3 * c); in main() 175 num = count_leaves(expr2); in main()
|
D | mixed.cpp | 275 typename boost::result_of<Begin(Expr const &)>::type expr2 = Begin()(expr); in evaluate() local 278 op(*begin, proto::eval(expr2, deref)); in evaluate() 279 proto::eval(expr2, inc); in evaluate()
|
/third_party/boost/libs/yap/example/ |
D | mixed.cpp | 78 auto expr2 = boost::yap::transform(boost::yap::as_expr(expr), begin{}); in op_assign() local 83 op(x, boost::yap::evaluate(boost::yap::transform(expr2, deref{}))); in op_assign() 86 boost::yap::transform(expr2, incr{}); in op_assign()
|
/third_party/typescript/tests/baselines/reference/ |
D | typeGuardOfFormExpr1AndExpr2.symbols | 36 // A type guard of the form expr1 && expr2 37 // - when true, narrows the type of x by expr1 when true and then by expr2 when true, or 39 // false, and T2 is the type of x narrowed by expr1 when true and then by expr2 when false.
|
D | typeGuardOfFormExpr1OrExpr2.symbols | 36 // A type guard of the form expr1 || expr2 38 // and T2 is the type of x narrowed by expr1 when false and then by expr2 when true, or 39 // - when false, narrows the type of x by expr1 when false and then by expr2 when false.
|
D | typeGuardOfFormExpr1OrExpr2.types | 33 // A type guard of the form expr1 || expr2 35 // and T2 is the type of x narrowed by expr1 when false and then by expr2 when true, or 36 // - when false, narrows the type of x by expr1 when false and then by expr2 when false.
|
D | typeGuardOfFormExpr1AndExpr2.types | 33 // A type guard of the form expr1 && expr2 34 // - when true, narrows the type of x by expr1 when true and then by expr2 when true, or 36 // false, and T2 is the type of x narrowed by expr1 when true and then by expr2 when false.
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goomsl_yacc.y | 556 static NodeType *new_expr2(const char *name, int id, NodeType *expr1, NodeType *expr2) in new_expr2() argument 560 add->unode.opr.op[1] = expr2; in new_expr2() 565 static NodeType *new_add(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_add() argument 566 return new_expr2("add", OPR_ADD, expr1, expr2); in new_add() 573 static NodeType *new_sub(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_sub() argument 574 return new_expr2("sub", OPR_SUB, expr1, expr2); in new_sub() 631 static NodeType *new_mul(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_mul() argument 632 return new_expr2("mul", OPR_MUL, expr1, expr2); in new_mul() 639 static NodeType *new_div(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_div() argument 640 return new_expr2("div", OPR_DIV, expr1, expr2); in new_div() [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1585 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure() argument 1589 << "Expected: (" << expr1 << ") " << op << " (" << expr2 in CmpHelperOpFailure() 1607 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ 1612 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\ 1616 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2) 1759 const char* expr2, 2159 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2, 2161 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,
|