Home
last modified time | relevance | path

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

12345

/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/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/node/lib/internal/util/
Dcomparisons.js96 function isEqualBoxedPrimitive(val1, val2) { argument
134 function innerDeepEqual(val1, val2, strict, memos) { argument
266 function keyCheck(val1, val2, strict, memos, iterationType, aKeys) { argument
332 val1: new SafeMap(), property
361 function setHasEqualElement(set, val1, strict, memo) { argument
585 function isDeepEqual(val1, val2) { argument
589 function isDeepStrictEqual(val1, val2) { argument
/third_party/node/deps/googletest/include/gtest/
Dgtest.h1428 const T1& val1, const T2& val2, in CmpHelperOpFailure()
1867 #define EXPECT_EQ(val1, val2) \ argument
1869 #define EXPECT_NE(val1, val2) \ argument
1871 #define EXPECT_LE(val1, val2) \ argument
1873 #define EXPECT_LT(val1, val2) \ argument
1875 #define EXPECT_GE(val1, val2) \ argument
1877 #define EXPECT_GT(val1, val2) \ argument
1880 #define GTEST_ASSERT_EQ(val1, val2) \ argument
1882 #define GTEST_ASSERT_NE(val1, val2) \ argument
1884 #define GTEST_ASSERT_LE(val1, val2) \ argument
[all …]
/third_party/googletest/googletest/include/gtest/
Dgtest.h1433 const T1& val1, const T2& val2, in CmpHelperOpFailure()
1872 #define EXPECT_EQ(val1, val2) \ argument
1874 #define EXPECT_NE(val1, val2) \ argument
1876 #define EXPECT_LE(val1, val2) \ argument
1878 #define EXPECT_LT(val1, val2) \ argument
1880 #define EXPECT_GE(val1, val2) \ argument
1882 #define EXPECT_GT(val1, val2) \ argument
1885 #define GTEST_ASSERT_EQ(val1, val2) \ argument
1887 #define GTEST_ASSERT_NE(val1, val2) \ argument
1889 #define GTEST_ASSERT_LE(val1, val2) \ argument
[all …]
/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/typescript/tests/baselines/reference/
DnarrowingAssignmentReadonlyRespectsAssertion.js28 fixture.cases.forEach(({ val1, val2 }) => { property
DnamespaceDisambiguationInUnion.js19 var val1 = x; variable
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dprotocol_core_test.cc172 auto val1 = std::make_unique<TestTypeBasic>(); in TEST() local
335 auto val1 = std::make_unique<TestTypeBasic>(); in TEST_F() local
408 auto val1 = std::make_unique<TestTypeBasic>(); in TEST() local
456 auto val1 = std::make_unique<TestTypeBasic>(); in TEST() local
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt06.c67 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/zlib/contrib/iostream3/
Dzfstream.h432 T1 val1; variable
/third_party/libcoap/src/
Dcoap_async.c22 #define SEARCH_PAIR(head,out,field1,val1,field2,val2,field3,val3) \ argument
25 #define SEARCH_PAIR3(head,out,field1,val1,field2,val2,field3,val3,next) \ argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterSurrogateTest.java244 int val1 = UCharacter.codePointCount(s.toCharArray(), start, in TestCodePointCount() local
306 int val1 = UCharacter.offsetByCodePoints(chars, start, count, in TestOffsetByCodePoints() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java252 int val1 = UCharacter.codePointCount(s.toCharArray(), start, in TestCodePointCount() local
314 int val1 = UCharacter.offsetByCodePoints(chars, start, count, in TestOffsetByCodePoints() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_build_pm4.h184 #define radeon_opt_set_context_reg2(sctx, offset, reg, val1, val2) do { \ argument
201 #define radeon_opt_set_context_reg3(sctx, offset, reg, val1, val2, val3) do { \ argument
221 #define radeon_opt_set_context_reg4(sctx, offset, reg, val1, val2, val3, val4) do { \ argument
/third_party/node/test/parallel/
Dtest-primordials-promise.js65 const val1 = Symbol(); constant
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvfscanf.c112 int val1 = 0; in vfscanf_0300() local
/third_party/openssl/crypto/bn/
Dbn_exp2.c26 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont() local
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_exp2.c26 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont() local

12345