Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py25 def Equals(self, other) -> bool: member in Expression
192 def Equals(self, other: Expression) -> bool: member in Operator
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(
247 if self.Equals(expression):
288 def Equals(self, other: Expression) -> bool: member in Function
297 if self.Equals(expression):
328 def Equals(self, other: Expression) -> bool: member in Event
[all …]
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp202 case filter_ast::ComparisonOpEnum::Equals: in doDoubleComparison()
230 case filter_ast::ComparisonOpEnum::Equals: in doIntComparison()
255 case filter_ast::ComparisonOpEnum::Equals: in doStringComparison()
H A Dfilter_expr_printer.cpp109 case filter_ast::ComparisonOpEnum::Equals: in toString()
/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp38 Equals, enumerator
H A Dfilter_expr_parser_grammar.hpp72 {"eq", ComparisonOpEnum::Equals}};
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-clear-buffer.rst41 - Equals VIDEO_CLEAR_BUFFER for this command.
H A Dvideo-set-display-format.rst41 - Equals VIDEO_SET_DISPLAY_FORMAT for this command.
H A Dvideo-set-blank.rst41 - Equals VIDEO_SET_BLANK for this command.
H A Dvideo-play.rst41 - Equals VIDEO_PLAY for this command.
H A Dvideo-get-size.rst41 - Equals VIDEO_GET_SIZE for this command.
H A Dvideo-continue.rst41 - Equals VIDEO_CONTINUE for this command.
H A Dvideo-set-streamtype.rst41 - Equals VIDEO_SET_STREAMTYPE for this command.
H A Dvideo-get-capabilities.rst41 - Equals VIDEO_GET_CAPABILITIES for this command.
H A Dvideo-fast-forward.rst41 - Equals VIDEO_FAST_FORWARD for this command.
H A Dvideo-stillpicture.rst41 - Equals VIDEO_STILLPICTURE for this command.
H A Dvideo-slowmotion.rst41 - Equals VIDEO_SLOWMOTION for this command.
H A Dvideo-try-command.rst41 - Equals VIDEO_TRY_COMMAND for this command.
H A Dvideo-get-frame-count.rst41 - Equals VIDEO_GET_FRAME_COUNT for this command.
H A Dvideo-stop.rst41 - Equals VIDEO_STOP for this command.
H A Dvideo-set-format.rst41 - Equals VIDEO_SET_FORMAT for this command.
H A Dvideo-get-status.rst41 - Equals VIDEO_GET_STATUS for this command.
H A Dvideo-get-pts.rst41 - Equals VIDEO_GET_PTS for this command.
H A Dvideo-freeze.rst41 - Equals VIDEO_FREEZE for this command.
H A Dvideo-select-source.rst41 - Equals VIDEO_SELECT_SOURCE for this command.
H A Dvideo-command.rst41 - Equals VIDEO_COMMAND for this command.

12