Home
last modified time | relevance | path

Searched refs:enumerate (Results 51 – 75 of 268) sorted by relevance

1234567891011

/openbmc/qemu/scripts/performance/
H A DtopN_perf.py137 for (index, function) in enumerate(top_functions, start=1):
H A DtopN_callgrind.py124 for (index, function) in enumerate(top_functions, start=1):
/openbmc/qemu/tests/qemu-iotests/
H A Dqed.py38 return dict((field_names[idx], val) for idx, val in enumerate(fields))
89 vals = [(index, offset) for index, offset in enumerate(table) if offset != 0]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py44 for idx, frag in enumerate(frags):
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumaudio.rst39 bounds. To enumerate all audio inputs applications shall begin at index
H A Dvidioc-dbg-g-chip-info.rst57 selects the nth bridge 'chip' on the TV card. You can enumerate all
65 selects the nth sub-device. This allows you to enumerate over all
H A Dvidioc-enumaudioout.rst39 bounds. To enumerate all audio outputs applications shall begin at index
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dlpit.rst7 To enumerate platform Low Power Idle states, Intel platforms are using
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dexceptions.py24 for lineindex, line in enumerate(self.code_context):
/openbmc/phosphor-user-manager/docs/
H A DREADME.md50 curl -b cjar -k https://$BMC_IP/xyz/openbmc_project/user/ldap/enumerate
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuall.txt21 amd_nb: Cannot enumerate AMD northbridges
/openbmc/openbmc/poky/meta/recipes-support/p11-kit/
H A Dp11-kit_0.25.3.bb1 SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dbacking-file-invalidation143 for index, image in enumerate(chain):
/openbmc/docs/
H A Dhost-management.md40 The usual `list` and `enumerate` REST queries allow the system inventory
41 structure to be accessed. For example, to enumerate all inventory items and
44 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/enumerate
107 To enumerate all sensors in the system:
109 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/enumerate
H A DREST-cheatsheet.md65 - List and enumerate:
69 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/enumerate
112 … "Content-Type: application/json" -X GET https://${bmc}/xyz/openbmc_project/logging/entry/enumerate
154 … curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/control/host0/boot/enumerate
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kernel.py53 for i, line in enumerate(f):
H A Dcreate_buildsys_python.py260 for pos, a_value in enumerate(dvalue):
269 for pos, a_value in enumerate(value):
502 for lineno, line in enumerate(info_lines):
662 for i, line in enumerate(lines_before):
894 for i, line in enumerate(lines_before):
/openbmc/openbmc-tools/rootfs_size/
H A Drootfs_size.py112 for i, res in enumerate(
/openbmc/qemu/scripts/tracetool/format/
H A Dlog_stap.py93 for event_id, e in enumerate(events):
/openbmc/linux/Documentation/sphinx/
H A Dkernel_feat.py125 for c, l in enumerate(lines.split("\n")):
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-diff180 field_lens = dict([('len_{}'.format(i), len(f)) for i, f in enumerate(linedata[0])])
190 for i, field in enumerate(linedata[-1]):
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py152 for i, val in enumerate(obj):
206 for i, val in enumerate(obj):
/openbmc/entity-manager/scripts/
H A Dautojson.py47 for idx, line in enumerate(contents.split("\n")):
/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

1234567891011