Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 169) sorted by relevance

1234567

/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h342 CONSTCD14 day& operator++() NOEXCEPT;
343 CONSTCD14 day operator++(int) NOEXCEPT;
344 CONSTCD14 day& operator--() NOEXCEPT;
345 CONSTCD14 day operator--(int) NOEXCEPT;
1563 month::operator+=(const months& m) NOEXCEPT
1572 month::operator-=(const months& m) NOEXCEPT
3584 operator/(const year& y, int m) NOEXCEPT
3610 operator/(const month& m, int d) NOEXCEPT
3618 operator/(int m, const day& d) NOEXCEPT
3646 operator/(int m, last_spec) NOEXCEPT
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DTableRoles.vue8 <template #cell(operator)="data">
42 operator: true,
51 operator: false,
60 operator: true,
69 operator: false,
78 operator: true,
94 key: 'operator',
95 label: i18n.global.t('pageUserManagement.tableRoles.operator'),
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l26 static int operator(enum perf_bpf_filter_op op) in operator() function
99 "==" { return operator(PBF_OP_EQ); }
100 "!=" { return operator(PBF_OP_NEQ); }
101 ">" { return operator(PBF_OP_GT); }
102 "<" { return operator(PBF_OP_LT); }
103 ">=" { return operator(PBF_OP_GE); }
104 "<=" { return operator(PBF_OP_LE); }
105 "&" { return operator(PBF_OP_AND); }
/openbmc/qemu/qga/vss-win32/
H A Dvss-common.h81 COMPointer &operator=(T *new_p)
97 operator T*() { return p; }
98 T *operator->(void) { return p; }
99 T &operator*(void) { return *p; }
100 operator bool() { return !!p; }
/openbmc/linux/scripts/coccinelle/misc/
H A Dminmax.cocci23 binary operator cmp = {>, >=};
38 binary operator cmp = {>, >=};
56 binary operator cmp = {<, <=};
71 binary operator cmp = {<, <=};
89 binary operator cmp = {>=, >};
104 binary operator cmp = {>=, >};
124 binary operator cmp = {<, <=};
137 binary operator cmp = {<=, <};
153 binary operator cmp = {<=, <};
H A Darray_size_dup.cocci29 assignment operator aop;
58 assignment operator aop;
94 assignment operator aop;
124 assignment operator aop;
158 assignment operator aop;
186 assignment operator aop;
/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py117 self.operator = operator
146 other.operator, -1):
149 other.operator, -1):
168 if self.operator in ('+', '|') and lhs.value == '0':
173 if self.operator == '*' and lhs.value == '0' and (
177 if self.operator == '*' and lhs.value == '1':
184 if self.operator == '*' and rhs.value == '0':
187 if self.operator == '*' and self.rhs.value == '1':
190 return Operator(self.operator, lhs, rhs)
194 return self.operator == other.operator and self.lhs.Equals(
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A DVector-cast.patch11 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const {
12 - VectorImpl::operator = (static_cast<const VectorImpl&>(rhs));
13 + VectorImpl::operator = (rhs);
H A Dfix-attribute-issue-with-gcc.patch15 -std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
16 +inline std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A DVector-cast.patch11 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const {
12 - VectorImpl::operator = (static_cast<const VectorImpl&>(rhs));
13 + VectorImpl::operator = (rhs);
H A Dfix-attribute-issue-with-gcc.patch15 -std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
16 +inline std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
/openbmc/linux/kernel/trace/
H A Dtrace_dynevent.c349 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
353 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
455 char operator, char separator) in dynevent_arg_pair_init() argument
459 if (!operator) in dynevent_arg_pair_init()
460 operator = ' '; in dynevent_arg_pair_init()
461 arg_pair->operator = operator; in dynevent_arg_pair_init()
H A Dtrace_dynevent.h142 char operator; /* e.g. '=' or nothing */ member
147 char operator, char separator);
/openbmc/linux/Documentation/devicetree/bindings/powerpc/opal/
H A Doppanel-opal.txt6 - #lines : Number of lines on the operator panel e.g. <0x2>.
7 - #length : Number of characters per line of the operator panel e.g. <0x10>.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dfix-clang-private-operator.patch11 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp28 connection& operator=(const connection&) = delete; // non copyable
30 connection& operator=(connection&&) = delete;
84 operator DBusConnection*() { return conn; }
85 operator const DBusConnection*() const { return conn; }
/openbmc/openbmc/meta-yadro/recipes-yadro/cli/
H A Dobmc-yadro-cli_git.bb39 --operator priv-operator \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A Dchange_numMethods_from_bool_to_unsigned.patch7 …/Wim/WimHandler.cpp:308:11: error: use of an operand of type 'bool' in 'operator++' is forbidden i…
10 …e/Wim/WimHandler.cpp:318:9: error: use of an operand of type 'bool' in 'operator++' is forbidden i…
/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/
H A Dphosphor-user-manager_git.bb51 GROUPADD_PARAM:${PN} = "priv-admin; priv-operator; priv-user "
52 GROUPADD_PARAM:phosphor-ldap = "priv-admin; priv-operator; priv-user "
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Remove-using-std-binary_function.patch38 - inline bool operator() (const PackageMap &x,const PackageMap &y)
44 - inline bool operator() (const PackageMap &x,const PackageMap &y)
50 - inline bool operator() (const PackageMap &x,const PackageMap &y)
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot41 # Send CSR request from operator user.
60 # Request root certificate from operator user.
81 # Send CSR request from operator user.
99 # Send CSR request from operator user.
120 # Request root certificate from operator user.
139 # Request root certificate from operator user.
386 ... and for operator.
418 [Documentation] Get root certificate from operator and admin and
434 [Documentation] Send csr request from admin and operator and corrupted
436 ... gets error for operator and error for corrupted csr.
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples/
H A D0001-Deprecate-u8string_view.patch50 -inline u8string_view operator"" _u(const char *s, std::size_t n) {
52 +inline basic_string_view<char8_t> operator"" _u(const char* s, std::size_t n) {
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dvsftpd.ftpusers13 operator
/openbmc/qemu/scripts/
H A Dxml-preprocess.py154 for ifelif, tag, left, operator, right in matches:
155 if "<" in operator or ">" in operator:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-Do-not-overwrite-all-our-build-flags.patch24 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam…
25 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam…

1234567