Home
last modified time | relevance | path

Searched refs:grouped (Results 1 – 25 of 106) sorted by relevance

12345

/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js96 let grouped = {};
104 if (grouped[key] == undefined) grouped[key] = [];
105 grouped[key].push(preprocessed[n]);
107 return grouped;
126 let grouped = Group_ASIO(preproc, v.GroupBy);
127 GenerateTimeLine_ASIO(grouped);
131 function GenerateTimeLine_ASIO(grouped) { argument
132 const keys = Object.keys(grouped);
142 for (let j = 0; j < grouped[sortedKeys[i]].length; j++) {
143 let entry = grouped[sortedKeys[i]][j];
H A Ddbus_timeline_vis.js101 let grouped = {}; // [content key][sort key] -> packet
128 if (grouped[content_group] == undefined) {
129 grouped[content_group] = [];
131 let grouped1 = grouped[content_group];
136 return grouped;
159 let grouped = Group_DBus(preproc, v.GroupBy);
160 GenerateTimeLine_DBus(grouped);
165 function GenerateTimeLine_DBus(grouped) { argument
171 const content_keys = Object.keys(grouped);
173 const keys = Object.keys(grouped);
[all …]
H A Dipmi_timeline_vis.js314 let grouped = {};
425 if (grouped[key] == undefined) {
426 grouped[key] = [];
428 grouped[key].push(p);
431 return grouped;
434 function GenerateTimeLine(grouped) { argument
435 const keys = Object.keys(grouped);
458 for (let j = 0; j < grouped[sortedKeys[i]].length; j++) {
459 let entry = grouped[sortedKeys[i]][j];
490 grouped = Group(preproc, v.GroupBy);
[all …]
H A Ddbus_pcap_loader.js159 let grouped = Group_DBus(preproc, v.GroupBy);
160 GenerateTimeLine_DBus(grouped);
/openbmc/linux/drivers/leds/rgb/
H A DKconfig9 This option enables support for monochrome LEDs that are grouped
11 different colors are physically grouped in a single multi-color LED
22 grouped into multicolor LEDs.
37 a LED, grouped to represent a RGB LED or exposed as PWM channels.
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DREADME.md5 value). Keywords are grouped into records, usually with similar function grouped
/openbmc/qemu/contrib/gitdm/
H A Dgroup-map-individuals5 # affiliations (or non-company related personal work) to be grouped
/openbmc/u-boot/board/birdland/bav335x/
H A DREADME29 note that all of the SPL options are grouped together, rather than with
/openbmc/intel-ipmi-oem/
H A DREADME.md18 Related features provided by the library are grouped in separate source files.
/openbmc/docs/designs/
H A Dgpio-based-cable-presence.md69 On the IPMI sIDe, the presence states will be grouped into fewer SDR IDs in
85 the trailing index indicates that they need to be grouped. After grouping, the
168 `/xyz/openbmc_project/inventory/item/cable` should not be grouped to another
/openbmc/qemu/qapi/
H A Dtransaction.json31 # @grouped: If any Action fails after the Transaction succeeds, cancel
39 'data': [ 'individual', 'grouped' ] }
/openbmc/linux/Documentation/filesystems/ext4/
H A Dblocks.rst8 integral power of 2. Blocks are in turn grouped into larger units called
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c634 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb() local
638 dbg_rcvry("%d:%d, jhead %d, grouped %d", lnum, offs, jhead, grouped); in ubifs_recover_leb()
711 if (grouped) in ubifs_recover_leb()
/openbmc/linux/fs/ubifs/
H A Drecovery.c626 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb() local
630 dbg_rcvry("%d:%d, jhead %d, grouped %d", lnum, offs, jhead, grouped); in ubifs_recover_leb()
703 if (grouped) in ubifs_recover_leb()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led17 The percentage is calculated for each grouped LED via
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py184 grouped = groupby(keys, isfunc)
185 for isfunc, keys in grouped:
/openbmc/linux/Documentation/leds/
H A Dleds-qcom-lpg.rst15 individual LEDs, grouped together as RGB LEDs or otherwise be accessed as PWM
/openbmc/linux/Documentation/block/
H A Ddeadline-iosched.rst35 Requests are grouped into ``batches`` of a particular data direction (read or
/openbmc/linux/Documentation/networking/
H A Dgen_stats.rst7 Statistic counters are grouped into structs:
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst23 To make tests easy to find, they are grouped into suites and subsystems. A test
79 KUnit tests are grouped into test suites, which cover a specific area of
/openbmc/linux/Documentation/input/devices/
H A Dwalkera0701.rst104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddvbproperty.rst18 ATSC delivery systems grouped there. The problem is that, as the second
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst368 CPUs are not grouped. A work item issued on one CPU is processed by a
373 CPUs are grouped according to SMT boundaries. This usually means that the
374 logical threads of each physical CPU core are grouped together.
377 CPUs are grouped according to cache boundaries. Which specific cache
382 CPUs are grouped according to NUMA bounaries.
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst20 set of processes can use. These processes are grouped using RDMA controller.
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Drockchip,pinctrl.txt18 The pins are grouped into up to 5 individual pin banks which need to be

12345