/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | mrbsection.js | 32 function getCached(build) { argument 38 function buildFinished(build) { argument 47 function stateChanged(build) { argument 53 function tasksProgressChanged(build) { argument 59 function recipeProgressChanged(build) { argument 65 function cloneProgressChanged(build) { argument
|
/openbmc/phosphor-logging/ |
H A D | README.md | 288 #### Recipe build 294 #### Local repository build 300 #### Makefile changes 368 #### Autotools changes 403 #### Recipe changes 471 #### Local build
|
H A D | elog_meta.cpp | 19 void build<xyz::openbmc_project::common::callout::Device::CALLOUT_DEVICE_PATH>( in build() function 43 void build< in build() function
|
H A D | elog_meta.hpp | 47 inline void build<TestErrorTwo::DEV_ID>( in build() function 53 inline void build<example::xyz::openbmc_project::example::device::Callout:: in build() function
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page.py | 159 def _get_build_dashboard(self, build): argument 167 def _get_build_dashboard_errors(self, build): argument 206 def _check_for_error_message(self, build, log_message): argument
|
H A D | test_all_builds_page.py | 69 def _get_build_time_element(self, build): argument 86 def _get_row_for_build(self, build): argument 152 def _set_buildRequest_and_task_on_build(self, build): argument
|
H A D | test_builddashboard_page_artifacts.py | 32 def _get_build_dashboard(self, build): argument
|
/openbmc/qemu/roms/ |
H A D | edk2-build.py | 49 def get_toolchain(cfg, build): argument 179 def build_one(cfg, build, jobs = None, silent = False, nologs = False): argument
|
/openbmc/linux/scripts/package/debian/ |
H A D | rules | 22 build: build-arch build-indep target
|
/openbmc/u-boot/board/hisilicon/hikey/ |
H A D | build-tf.mak | 29 build: have-crosscompiler FORCE target
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
H A D | buildtest.py | 93 def build(self, target): member in BuildTest
|
/openbmc/linux/tools/build/ |
H A D | Makefile | 29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | build.py | 44 def build(args, config, basepath, workspace): function
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30_tasks.py | 273 def collect_dep_objsets(d, build): argument 964 def collect_build_package_inputs(d, objset, build, packages): argument
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 588 def build(self): global() member in BuildSystem 721 def build(self): global() member in Autotools 775 def build(self): global() member in CMake 969 def build(self): global() member in Meson [all...] |
/openbmc/qemu/scripts/tracetool/ |
H A D | __init__.py | 128 def build(arg_str): member in Arguments 278 def build(line_str, lineno, filename): member in Event
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | event.cpp | 28 static int build(const Chip& chip, uint32_t line_offset, in build() function
|
H A D | handle.cpp | 44 static int build(const Chip& chip, const std::vector<Handle::Line>& lines, in build() function
|
/openbmc/openbmc-tools/dbus_sensor_tester/ |
H A D | meson.build | 29 build = get_option('buildtype') variable
|
/openbmc/linux/drivers/hwmon/ |
H A D | pt5161l.c | 60 u16 build; member 355 u16 build = 0; in pt5161l_fwsts_check() local 393 u16 build) in pt5161l_fw_is_at_least()
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | sev-dev.h | 52 u8 build; member
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 785 build = models.ForeignKey(Build, on_delete=models.CASCADE) variable in Target 1104 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='task_build') variable in Task 1154 build = models.ForeignKey('Build', on_delete=models.CASCADE, null=True) variable in Package 1473 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='layer_version_build', variable in Layer_Version 1790 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='variable_build') variable in Variable 1808 build = models.ForeignKey(Build, on_delete=models.CASCADE, related_name='helptext_build') variable in HelpText 1828 build = models.ForeignKey(Build, on_delete=models.CASCADE) variable in LogMessage
|
/openbmc/ibm-logging/ |
H A D | callout.cpp | 67 std::string build; in load() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | bbcontroller.py | 46 def build(self, targets, task = None): member in BitbakeController
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 182 def update_build(self, build, data_dict): argument 209 def update_build_stats_and_outcome(self, build, errors, warnings, taskfailures): argument 246 def update_task_object(self, build, task_name, recipe_name, task_stats): argument
|