Home
last modified time | relevance | path

Searched refs:enumerate (Results 76 – 100 of 274) sorted by relevance

1234567891011

/openbmc/entity-manager/scripts/
H A Dautojson.py47 for idx, line in enumerate(contents.split("\n")):
/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py55 for i, partition in enumerate(self.partition_table)
478 for i, part in enumerate(parts):
659 for _, part in enumerate(parts):
H A Dqcow2_format.py119 for i, field in enumerate(self.fields))
261 bitmap_table = enumerate(self.entries)
/openbmc/qemu/tests/avocado/
H A Dmachine_mips_malta.py88 for tuxlogo_count, pt in enumerate(zip(*loc[::-1]), start=1):
/openbmc/linux/drivers/usb/core/
H A DKconfig39 to initialize and enumerate it, with lots of nested retry loops.
87 If you say Y here, then Linux will refuse to enumerate
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvideo.rst17 outputs applications can enumerate them with the
H A Ddv-timings.rst25 To enumerate and query the attributes of the DV timings supported by a
H A Ddiff-v4l.rst129 - Applications can enumerate the supported image formats with the
142 - Applications can enumerate the supported image formats with the
161 outputs. To determine their number applications can enumerate audio
175 ``video_channel`` to enumerate the video inputs of a V4L
224 ``video_tuner`` can be used to enumerate the tuners of a
352 ``video_audio`` are used to enumerate the audio inputs
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_vpd_and_hw_status.robot31 ${system_chassis}= OpenBMC Get Request ${MOTHERBOARD_INVENTORY_URI}enumerate
H A Dbmc_collect_sensors.robot31 ${sensors}= OpenBMC Get Request ${SENSORS_URI}enumerate
/openbmc/qemu/target/hexagon/
H A Dgen_decodetree.py122 for regno, reg in enumerate(regs):
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py101 for i,v in enumerate(seq):
268 for read,c in enumerate(buf):
449 for i,c in enumerate(self._buffer):
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py477 for num, part in enumerate(parts['partitiontable']['partitions'], 1):
488 for num, part in enumerate(parts['partitiontable']['partitions'], 1):
499 for num, part in enumerate(parts['partitiontable']['partitions'], 1):
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/
H A D9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch69 for n, x in enumerate(args):
/openbmc/qemu/docs/sphinx/
H A Dhxtool.py108 for lnum, line in enumerate(lines, 1):
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py486 for index, each_cmd in enumerate(list_of_commands, start=0):
538 for index, each_cmd in enumerate(list_of_cmd, start=0):
1278 for idx, item in enumerate(resp_list, start=0):
1425 for i, d in enumerate(list_dict):
/openbmc/u-boot/test/py/tests/
H A Dtest_bind.py103 for idx, line in enumerate(treelines):
/openbmc/openbmc-test-automation/openpower/
H A Dtest_occ_power.robot21 # /org/open_power/control/enumerate
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dbsp.py128 taskname_order = dict([(task, index) for index, task in enumerate(taskname_list) ])
/openbmc/qemu/scripts/
H A Ddevice-crash-test217 for i, rule in enumerate(ERROR_RULE_LIST):
590 enumerate(ERROR_RULE_LIST)], key=lambda x: x[0])
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md133 NOTE: How to get the ipv4/id: After creating the IP address object enumerate the
227 https://<hostname/ip>/xyz/openbmc_project/network/eth0_50/enumerate
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-ofw5 When using OpenFirmware or a Flattened Device Tree to enumerate
/openbmc/openbmc-test-automation/lib/
H A Dgen_robot_valid.py111 for index, value in enumerate(doc_string[start_ix:], start_ix)
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py152 for i, line in enumerate(lines):
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dtestacpi.py268 for index, subtable in enumerate(mat):
107 for index, pstate in enumerate(pss.pstates):
154 for n, pstate in enumerate(pss.pstates):

1234567891011