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.cpp453 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
455 bool parseDirectiveIfeqs(SMLoc DirectiveLoc, bool ExpectEqual);
4052 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfc() argument
4073 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim()); in parseDirectiveIfc()
4082 bool AsmParser::parseDirectiveIfeqs(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfeqs() argument
4084 if (ExpectEqual) in parseDirectiveIfeqs()
4096 if (ExpectEqual) in parseDirectiveIfeqs()
4107 if (ExpectEqual) in parseDirectiveIfeqs()
4120 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()