Home
last modified time | relevance | path

Searched refs:is_false (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Doptimization_test.cc104 const ImplictlyConvertibleToBool is_false(false); in TEST()
106 if (ABSL_PREDICT_TRUE(is_false)) ADD_FAILURE(); in TEST()
108 if (ABSL_PREDICT_FALSE(is_false)) ADD_FAILURE(); in TEST()
122 const ExplictlyConvertibleToBool is_false(false); in TEST()
124 if (ABSL_PREDICT_TRUE(is_false)) ADD_FAILURE(); in TEST()
126 if (ABSL_PREDICT_FALSE(is_false)) ADD_FAILURE(); in TEST()
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dcfg.rs44 let (mut is_false, mut is_true) = (false, false); in eval()
46 is_false = set.contains(&CfgValue::FALSE); in eval()
49 if is_false && is_true { in eval()
52 } else if is_false { in eval()
/third_party/toybox/toys/pending/
H A Dexpr.c100 static int is_false(struct value *v) in is_false() function
164 case OR: if (is_false(ret)) *ret = *rhs; break; in eval_op()
165 case AND: if (is_false(ret) || is_false(rhs)) assign_int(ret, 0); break; in eval_op()
258 toys.exitval = is_false(&ret); in expr_main()
/third_party/cups-filters/filter/
H A Dtexttotext.c57 static int is_false(const char *value);
448 else if (is_false(val)) in main()
463 else if (is_false(val)) in main()
535 else if (is_false(val)) in main()
883 * 'is_false()' - Check option value for boolean false
886 static int is_false(const char *value) in is_false() function
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf.cc102 static bool is_false(const char *value) // {{{ in is_false() function
345 // TODO? pstops checks =="true", pdftops !is_false ... pstops says: fitplot only for PS (i.e. not for PDF, cmp. cgpdftopdf) in getParameters()
346 param.fitplot=(val)&&(!is_false(val)); in getParameters()
374 if (!is_false(val)) { in getParameters()
562 param.emitJCL=!is_false(val)&&(strcmp(val,"0")!=0); in getParameters()
571 } else if (!is_false(val)) { in getParameters()
634 param.autoRotate=(!is_false(cupsGetOption("pdfAutoRotate",num_options,options)) && in getParameters()
635 !is_false(cupsGetOption("pdftopdfAutoRotate",num_options,options))); in getParameters()
667 } else if (is_false(val)) { in getParameters()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h577 is_false = 2 * is_nothrow, enumerator
578 is_unary = 2 * is_false, // not checked anywhere - used just to distinguish the types
595 DT_WARN_FALSE = is_normal | is_false | is_warn,
596 DT_CHECK_FALSE = is_normal | is_false | is_check,
597 DT_REQUIRE_FALSE = is_normal | is_false | is_require,
647 DT_WARN_UNARY_FALSE = is_normal | is_false | is_unary | is_warn,
648 DT_CHECK_UNARY_FALSE = is_normal | is_false | is_unary | is_check,
649 DT_REQUIRE_UNARY_FALSE = is_normal | is_false | is_unary | is_require,
1088 if(m_at & assertType::is_false) \
1225 if(m_at & assertType::is_false) //!OCLIN
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc1628 Label is_true, is_false; in VisitTestTypeOf() local
1632 &is_false, Label::kNear); in VisitTestTypeOf()
1638 __ Bind(&is_false); in VisitTestTypeOf()

Completed in 12 milliseconds