HomeSort by relevance Sort by last modified time
    Searched defs:ExpectEqual (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range_test.cc 44 void ExpectEqual(Value v1, Value v2) {
310 ExpectEqual(Value(), GetMin(nullptr, nullptr));
311 ExpectEqual(Value(), GetMax(nullptr, nullptr));
315 ExpectEqual(Value(12),
317 ExpectEqual(Value(22),
319 ExpectEqual(Value(x_, 1, -20),
321 ExpectEqual(Value(x_, 1, -10),
323 ExpectEqual(Value(x_, 1, 10),
325 ExpectEqual(Value(x_, 1, 20),
327 ExpectEqual(Value(5)
    [all...]
  /external/webrtc/webrtc/video/
send_statistics_proxy_unittest.cc 47 void ExpectEqual(VideoSendStream::Stats one, VideoSendStream::Stats other) {
130 ExpectEqual(expected_, stats);
187 ExpectEqual(expected_, stats);
226 ExpectEqual(expected_, stats);
259 ExpectEqual(expected_, stats);
289 ExpectEqual(expected_, stats);

Completed in 76 milliseconds