Searched refs:ExpectEqual (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_http_client_unittest.cc15 void ExpectEqual(const WebViewInfo& info1, function in namespace:__anon5919
33 ExpectEqual(
49 ExpectEqual(
53 ExpectEqual(
66 ExpectEqual(
80 ExpectEqual(WebViewInfo("1", std::string(), "http://page1", type),
/external/chromium_org/gin/test/
H A Dgtest.cc34 void ExpectEqual(const v8::Handle<v8::Value> expected, function in namespace:gin::__anon8324
55 .SetMethod("expectEqual", ExpectEqual)
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_device_data_unittest.cc14 void ExpectEqual(const DialDeviceData& first, const DialDeviceData& second) { function in namespace:extensions::__anon3689
59 ExpectEqual(original_1, original);
/external/chromium_org/third_party/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc44 void ExpectEqual(VideoSendStream::Stats one, VideoSendStream::Stats other) { function in class:webrtc::SendStatisticsProxyTest
121 ExpectEqual(expected_, stats);
180 ExpectEqual(expected_, stats);
217 ExpectEqual(expected_, stats);
244 ExpectEqual(expected_, stats);
274 ExpectEqual(expected_, stats);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp441 // ".ifc" or ".ifnc", depending on ExpectEqual.
442 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
3885 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) {
3906 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim());

Completed in 1175 milliseconds