Home
last modified time | relevance | path

Searched refs:EXPECT (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12.1/lib/libpmc/pmu-events/
H A Djevents.c260 #define EXPECT(e, t, m) do { if (!(e)) { \ macro
528 EXPECT(tokens->type == JSMN_ARRAY, tokens, "expected top level array"); in json_events()
548 EXPECT(obj->type == JSMN_OBJECT, obj, "expected object"); in json_events()
555 EXPECT(field->type == JSMN_STRING, tok + j, in json_events()
558 EXPECT(val->type == JSMN_STRING, tok + j + 1, in json_events()
688 EXPECT(tok - tokens == len, tok, "unexpected objects at end"); in json_events()
/freebsd-12.1/contrib/binutils/gas/
H A DMakefile.am524 EXPECT = expect macro
538 EXPECT=${EXPECT} ; export EXPECT ; \
H A DMakefile.in747 EXPECT = expect
2528 EXPECT=${EXPECT} ; export EXPECT ; \
/freebsd-12.1/contrib/gcc/
H A DMakefile.in685 EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
4067 EXPECT=${EXPECT} ; export EXPECT ; \
4077 EXPECT=${EXPECT} ; export EXPECT ; \
H A DChangeLog-19973711 * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
/freebsd-12.1/contrib/binutils/binutils/
H A DMakefile.am153 EXPECT = expect macro
174 EXPECT=$(EXPECT); export EXPECT; \
H A DMakefile.in436 EXPECT = expect
1013 EXPECT=$(EXPECT); export EXPECT; \
H A DChangeLog-91971868 * Makefile.in (EXPECT): Use $$r, not $${rootme}.
2581 * Makefile.in (EXPECT): Define.
2583 (check): Set `rootme' for $(EXPECT).
/freebsd-12.1/contrib/byacc/
H A Ddefs.h114 #define EXPECT 10 macro
H A Dreader.c436 { "expect", EXPECT },
1499 if (assoc != EXPECT && assoc != EXPECT_RR) in declare_expect()
1514 if (assoc == EXPECT) in declare_expect()
1682 case EXPECT: in read_declarations()
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md250 If you find the default message generated by `(ASSERT|EXPECT)_PRED*` and
251 `(ASSERT|EXPECT)_(TRUE|FALSE)` unsatisfactory, or some arguments to your
263 a predicate, `(ASSERT|EXPECT)_PRED_FORMAT*` take a *predicate-formatter*
317 are special cases of `(EXPECT|ASSERT)_PRED_FORMAT*`. In fact, most of them are
318 indeed defined using `(EXPECT|ASSERT)_PRED_FORMAT*`.
676 `EXPECT` variants do not.
1048 either exceptions, the `(ASSERT|EXPECT)_NO_FATAL_FAILURE` assertions or the
H A Dfaq.md363 `(ASSERT|EXPECT)_PRED_FORMAT*`, which will also give you a better failure
465 we had to give up using `ASSERT*` and `FAIL*` (but not `EXPECT*` and
/freebsd-12.1/contrib/binutils/
H A DMakefile.tpl275 EXPECT = @EXPECT@
H A Dconfigure6140 if test -n "$EXPECT"; then
6141 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6160 if test -n "$EXPECT"; then
6161 echo "$as_me:$LINENO: result: $EXPECT" >&5
6162 echo "${ECHO_T}$EXPECT" >&6
6168 test -n "$EXPECT" && break
6170 test -n "$EXPECT" || EXPECT="expect"
12325 s,@EXPECT@,$EXPECT,;t t
H A DMakefile.def211 flags_to_pass = { flag= EXPECT ; };
H A Dconfigure.ac2417 AC_CHECK_PROGS(EXPECT, expect, expect)
2420 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
H A DChangeLog946 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
953 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1404 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10665 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
/freebsd-12.1/contrib/binutils/ld/
H A DMakefile.am58 EXPECT = expect macro
1715 EXPECT=$(EXPECT); export EXPECT; \
H A DMakefile.in310 EXPECT = expect
2536 EXPECT=$(EXPECT); export EXPECT; \
H A DChangeLog-91974052 (EXPECT, RUNTEST): Copy definitions from top level Makefile.in.
4963 * Makefile.in (EXPECT, RUNTEST): Set these for the check goal.
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DFrequentlyAskedQuestions.md436 ## Google Mock prints a warning when a function without EXPECT\_CALL is called, even if I have set …
H A DCookBook.md951 **Credit:** The idea of `(ASSERT|EXPECT)_THAT` was stolen from the
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4231 TEST(SuccessfulAssertionTest, EXPECT) { in TEST() argument
4260 TEST(AssertionWithMessageTest, EXPECT) { in TEST() argument
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20013790 (EXPECT): Quote directly.
4119 (EXPECT): Same.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19982984 * Makefile.in (EXPECT): Adjust.

12