Home
last modified time | relevance | path

Searched refs:ASSERT_LE (Results 1 – 25 of 41) sorted by relevance

12

/third_party/libuv/test/
Dtest-embed.c37 ASSERT_LE(0, uv_barrier_wait(&barrier)); in thread_main()
56 ASSERT_LE(0, uv_barrier_wait(&barrier)); in TEST_IMPL()
60 ASSERT_LE(0, uv_run(loop, UV_RUN_ONCE)); in TEST_IMPL()
70 ASSERT_LE(0, uv_run(loop, UV_RUN_NOWAIT)); in TEST_IMPL()
Dtest-udp-send-unreachable.c49 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
Dtest-udp-connect6.c48 ASSERT_LE(suggested_size, sizeof(slab)); in alloc_cb()
Dtask.h203 #define ASSERT_LE(a, b) ASSERT_BASE(a, <=, b, int64_t, PRId64) macro
/third_party/skia/third_party/externals/tint/fuzzers/
Drandom_generator_test.cc81 ASSERT_LE(5u, result); in TEST_F()
86 ASSERT_LE(0u, result); in TEST_F()
119 ASSERT_LE(5u, result); in TEST_F()
124 ASSERT_LE(0u, result); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp55 ASSERT_LE(copy.bufferOffset.x + copy.copySize.width, copy.bufferSize.width); in ValidateFootprints()
56 ASSERT_LE(copy.bufferOffset.y + copy.copySize.height, copy.bufferSize.height); in ValidateFootprints()
57 ASSERT_LE(copy.bufferOffset.z + copy.copySize.depthOrArrayLayers, in ValidateFootprints()
100 ASSERT_LE(bufferSizeForFootprint, minimumRequiredBufferSize); in ValidateFootprints()
212 ASSERT_LE(copy.bufferOffset.y, textureSpec.blockHeight); in ValidateBufferOffset()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/
Dstdio_getwchar_test.cpp22 ASSERT_LE(0, pid);
Dstdio_gets_test.cpp24 ASSERT_LE(0, pid);
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
Dunistd_pipe_test.cpp29 ASSERT_LE(0, pid);
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_readlinkat_chk_test.cpp22 ASSERT_LE(0, fd);
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DMapBufferRange.cpp277 ASSERT_LE(params.updateSize, params.bufferSize); in initializeBenchmark()
279 ASSERT_LE(params.updateOffset + params.updateSize, params.bufferSize); in initializeBenchmark()
DTexturesPerf.cpp276 ASSERT_LE(numUpdateTextures, params.numTextures); in drawBenchmark()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
Dcmap_basic_test.cc90 ASSERT_LE(cmaps->size(), (size_t)num_cmaps_attr->IntValue()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLChooseConfigTest.cpp46 ASSERT_LE(defaultConfigCount, allConfigCount); in TEST_P()
DEGLRobustnessTest.cpp63 ASSERT_LE(1, nConfigs); in testSetUp()
/third_party/ninja/src/
Dincludes_normalize_test.cc123 ASSERT_LE(cwd_len + 3 + 1, _MAX_PATH) in TEST()
Dtest.h91 #define ASSERT_LE(a, b) \ macro
/third_party/googletest/googletest/test/
Dgtest_stress_test.cc90 ASSERT_LE(5, 6); in ManyAsserts()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DObjectBaseTests.cpp25 ASSERT_LE(0, *handle); in WGPUReference()
/third_party/gn/src/util/test/
Dtest.h176 #define ASSERT_LE(a, b) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler_test.cpp180 ASSERT_LE(threads.size(), 8U); in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Duniform_int_distribution_test.cc149 ASSERT_LE(dist.param().a(), sample); in TYPED_TEST()
Dzipf_distribution_test.cc273 ASSERT_LE(x, dis.max()); in TEST_P()
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamOpen.cpp360 ASSERT_LE(bufferSize, burst * 3); in TEST_F()
/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc153 ASSERT_LE(annotation.begin(), annotation.end()); in CheckSingleAnnotation()

12