Home
last modified time | relevance | path

Searched refs:ASSERT_GE (Results 1 - 25 of 70) sorted by relevance

123

/third_party/libuv/test/
H A Dtest-fs.c403 ASSERT_GE(req->result, 0); /* FIXME(bnoordhuis) Check if requested size? */ in read_cb()
478 ASSERT_GE(req->result, 0); /* FIXME(bnoordhuis) Check if requested size? */ in write_cb()
490 ASSERT_GE(req->result, 0); in create_cb()
549 ASSERT_GE(req->result, 0); in check_mkstemp_result()
845 ASSERT_GE(s->st_atim.tv_sec, (long) atime - 1); in check_utime()
846 ASSERT_GE(s->st_mtim.tv_sec, (long) mtime - 1); in check_utime()
991 ASSERT_GE(r, 0); in fs_file_sync()
992 ASSERT_GE(open_req1.result, 0); in fs_file_sync()
997 ASSERT_GE(r, 0); in fs_file_sync()
998 ASSERT_GE(write_re in fs_file_sync()
[all...]
H A Dtest-get-loadavg.c30 ASSERT_GE(avg[0], 0); in TEST_IMPL()
31 ASSERT_GE(avg[1], 0); in TEST_IMPL()
32 ASSERT_GE(avg[2], 0); in TEST_IMPL()
H A Dtest-platform-output.c74 ASSERT_GE(rusage.ru_utime.tv_sec, 0); in TEST_IMPL()
75 ASSERT_GE(rusage.ru_utime.tv_usec, 0); in TEST_IMPL()
76 ASSERT_GE(rusage.ru_stime.tv_sec, 0); in TEST_IMPL()
77 ASSERT_GE(rusage.ru_stime.tv_usec, 0); in TEST_IMPL()
90 ASSERT_GE(par, 1); in TEST_IMPL()
H A Dtest-pipe-sendmsg.c51 ASSERT_GE(flags, 0); in set_nonblocking()
53 ASSERT_GE(r, 0); in set_nonblocking()
82 ASSERT_GE(nread, 0); in read_cb()
133 ASSERT_GE(sizeof(scratch), msg.msg_controllen); in TEST_IMPL()
H A Dtest-fs-open-flags.c92 ASSERT_GE(r, 0); in refresh()
93 ASSERT_GE(open_req.result, 0); in refresh()
106 ASSERT_GE(r, 0); in refresh()
107 ASSERT_GE(open_req.result, 0); in refresh()
153 ASSERT_GE(r, 0); in refreshOpen()
154 ASSERT_GE(open_req.result, 0); in refreshOpen()
182 ASSERT_GE(r, 0); in writeExpect()
183 ASSERT_GE(open_req.result, 0); in writeExpect()
H A Dtest-metrics.c73 ASSERT_GE(idle_time, (timeout - 500) * UV_NS_TO_MS); in TEST_IMPL()
104 ASSERT_GE(idle_time, (timeout - 500) * UV_NS_TO_MS); in metrics_routine_cb()
192 ASSERT_GE(req->result, 0); in create_cb()
377 ASSERT_GE(metrics.events, 7); in TEST_IMPL()
382 ASSERT_GE(metrics.events_waiting, 4); in TEST_IMPL()
H A Dtest-tty.c89 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
90 ASSERT_GE(ttyout_fd, 0); in TEST_IMPL()
184 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
241 ASSERT_GE(ttyout_fd, 0); in TEST_IMPL()
287 ASSERT_GE(ttyout_fd, 0); in TEST_IMPL()
326 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
H A Dtest-tcp-read-stop-start.c65 ASSERT_GE(nread, 0); in on_read1()
132 ASSERT_GE(read_cb_called, 2); in TEST_IMPL()
H A Dtest-tty-duplicate-key.c155 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
209 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
275 ASSERT_GE(ttyin_fd, 0); in TEST_IMPL()
H A Dtest-thread.c225 ASSERT_GE(pthread_get_stacksize_np(pthread_self()), expected); in thread_check_stack()
239 ASSERT_GE(stack_size, expected); in thread_check_stack()
H A Dtest-fs-copyfile.c81 ASSERT_GE(r, 0); in touch_file()
90 ASSERT_GE(r, 0); in touch_file()
H A Dtest-fork.c426 ASSERT_GE(r, 0); in create_file()
442 ASSERT_GE(r, 0); in touch_file()
448 ASSERT_GE(r, 0); in touch_file()
H A Dtest-poll.c112 ASSERT_GE(sock, 0); in create_bound_socket()
230 ASSERT_GE(r, 0);
506 ASSERT_GE(sock, 0);
H A Dtest-ipc-send-recv.c117 ASSERT_GE(nread, 0); in recv_cb()
317 ASSERT_GE(nread, 0); in read_cb()
H A Dtest-udp-open.c56 ASSERT_GE(sock, 0); in create_udp_socket()
322 ASSERT_GE(fd, 0); in TEST_IMPL()
H A Dtest-tcp-oob.c64 ASSERT_GE(nread, 0); in read_cb()
H A Dtest-ipc-heavy-traffic-deadlock-bug.c97 ASSERT_GE(nread, 0); in read_cb()
H A Dtest-thread-affinity.c123 ASSERT_GE(c, 0); in TEST_IMPL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndexIterator_unittest.cpp27 ASSERT_GE(0, minMip); in TEST()
54 ASSERT_GE(0, minMip); in TEST()
78 ASSERT_GE(0, minMip); in TEST()
105 ASSERT_GE(0, minMip); in TEST()
131 ASSERT_GE(0, minMip); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureMultisampleTest.cpp453 ASSERT_GE(texLocation, 0); in TEST_P()
455 ASSERT_GE(sampleNumLocation, 0); in TEST_P()
930 ASSERT_GE(texLocation, 0); in TEST_P()
959 ASSERT_GE(texLocation, 0); in TEST_P()
961 ASSERT_GE(layerLocation, 0); in TEST_P()
963 ASSERT_GE(layerLocation, 0); in TEST_P()
1018 ASSERT_GE(texLocation, 0); in TEST_P()
1020 ASSERT_GE(layerLocation, 0); in TEST_P()
1022 ASSERT_GE(layerLocation, 0); in TEST_P()
1153 ASSERT_GE(imageLocatio in TEST_P()
[all...]
H A DDrawBuffersTest.cpp43 ASSERT_GE(getClientMajorVersion(), 3); in setDrawBuffers()
347 ASSERT_GE(mMaxDrawBuffers, 4); in TEST_P()
478 ASSERT_GE(mMaxDrawBuffers, 4); in TEST_P()
575 ASSERT_GE(mMaxDrawBuffers, kMaxBuffers); in TEST_P()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_usleep_test.cpp29 ASSERT_GE(newTime.tv_sec - oldTime.tv_sec, 1); in HWTEST_F()
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
H A Dunittests.cpp40 ASSERT_GE(memfd.fd(), 0); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Devent_test.cpp155 ASSERT_GE(end - start, duration); in TEST_P()
187 ASSERT_GE(end - start, duration); in TEST_P()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_function_decoration_test.cc80 ASSERT_GE(preamble.size(), 1u); in TEST_P()
83 ASSERT_GE(preamble[0].operands().size(), 3u); in TEST_P()

Completed in 16 milliseconds

123