Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dsend_statistics_proxy_unittest.cc47 void ExpectEqual(VideoSendStream::Stats one, VideoSendStream::Stats other) { in ExpectEqual() function in webrtc::SendStatisticsProxyTest
130 ExpectEqual(expected_, stats); in TEST_F()
187 ExpectEqual(expected_, stats); in TEST_F()
226 ExpectEqual(expected_, stats); in TEST_F()
259 ExpectEqual(expected_, stats); in TEST_F()
289 ExpectEqual(expected_, stats); in TEST_F()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp507 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
509 bool parseDirectiveIfeqs(SMLoc DirectiveLoc, bool ExpectEqual);
4419 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfc() argument
4440 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim()); in parseDirectiveIfc()
4449 bool AsmParser::parseDirectiveIfeqs(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfeqs() argument
4451 if (ExpectEqual) in parseDirectiveIfeqs()
4463 if (ExpectEqual) in parseDirectiveIfeqs()
4474 if (ExpectEqual) in parseDirectiveIfeqs()
4487 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()