/openbmc/entity-manager/src/ |
H A D | expression.cpp | 51 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 D | expression.hpp | 36 int evaluate(int a, Operation op, int b); 37 int evaluate(int substitute, std::vector<std::string>::iterator curr,
|
H A D | utils.cpp | 299 number = expression::evaluate(number, exprBegin, exprEnd); in templateCharReplace()
|
/openbmc/qemu/scripts/ |
H A D | minikconf.py | 61 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 D | gen_settings.pl | 93 my $value = evaluate($expr); 113 sub evaluate subroutine
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pure-eval_0.2.3.bb | 1 SUMMARY = "Safely evaluate AST nodes without side effects"
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Usecase_Checkers.robot | 54 ${rc}= evaluate 'ErrorMessages'=='${result}' 102 ${rc}= evaluate 'ErrorMessages'=='${result}'
|
/openbmc/openbmc/poky/scripts/lib/build_perf/ |
H A D | scrape-html-report.js | 14 var png_data = page.evaluate(function (chart_id) {
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | boolconv.cocci | 4 //# Relational and logical operators evaluate to bool,
|
/openbmc/linux/Documentation/networking/ |
H A D | 6lowpan.rst | 28 Example to evaluate the private usually you can do::
|
/openbmc/webui-vue/docs/guide/coding-standards/ |
H A D | readme.md | 29 To test all files for linting, run `npm run lint`. This command will evaluate
|
/openbmc/linux/Documentation/pcmcia/ |
H A D | devicetable.rst | 35 to determine the crc32 hash. Simply pass the string you want to evaluate
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | iomap.c | 28 nfit_test_evaluate_dsm_fn evaluate) in nfit_test_setup() argument 31 iomap_ops.evaluate_dsm = evaluate; in nfit_test_setup()
|
H A D | nfit_test.h | 241 nfit_test_evaluate_dsm_fn evaluate);
|
/openbmc/linux/scripts/coccinelle/free/ |
H A D | kfree.cocci | 6 //# SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument
|
/openbmc/openbmc/poky/meta/recipes-support/libxslt/ |
H A D | libxslt_1.1.42.bb | 5 the EXSLT set of processor-portable extensions functions and some of Saxon's evaluate \
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | custom-distribution.rst | 127 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 D | provoke-crashes.rst | 8 the kernel at predefined code locations to evaluate the reliability of
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 60 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 D | README | 62 tests that LKMM can evaluate.
|
/openbmc/qemu/docs/system/ |
H A D | images.rst | 67 The size of a snapshot in a disk image is difficult to evaluate and is
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | icecc.bbclass | 76 # 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 D | changes.md | 74 evaluate false. 167 - [ ] I have not used `assert()` to evaluate any error conditions without also
|
/openbmc/linux/Documentation/process/ |
H A D | contribution-maturity-model.rst | 29 The TAB urges organizations to continuously evaluate their Open Source
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_redfish_bmc_code_update.robot | 284 ${task_info2}= evaluate json.loads('''${resp2.content}''') json 294 ${task_info1}= evaluate json.loads('''${resp1.content}''') json
|