Home
last modified time | relevance | path

Searched full:precedence (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DDHCPConfiguration.interface.yaml8 used and take precedence over any statically configured ones.
13 used by systemd-timesyncd and take precedence over any statically
24 used by systemd-resolved and take precedence over any statically
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1141 # prec - Production precedence level
1155 def __init__(self,number,name,prod,precedence=('right',0),func=None,file='',line=0): argument
1163 self.prec = precedence
1342 self.Precedence = { } # Precedence rules for each terminal. Contains tuples of the
1345 self.UsedPrecedence = { } # Precedence rules that were actually used by the grammer.
1347 # a warning about unused precedence rules.
1361 # Sets the precedence for a given terminal. assoc is the associativity such as
1368 if term in self.Precedence:
1369 raise GrammarError("Precedence already specified for terminal '%s'" % term)
1372 self.Precedence[term] = (assoc,level)
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSpencer-8611 Beware that some of this code is subtly aware of the way operator precedence is structured in regul…
/openbmc/qemu/target/arm/tcg/
H A Dm-nocp.decode22 # should take precedence over UNDEF faults over the whole wide
58 # for the UNDEFs there that must take precedence over NOCP.)
H A Dtranslate-m-nocp.c60 * emit code for the UNDEF so it takes precedence over the NOCP. in trans_VLLDM_VLSTM()
71 * precedence over the m-nocp.decode NOCP fallback. in trans_VLLDM_VLSTM()
114 /* Explicitly UNDEF because this takes precedence over NOCP */ in trans_VSCCLRM()
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/
H A Dinitramfs-live-install_1.0.bb18 # on the COMPATIBLE_HOST below, which needs to take precedence
H A Dinitramfs-live-install-efi_1.0.bb18 # on the COMPATIBLE_HOST below, which needs to take precedence
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A Dzsh20 precedence.
/openbmc/u-boot/doc/
H A DREADME.spear71 usage. Basically, environment has precedence over board specific storage. The
H A DREADME.coccinelle218 should be used every time spatch is spawned, the order of precedence for
245 If not using the kernel's coccicheck target, keep the above precedence
261 note that when there are conflicting options Coccinelle takes precedence for
263 given the order of precedence followed by Coccinelle, since the kernel now
/openbmc/u-boot/doc/driver-model/
H A Dpci-info.txt43 present, matching on it takes precedence over PCI IDs and PCI classes.
104 to specify the driver to use for the device. The device tree takes precedence
/openbmc/u-boot/doc/device-tree-bindings/
H A Dconfig.txt30 precedence. In that case, only if the partition is not found,
/openbmc/qemu/tests/qemu-iotests/
H A D15785 # The qdev option takes precedence, but if it isn't given or 'auto', the BB
/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.hpp43 * will be used and take precedence over any statically
/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/
H A Dmpg123_1.32.10.bb21 # pulseaudio takes precedence.
/openbmc/openpower-hw-diags/
H A Dcli.cpp24 // --all on/off takes precedence over individual settings in parseConfig()
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst450 precedence over loadfactor.
790 --- effectively letting you control the precedence for the multiple
791 layers. The precedence established through this variable stands
794 for which the :term:`BBFILE_PRIORITY` is set to have a lower precedence
795 still has a lower precedence.
798 higher precedence. For example, the value 6 has a higher precedence
1253 precedence. Some examples::
1279 precedence.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dstream-under-throttle43 # Put -accel tcg first so it takes precedence
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0004-v8-don-t-override-ARM-CFLAGS.patch17 Patch this out, so that yocto-provided flags take precedence.
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-partition.py93 # Find the kernel image name, from the highest precedence to lowest
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/
H A Dtoybox_0.8.12.bb93 # If you've chosen to install toybox you probably want it to take precedence
/openbmc/u-boot/scripts/
H A Dmailmapper30 a base file. (The mailmap.file configuration takes precedence over the
H A DMakefile.clean13 # The filename Kbuild has precedence over Makefile
/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp26 // the redfish specification and are declared in the order of the precedence
/openbmc/openbmc-build-scripts/config/
H A D.gitlint13 # verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this

12345