HomeSort by relevance Sort by last modified time
    Searched refs:can_get_source_streams (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/courgette/
encoded_program_unittest.cc 42 bool can_get_source_streams = sources.Init(buffer, length); local
43 EXPECT_TRUE(can_get_source_streams);
encode_decode_unittest.cc 51 bool can_get_source_streams = sources.Init(buffer, length); local
52 EXPECT_TRUE(can_get_source_streams);
encoded_program_fuzz_unittest.cc 175 bool can_get_source_streams = sources.Init(buffer.c_str(), buffer.length()); local
176 if (can_get_source_streams) {

Completed in 925 milliseconds