Home
last modified time | relevance | path

Searched refs:Equals (Results 1 – 23 of 23) sorted by relevance

/Linux-v6.6/tools/perf/pmu-events/
Dmetric.py25 def Equals(self, other) -> bool: member in Expression
192 def Equals(self, other: Expression) -> bool: member in Operator
194 return self.operator == other.operator and self.lhs.Equals(
195 other.lhs) and self.rhs.Equals(other.rhs)
199 if self.Equals(expression):
235 if true_val.Equals(false_val):
240 def Equals(self, other: Expression) -> bool: member in Select
242 return self.cond.Equals(other.cond) and self.false_val.Equals(
243 other.false_val) and self.true_val.Equals(other.true_val)
247 if self.Equals(expression):
[all …]
Dmetric_test.py160 Expression.__eq__ = lambda e1, e2: e1.Equals(e2)
/Linux-v6.6/drivers/staging/media/av7110/
Dvideo-clear-buffer.rst41 - Equals VIDEO_CLEAR_BUFFER for this command.
Dvideo-set-blank.rst41 - Equals VIDEO_SET_BLANK for this command.
Dvideo-set-display-format.rst41 - Equals VIDEO_SET_DISPLAY_FORMAT for this command.
Dvideo-get-size.rst41 - Equals VIDEO_GET_SIZE for this command.
Dvideo-play.rst41 - Equals VIDEO_PLAY for this command.
Dvideo-get-capabilities.rst41 - Equals VIDEO_GET_CAPABILITIES for this command.
Dvideo-set-streamtype.rst41 - Equals VIDEO_SET_STREAMTYPE for this command.
Dvideo-continue.rst41 - Equals VIDEO_CONTINUE for this command.
Dvideo-fast-forward.rst41 - Equals VIDEO_FAST_FORWARD for this command.
Dvideo-slowmotion.rst41 - Equals VIDEO_SLOWMOTION for this command.
Dvideo-stillpicture.rst41 - Equals VIDEO_STILLPICTURE for this command.
Dvideo-get-frame-count.rst41 - Equals VIDEO_GET_FRAME_COUNT for this command.
Dvideo-try-command.rst41 - Equals VIDEO_TRY_COMMAND for this command.
Dvideo-set-format.rst41 - Equals VIDEO_SET_FORMAT for this command.
Dvideo-stop.rst41 - Equals VIDEO_STOP for this command.
Dvideo-get-status.rst41 - Equals VIDEO_GET_STATUS for this command.
Dvideo-get-pts.rst41 - Equals VIDEO_GET_PTS for this command.
Dvideo-freeze.rst41 - Equals VIDEO_FREEZE for this command.
Dvideo-select-source.rst41 - Equals VIDEO_SELECT_SOURCE for this command.
Dvideo-command.rst41 - Equals VIDEO_COMMAND for this command.
Dvideo-get-event.rst41 - Equals VIDEO_GET_EVENT for this command.