| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-matchers.cc | 45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } 50 *this = Eq(std::string(s)); 55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } 59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } 65 *this = Eq(s); 71 *this = Eq(std::string(s)); 77 *this = Eq(std::string(s)); 82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } 87 *this = Eq(std::string(s)); 93 *this = Eq(std::string(s)) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| GtestMatchers.h | 25 Eq,
|
| /src/external/bsd/libfido2/dist/tools/ |
| include_check.sh | 13 if echo "$header" | grep -Eq "$SKIP"; then
|
| /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| GtestMatchers.cpp | 26 case GtestCmp::Eq: 46 case GtestCmp::Eq: 64 case GtestCmp::Eq:
|
| /src/external/bsd/zstd/dist/build/single_file_libs/ |
| combine.sh | 41 if ! echo '#include "foo"' | grep -Eq '^\s*#\s*include\s*".+"'; then 45 if ! echo '"foo.h"' | sed -E 's/"([^"]+)"/\1/' | grep -Eq '^foo\.h$'; then 64 printf "%s\n" "$1" | grep -Eq '^\s*#\s*include\s*".+"' 70 printf "%s\n" "$1" | grep -Eq '^\s*#\s*pragma\s*once\s*' 74 # (originally used grep -Eq "(^|\s*)$2(\$|\s*)) 194 if [ $write -eq 0 ]; then
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| fdr_log_writer_test.cc | 34 using ::testing::Eq; 54 Eq(sizeof(MetadataRecord) * 3)); 95 Eq(sizeof(MetadataRecord) * 3)); 110 Eq(sizeof(MetadataRecord) * 3)); 142 Eq(sizeof(MetadataRecord) * 3));
|
| fdr_controller_test.cc | 39 using ::testing::Eq; 161 TSCIs(Eq(1uL))), 185 TSCIs(Eq(1uL))), 327 ASSERT_THAT(BQ->finalize(), Eq(BufferQueue::ErrorCode::Ok)); 344 ASSERT_THAT(BQ->finalize(), Eq(BufferQueue::ErrorCode::Ok)); 362 ASSERT_THAT(BQ->finalize(), Eq(BufferQueue::ErrorCode::Ok)); 405 ASSERT_THAT(BQ->finalize(), Eq(BufferQueue::ErrorCode::Ok)); 408 Eq(BufferQueue::ErrorCode::Ok));
|
| buffer_queue_test.cc | 27 using ::testing::Eq; 67 EXPECT_THAT(Buffers.getBuffer(Known), Eq(BufferQueue::ErrorCode::Ok)); 69 Eq(BufferQueue::ErrorCode::UnrecognizedBuffer)); 70 EXPECT_THAT(Buffers.releaseBuffer(Known), Eq(BufferQueue::ErrorCode::Ok));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-dis-evex-w.h | 473 { "pop2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 474 { "pop2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 478 { "uwrmsr", { Gq, Eq }, 0 }, 482 { "urdmsr", { Eq, Gq }, 0 }, 486 { "push2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 }, 487 { "push2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 },
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-dis-evex-w.h | 473 { "pop2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 474 { "pop2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 478 { "uwrmsr", { Gq, Eq }, 0 }, 482 { "urdmsr", { Eq, Gq }, 0 }, 486 { "push2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 }, 487 { "push2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 },
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-dis-evex-w.h | 457 { "pop2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 458 { "pop2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 462 { "uwrmsr", { Gq, Eq }, 0 }, 466 { "urdmsr", { Eq, Gq }, 0 }, 470 { "push2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 }, 471 { "push2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 },
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-dis-evex-w.h | 473 { "pop2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 474 { "pop2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, NO_PREFIX }, 478 { "uwrmsr", { Gq, Eq }, 0 }, 482 { "urdmsr", { Eq, Gq }, 0 }, 486 { "push2", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 }, 487 { "push2p", { { PUSH2_POP2_Fixup, q_mode}, Eq }, 0 },
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonCommonGEP.cpp | 490 static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, 498 NodePairSet::iterator FEq = Eq.find(NP); 499 if (FEq != Eq.end()) 518 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) { 519 Eq.insert(P); 542 NodePairSet Eq, Ne; // Caches. 557 if (node_eq(N, *NJ, Eq, Ne)) 572 for (NodePairSet::iterator I = Eq.begin(), E = Eq.end(); I != E; ++I)
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| gtest-matchers.h | 72 // to write "v" instead of "Eq(v)" where a Matcher is expected, which 344 // EXPECT_CALL(foo, Bar(5)) instead of EXPECT_CALL(foo, Bar(Eq(5))) sometimes 349 // instead of Eq(str) and "foo" instead of Eq("foo") when a std::string 360 // Allows the user to write str instead of Eq(str) sometimes, where 364 // Allows the user to write "foo" instead of Eq("foo") sometimes. 379 // Allows the user to write str instead of Eq(str) sometimes, where 383 // Allows the user to write "foo" instead of Eq("foo") sometimes. 389 // instead of Eq(str) and "foo" instead of Eq("foo") when a absl::string_vie [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_allocator.h | 64 bool Eq(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
|
| /src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| string.bench.cpp | 395 enum class Relation { Eq, Less, Compare }; 397 static constexpr const char* Names[] = {"Eq", "Less", "Compare"}; 409 case Relation::Eq: 423 // Eq is commutative, so skip half the matrix. 424 if (Rel() == Relation::Eq && LHLength() > RHLength()) 453 case Relation::Eq:
|
| /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
| mdoc2texi | 37 Mdoc::def_macro( '.Eq', sub { 134 for (qw(Aq Bq Brq Pq Qq Ql Sq Dq Eq Ar Fl Ic Pa Op Cm Li Fx Ux Va)) {
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_allocator.h | 64 bool Eq(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_allocator.h | 64 bool Eq(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyTraverse.h | 356 EqualsComparator Eq; 357 return Eq.compare(E1, E2);
|
| /src/share/terminfo/ |
| terminfo | 800 is2=\Ev\Eq\Ez_\Ee\Ei\Eb?\Ec0, rev=\EyP, rmso=\EzQ, 801 rmul=\EzH, rs2=\Ev\Eq\Ez_\Ee\Ei\Eb?\Ec0, sgr0=\Ez_, 808 is2=\Ev\Eq\Ee\Eb1\Ec0, rs2=\Ev\Eq\Ee\Eb1\Ec0, 836 il1=\EL, ind=\n, is2=\Ev\Eq\Ee, kLFT=\Ed, kRIT=\Ec, kbs=^H, 838 kf1=\EP, kf10=\EY, kf11=\Ep, kf12=\Eq, kf13=\Er, kf14=\Es, 839 kf15=\Et, kf16=\Eu, kf17=\Ev, kf18=\Ew, kf19=\Ex, kf2=\EQ, 842 kund=\EK, nel=\r\n, rc=\Ek, rev=\Ep, ri=\EI, rmso=\Eq, 843 rs2=\Ev\Eq\Ee, sc=\Ej, sgr0=\Eq, smso=\Ep [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| ItaniumCXXABI.cpp | 1117 llvm::ICmpInst::Predicate Eq; 1120 Eq = llvm::ICmpInst::ICMP_NE; 1124 Eq = llvm::ICmpInst::ICMP_EQ; 1132 return Builder.CreateICmp(Eq, L, R); 1149 llvm::Value *PtrEq = Builder.CreateICmp(Eq, LPtr, RPtr, "cmp.ptr"); 1155 llvm::Value *EqZero = Builder.CreateICmp(Eq, LPtr, Zero, "cmp.ptr.null"); 1161 llvm::Value *AdjEq = Builder.CreateICmp(Eq, LAdj, RAdj, "cmp.adj"); 1171 llvm::Value *OrAdjAnd1EqZero = Builder.CreateICmp(Eq, OrAdjAnd1, Zero, 1179 Inequality ? "memptr.ne" : "memptr.eq");
|
| MicrosoftCXXABI.cpp | 2897 llvm::ICmpInst::Predicate Eq; 2900 Eq = llvm::ICmpInst::ICMP_NE; 2904 Eq = llvm::ICmpInst::ICMP_EQ; 2915 return Builder.CreateICmp(Eq, L, R); 2920 llvm::Value *Cmp0 = Builder.CreateICmp(Eq, L0, R0, "memptr.cmp.first"); 2928 llvm::Value *Cmp = Builder.CreateICmp(Eq, LF, RF, "memptr.cmp.rest"); 2939 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero");
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| cppmangle.d | 54 enum CppOperator { Cast, Assign, Eq, Index, Call, Unary, Binary, OpAssign, Unknown } 59 operators = [Id._cast, Id.assign, Id.eq, Id.index, Id.call, Id.opUnary, Id.opBinary, Id.opOpAssign]; 1075 else if (d.ident && d.ident == Id.eq) 1076 buf.writestring("eq"); 1213 case CppOperator.Eq: 1214 symName = "eq";
|
| /src/external/mpl/bind/dist/bin/tests/system/dnstap/ |
| tests.sh | 41 [ $2 -eq $3 ] || { 472 $DNSTAPREAD ns3/dnstap.out.save | grep -Eq "CQ [0-9:.]+ -> 10.53.0.3:${PORT} UDP" || ret=1 719 [ $lines -eq 2 ] || ret=1 730 && test "$files" -eq "${n}" && test "$files" -ge "1" || return 1 759 [ "$status" -eq 0 ] || exit 1
|