/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
H A D | segmented_array_test.cc | 95 ASSERT_NE(I0, data.begin()); in TEST() 102 ASSERT_NE(data.begin(), data.end()); in TEST() 116 ASSERT_NE(data.begin(), data.end()); in TEST() 123 ASSERT_NE(I0, data.end()); in TEST() 207 ASSERT_NE(P, nullptr); in TEST() 244 ASSERT_NE(P, nullptr); in TEST() 266 ASSERT_NE(P, nullptr); in TEST() 283 ASSERT_NE(P, nullptr); in TEST() 305 ASSERT_NE(P, nullptr); in TEST() 325 ASSERT_NE(P, nullptr); in TEST() [all …]
|
H A D | profile_collector_test.cc | 40 ASSERT_NE(static_cast<const void *>(B.Data), nullptr); in ValidateFileHeaderBlock() 54 ASSERT_NE(static_cast<const void *>(B.Data), nullptr); in ValidateBlock() 55 ASSERT_NE(B.Size, 0u); in ValidateBlock() 68 ASSERT_NE(BlockSize, 0u); in ValidateBlock() 70 ASSERT_NE(ThreadId, 0u); in ValidateBlock() 168 ASSERT_NE(Profile1.Path.size(), Profile2.Path.size()); in TEST()
|
H A D | allocator_test.cc | 31 ASSERT_NE(B.Data, nullptr); in TEST() 37 ASSERT_NE(B1.Data, nullptr); in TEST()
|
H A D | function_call_trie_test.cc | 129 ASSERT_NE(R0->FId, R1->FId); in TEST() 132 ASSERT_NE(R0, nullptr); in TEST() 136 ASSERT_NE(R1, nullptr); in TEST() 236 ASSERT_NE(Trie.getRoots().size(), 0u); in TEST()
|
H A D | buffer_queue_test.cc | 41 ASSERT_NE(nullptr, Buf.Data); in TEST() 79 ASSERT_NE(nullptr, Buf.Data); in TEST() 140 ASSERT_NE(B0.Generation, B1.Generation); in TEST()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | unique-ptr-tests.cc | 102 ASSERT_NE (NULL, f); in test_implicit_deletion() 149 ASSERT_NE (NULL, f); in test_overwrite_of_non_null() 174 ASSERT_NE (NULL, f.get ()); in test_overloaded_ops() 177 ASSERT_NE (f, g); in test_overloaded_ops() 187 ASSERT_NE (NULL, p.get ()); in test_array_new() 200 ASSERT_NE (NULL, p.get ()); in test_xmalloc() 210 ASSERT_NE (NULL, p.get ()); in test_xmalloc_array()
|
H A D | ipa-modref-tree.cc | 903 ASSERT_NE (t->bases, NULL); in test_insert_search_collapse() 909 ASSERT_NE (base_node, NULL); in test_insert_search_collapse() 911 ASSERT_NE (base_node->refs, NULL); in test_insert_search_collapse() 916 ASSERT_NE (ref_node, NULL); in test_insert_search_collapse() 921 ASSERT_NE (t->bases, NULL); in test_insert_search_collapse() 925 ASSERT_NE (base_node->refs, NULL); in test_insert_search_collapse() 929 ASSERT_NE (ref_node, NULL); in test_insert_search_collapse() 938 ASSERT_NE (ref_node, NULL); in test_insert_search_collapse() 1002 ASSERT_NE (t1->bases, NULL); in test_merge() 1006 ASSERT_NE (base_node->refs, NULL); in test_merge() [all …]
|
H A D | tristate.cc | 143 ASSERT_NE (u, t); in test_ctors() 144 ASSERT_NE (u, f); in test_ctors() 145 ASSERT_NE (t, f); in test_ctors()
|
H A D | selftest.c | 168 ASSERT_NE (m_filename, NULL); in named_temp_file() 273 ASSERT_NE (NULL, path_to_selftest_files); in locate_file() 351 ASSERT_NE (1, 2); in test_assertions()
|
H A D | selftest.cc | 167 ASSERT_NE (m_filename, NULL); in named_temp_file() 287 ASSERT_NE (NULL, path_to_selftest_files); in locate_file() 365 ASSERT_NE (1, 2); in test_assertions()
|
H A D | rtl-tests.c | 254 ASSERT_NE (x1, gen_int_mode (poly_int64 (1, 1), HImode)); 255 ASSERT_NE (x1, x255);
|
H A D | rtl-tests.cc | 254 ASSERT_NE (x1, gen_int_mode (poly_int64 (1, 1), HImode)); in run() 255 ASSERT_NE (x1, x255); in run()
|
H A D | input.c | 2037 ASSERT_NE (fname, NULL); in test_lexer() 2045 ASSERT_NE (tok, NULL); in test_lexer() 2051 ASSERT_NE (tok, NULL); in test_lexer() 2057 ASSERT_NE (tok, NULL); in test_lexer() 2063 ASSERT_NE (tok, NULL); in test_lexer() 2265 ASSERT_NE (fname, NULL); in lexer_test() 2278 ASSERT_NE (tok, NULL); in ~lexer_test() 2292 ASSERT_NE (tok, NULL); in get_token() 3608 ASSERT_NE (ordmap_a, ordmap_b); in test_line_offset_overflow()
|
H A D | input.cc | 2197 ASSERT_NE (fname, NULL); in test_lexer() 2205 ASSERT_NE (tok, NULL); in test_lexer() 2211 ASSERT_NE (tok, NULL); in test_lexer() 2217 ASSERT_NE (tok, NULL); in test_lexer() 2223 ASSERT_NE (tok, NULL); in test_lexer() 2425 ASSERT_NE (fname, NULL); in lexer_test() 2438 ASSERT_NE (tok, NULL); in ~lexer_test() 2452 ASSERT_NE (tok, NULL); in get_token() 3768 ASSERT_NE (ordmap_a, ordmap_b); in test_line_offset_overflow()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | unique-ptr-tests.cc | 102 ASSERT_NE (NULL, f); in test_implicit_deletion() 149 ASSERT_NE (NULL, f); in test_overwrite_of_non_null() 174 ASSERT_NE (NULL, f.get ()); in test_overloaded_ops() 177 ASSERT_NE (f, g); in test_overloaded_ops() 187 ASSERT_NE (NULL, p.get ()); in test_array_new() 200 ASSERT_NE (NULL, p.get ()); in test_xmalloc() 210 ASSERT_NE (NULL, p.get ()); in test_xmalloc_array()
|
H A D | tristate.cc | 143 ASSERT_NE (u, t); in test_ctors() 144 ASSERT_NE (u, f); in test_ctors() 145 ASSERT_NE (t, f); in test_ctors()
|
H A D | selftest.c | 168 ASSERT_NE (m_filename, NULL); in named_temp_file() 273 ASSERT_NE (NULL, path_to_selftest_files); in locate_file() 351 ASSERT_NE (1, 2); in test_assertions()
|
H A D | rtl-tests.c | 254 ASSERT_NE (x1, gen_int_mode (poly_int64 (1, 1), HImode)); 255 ASSERT_NE (x1, x255);
|
H A D | input.c | 2037 ASSERT_NE (fname, NULL); in test_lexer() 2045 ASSERT_NE (tok, NULL); in test_lexer() 2051 ASSERT_NE (tok, NULL); in test_lexer() 2057 ASSERT_NE (tok, NULL); in test_lexer() 2063 ASSERT_NE (tok, NULL); in test_lexer() 2265 ASSERT_NE (fname, NULL); in lexer_test() 2278 ASSERT_NE (tok, NULL); in ~lexer_test() 2292 ASSERT_NE (tok, NULL); in get_token() 3608 ASSERT_NE (ordmap_a, ordmap_b); in test_line_offset_overflow()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_libc_test.cc | 110 ASSERT_NE(fd, kInvalidFd); in TEST() 115 ASSERT_NE(fd, kInvalidFd); in TEST() 129 ASSERT_NE(fd, kInvalidFd); in TEST() 293 ASSERT_NE(fd, kInvalidFd); in TEST() 306 ASSERT_NE(nullptr, p); in TEST()
|
H A D | sanitizer_pthread_wrappers.h | 52 ASSERT_NE(nullptr, *thread) << "Failed to create a thread, got error 0x" in PTHREAD_CREATE() 59 ASSERT_NE(0, CloseHandle(thread)); in PTHREAD_JOIN()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 1926 ASSERT_NE(0.0, res); in TEST() 1933 ASSERT_NE(0.0, res); in TEST() 1941 ASSERT_NE(0.0, res); in TEST() 1948 ASSERT_NE(0.0, res); in TEST() 1954 ASSERT_NE(0.0, res); in TEST() 1961 ASSERT_NE(0.0, res); in TEST() 1969 ASSERT_NE(0.0, res); in TEST() 1976 ASSERT_NE(0.0, res); in TEST() 1984 ASSERT_NE(0.0, res); in TEST() 3111 ASSERT_NE(result, 0); in TEST() [all …]
|
/netbsd/external/mit/libuv/dist/test/ |
H A D | test-get-passwd.c | 74 ASSERT_NE(pwd.uid, (unsigned)-1); in TEST_IMPL() 75 ASSERT_NE(pwd.gid, (unsigned)-1); in TEST_IMPL()
|
H A D | test-ipc.c | 176 ASSERT_NE(pending, UV_UNKNOWN_HANDLE); in on_read() 244 ASSERT_NE(pending, UV_UNKNOWN_HANDLE); in on_read_listen_after_bound_twice() 292 ASSERT_NE(channel->ipc, 0); in spawn_helper() 382 ASSERT_NE(pending, UV_UNKNOWN_HANDLE); in on_read_connection()
|
H A D | test-tcp-connect-timeout.c | 99 ASSERT_NE(status, UV_ECANCELED); in connect_local_cb()
|