Home
last modified time | relevance | path

Searched refs:EXPECT_LE (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramInterfaceTest.cpp513 EXPECT_LE(0, params[4]); // index of 'f1' or 'f2' in TEST_P()
514 EXPECT_LE(0, params[5]); // index of 'f1' or 'f2' in TEST_P()
532 EXPECT_LE(0, params[0]); // index of 'f1' or 'f2' in TEST_P()
668 EXPECT_LE(0, params[1]); // array_stride in TEST_P()
669 EXPECT_LE(0, params[2]); // block_index in TEST_P()
673 EXPECT_LE(0, params[6]); // offset in TEST_P()
680 EXPECT_LE(0, params[11]); // top_level_array_stride in TEST_P()
698 EXPECT_LE(0, params[1]); // array_stride in TEST_P()
699 EXPECT_LE(0, params[2]); // block_index in TEST_P()
703 EXPECT_LE(0, params[6]); // offset in TEST_P()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramInterfaceTest.cpp584 EXPECT_LE(0, params[4]); // index of 'f1' or 'f2' in TEST_P()
585 EXPECT_LE(0, params[5]); // index of 'f1' or 'f2' in TEST_P()
603 EXPECT_LE(0, params[0]); // index of 'f1' or 'f2' in TEST_P()
752 EXPECT_LE(0, params[1]); // array_stride in TEST_P()
753 EXPECT_LE(0, params[2]); // block_index in TEST_P()
757 EXPECT_LE(0, params[6]); // offset in TEST_P()
764 EXPECT_LE(0, params[11]); // top_level_array_stride in TEST_P()
782 EXPECT_LE(0, params[1]); // array_stride in TEST_P()
783 EXPECT_LE(0, params[2]); // block_index in TEST_P()
787 EXPECT_LE(0, params[6]); // offset in TEST_P()
[all …]
/third_party/protobuf/src/google/protobuf/stubs/
Dint128_unittest.cc68 EXPECT_LE(big_minus_one, big); in TEST()
71 EXPECT_LE(big, biggest); in TEST()
214 EXPECT_LE(one, one_pod); in TEST()
215 EXPECT_LE(one_pod, one); in TEST()
216 EXPECT_LE(one_pod, one_pod); in TEST()
217 EXPECT_LE(one, two_pod); in TEST()
218 EXPECT_LE(one_pod, two); in TEST()
219 EXPECT_LE(one_pod, two_pod); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dutf8_test.cc55 EXPECT_LE(absl::strings_internal::EncodeUTF8Char(buf, 0x00110000), in TEST()
58 EXPECT_LE(absl::strings_internal::EncodeUTF8Char(buf2, -1), in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem_test.cc163 EXPECT_LE(delay - slop, elapsed) in TEST_F()
169 EXPECT_LE(negative_timeout, absl::Now() + slop); // trivially true :) in TEST_F()
/third_party/mesa3d/src/util/tests/
Dtimespec_test.cpp123 EXPECT_LE(sizeof(time_t), sizeof(uint64_t)); in TEST()
331 EXPECT_LE(a.tv_sec, t + 1); in TEST()
332 EXPECT_LE(t - 1, b.tv_sec); in TEST()
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_rwlock_wrlock.c45 EXPECT_LE(timeDiff, SLEEP_20_MS); in RwlockClockRealTimeOut2()
87 EXPECT_LE(timeDiff, SLEEP_20_MS); in RwlockClockMonotonicTimeOut2()
128 EXPECT_LE(timeDiff, SLEEP_20_MS); in RwlockMonotonicTime2()
Dpthread_cond_timedwait.c289 EXPECT_LE(timeDiff, SLEEP_20_MS); in ClockWaitTimeOut()
367 EXPECT_LE(timeDiff, SLEEP_20_MS); in ClockWaitTimeOut2()
591 EXPECT_LE(timeDiff, SLEEP_20_MS); in PthreadCondMonotonicTimeOut()
697 EXPECT_LE(timeDiff, SLEEP_20_MS); in PthreadCondUnsignedTimeOut()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg_test.cc143 EXPECT_LE(changed_bits, 0.60 * (changed_bits + unchanged_bits)); in TYPED_TEST()
153 EXPECT_LE(equal_count, 1.0 + kExpected); in TYPED_TEST()
Dseed_material_test.cc172 EXPECT_LE(changed_bits, 0.7 * sizeof(uint32_t) * 8 * seed_material.size()); in TEST()
197 EXPECT_LE(changed_bits, 0.7 * sizeof(uint32_t) * 8 * seed_material.size()); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc148 EXPECT_LE(len, v.capacity()); in TEST()
565 EXPECT_LE(len + k, v.capacity()); in TEST()
577 EXPECT_LE(len, v.capacity()); in TEST()
589 EXPECT_LE(len, v.capacity()); in TEST()
601 EXPECT_LE(len, v.capacity()); in TEST()
631 EXPECT_LE(len, v_in.capacity()); in TEST()
784 EXPECT_LE(newlen, v.capacity()); in TEST()
1230 EXPECT_LE(v.size(), v.capacity()); in TEST()
1264 EXPECT_LE(v.size(), v.capacity()); in InstanceCountElemAssignWithAllocationTest()
1376 EXPECT_LE(new_contents.size(), v.capacity()); in TEST()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dexponential_distribution_test.cc113 EXPECT_LE(sample, before.max()) << before; in TYPED_TEST()
305 EXPECT_LE(failures, expected_failures); in TEST_P()
322 EXPECT_LE(failures, 4); in TEST_P()
Dpoisson_distribution_test.cc132 EXPECT_LE(sample, before.max()); in TYPED_TEST()
316 EXPECT_LE(failures, expected_failures); in TEST_P()
476 EXPECT_LE(failures, 4); in TEST_P()
Dgaussian_distribution_test.cc116 EXPECT_LE(sample, before.max()) << before; in TYPED_TEST()
329 EXPECT_LE(failures, expected_failures); in TEST_P()
346 EXPECT_LE(failures, 4); in TEST_P()
Dlog_uniform_int_distribution_test.cc107 EXPECT_LE(sample, after.max()); in TYPED_TEST()
211 EXPECT_LE(failures, 4); in TEST_P()
/third_party/ninja/src/
Dtest.h74 #define EXPECT_LE(a, b) \ macro
92 if (!EXPECT_LE(a, b)) { g_current_test->AddAssertionFailure(); return; }
/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc33 EXPECT_LE(abs(expected.x - actual.x), allowed_deviance); in ExpectCloseRects()
34 EXPECT_LE(abs(expected.y - actual.y), allowed_deviance); in ExpectCloseRects()
35 EXPECT_LE(abs(expected.width - actual.width), allowed_deviance); in ExpectCloseRects()
36 EXPECT_LE(abs(expected.height - actual.height), allowed_deviance); in ExpectCloseRects()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dmodule_utils.h27 EXPECT_LE(5u, binary.size()); in GetIdBound()
/third_party/spirv-tools/test/opt/
Dmodule_utils.h27 EXPECT_LE(5u, binary.size()); in GetIdBound()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dmodule_utils.h27 EXPECT_LE(5u, binary.size()); in GetIdBound()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dmodule_utils.h27 EXPECT_LE(5u, binary.size()); in GetIdBound()
/third_party/cef/tests/ceftests/
Dstring_unittest.cc24 EXPECT_LE(str1, str2); in TEST()
62 EXPECT_LE(str1, str2); in TEST()
100 EXPECT_LE(str1, str2); in TEST()
Ddownload_unittest.cc380 EXPECT_LE(0LL, download_item->GetCurrentSpeed()); in OnDownloadUpdated()
381 EXPECT_LE(0, download_item->GetPercentComplete()); in OnDownloadUpdated()
410 EXPECT_LE(0LL, download_item->GetReceivedBytes()); in OnDownloadUpdated()
/third_party/protobuf/src/google/protobuf/
Dextension_set_unittest.cc747 EXPECT_LE(min_expected_size, message.SpaceUsedLong()); \ in TEST()
772 EXPECT_LE(min_expected_size, message.SpaceUsedLong()); in TEST()
784 EXPECT_LE(min_expected_size, message.SpaceUsedLong()); in TEST()
795 EXPECT_LE(min_expected_size, message.SpaceUsedLong()); in TEST()
816 EXPECT_LE(min_expected_size, empty_repeated_field_size) << #type; \ in TEST()
835 EXPECT_LE(expected_size, message.SpaceUsedLong()) << #type; \ in TEST()
869 EXPECT_LE(min_expected_size, message.SpaceUsedLong()); in TEST()
885 EXPECT_LE(min_expected_size, message.SpaceUsedLong()); in TEST()
/third_party/googletest/googletest/samples/
Dsample10_unittest.cc88 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!"; in OnTestEnd()

1234