Lines Matching defs:os
63 void DescribeTo(std::ostream* os) const { in DescribeTo()
67 void DescribeNegationTo(std::ostream* os) const { *os << "wrong source"; } in DescribeNegationTo()
91 void DescribeTo(std::ostream* os) const { in DescribeTo()
95 void DescribeNegationTo(std::ostream* os) const { *os << "wrong action"; } in DescribeNegationTo()
127 void DescribeTo(std::ostream* os) const { in DescribeTo()
134 void DescribeNegationTo(std::ostream* os) const { *os << "wrong action"; } in DescribeNegationTo()
162 void DescribeTo(std::ostream* os) const { *os << "with display id " << mDisplayId; } in DescribeTo()
164 void DescribeNegationTo(std::ostream* os) const { *os << "wrong display id"; } in DescribeNegationTo()
196 void DescribeTo(std::ostream* os) const { *os << "with device id " << mDeviceId; } in DescribeTo()
198 void DescribeNegationTo(std::ostream* os) const { *os << "wrong device id"; } in DescribeNegationTo()
230 void DescribeTo(std::ostream* os) const { in DescribeTo()
234 void DescribeNegationTo(std::ostream* os) const { *os << "wrong flags"; } in DescribeNegationTo()
266 void DescribeTo(std::ostream* os) const { *os << "with down time " << mDownTime; } in DescribeTo()
268 void DescribeNegationTo(std::ostream* os) const { *os << "wrong down time"; } in DescribeNegationTo()
285 bool MatchAndExplain(const MotionEvent& event, std::ostream* os) const { in MatchAndExplain()
300 bool MatchAndExplain(const NotifyMotionArgs& event, std::ostream* os) const { in MatchAndExplain()
316 void DescribeTo(std::ostream* os) const { in DescribeTo()
320 void DescribeNegationTo(std::ostream* os) const { *os << "wrong coords"; } in DescribeNegationTo()
343 bool MatchAndExplain(const MotionEvent& event, std::ostream* os) const { in MatchAndExplain()
359 void DescribeTo(std::ostream* os) const { in DescribeTo()
364 void DescribeNegationTo(std::ostream* os) const { *os << "wrong raw coords"; } in DescribeNegationTo()
386 bool MatchAndExplain(const MotionEvent& event, std::ostream* os) const { in MatchAndExplain()
395 bool MatchAndExplain(const NotifyMotionArgs& event, std::ostream* os) const { in MatchAndExplain()
404 void DescribeTo(std::ostream* os) const { *os << "with pointer count " << mPointerCount; } in DescribeTo()
406 void DescribeNegationTo(std::ostream* os) const { *os << "wrong pointer count"; } in DescribeNegationTo()
422 bool MatchAndExplain(const MotionEvent& event, std::ostream* os) const { in MatchAndExplain()
437 bool MatchAndExplain(const NotifyMotionArgs& event, std::ostream* os) const { in MatchAndExplain()
453 void DescribeTo(std::ostream* os) const { in DescribeTo()
457 void DescribeNegationTo(std::ostream* os) const { *os << "wrong pointers"; } in DescribeNegationTo()
474 bool MatchAndExplain(const MotionEvent& event, std::ostream* os) const { in MatchAndExplain()
489 bool MatchAndExplain(const NotifyMotionArgs& event, std::ostream* os) const { in MatchAndExplain()
503 void DescribeTo(std::ostream* os) const { *os << "with pointer ids " << dumpSet(mPointerIds); } in DescribeTo()
505 void DescribeNegationTo(std::ostream* os) const { *os << "wrong pointer ids"; } in DescribeNegationTo()
529 void DescribeTo(std::ostream* os) const { in DescribeTo()
533 void DescribeNegationTo(std::ostream* os) const { *os << "wrong key code"; } in DescribeNegationTo()
561 void DescribeTo(std::ostream* os) const { *os << "with eventId 0x" << std::hex << mEventId; } in DescribeTo()
563 void DescribeNegationTo(std::ostream* os) const { in DescribeNegationTo()
594 void DescribeTo(std::ostream* os) const { in DescribeTo()
598 void DescribeNegationTo(std::ostream* os) const { *os << "wrong event from source"; } in DescribeNegationTo()