Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/entity-manager/src/
H A Dexpression.cpp51 int evaluate(int a, Operation op, int b) in evaluate() function
91 int evaluate(int substitute, std::vector<std::string>::iterator curr, in evaluate() function
112 substitute = evaluate(substitute, *next, constant); in evaluate()
H A Dexpression.hpp36 int evaluate(int a, Operation op, int b);
37 int evaluate(int substitute, std::vector<std::string>::iterator curr,
H A Dutils.cpp299 number = expression::evaluate(number, exprBegin, exprEnd); in templateCharReplace()
/openbmc/qemu/scripts/
H A Dminikconf.py61 def evaluate(self): member in KconfigData.Expr
74 def evaluate(self): member in KconfigData.AND
75 return self.lhs.evaluate() and self.rhs.evaluate()
87 def evaluate(self): member in KconfigData.OR
88 return self.lhs.evaluate() or self.rhs.evaluate()
98 def evaluate(self): member in KconfigData.NOT
99 return not self.lhs.evaluate()
133 def evaluate(self): member in KconfigData.Var
175 (self.cond is None or self.cond.evaluate()):
187 if not self.expr.evaluate():
[all …]
/openbmc/phosphor-mrw-tools/
H A Dgen_settings.pl93 my $value = evaluate($expr);
113 sub evaluate subroutine
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pure-eval_0.2.3.bb1 SUMMARY = "Safely evaluate AST nodes without side effects"
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Usecase_Checkers.robot54 ${rc}= evaluate 'ErrorMessages'=='${result}'
102 ${rc}= evaluate 'ErrorMessages'=='${result}'
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dscrape-html-report.js14 var png_data = page.evaluate(function (chart_id) {
/openbmc/linux/scripts/coccinelle/misc/
H A Dboolconv.cocci4 //# Relational and logical operators evaluate to bool,
/openbmc/linux/Documentation/networking/
H A D6lowpan.rst28 Example to evaluate the private usually you can do::
/openbmc/webui-vue/docs/guide/coding-standards/
H A Dreadme.md29 To test all files for linting, run `npm run lint`. This command will evaluate
/openbmc/linux/Documentation/pcmcia/
H A Ddevicetable.rst35 to determine the crc32 hash. Simply pass the string you want to evaluate
/openbmc/linux/tools/testing/nvdimm/test/
H A Diomap.c28 nfit_test_evaluate_dsm_fn evaluate) in nfit_test_setup() argument
31 iomap_ops.evaluate_dsm = evaluate; in nfit_test_setup()
H A Dnfit_test.h241 nfit_test_evaluate_dsm_fn evaluate);
/openbmc/linux/scripts/coccinelle/free/
H A Dkfree.cocci6 //# SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument
/openbmc/openbmc/poky/meta/recipes-support/libxslt/
H A Dlibxslt_1.1.42.bb5 the EXSLT set of processor-portable extensions functions and some of Saxon's evaluate \
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustom-distribution.rst127 and in directory names. This is a good opportunity to evaluate each one of
134 than you likely need for your production use case. You should evaluate *every*
/openbmc/linux/Documentation/fault-injection/
H A Dprovoke-crashes.rst8 the kernel at predefined code locations to evaluate the reliability of
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py260 processor = acpi.evaluate(cpupath)
62 uid = acpi.evaluate(cpupath + "._UID")
63 mat_buffer = acpi.evaluate(cpupath + "._MAT")
/openbmc/linux/tools/memory-model/Documentation/
H A DREADME62 tests that LKMM can evaluate.
/openbmc/qemu/docs/system/
H A Dimages.rst67 The size of a snapshot in a disk image is difficult to evaluate and is
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass76 # document why (how it failed) so that we can re-evaluate it later e.g. when
95 # document why (how it failed) so that we can re-evaluate it later.
120 # evaluate the expression by the shell if necessary
/openbmc/libpldm/docs/checklists/
H A Dchanges.md74 evaluate false.
167 - [ ] I have not used `assert()` to evaluate any error conditions without also
/openbmc/linux/Documentation/process/
H A Dcontribution-maturity-model.rst29 The TAB urges organizations to continuously evaluate their Open Source
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot284 ${task_info2}= evaluate json.loads('''${resp2.content}''') json
294 ${task_info1}= evaluate json.loads('''${resp1.content}''') json

123