Home
last modified time | relevance | path

Searched refs:expect_nothing (Results 1 – 2 of 2) sorted by relevance

/external/libwebm/webm_parser/tests/
Dwebm_parser_test.cc271 MockCallback expect_nothing; in TEST_F() local
272 EXPECT_CALL(expect_nothing, OnElementBegin(_, _)).Times(0); in TEST_F()
284 Status status = parser1.Feed(&expect_nothing, &reader); in TEST_F()
292 status = parser2.Feed(&expect_nothing, &reader); in TEST_F()
/external/python/pyyaml/lib/yaml/
Demitter.py170 def expect_nothing(self): member in Emitter
209 self.state = self.expect_nothing