Home
last modified time | relevance | path

Searched defs:args (Results 176 – 200 of 686) sorted by relevance

12345678910>>...28

/openbmc/openbmc/poky/scripts/
H A Doe-debuginfod25 args = p.parse_args() variable
H A Doe-publish-sdk34 def publish(args): argument
H A Dpatchtest-get-branch77 args = parser.parse_args() variable
/openbmc/qemu/tests/vm/
H A Dubuntuvm.py21 def __init__(self, args, config=None): argument
/openbmc/openbmc/meta-arm/scripts/
H A Dlayer-overview.py51 args = parser.parse_args() variable
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A Dlz4.py10 def open(*args, **kwargs):
/openbmc/bmcweb/scripts/
H A Dhostlogger_test.py23 args = parser.parse_args() variable
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-units.py63 args = parser.parse_args() variable
/openbmc/u-boot/cmd/
H A Dcramfs.c29 # define DEBUGF(fmt, args...) printf(fmt ,##args) argument
31 # define DEBUGF(fmt, args...) argument
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py151 def __init__(self, *args, **kwargs):
158 def __init__(self, *args, **kwargs):
/openbmc/u-boot/tools/patman/
H A Dsettings.py113 def get(self, section, option, *args, **kwargs):
132 def items(self, section, *args, **kwargs):
/openbmc/phosphor-networkd/src/
H A Drtnetlink_server.cpp98 auto cb = [&](auto&&... args) { in eventHandler()
125 io(event, sock.get(), EPOLLIN | EPOLLET, [&](auto&&... args) { in Server()
/openbmc/u-boot/api/
H A Dapi_storage.c20 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) argument
22 #define debugf(fmt, args...) argument
25 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py64 def _add_result_with_semaphore(self, method, test, *args, **kwargs):
92 def _addResult(self, method, test, *args, exception = False, **kwargs):
119 def _addResult(self, method, test, *args, exception = False, **kwargs):
133 def _addResult(self, method, test, *args, exception = False, **kwargs):
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py48 def __init__(self, args): argument
109 def __init__(self, args, target_arch, target_device): argument
678 def gen_deploy_target_script(self, args): argument
711 def gen_install_deploy_script(self, args): argument
774 def ide_setup(args, config, basepath, workspace): argument
H A Drunqemu.py19 def runqemu(args, config, basepath, workspace): argument
H A Dmenuconfig.py30 def menuconfig(args, config, basepath, workspace): argument
H A Dpackage.py17 def package(args, config, basepath, workspace): argument
H A Dbuild_sdk.py15 def build_sdk(args, config, basepath, workspace): argument
/openbmc/qemu/tests/qtest/
H A Dtpm-tis-test.c30 char *args, *tmp_path = g_dir_make_tmp("qemu-tpm-tis-test.XXXXXX", NULL); in main() local
H A Dtpm-tis-device-test.c37 char *args; in main() local
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dsetvar.py26 def setvar(args): argument
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_keywords.py17 def run_until_keyword_fails(retry, retry_interval, name, *args):
/openbmc/openbmc-tools/pretty-journal/
H A Dpretty-journal.py43 args = parser.parse_args() variable
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dutils.hpp73 std::vector<uint8_t> buildByteVector(Args&&... args) in buildByteVector()

12345678910>>...28