Home
last modified time | relevance | path

Searched refs:too_large (Results 1 – 9 of 9) sorted by relevance

/external/libweave/third_party/chromium/base/numerics/
Dsafe_numerics_unittest.cc773 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local
774 EXPECT_TRUE(too_large.IsValid()); in TEST()
775 too_large += d; in TEST()
776 EXPECT_FALSE(too_large.IsValid()); in TEST()
777 too_large -= d; in TEST()
778 EXPECT_FALSE(too_large.IsValid()); in TEST()
779 too_large /= d; in TEST()
780 EXPECT_FALSE(too_large.IsValid()); in TEST()
/external/libchrome/base/numerics/
Dsafe_numerics_unittest.cc777 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local
778 EXPECT_TRUE(too_large.IsValid()); in TEST()
779 too_large += d; in TEST()
780 EXPECT_FALSE(too_large.IsValid()); in TEST()
781 too_large -= d; in TEST()
782 EXPECT_FALSE(too_large.IsValid()); in TEST()
783 too_large /= d; in TEST()
784 EXPECT_FALSE(too_large.IsValid()); in TEST()
/external/avahi/avahi-core/
Dquery-sched.c237 int too_large = 0; in append_known_answers_and_send() local
247 too_large = 1; in append_known_answers_and_send()
264 if (!too_large) in append_known_answers_and_send()
/external/llvm/lib/ProfileData/
DSampleProf.cpp34 case sampleprof_error::too_large: in message()
DInstrProf.cpp45 case instrprof_error::too_large: in message()
439 return instrprof_error::too_large; in getValueProfData()
DInstrProfReader.cpp47 return instrprof_error::too_large; in create()
83 return instrprof_error::too_large; in create()
DSampleProfReader.cpp680 return sampleprof_error::too_large; in setupMemoryBuffer()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h35 too_large, enumerator
DInstrProf.h173 too_large, enumerator