Home
last modified time | relevance | path

Searched defs:val1 (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/re2/util/
Dlogging.h20 #define DCHECK_EQ(val1, val2) assert((val1) == (val2)) argument
21 #define DCHECK_NE(val1, val2) assert((val1) != (val2)) argument
22 #define DCHECK_LE(val1, val2) assert((val1) <= (val2)) argument
23 #define DCHECK_LT(val1, val2) assert((val1) < (val2)) argument
24 #define DCHECK_GE(val1, val2) assert((val1) >= (val2)) argument
25 #define DCHECK_GT(val1, val2) assert((val1) > (val2)) argument
/third_party/gn/src/base/
Dlogging.h407 #define CHECK_OP(name, op, val1, val2) CHECK((val1)op(val2)) argument
446 #define CHECK_OP(name, op, val1, val2) \ argument
567 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2) argument
568 #define CHECK_NE(val1, val2) CHECK_OP(NE, !=, val1, val2) argument
569 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) argument
570 #define CHECK_LT(val1, val2) CHECK_OP(LT, <, val1, val2) argument
571 #define CHECK_GE(val1, val2) CHECK_OP(GE, >=, val1, val2) argument
572 #define CHECK_GT(val1, val2) CHECK_OP(GT, >, val1, val2) argument
672 #define DCHECK_OP(name, op, val1, val2) \ argument
696 #define DCHECK_OP(name, op, val1, val2) \ argument
[all …]
/third_party/cef/include/base/
Dcef_logging.h353 #define CHECK_OP(name, op, val1, val2) \ argument
422 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2) argument
423 #define CHECK_NE(val1, val2) CHECK_OP(NE, !=, val1, val2) argument
424 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) argument
425 #define CHECK_LT(val1, val2) CHECK_OP(LT, <, val1, val2) argument
426 #define CHECK_GE(val1, val2) CHECK_OP(GE, >=, val1, val2) argument
427 #define CHECK_GT(val1, val2) CHECK_OP(GT, >, val1, val2) argument
522 #define DCHECK_OP(name, op, val1, val2) \ argument
549 #define DCHECK_EQ(val1, val2) DCHECK_OP(EQ, ==, val1, val2) argument
550 #define DCHECK_NE(val1, val2) DCHECK_OP(NE, !=, val1, val2) argument
[all …]
/third_party/node/lib/internal/util/
Dcomparisons.js101 function isEqualBoxedPrimitive(val1, val2) { argument
170 function innerDeepEqual(val1, val2, strict, memos) { argument
297 function keyCheck(val1, val2, strict, memos, iterationType, aKeys) { argument
363 val1: new Map(), property
392 function setHasEqualElement(set, val1, strict, memo) { argument
616 function isDeepEqual(val1, val2) { argument
620 function isDeepStrictEqual(val1, val2) { argument
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1586 const T1& val1, const T2& val2, in CmpHelperOpFailure()
2027 #define EXPECT_EQ(val1, val2) \ argument
2029 #define EXPECT_NE(val1, val2) \ argument
2031 #define EXPECT_LE(val1, val2) \ argument
2033 #define EXPECT_LT(val1, val2) \ argument
2035 #define EXPECT_GE(val1, val2) \ argument
2037 #define EXPECT_GT(val1, val2) \ argument
2040 #define GTEST_ASSERT_EQ(val1, val2) \ argument
2042 #define GTEST_ASSERT_NE(val1, val2) \ argument
2044 #define GTEST_ASSERT_LE(val1, val2) \ argument
[all …]
/third_party/boost/libs/icl/test/
Dtest_set_icl_set.hpp32 T val1 = MK_v(7); in itl_set_check_monoid_plus_4_bicremental_types() local
55 T val1 = MK_v(7); in itl_set_check_monoid_et_4_bicremental_types() local
82 T val1 = MK_v(7); in itl_set_check_abelian_monoid_plus_4_bicremental_types() local
105 T val1 = MK_v(7); in itl_set_check_abelian_monoid_et_4_bicremental_types() local
132 T val1 = MK_v(7); in itl_set_check_partial_invertive_monoid_plus_4_bicremental_types() local
/third_party/googletest/googletest/include/gtest/
Dgtest.h1600 const T1& val1, const T2& val2, in CmpHelperOpFailure()
2047 #define EXPECT_EQ(val1, val2) \ argument
2049 #define EXPECT_NE(val1, val2) \ argument
2051 #define EXPECT_LE(val1, val2) \ argument
2053 #define EXPECT_LT(val1, val2) \ argument
2055 #define EXPECT_GE(val1, val2) \ argument
2057 #define EXPECT_GT(val1, val2) \ argument
2060 #define GTEST_ASSERT_EQ(val1, val2) \ argument
2062 #define GTEST_ASSERT_NE(val1, val2) \ argument
2064 #define GTEST_ASSERT_LE(val1, val2) \ argument
[all …]
/third_party/cef/tests/ceftests/
Dtest_util.cc143 void TestBinaryEqual(CefRefPtr<CefBinaryValue> val1, in TestBinaryEqual()
170 void TestDictionaryEqual(CefRefPtr<CefDictionaryValue> val1, in TestDictionaryEqual()
218 void TestListEqual(CefRefPtr<CefListValue> val1, CefRefPtr<CefListValue> val2) { in TestListEqual()
260 void TestProcessMessageEqual(CefRefPtr<CefProcessMessage> val1, in TestProcessMessageEqual()
269 void TestStringVectorEqual(const std::vector<CefString>& val1, in TestStringVectorEqual()
/third_party/skia/src/gpu/tessellate/
DCullTest.h57 auto val1 = fMatY * p[1].fY; in areVisible3() local
78 auto val1 = fMatY * p[1].fY; in areVisible4() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DPropertiesTest.java125 Object val1 = getSampleValueForType(field.getType(), 1); in testFieldCoverage() local
134 assertNotEquals(getter.invoke(p1), val1); in testFieldCoverage() local
140 assertEquals(getter.invoke(p1), val1); in testFieldCoverage() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DPropertiesTest.java128 Object val1 = getSampleValueForType(field.getType(), 1); in testFieldCoverage() local
137 assertNotEquals(getter.invoke(p1), val1); in testFieldCoverage() local
143 assertEquals(getter.invoke(p1), val1); in testFieldCoverage() local
/third_party/ffmpeg/tests/checkasm/
Daudiodsp.c90 int32_t val1, val2, min, max; in checkasm_check_audiodsp() local
120 float val1, val2, min, max; in checkasm_check_audiodsp() local
/third_party/typescript/tests/cases/compiler/
DnamespaceDisambiguationInUnion.ts10 const val1: Foo.Yep | Bar.Yep = x; constant
DnarrowingAssignmentReadonlyRespectsAssertion.ts4 readonly val1: T | ReadonlyArray<T>; property
/third_party/boost/libs/core/test/
Dexplicit_operator_bool.cpp45 checkable1 val1; in main() local
Dexplicit_operator_bool_noexcept.cpp66 checkable1 val1; in main() local
/third_party/boost/libs/accumulators/test/
Dvalue.cpp28 int val1 = value<int, my::tag::int_val>(acc2); in test_stat() local
/third_party/typescript/tests/baselines/reference/
DnarrowingAssignmentReadonlyRespectsAssertion.js28 fixture.cases.forEach(({ val1, val2 }) => { property
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc414 int val1, in SetRefPtrLibraryList()
422 int val1, in GetRefPtrLibraryListByRef()
459 int val1, in SetRefPtrClientList()
468 CefRefPtr<CefTranslatorTestRefPtrClient> val1, in GetRefPtrClientListByRef()
543 int val1, in SetRawPtrLibraryList()
565 int val1, in SetRawPtrClientList()
/third_party/boost/boost/atomic/detail/
Dfutex.hpp68 BOOST_FORCEINLINE int futex_invoke(void* addr1, int op, unsigned int val1, const void* timeout = NU… in futex_invoke()
79 BOOST_FORCEINLINE int futex_invoke(void* addr1, int op, unsigned int val1, unsigned int val2, void*… in futex_invoke()
/third_party/boost/boost/numeric/odeint/stepper/
Dextrapolation_stepper.hpp148 static const value_type val1( 1.0 ); in do_step_impl() local
163 static const value_type val1( 1.0 ); in do_step_impl_io() local
247 static const value_type val1 = static_cast< value_type >( 1.0 ); in extrapolate() local
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt06.c77 int val1 = TPACKET_V1, val3 = TPACKET_V3; in run() local
/third_party/node/test/js-native-api/test_general/
Dtest.js8 const val1 = '1'; constant
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/
Dzfstream.h432 T1 val1; variable
/third_party/zlib/contrib/iostream3/
Dzfstream.h432 T1 val1; variable

1234567