/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 | 97 if (!midx->expr2) { // Fail fast in _jbi_consume_scan() 98 midx->expr2 = midx->expr1; in _jbi_consume_scan() 126 if ( midx->expr2 in _jbi_consume_scan() 127 && !midx->expr2->prematched in _jbi_consume_scan() 128 && !jbi_node_expr_matched(ctx->ux->q->aux, midx->idx, cur, midx->expr2, &rc)) { in _jbi_consume_scan()
|
D | jbi_dup_scanner.c | 162 if (!midx->expr2) { // Fail fast in _jbi_consume_scan() 163 midx->expr2 = midx->expr1; in _jbi_consume_scan() 185 if ( midx->expr2 in _jbi_consume_scan() 186 && !midx->expr2->prematched in _jbi_consume_scan() 187 && !jbi_node_expr_matched(ctx->ux->q->aux, midx->idx, cur, midx->expr2, &rc)) { in _jbi_consume_scan()
|
/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/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/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/typescript/tests/baselines/reference/ |
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 | 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.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/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,
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1599 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure() argument 1603 << "Expected: (" << expr1 << ") " << op << " (" << expr2 in CmpHelperOpFailure() 1616 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ 1621 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\ 1766 const char* expr2, 2179 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2, 2181 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,
|
/third_party/rust/crates/clap/examples/ |
D | find.md | 19 -o, --or expr2 is not evaluate if exp1 is true
|
/third_party/rust/crates/proc-macro-error/tests/ui/ |
D | abort.stderr | 13 error: abort!(span, expr1, expr2) test
|
D | emit.stderr | 7 error: emit!(span, expr1, expr2) test
|
/third_party/python/Lib/unittest/ |
D | case.py | 1121 def assertIs(self, expr1, expr2, msg=None): argument 1123 if expr1 is not expr2: 1125 safe_repr(expr2)) 1128 def assertIsNot(self, expr1, expr2, msg=None): argument 1130 if expr1 is expr2:
|
/third_party/jinja2/ |
D | nodes.py | 702 expr2: t.Optional[Expr] 710 if self.expr2 is None: 713 return self.expr2.as_const(eval_ctx)
|
/third_party/ejdb/src/ |
D | ejdb2_internal.h | 170 JQP_EXPR *expr2; /**< End index expression (optional) */ member
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 1372 const char* expr2, in DoubleNearPredFormat() argument 1381 << "The difference between " << expr1 << " and " << expr2 in DoubleNearPredFormat() 1384 << expr2 << " evaluates to " << val2 << ", and\n" in DoubleNearPredFormat() 1392 const char* expr2, in FloatingPointLE() argument 1419 << "Expected: (" << expr1 << ") <= (" << expr2 << ")\n" in FloatingPointLE() 1428 AssertionResult FloatLE(const char* expr1, const char* expr2, in FloatLE() argument 1430 return internal::FloatingPointLE<float>(expr1, expr2, val1, val2); in FloatLE() 1435 AssertionResult DoubleLE(const char* expr1, const char* expr2, in DoubleLE() argument 1437 return internal::FloatingPointLE<double>(expr1, expr2, val1, val2); in DoubleLE() 1463 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ [all …]
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 596 if self.expr2 is None: 599 return self.expr2.as_const(eval_ctx)
|
D | parser.py | 439 expr2 = self.parse_or() 444 expr1 = nodes.CondExpr(expr2, expr1, expr3, lineno=lineno)
|
/third_party/skia/third_party/externals/jinja2/ |
D | nodes.py | 626 if self.expr2 is None: 629 return self.expr2.as_const(eval_ctx)
|
D | parser.py | 455 expr2 = self.parse_or() 460 expr1 = nodes.CondExpr(expr2, expr1, expr3, lineno=lineno)
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 1564 const char* expr2, in DoubleNearPredFormat() argument 1586 << "The difference between " << expr1 << " and " << expr2 << " is " in DoubleNearPredFormat() 1589 << expr2 << " evaluates to " << val2 << ".\nThe abs_error parameter " in DoubleNearPredFormat() 1598 << "The difference between " << expr1 << " and " << expr2 in DoubleNearPredFormat() 1601 << expr2 << " evaluates to " << val2 << ", and\n" in DoubleNearPredFormat() 1609 const char* expr2, in FloatingPointLE() argument 1636 << "Expected: (" << expr1 << ") <= (" << expr2 << ")\n" in FloatingPointLE() 1645 AssertionResult FloatLE(const char* expr1, const char* expr2, in FloatLE() argument 1647 return internal::FloatingPointLE<float>(expr1, expr2, val1, val2); in FloatLE() 1652 AssertionResult DoubleLE(const char* expr1, const char* expr2, in DoubleLE() argument [all …]
|
/third_party/ffmpeg/doc/ |
D | utils.texi | 768 Two expressions @var{expr1} and @var{expr2} can be combined to form 769 another expression "@var{expr1};@var{expr2}". 770 @var{expr1} and @var{expr2} are evaluated in turn, and the new 771 expression evaluates to the value of @var{expr2}.
|