Home
last modified time | relevance | path

Searched refs:ASSERT_GE (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/
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/
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(imageLocation, 0); in TEST_P()
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()
DMultiDrawTest.cpp232 ASSERT_GE(mProgram, 1u); in SetupProgram()
516 ASSERT_GE(mProgram, 1u); in SetupProgramIndirect()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
Dunistd_usleep_test.cpp29 ASSERT_GE(newTime.tv_sec - oldTime.tv_sec, 1);
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
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/
Dbuilder_function_decoration_test.cc80 ASSERT_GE(preamble.size(), 1u); in TEST_P()
83 ASSERT_GE(preamble[0].operands().size(), 3u); in TEST_P()
/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc151 ASSERT_GE(file_content.size(), annotation.begin()); in CheckSingleAnnotation()
152 ASSERT_GE(file_content.size(), annotation.end()); in CheckSingleAnnotation()
/third_party/libuv/test/
Dtest-metrics.c90 ASSERT_GE(idle_time, (timeout - 500) * UV_NS_TO_MS); in metrics_routine_cb()
Dtest-udp-mmsg.c76 ASSERT_GE(nread, 0); in recv_cb()
Dtest-platform-output.c93 ASSERT_GE(par, 1); in TEST_IMPL()
Dtask.h201 #define ASSERT_GE(a, b) ASSERT_BASE(a, >=, b, int64_t, PRId64) macro
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
Dunittests.cpp40 ASSERT_GE(memfd.fd(), 0); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDynamicPromotionPerfTest.cpp94 ASSERT_GE(static_cast<size_t>(std::numeric_limits<GLushort>::max()), vertexCount); in initializeBenchmark()
DDrawElementsPerf.cpp127 ASSERT_GE(std::numeric_limits<GLushort>::max(), mCount); in initializeBenchmark()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dsequence_lock_test.cc100 ASSERT_GE(good_reads, 0); in TEST_P()
/third_party/ninja/src/
Ddeps_log_test.cc397 ASSERT_GE(node_count, (int)log.nodes().size()); in TEST_F()
407 ASSERT_GE(deps_count, new_deps_count); in TEST_F()
Dtest.h89 #define ASSERT_GE(a, b) \ macro
/third_party/vulkan-loader/tests/
Dloader_regression_tests.cpp879 ASSERT_GE(found_items[2], 1U); in TEST()
880 ASSERT_GE(found_items[3], 3U); in TEST()
881 ASSERT_GE(found_items[4], 2U); in TEST()
882 ASSERT_GE(found_items[5], 2U); in TEST()
883 ASSERT_GE(found_items[6], 1U); in TEST()
884 ASSERT_GE(found_items[7], 2U); in TEST()
898 ASSERT_GE(found_items[0], 2U); in TEST()
899 ASSERT_GE(found_items[1], 2U); in TEST()
900 ASSERT_GE(found_items[2], 3U); in TEST()
901 ASSERT_GE(found_items[3], 4U); in TEST()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLX11VisualTest.cpp114 ASSERT_GE(nConfigs, 1); in TEST_P()
DEGLDeviceTest.cpp107 ASSERT_GE(mFeatureLevel, D3D_FEATURE_LEVEL_9_3); in CreateD3D11Device()
/third_party/gn/src/util/test/
Dtest.h179 #define ASSERT_GE(a, b) \ macro
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp147 ASSERT_GE(aligned - unaligned, 0); in TEST()
/third_party/benchmark/test/
Dperf_counters_gtest.cc181 ASSERT_GE(max_counters, kMinValidCounters); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Duniform_int_distribution_test.cc150 ASSERT_GE(dist.param().b(), sample); in TYPED_TEST()

123