Searched refs:Eq (Results 76 - 87 of 87) sorted by relevance

1234

/external/compiler-rt/lib/asan/
H A Dasan_report.cc810 if ((valid1 != valid2) || (valid1 && valid2 && !chunk1.Eq(chunk2))) {
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc36 using ::testing::Eq;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service_unittest.cc21 using ::testing::Eq;
/external/chromium_org/net/spdy/
H A Dspdy_framer_test.cc781 EXPECT_CALL(visitor, OnError(testing::Eq(&framer)));
801 EXPECT_CALL(visitor, OnError(testing::Eq(&framer)));
826 EXPECT_CALL(visitor, OnError(testing::Eq(&framer)));
851 EXPECT_CALL(visitor, OnError(testing::Eq(&framer)));
H A Dspdy_network_transaction_unittest.cc48 using testing::Eq;
6006 EXPECT_THAT(base::StringPiece(buf->data(), kTargetSize), Each(Eq('x')));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml109 | Eq Constructor in type:Icmp/t
H A Dllvm.mli160 | Eq (* Equal *)
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp529 Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq"); local
539 V = Builder.CreateAnd(Eq, IsLessThanInf, "and");
547 Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq"); local
553 V = Builder.CreateAnd(Eq, IsNotInf, "and");
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1005 let inst46 = build_icmp Icmp.Eq p1 p2 "build_icmp" atentry in
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1580 // SameSizeTuplePrefixComparator<k, k>::Eq(t1, t2) returns true if the
1590 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
1598 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
1599 return SameSizeTuplePrefixComparator<k - 1, k - 1>::Eq(t1, t2) &&
1611 tuple_size<GTEST_10_TUPLE_(U) >::value>::Eq(t, u);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1580 // SameSizeTuplePrefixComparator<k, k>::Eq(t1, t2) returns true if the
1590 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
1598 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
1599 return SameSizeTuplePrefixComparator<k - 1, k - 1>::Eq(t1, t2) &&
1611 tuple_size<GTEST_10_TUPLE_(U) >::value>::Eq(t, u);
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 822 milliseconds

1234