Home
last modified time | relevance | path

Searched refs:TooBig (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Drenderer.py156 raise dns.exception.TooBig
177 raise dns.exception.TooBig
202 raise dns.exception.TooBig
249 raise dns.exception.TooBig
296 raise dns.exception.TooBig
Dexception.py34 class TooBig(DNSException): class
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp101 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST() local
103 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false); in TEST()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp63 static const unsigned TooBig = 1u << NumBitsPerType; member in __anon65c1757c0111::PGOHash
95 static_assert(LastHashType <= TooBig, "Too many types in HashType");
105 const unsigned PGOHash::TooBig; member in __anon65c1757c0111::PGOHash
574 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types"); in combine()