Home
last modified time | relevance | path

Searched refs:EXPECTED (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/tests/lib/libc/regex/data/att/
H A Dcategorization.dat19 ?E (a|ab)(bc|c) abcabc (0,3)(0,2)(2,3) EXPECTED
23 ?E (aba|a*b)(aba|a*b) ababa (0,5)(0,2)(2,5) EXPECTED
27 ?B a\(b\)*\1 a NOMATCH EXPECTED
32 ?E (a*){2} xxxxx (0,0)(0,0) EXPECTED
36 ?B a\(b\)*\1 abab NOMATCH EXPECTED
41 ?E (a*)* a (0,1)(0,1) EXPECTED
46 ?E (aba|a*b)* ababa (0,5)(2,5) EXPECTED
51 ?E (a(b)?)+ aba (0,3)(2,3) EXPECTED
55 ?B \(a\(b\)*\)*\2 abab NOMATCH EXPECTED
60 |E .*(.*) ab (0,2)(2,2) EXPECTED
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dselftest-rtl.h50 #define ASSERT_RTX_EQ(EXPECTED, ACTUAL) \ argument
52 const char *desc_ = "ASSERT_RTX_EQ (" #EXPECTED ", " #ACTUAL ")"; \
53 ::selftest::assert_rtx_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
63 #define ASSERT_RTX_PTR_EQ(EXPECTED, ACTUAL) \ argument
65 const char *desc_ = "ASSERT_RTX_PTR_EQ (" #EXPECTED ", " #ACTUAL ")"; \
66 ::selftest::assert_rtx_ptr_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
H A Dpretty-print.cc2317 #define ASSERT_PP_FORMAT_1(EXPECTED, FMT, ARG1) \ argument
2319 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
2323 #define ASSERT_PP_FORMAT_2(EXPECTED, FMT, ARG1, ARG2) \ argument
2325 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
2329 #define ASSERT_PP_FORMAT_3(EXPECTED, FMT, ARG1, ARG2, ARG3) \ argument
2331 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
H A Dread-rtl-function.cc1689 #define ASSERT_PARSE_EDGE_FLAGS(EXPECTED, STR) \ in test_edge_flags() argument
1692 ASSERT_EQ (EXPECTED, parse_edge_flags (str)); \ in test_edge_flags()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dselftest-rtl.h50 #define ASSERT_RTX_EQ(EXPECTED, ACTUAL) \ argument
52 const char *desc_ = "ASSERT_RTX_EQ (" #EXPECTED ", " #ACTUAL ")"; \
53 ::selftest::assert_rtx_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
63 #define ASSERT_RTX_PTR_EQ(EXPECTED, ACTUAL) \ argument
65 const char *desc_ = "ASSERT_RTX_PTR_EQ (" #EXPECTED ", " #ACTUAL ")"; \
66 ::selftest::assert_rtx_ptr_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
H A Dpretty-print.c2317 #define ASSERT_PP_FORMAT_1(EXPECTED, FMT, ARG1) \ argument
2319 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
2323 #define ASSERT_PP_FORMAT_2(EXPECTED, FMT, ARG1, ARG2) \ argument
2325 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
2329 #define ASSERT_PP_FORMAT_3(EXPECTED, FMT, ARG1, ARG2, ARG3) \ argument
2331 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
H A Dread-rtl-function.c1686 #define ASSERT_PARSE_EDGE_FLAGS(EXPECTED, STR) \ in test_edge_flags() argument
1689 ASSERT_EQ (EXPECTED, parse_edge_flags (str)); \ in test_edge_flags()
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-udp-pummel.c29 #define EXPECTED "RANG TANG DING DONG I AM THE JAPANESE SANDMAN" macro
123 ASSERT(!memcmp(buf->base, EXPECTED, nread)); in recv_cb()
182 bufs[0] = uv_buf_init(&EXPECTED[0], 10); in pummel()
183 bufs[1] = uv_buf_init(&EXPECTED[10], 10); in pummel()
184 bufs[2] = uv_buf_init(&EXPECTED[20], 10); in pummel()
185 bufs[3] = uv_buf_init(&EXPECTED[30], 10); in pummel()
186 bufs[4] = uv_buf_init(&EXPECTED[40], 5); in pummel()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvalid_utf8_string.c70 if (EXPECTED((c0 = *cp) <= 0x7f) /* we know that c0 >= 0x0 */ ) { in valid_utf8_string()
74 else if (EXPECTED(c0 <= 0xdf) /* we know that c0 >= 0x80 */ ) { in valid_utf8_string()
83 else if (EXPECTED(c0 <= 0xef) /* we know that c0 >= 0xe0 */ ) { in valid_utf8_string()
94 else if (EXPECTED(c0 <= 0xf4) /* we know that c0 >= 0xf0 */ ) { in valid_utf8_string()
H A Dsys_defs.h1655 #ifndef EXPECTED
1657 #define EXPECTED(x) __builtin_expect(!!(x), 1) macro
1660 #define EXPECTED(x) (x) macro
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasn1_encode_test.c475 } EXPECTED; typedef
485 const EXPECTED *expected, size_t expected_size, in do_decode()
488 EXPECTED *enctst = NULL; in do_decode()
520 static int do_encode(EXPECTED *input, in do_encode()
549 static int do_enc_dec(EXPECTED *bytes, long nbytes, in do_enc_dec()
670 const EXPECTED *expected, size_t expected_size, in do_decode_custom()
692 static int do_encode_custom(EXPECTED *input, in do_encode_custom()
745 EXPECTED *expected in test_intern()
746 = (EXPECTED *)&((unsigned char *)package->encode_expectations)[pos]; in test_intern()
798 EXPECTED *expected in test_intern()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dasn1_encode_test.c475 } EXPECTED; typedef
485 const EXPECTED *expected, size_t expected_size, in do_decode()
488 EXPECTED *enctst = NULL; in do_decode()
520 static int do_encode(EXPECTED *input, in do_encode()
549 static int do_enc_dec(EXPECTED *bytes, long nbytes, in do_enc_dec()
670 const EXPECTED *expected, size_t expected_size, in do_decode_custom()
692 static int do_encode_custom(EXPECTED *input, in do_encode_custom()
745 switch (do_encode_custom((EXPECTED *)&((unsigned char *)package in test_intern()
767 (EXPECTED *)&((unsigned char *)package in test_intern()
795 switch (do_enc_dec((EXPECTED *)&((unsigned char *)package in test_intern()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc815 #define CHECK_VALUE(ACTUAL, EXPECTED) \ argument
817 if ((ACTUAL) == (EXPECTED)) \
819 pass ("%s: actual: %s == expected: %s", test, #ACTUAL, #EXPECTED); \
823 fail ("%s: actual: %s != expected: %s", test, #ACTUAL, #EXPECTED); \
H A Dtoyvm.c788 #define CHECK_VALUE(ACTUAL, EXPECTED) \ argument
790 if ((ACTUAL) == (EXPECTED)) \
792 pass ("%s: actual: %s == expected: %s", test, #ACTUAL, #EXPECTED); \
796 fail ("%s: actual: %s != expected: %s", test, #ACTUAL, #EXPECTED); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc815 #define CHECK_VALUE(ACTUAL, EXPECTED) \ argument
817 if ((ACTUAL) == (EXPECTED)) \
819 pass ("%s: actual: %s == expected: %s", test, #ACTUAL, #EXPECTED); \
823 fail ("%s: actual: %s != expected: %s", test, #ACTUAL, #EXPECTED); \
H A Dtoyvm.c788 #define CHECK_VALUE(ACTUAL, EXPECTED) \ argument
790 if ((ACTUAL) == (EXPECTED)) \
792 pass ("%s: actual: %s == expected: %s", test, #ACTUAL, #EXPECTED); \
796 fail ("%s: actual: %s != expected: %s", test, #ACTUAL, #EXPECTED); \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-inject/
H A Dtest-many.txt7 # RUN: echo "AS EXPECTED"
/netbsd-src/external/bsd/cron/dist/
H A DCONVERSION80 of irritating output. The work-around for this is to redirect all EXPECTED
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.cc1282 #define ASSERT_DUMP_EQ(STATE, EXT_STATE, SUMMARIZE, EXPECTED) \ argument
1285 (EXPECTED)); \
H A Dregion-model.cc7505 #define ASSERT_DUMP_TREE_EQ(T, EXPECTED) \ argument
7507 assert_dump_tree_eq ((SELFTEST_LOCATION), (T), (EXPECTED)); \
7527 #define ASSERT_DUMP_EQ(MODEL, SUMMARIZE, EXPECTED) \ argument
7529 assert_dump_eq ((SELFTEST_LOCATION), (MODEL), (SUMMARIZE), (EXPECTED)); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c2515 #define ASSERT_C_PRETTY_PRINTER_OUTPUT(EXPECTED, EXPR) \ argument
2518 (EXPECTED), \
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc4089 #define ASSERT_DUMP_BOUNDED_RANGE_EQ(BR, EXPECTED) \ argument
4091 assert_dump_bounded_range_eq ((SELFTEST_LOCATION), (BR), (EXPECTED)); \
4170 #define ASSERT_DUMP_BOUNDED_RANGES_EQ(BRS, EXPECTED) \ argument
4172 assert_dump_bounded_ranges_eq ((SELFTEST_LOCATION), (BRS), (EXPECTED)); \
H A Dregion-model.cc4587 #define ASSERT_DUMP_TREE_EQ(T, EXPECTED) \ argument
4589 assert_dump_tree_eq ((SELFTEST_LOCATION), (T), (EXPECTED)); \
4610 #define ASSERT_DUMP_EQ(MODEL, SUMMARIZE, EXPECTED) \ argument
4612 assert_dump_eq ((SELFTEST_LOCATION), (MODEL), (SUMMARIZE), (EXPECTED)); \
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc2985 #define ASSERT_C_PRETTY_PRINTER_OUTPUT(EXPECTED, EXPR) \ argument
2988 (EXPECTED), \
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dpowerpc.cc1303 EXPECTED = 1, enumerator
1333 this->tls_get_addr_state_ = EXPECTED; in expect_tls_get_addr_call()
1341 { this->tls_get_addr_state_ = EXPECTED; } in expect_tls_get_addr_call()
1368 if (is_tls_call && last_tls != EXPECTED) in maybe_skip_tls_get_addr_call()
1373 return EXPECTED; in maybe_skip_tls_get_addr_call()
10690 case Track_tls::EXPECTED: in relocate()

12