| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | boost_handler_timeline_vis.js | 96 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 D | dbus_timeline_vis.js | 101 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 D | ipmi_timeline_vis.js | 314 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 D | dbus_pcap_loader.js | 159 let grouped = Group_DBus(preproc, v.GroupBy); 160 GenerateTimeLine_DBus(grouped);
|
| /openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
| H A D | README.md | 5 value). Keywords are grouped into records, usually with similar function grouped
|
| /openbmc/u-boot/board/birdland/bav335x/ |
| H A D | README | 29 note that all of the SPL options are grouped together, rather than with
|
| /openbmc/intel-ipmi-oem/ |
| H A D | README.md | 18 Related features provided by the library are grouped in separate source files.
|
| /openbmc/docs/designs/ |
| H A D | gpio-based-cable-presence.md | 65 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 D | vpd-collection.md | 42 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 D | transaction.json | 33 # @grouped: If any Action fails after the Transaction succeeds, cancel 41 'data': [ 'individual', 'grouped' ] }
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | recovery.c | 634 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 D | super.c | 996 c->jheads[i].grouped = 1; in alloc_wbufs() 1004 c->jheads[GCHD].grouped = 0; in alloc_wbufs()
|
| H A D | ubifs.h | 1329 unsigned int grouped:1; member
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | data.py | 184 grouped = groupby(keys, isfunc) 185 for isfunc, keys in grouped:
|
| /openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | rockchip,pinctrl.txt | 18 The pins are grouped into up to 5 individual pin banks which need to be
|
| /openbmc/qemu/target/hexagon/ |
| H A D | attribs_def.h.inc | 164 DEF_ATTRIB(NOTE_AXOK, "May only be grouped with ALU32 or non-FP XTYPE.", "", "")
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | nvidia,tegra186-gpio.txt | 38 are grouped and laid out according to the port they affect.
|
| /openbmc/u-boot/board/freescale/t4qds/ |
| H A D | README | 10 32 lanes grouped into four 8-lane banks
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | lzma.txt | 263 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 D | bitmaps.rst | 1501 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 D | README | 39 note that all of the SPL options are grouped together, rather than with
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | rk3399.dtsi | 926 * 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 D | maint-appx.rst | 186 has configurations and features grouped under the
|
| /openbmc/qemu/docs/devel/ |
| H A D | qapi-domain.rst | 89 * 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 D | what-i-wish-id-known.rst | 191 contains procedural information grouped to help you get set up, work with
|