Home
last modified time | relevance | path

Searched refs:TestUnit (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/units/
Dunit_base_unittest.cc17 class TestUnit final : public rtc_units_impl::RelativeUnit<TestUnit> { class
19 TestUnit() = delete;
26 static constexpr TestUnit FromKilo(T kilo) { in FromKilo()
42 friend class rtc_units_impl::UnitBase<TestUnit>;
44 using RelativeUnit<TestUnit>::RelativeUnit;
46 constexpr TestUnit TestUnitAddKilo(TestUnit value, int add_kilo) { in TestUnitAddKilo()
47 value += TestUnit::FromKilo(add_kilo); in TestUnitAddKilo()
54 constexpr TestUnit kTestUnitZero = TestUnit::Zero(); in TEST()
55 constexpr TestUnit kTestUnitPlusInf = TestUnit::PlusInfinity(); in TEST()
56 constexpr TestUnit kTestUnitMinusInf = TestUnit::MinusInfinity(); in TEST()
[all …]
/external/libyuv/files/tools_libyuv/valgrind/
Dchrome_tests.py472 def TestUnit(self): member in ChromeTests
728 "unit": TestUnit, "unit_tests": TestUnit,