| /freebsd-12.1/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 260 #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 D | Makefile.am | 524 EXPECT = expect macro 538 EXPECT=${EXPECT} ; export EXPECT ; \
|
| H A D | Makefile.in | 747 EXPECT = expect 2528 EXPECT=${EXPECT} ; export EXPECT ; \
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | Makefile.in | 685 EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \ 4067 EXPECT=${EXPECT} ; export EXPECT ; \ 4077 EXPECT=${EXPECT} ; export EXPECT ; \
|
| H A D | ChangeLog-1997 | 3711 * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | Makefile.am | 153 EXPECT = expect macro 174 EXPECT=$(EXPECT); export EXPECT; \
|
| H A D | Makefile.in | 436 EXPECT = expect 1013 EXPECT=$(EXPECT); export EXPECT; \
|
| H A D | ChangeLog-9197 | 1868 * 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 D | defs.h | 114 #define EXPECT 10 macro
|
| H A D | reader.c | 436 { "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 D | advanced.md | 250 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 D | faq.md | 363 `(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 D | Makefile.tpl | 275 EXPECT = @EXPECT@
|
| H A D | configure | 6140 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 D | Makefile.def | 211 flags_to_pass = { flag= EXPECT ; };
|
| H A D | configure.ac | 2417 AC_CHECK_PROGS(EXPECT, expect, expect) 2420 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
|
| H A D | ChangeLog | 946 (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 D | Makefile.am | 58 EXPECT = expect macro 1715 EXPECT=$(EXPECT); export EXPECT; \
|
| H A D | Makefile.in | 310 EXPECT = expect 2536 EXPECT=$(EXPECT); export EXPECT; \
|
| H A D | ChangeLog-9197 | 4052 (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 D | FrequentlyAskedQuestions.md | 436 ## Google Mock prints a warning when a function without EXPECT\_CALL is called, even if I have set …
|
| H A D | CookBook.md | 951 **Credit:** The idea of `(ASSERT|EXPECT)_THAT` was stolen from the
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 4231 TEST(SuccessfulAssertionTest, EXPECT) { in TEST() argument 4260 TEST(AssertionWithMessageTest, EXPECT) { in TEST() argument
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2001 | 3790 (EXPECT): Quote directly. 4119 (EXPECT): Same.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1998 | 2984 * Makefile.in (EXPECT): Adjust.
|