Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h31 too_large, enumerator
/external/llvm/lib/ProfileData/
DInstrProf.cpp38 case instrprof_error::too_large: in message()
DInstrProfReader.cpp34 return instrprof_error::too_large; in setupMemoryBuffer()
/external/chromium_org/chrome/browser/favicon/
Dfavicon_handler_unittest.cc1199 std::vector<gfx::Size> too_large; in TEST_F() local
1200 too_large.push_back(gfx::Size(1024, 1024)); in TEST_F()
1201 too_large.push_back(gfx::Size(512, 512)); in TEST_F()
1213 GURL("http://www.google.com/a"), favicon_base::FAVICON, too_large), in TEST_F()