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

  /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);
  /art/compiler/optimizing/
induction_var_range_test.cc 44 void ExpectEqual(Value v1, Value v2) {
376 ExpectEqual(Value(), GetMin(nullptr, nullptr));
377 ExpectEqual(Value(), GetMax(nullptr, nullptr));
381 ExpectEqual(Value(12),
383 ExpectEqual(Value(22),
385 ExpectEqual(Value(x_, 1, -20),
387 ExpectEqual(Value(x_, 1, -10),
389 ExpectEqual(Value(x_, 1, 10),
391 ExpectEqual(Value(x_, 1, 20),
393 ExpectEqual(Value(5)
    [all...]

Completed in 56 milliseconds