Home
last modified time | relevance | path

Searched refs:Eq (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-matchers.cc46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
51 *this = Eq(std::string(s)); in Matcher()
56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
66 *this = Eq(s); in Matcher()
72 *this = Eq(std::string(s)); in Matcher()
78 *this = Eq(std::string(s)); in Matcher()
83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
88 *this = Eq(std::string(s)); in Matcher()
94 *this = Eq(std::string(s)); in Matcher()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td51 : Eq<"rename-section",
61 : Eq<"redefine-syms",
76 : Eq<"add-section",
85 : Eq<"set-section-flags",
92 : Eq<"set-section-type",
115 : Eq<"subsystem",
138 : Eq<"localize-symbols",
175 : Eq<"weaken-symbols",
186 : Eq<"strip-symbols",
191 : Eq<"keep-symbols",
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc85 ElementsAre(Eq(1), Eq(2), Lt(13), Eq(4), Eq(5), Eq(6), Eq(7), in TEST()
86 Eq(8), Eq(9), Eq(10), Gt(1), Eq(12))); in TEST()
103 Eq(2), Eq(1), Gt(7), Eq(5), Eq(4), Eq(6), Eq(7), in TEST()
104 Eq(3), Eq(9), Eq(12), Eq(11), Ne(122))); in TEST()
1896 UnorderedElementsAreArray({Eq(1), Eq(2), Eq(3), Eq(4), Eq(5)})); in TEST()
1898 a, Not(UnorderedElementsAreArray({Eq(1), Eq(2), Eq(3), Eq(4), Eq(6)}))); in TEST()
1908 {Eq(1), Ne(-2), Ge(3), Le(4), Eq(5)})); in TEST()
1910 {Eq(1), Ne(-2), Ge(3), Le(4), Eq(6)}))); in TEST()
2932 EXPECT_THAT(a, ElementsAreArray({Eq(1), Eq(2), Eq(3), Eq(4), Eq(5)})); in TEST()
2933 EXPECT_THAT(a, Not(ElementsAreArray({Eq(1), Eq(2), Eq(3), Eq(4), Eq(6)}))); in TEST()
[all …]
H A Dgmock-matchers-arithmetic_test.cc54 Matcher<const Tuple2&> m = Eq(); in TEST()
61 Matcher<const Tuple2&> m = Eq(); in TEST()
402 m = Not(Eq(2)); in TEST()
409 Matcher<int> m = Not(Eq(5)); in TEST()
633 m = AnyOf(Lt(0), Eq(1), Eq(2)); in TEST()
639 m = AnyOf(Lt(0), Eq(1), Eq(2), Eq(3)); in TEST()
722 m = AnyOf(Lt(0), Eq(1), Eq(2)); in TEST()
725 m = AnyOf(Lt(0), Eq(1), Eq(2), Eq(3)); in TEST()
742 m = AnyOf(Lt(0), Eq(1), Eq(2)); in TEST()
746 m = AnyOf(Lt(0), Eq(1), Eq(2), Eq(3)); in TEST()
[all …]
H A Dgmock-matchers-misc_test.cc56 const Matcher<int> m = Address(Eq(&n)); in TEST()
71 const Matcher<int> m = Address(Eq(&n)); in TEST()
770 m = VariantWith<std::string>(Eq("1")); in TEST()
778 m = VariantWith<std::string>(Eq("1")); in TEST()
786 m = VariantWith<std::string>(Eq("1")); in TEST()
812 Matcher<SampleAnyType> m = AnyWith<int>(Eq(1)); in TEST()
860 EXPECT_THAT(t, Args<>(Eq(std::tuple<>()))); in TEST()
866 EXPECT_THAT(t, Args<0>(Eq(std::make_tuple(5)))); in TEST()
881 EXPECT_THAT(t, (Args<0, 0>(Eq()))); in TEST()
1383 EXPECT_THAT(42, TwoOf(Gt(0), Lt(50), Eq(10))); in TEST()
[all …]
H A Dgmock_link_test.h142 using testing::Eq;
489 ON_CALL(mock, VoidFromString(Eq(p))).WillByDefault(Return()); in TEST()
622 Matcher<const FieldHelper&> m = Field(&FieldHelper::field_, Eq(0)); in TEST()
625 Matcher<const FieldHelper*> m2 = Field(&FieldHelper::field_, Eq(0)); in TEST()
633 Matcher<const FieldHelper&> m = Property(&FieldHelper::field, Eq(0)); in TEST()
636 Matcher<const FieldHelper*> m2 = Property(&FieldHelper::field, Eq(0)); in TEST()
642 Matcher<char*> m = ResultOf(&InvokeHelper::StaticIntFromString, Eq(1)); in TEST()
650 Matcher<int*> m = Pointee(Eq(1)); in TEST()
662 Matcher<int> m = AllOf(_, Eq(1)); in TEST()
668 Matcher<int> m = AnyOf(_, Eq(1)); in TEST()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td8 multiclass Eq<string name, string help> {
21 : Eq<"adjust-vma", "Add specified offset to object file addresses">,
24 defm build_id : Eq<"build-id", "Build ID used to look up the object file">;
25 defm cache_size : Eq<"cache-size", "Max size in bytes of the in-memory binary cache.">;
31 : Eq<"default-arch", "Default architecture (for multi-arch objects)">,
38 defm dwp : Eq<"dwp", "Path to DWP file to be use for any split CUs">, MetaVarName<"<file>">;
40 : Eq<"dsym-hint",
44 defm fallback_debug_path : Eq<"fallback-debug-path", "Fallback path for debug binaries">, MetaVarNa…
48 : Eq<"obj", "Path to object file to be symbolized (if not provided, "
51 : Eq<"output-style", "Specify print style. Supported styles: LLVM, GNU, JSON">,
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dutils.cc173 }, Eq(true)), in SetUp()
204 }, Eq(true)), in expect_access()
215 }, Eq(true)), in expect_destroy()
236 }, Eq(true)), in expect_fallocate()
249 }, Eq(true)), in expect_flush()
263 }, Eq(true)), in expect_forget()
278 }, Eq(true)), in expect_getattr()
298 }, Eq(true)), in expect_getxattr()
345 }, Eq(true)), in expect_open()
363 }, Eq(true)), in expect_opendir()
[all …]
H A Dlseek.cc69 }, Eq(true)), in TEST_F()
101 }, Eq(true)), in TEST_F()
132 }, Eq(true)), in TEST_F()
164 }, Eq(true)), in TEST_F()
196 }, Eq(true)), in TEST_F()
226 }, Eq(true)), in TEST_F()
261 }, Eq(true)), in TEST_F()
298 }, Eq(true)), in TEST_F()
333 }, Eq(true)), in TEST_F()
370 }, Eq(true)), in TEST_F()
H A Dinterrupt.cc104 }, Eq(true)), in expect_mkdir()
122 }, Eq(true)), in expect_read()
140 }, Eq(true)), in expect_write()
242 }, Eq(true)), in TEST_F()
305 }, Eq(true)), in TEST_F()
327 }, Eq(true)), in TEST_F()
383 }, Eq(true)), in TEST_F()
425 }, Eq(true)), in TEST_F()
501 }, Eq(true)), in TEST_F()
564 }, Eq(true)), in TEST_F()
[all …]
H A Dopen.cc60 }, Eq(true)), in test_ok()
124 }, Eq(true)), in TEST_F()
153 }, Eq(true)), in TEST_F()
182 }, Eq(true)), in TEST_F()
196 }, Eq(true)), in TEST_F()
299 }, Eq(true)), in TEST_F()
327 }, Eq(true)), in TEST_F()
H A Dmkdir.cc69 }, Eq(true)), in TEST_F()
104 }, Eq(true)), in TEST_F()
142 }, Eq(true)), in TEST_F()
181 }, Eq(true)), in TEST_F()
223 }, Eq(true)), in TEST_F()
237 }, Eq(true)), in TEST_F()
263 }, Eq(true)), in TEST_F()
H A Dsetattr.cc100 }, Eq(true)), in TEST_F()
111 }, Eq(true)), in TEST_F()
146 }, Eq(true)), in TEST_F()
198 }, Eq(true)), in TEST_F()
248 }, Eq(true)), in TEST_F()
286 }, Eq(true)), in TEST_F()
315 }, Eq(true)), in TEST_F()
329 }, Eq(true)), in TEST_F()
367 }, Eq(true)), in TEST_F()
382 }, Eq(true)), in TEST_F()
[all …]
H A Daccess.cc68 }, Eq(true)), in expect_noaccess()
104 }, Eq(true)), in TEST_F()
137 }, Eq(true)), in TEST_F()
279 }, Eq(true)), in TEST_F()
293 }, Eq(true)), in TEST_F()
H A Ddefault_permissions_privileged.cc64 }, Eq(true)), in SetUp()
77 }, Eq(true)), in expect_getattr()
114 }, Eq(true)), in TEST_F()
H A Dcopy_file_range.cc53 }, Eq(true)), in expect_maybe_lseek()
65 }, Eq(true)), in expect_open()
90 }, Eq(true)), in expect_write()
180 }, Eq(true)), in TEST_F()
232 }, Eq(true)), in TEST_F()
310 }, Eq(true)), in TEST_F()
364 }, Eq(true)), in TEST_F()
420 }, Eq(true)), in TEST_F()
470 }, Eq(true)), in TEST_F()
519 }, Eq(true)), in TEST_F()
[all …]
H A Drename.cc119 }, Eq(true)), in TEST_F()
154 }, Eq(true)), in TEST_F()
207 }, Eq(true)), in TEST_F()
252 }, Eq(true)), in TEST_F()
259 }, Eq(true)), in TEST_F()
325 }, Eq(true)), in TEST_F()
H A Dbmap.cc61 }, Eq(true)), in expect_bmap()
140 }, Eq(true)), in TEST_F()
216 }, Eq(true)), in TEST_P()
229 }, Eq(true)), in TEST_P()
244 }, Eq(true)), in TEST_P()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td26 multiclass Eq<string name, string help> {
81 : Eq<"split-stack-adjust-size",
172 defm dynamic_list : Eq<"dynamic-list",
195 defm entry: Eq<"entry", "Name of entry point symbol">,
275 defm init: Eq<"init", "Specify an initializer function">,
278 defm just_symbols: Eq<"just-symbols", "Just link symbols">;
362 defm print_symbol_order: Eq<"print-symbol-order",
401 defm rpath: Eq<"rpath", "Add a DT_RUNPATH to the output">;
409 defm script: Eq<"script", "Read linker script">;
416 defm soname: Eq<"soname", "Set DT_SONAME">;
[all …]
/freebsd/tools/test/stress2/misc/
H A Dforce13.sh96 grep -Eq "FILE SYSTEM WAS MODIFIED" $log || break
101 grep -Eq "IS CLEAN|MARKED CLEAN" $log || { s=102; break; }
117 grep -Eq "FILE SYSTEM WAS MODIFIED" $log || break
122 grep -Eq "IS CLEAN|MARKED CLEAN" $log ||
H A Dfsck14.sh67 grep -Eq "IS CLEAN|MARKED CLEAN" $log || {
109 grep -Eq "WAS MODIFIED" $log && continue
110 grep -Eq "CLEAN" $log && break
116 grep -Eq 'IS CLEAN|MARKED CLEAN' $log && s=0 || { s=1; cat $log; }
H A Dgnop13.sh105 grep -Eq "FILE SYSTEM WAS MODIFIED" $log || break
110 grep -Eq "IS CLEAN|MARKED CLEAN" $log || { s=102; break; }
126 grep -Eq "FILE SYSTEM WAS MODIFIED" $log || break
131 grep -Eq "IS CLEAN|MARKED CLEAN" $log ||
H A D1st.sh64 grep -Eq '^[0-9]+$' || { echo FATAL; df -k $(dirname $diskimage); }
66 grep -Eq "^discard" /etc/inetd.conf ||
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td4 multiclass Eq<string name, string metavar, string help> {
13 defm triple : Eq<"triple", "<triple>", "Target triple">;
14 defm libdir : Eq<"libdir", "<directory>", "Root directory for finding library files">;
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A DOpts.td6 multiclass Eq<string name, string help> {
13 defm bytes : Eq<"bytes", "Print sequences of the specified length">;
16 defm radix : Eq<"radix", "Print the offset within the file with the specified radix: o (octal), d (…

123456