Home
last modified time | relevance | path

Searched refs:enumerate (Results 101 – 125 of 268) sorted by relevance

1234567891011

/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-entities.rst48 enumerate entities by calling MEDIA_IOC_ENUM_ENTITIES with increasing
H A Dmedia-ioc-enum-links.rst34 To enumerate pads and/or links for a given entity, applications set the
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish.py199 def enumerate( member in bmc_redfish
H A Dipmi_utils.py377 for i, j in enumerate(data):
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py411 for seq_no, params in enumerate(tests, start=1):
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py203 for index, widget in enumerate(self.widgets):
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_gamepad.py129 for i, d in enumerate(data):
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py250 for i,p in sorted(enumerate(patches), key=patch_sort_key):
364 for i,p in enumerate(m.gen_patches()):
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst43 bounds. To enumerate all standards applications shall begin at index
45 enumerate a different set of standards after switching the video input
H A Dvidioc-enum-fmt.rst34 To enumerate image formats applications initialize the ``type``, ``mbus_code``
51 Drivers shall enumerate all image formats.
H A Daudio.rst29 outputs applications can enumerate them with the
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-multilib-config.inc73 for (i, line) in enumerate(filelines):
133 for (i, line) in enumerate(filelines):
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md96 Note: After creating the IP address object enumerate the network interface
293 https://${bmc}/xyz/openbmc_project/network/<VLAN interface>/enumerate
/openbmc/docs/
H A Drest-api.md136 - Adding `/enumerate` instead of `/list` will also include the attributes of the
140 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/time/enumerate
256 … "Content-Type: application/json" -X GET https://${bmc}/xyz/openbmc_project/logging/entry/enumerate
/openbmc/u-boot/tools/
H A Dmoveconfig.py425 for i, line in enumerate(fd):
583 for i, line in enumerate(lines):
670 for i, line in enumerate(lines):
1552 for offset, line in enumerate(data[linenum:]):
/openbmc/entity-manager/schemas/
H A DREADME.md64 otherwise) and should explicitly enumerate all properties and use
/openbmc/openbmc/poky/bitbake/lib/bb/
H A D__init__.py219 for position, objname in enumerate(fromlist):
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dreset.txt29 rather than to slavishly enumerate the reset signal that affects each HW
/openbmc/u-boot/doc/device-tree-bindings/reset/
H A Dreset.txt29 rather than to slavishly enumerate the reset signal that affects each HW
/openbmc/u-boot/arch/arm/mach-tegra/
H A DKconfig128 does not "de-enumerate" the USB device. This option shuts down the
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py58 for pos, element in enumerate(elements):
/openbmc/qemu/scripts/
H A Dsimpletrace.py93 for event_id, event in enumerate(events):
/openbmc/openbmc-test-automation/lib/snmp/
H A Dsnmp_utils.robot95 ${snmp_objs}= Read Properties ${SNMP_MANAGER_URI}enumerate
/openbmc/linux/drivers/fpga/
H A DKconfig157 Driver can walk through the feature headers to enumerate feature
220 for userspace applications to configure, enumerate, open and access
/openbmc/linux/rust/alloc/
H A Dslice.rs146 for (i, b) in s.iter().enumerate().take(slots.len()) { in to_vec()
363 $slice.iter().map($f).enumerate().map(|(i, k)| (k, i as $t)).collect(); in sort_by_cached_key()

1234567891011