Home
last modified time | relevance | path

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

12

/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/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DREADME.md5 value). Keywords are grouped into records, usually with similar function 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.md65 On the IPMI sIDe, the presence states will be grouped into fewer SDR IDs in
81 the trailing index indicates that they need to be grouped. After grouping, the
164 `/xyz/openbmc_project/inventory/item/cable` should not be grouped to another
H A Dvpd-collection.md42 instance of a part. Keywords themselves can be combined or grouped into records.
156 similar to how they are grouped in the actual VPD. For example (some names
/openbmc/qemu/qapi/
H A Dtransaction.json33 # @grouped: If any Action fails after the Transaction succeeds, cancel
41 'data': [ 'individual', 'grouped' ] }
/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()
H A Dsuper.c996 c->jheads[i].grouped = 1; in alloc_wbufs()
1004 c->jheads[GCHD].grouped = 0; in alloc_wbufs()
H A Dubifs.h1329 unsigned int grouped:1; member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py184 grouped = groupby(keys, isfunc)
185 for isfunc, keys in grouped:
/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
/openbmc/qemu/target/hexagon/
H A Dattribs_def.h.inc164 DEF_ATTRIB(NOTE_AXOK, "May only be grouped with ALU32 or non-FP XTYPE.", "", "")
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dnvidia,tegra186-gpio.txt38 are grouped and laid out according to the port they affect.
/openbmc/u-boot/board/freescale/t4qds/
H A DREADME10 32 lanes grouped into four 8-lane banks
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt263 data in such order, where code is grouped in one place and data is
264 grouped in other place (it's better than such mixing: code, data, code,
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst1501 which is the default legacy behavior described above, or ``grouped``, detailed
1504 In ``grouped`` completion mode, no jobs will report success until all jobs are
1512 Transactional Failures`_, but with the ``grouped`` completion-mode property
1523 "completion-mode": "grouped"
/openbmc/u-boot/board/ti/am335x/
H A DREADME39 note that all of the SPL options are grouped together, rather than with
/openbmc/u-boot/arch/arm/dts/
H A Drk3399.dtsi926 * Some of the power domains are grouped together for every
936 /* These power domains are grouped by VD_CENTER */
964 /* These power domains are grouped by VD_GPU */
971 /* These power domains are grouped by VD_LOGIC */
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dmaint-appx.rst186 has configurations and features grouped under the
/openbmc/qemu/docs/devel/
H A Dqapi-domain.rst89 * Creates a grouped field: i.e. multiple adjacent entries will be
104 * Creates a grouped, typed field. Multiple adjacent entries will be
/openbmc/openbmc/poky/documentation/
H A Dwhat-i-wish-id-known.rst191 contains procedural information grouped to help you get set up, work with

12