Home
last modified time | relevance | path

Searched refs:auto (Results 151 – 175 of 903) sorted by relevance

12345678910>>...37

/openbmc/linux/arch/xtensa/lib/
H A DMakefile11 lib-$(CONFIG_PCI) += pci-auto.o
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch316 for (auto iter = listener_list.begin(); iter != listener_list.end(); ++iter) {
326 for (auto& l : listener_list) {
334 for (auto iter = listener_list.begin(); iter != listener_list.end(); ++iter) {
343 auto iter = listener_list.begin();
352 auto pred = [](const std::unique_ptr<alistener>& listener) {
361 for (auto& l : listener_list) {
373 auto it = local_transports.find(adb_port);
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out62 --- allow-other=auto ---
71 'allow-other': 'auto'
/openbmc/linux/Documentation/sphinx-static/
H A Dcustom.css16 overflow-y: auto; }
20 width: auto;
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-linkstation-duo-6281.dtsi56 pmx_power_auto_switch: pmx-power-auto-switch {
76 power-auto-switch {
H A Dkirkwood-linkstation-6282.dtsi64 pmx_power_auto_switch: pmx-power-auto-switch {
80 power-auto-switch {
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dcolors.scss4 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dscreen.css14 margin: 0 auto;
/openbmc/qemu/
H A D.gdbinit5 # add-auto-load-safe-path /path/to/qemu/.gdbinit
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmotorcomm,yt8xxx.yaml49 motorcomm,auto-sleep-disabled:
132 motorcomm,auto-sleep-disabled;
149 motorcomm,auto-sleep-disabled;
/openbmc/sdbusplus/
H A DREADME.md51 auto b = bus::new_default_system();
52 auto m = b.new_method_call("org.freedesktop.login1",
56 auto reply = b.call(m);
61 auto users = reply.unpack<
/openbmc/linux/scripts/
H A Drust_is_available_test.py21 SUCCESS = enum.auto()
22 SUCCESS_WITH_WARNINGS = enum.auto()
23 SUCCESS_WITH_EXTRA_OUTPUT = enum.auto()
24 FAILURE = enum.auto()
/openbmc/qemu/qapi/
H A Dmachine-common.json21 'data': [ 'auto', 'low', 'medium', 'high' ] }
/openbmc/linux/arch/mips/
H A DMakefile.postlink12 -include include/config/auto.conf
/openbmc/linux/tools/testing/kunit/
H A Dkunit.py20 from enum import Enum, auto
29 SUCCESS = auto()
30 CONFIG_FAILURE = auto()
31 BUILD_FAILURE = auto()
32 TEST_FAILURE = auto()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/
H A D0001-unattended-upgrade-Remove-distro_info-usage-to-check.patch41 - # check to see if want to auto-upgrade the devel release
42 - if apt_pkg.config.find("Unattended-Upgrade::DevRelease") == "auto":
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/
H A D0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch116 -pyo3 = { version = "0.20.2", features = ["auto-initialize"] }
117 +pyo3 = { version = "0.20.3", features = ["auto-initialize"] }
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/
H A Ddot.bashrc7 # export LS_OPTIONS='--color=auto'
/openbmc/linux/tools/testing/selftests/bpf/
H A DDENYLIST.aarch646 module_attach # prog 'kprobe_multi': failed to auto-attach: -95
/openbmc/linux/scripts/package/
H A Dinstall-extmod-build12 grep -q "^$1=y" include/config/auto.conf
/openbmc/openbmc/poky/bitbake/doc/
H A DMakefile6 SPHINXOPTS ?= -W --keep-going -j auto
/openbmc/linux/arch/riscv/
H A DMakefile.postlink11 -include include/config/auto.conf
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dmdev-mount.sh46 mount -t auto /dev/$MDEV "$MOUNTPOINT" || rmdir "$MOUNTPOINT"
/openbmc/linux/arch/x86/
H A DMakefile.postlink12 -include include/config/auto.conf
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py281 auto = [dep["url"] for dep in ud.deps if not dep["localpath"]]
284 if auto:
285 ud.proxy.unpack(destdir, auto)

12345678910>>...37