Home
last modified time | relevance | path

Searched refs:is_max (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/time/
Dtime.cc25 if (is_max()) { in InDays()
33 if (is_max()) { in InHours()
41 if (is_max()) { in InMinutes()
49 if (is_max()) { in InSecondsF()
57 if (is_max()) { in InSeconds()
65 if (is_max()) { in InMillisecondsF()
73 if (is_max()) { in InMilliseconds()
81 if (is_max()) { in InMillisecondsRoundedUp()
90 if (is_max()) { in InMicroseconds()
141 if (is_max()) { in ToTimeT()
[all …]
Dtime_unittest.cc550 EXPECT_TRUE(max.is_max()); in TEST_F()
561 EXPECT_TRUE(t.is_max()); in TEST_F()
565 EXPECT_TRUE(t.is_max()); in TEST_F()
569 EXPECT_TRUE(t.is_max()); in TEST_F()
577 EXPECT_TRUE(t.is_max()); in TEST_F()
586 EXPECT_TRUE(t.is_max()); in TEST_F()
596 EXPECT_TRUE(t.is_max()); in TEST_F()
606 EXPECT_FALSE(t.is_max()); in TEST_F()
898 EXPECT_TRUE(max.is_max()); in TEST()
905 return (-delta).is_max(); in IsMin()
[all …]
Dtime.h156 bool is_max() const { return delta_ == std::numeric_limits<int64_t>::max(); } in is_max() function
331 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
Dtime_posix.cc418 if (is_max()) { in ToTimeVal()
/external/libbrillo/brillo/streams/
Dfile_stream.cc143 if (!timeout.is_max()) { in WaitForDataBlocking()
148 timeout.is_max() ? nullptr : &timeout_val)); in WaitForDataBlocking()
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d_sycl.h309 bool is_max = (input_data[index] == output_data_n[output_data_idx]);
323 is_max = false;
328 if (is_max) {
/external/libchrome/base/synchronization/
Dwaitable_event_posix.cc172 const bool finite_time = !end_time.is_max(); in TimedWaitUntil()