Searched refs:EXPECT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 270 #define EXPECT(e, t, m) do { if (!(e)) { \ macro 544 EXPECT(tokens->type == JSMN_ARRAY, tokens, "expected top level array"); in json_events() 564 EXPECT(obj->type == JSMN_OBJECT, obj, "expected object"); in json_events() 571 EXPECT(field->type == JSMN_STRING, tok + j, in json_events() 574 EXPECT(val->type == JSMN_STRING, tok + j + 1, in json_events() 704 EXPECT(tok - tokens == len, tok, "unexpected objects at end"); in json_events()
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | defs.h | 116 ,EXPECT enumerator
|
| H A D | reader.c | 458 { "expect", EXPECT }, 1649 if (assoc != EXPECT && assoc != EXPECT_RR) in declare_expect() 1664 if (assoc == EXPECT) in declare_expect() 1836 case EXPECT: in read_declarations()
|
| /freebsd-13.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-13.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-13.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-13.1/crypto/openssl/ |
| H A D | CHANGES | 7448 appear in 0.9.8 or later. We EXPECT application authors to have
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 148450 …Changed some assertions to ASSERT instead of EXPECT (no use to check the value if the conversion w…
|