Home
last modified time | relevance | path

Searched full:row (Results 1 – 25 of 1158) sorted by relevance

12345678910>>...47

/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst36 - .. row 1
44 - .. row 2
48 - .. row 3
56 - .. row 4
64 - .. row 5
72 - .. row 6
80 - .. row 7
88 - .. row 8
96 - .. row 9
104 - .. row 10
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.h48 /*! Read the raw table data from the specified row of the Egress CTL
50 * rec - [OUT] The raw table row data will be unpacked into the fields of rec.
51 * table_index - The table row to read (max 23).
58 * specified row of the Egress CTL Filter table.
59 * rec - [IN] The bitfield values to write to the table row.
60 * table_index - The table row to write(max 23).
66 /*! Read the raw table data from the specified row of the Egress
68 * rec - [OUT] The raw table row data will be unpacked into the fields of rec.
69 * table_index - The table row to read (max 47).
76 * specified row of the Egress Packet Classifier table.
[all …]
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable.js10 * The 'data' attribute should be an array of all row objects in the table.
12 * Each row object in the data array should also have a 'uiData'
15 * Each row object in the data array can optionally have an
18 * Each row object can optionally have an 'expandContent' property
21 * Each row object can optionally have a 'selectable' property. Defaults
22 * to true if table is selectable. If a particular row should not
34 * row object. If a particular column is not sortable, set to false.
46 * The 'row-actions-enabled' attribute, should be a boolean value
47 * Can be set to true to render table row actions. Defaults to false.
48 * Row actions are defined in data.actions.
[all …]
H A Dtable.html15 'bmc-table--row-actions-enabled': '$ctrl.rowActionsEnabled',
18 <!-- Header row -->
61 <!-- Row actions empty cell -->
69 ng-repeat-start="row in $ctrl.data track by $index"
75 <!-- Row expansion trigger -->
80 aria-label="expand row"
85 <!-- Row checkbox -->
88 <table-checkbox ng-if="row.selectable"
89 ng-model="row.selected"
93 <!-- Row item -->
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py137 for row in commq:
138 print("%16s %8d %s" % (row[0], row[1], num2sym(row[1])))
143 for row in symbolq:
144 print("%32s %8d %s" % (row[0], row[1], num2sym(row[1])))
149 for row in dsoq:
150 print("%40s %8d %s" % (row[0], row[1], num2sym(row[1])))
170 for row in commq:
171 print("%16s %8d %s" % (row[0], row[1], num2sym(row[1])))
176 for row in symbolq:
177 print("%32s %8d %s" % (row[0], row[1], num2sym(row[1])))
[all …]
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md19 - `hover` - enables table row hover state
130 To add an expandable row in the table, add a column for the expand button in the
131 fields array. Include the tdClass `table-row-expand` to ensure icon rotation is
140 be the button's click event callback. Be sure to pass the `row` object to the
144 [row-details slot](https://bootstrap-vue.org/docs/components/table#comp-ref-b-table-slots)
145 to format the expanded row content. The slot has access to the row `item`
150 1. Add a column for the expansion row button with the tdClass,
151 `table-row-expand`
153 and row expansion toggling
154 3. Use the `#cell` slot to target the expandable row column and add the button
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py169 for the next level dictionary will be the field of a given row of the
219 for row in rows:
220 # Process each row of mtr output.
222 row_list = row.split(" ")
223 # Create dictionary for the row.
224 row = DotDict()
225 row["row_num"] = row_list[0].rstrip(".")
226 row["host"] = row_list[1]
227 row["loss"] = row_list[2].rstrip("%")
228 row["snt"] = row_list[3]
[all …]
H A Dtally_sheet.py24 row has a unique key field.
39 # Set calc fields (within a row, a certain field can be derived from other fields in the row.
76 row_key_field_name The name of the row key field (e.g. boot_type, team_name, etc.)
82 # The row key field uniquely identifies the row.
119 row which are to be calculated
124 which shows which field on a given row is
125 derived from other fields in the same row.
132 Add a row to the tally sheet.
145 # If we allow this, the row values get re-initialized.
158 Update a field in a row with the specified value.
[all …]
/openbmc/linux/tools/perf/ui/
H A Dbrowser.c171 int row = 0; in ui_browser__rb_tree_refresh() local
179 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh()
180 browser->write(browser, nd, row); in ui_browser__rb_tree_refresh()
181 if (++row == browser->rows) in ui_browser__rb_tree_refresh()
186 return row; in ui_browser__rb_tree_refresh()
189 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() argument
191 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry()
316 row = 0; in ui_browser__scrollbar_set() local
326 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set()
336 int row; in __ui_browser__refresh() local
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c53 * so each row is discontiguous within ZA[]. in helper_sme_zero()
68 * are interleaved, so if type T is size N bytes then row 1 of
69 * the tile is N rows away from row 0. The division by N to
83 * each row of the ZA storage has one byte of the vslice data,
84 * and (counting from 0) byte 8 goes in row 8 of the storage
85 * at offset (8 * row-size-in-bytes).
86 * If we have 8 bytes per element then each row of the ZA storage
88 * so byte 8 of the data goes into row 1 of the tile,
89 * which is again row 8 of the storage, so the offset is still
90 * (8 * row-size-in-bytes). Similarly for other element sizes.
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/
H A DSessions.vue4 <b-row class="align-items-end">
19 </b-row>
20 <b-row>
47 @row-selected="onRowSelected($event, allConnections.length)"
60 <template #cell(checkbox)="row">
62 v-model="row.rowSelected"
63 :data-test-id="`sessions-checkbox-selectRow-${row.index}`"
64 @change="toggleSelectRow($refs.table, row.index)"
71 <template #cell(actions)="row">
72 <table-row-action
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableAssembly.vue15 <template #cell(expandRow)="row">
21 @click="toggleRowDetails(row)"
29 <template #cell(identifyLed)="row">
31 v-if="hasIdentifyLed(row.item.identifyLed)"
32 v-model="row.item.identifyLed"
35 @change="toggleIdentifyLedValue(row.item)"
37 <span v-if="row.item.identifyLed">
45 <template #row-details="{ item }">
47 <b-row>
64 </b-row>
[all …]
/openbmc/u-boot/include/
H A Dvideo_console.h91 * in pixels) or a text row number (measured in rows, where each row consists
113 * @rowdst: Destination text row (0=top)
114 * @rowsrc: Source start text row
122 * set_row() - Set the colour of a text row
124 * Every pixel contained within the text row is adjusted
127 * @row: Text row to adjust (0=top)
131 int (*set_row)(struct udevice *dev, uint row, int clr);
181 * @rowdst: Destination text row (0=top)
182 * @rowsrc: Source start text row
190 * vidconsole_set_row() - Set the colour of a text row
[all …]
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue4 <b-row class="align-items-start">
22 </b-row>
23 <b-row>
42 </b-row>
43 <b-row>
91 @row-selected="onRowSelected($event, filteredLogs.length)"
104 <template #cell(checkbox)="row">
106 v-model="row.rowSelected"
107 :data-test-id="`eventLogs-checkbox-selectRow-${row.index}`"
108 @change="toggleSelectRow($refs.table, row.index)"
[all …]
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumps.vue4 <b-row>
10 </b-row>
11 <b-row>
14 <b-row class="align-items-start">
31 </b-row>
32 <b-row>
39 </b-row>
64 @row-selected="onRowSelected($event, filteredTableItems.length)"
76 <template #cell(checkbox)="row">
78 v-model="row.rowSelected"
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-bandwidth-t.rst14 - .. row 1
20 - .. row 2
28 - .. row 3
36 - .. row 4
44 - .. row 5
52 - .. row 6
60 - .. row 7
68 - .. row 8
/openbmc/linux/Documentation/sphinx/
H A DrstFlatTable.py20 * *row-span*: with the role ``rspan`` a cell can be extended through
23 * *auto span* rightmost cell of a table row over the missing cells on the
24 right side of that table-row. With Option ``:fill-cells:`` this behavior
178 for row in self.rows[:header_rows]:
179 thead += self.buildTableRowNode(row)
184 for row in self.rows[header_rows:]:
185 tbody += self.buildTableRowNode(row)
190 row = nodes.row()
203 row += entry
204 return row
[all …]
/openbmc/linux/scripts/kconfig/
H A Dgconf.c70 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);
973 /* Row selection changed: update help */
1029 /* Fill a row of strings */
1032 static gchar *row[COL_NUMBER]; in fill_row() local
1041 g_free(row[i]); in fill_row()
1042 bzero(row, sizeof(row)); in fill_row()
1046 row[COL_OPTION] = in fill_row()
1054 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1057 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1059 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/openbmc/qemu/hw/display/
H A Ddm163.c27 /* Number of frames a row stays visible after being turned off. */
134 for (unsigned row = 0; row < RGB_MATRIX_NUM_ROWS; row++) { in dm163_propagate_outputs() local
135 if (s->activated_rows & (1 << row)) { in dm163_propagate_outputs()
136 s->buffer_idx_of_row[row] = s->last_buffer_idx; in dm163_propagate_outputs()
137 s->redraw |= (1 << row); in dm163_propagate_outputs()
255 static void update_row_persistence_delay(DM163State *s, unsigned row) in update_row_persistence_delay() argument
257 if (s->row_persistence_delay[row]) { in update_row_persistence_delay()
258 s->row_persistence_delay[row]--; in update_row_persistence_delay()
262 * the row is turned off. in update_row_persistence_delay()
264 s->buffer_idx_of_row[row] = TURNED_OFF_ROW; in update_row_persistence_delay()
[all …]
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-fopen.rst29 - .. row 1
35 - .. row 2
41 - .. row 3
46 - .. row 4
51 - .. row 5
56 - .. row 6
89 - .. row 1
95 - .. row 2
101 - .. row 3
107 - .. row 4
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py49 for row in rows:
50 current_value = row[0]
75 row=data.fetchone()
76 if row is not None:
87 row=data.fetchone()
88 if row is not None:
100 row=data.fetchone()
101 if row is not None:
208 for row in data:
210 col["name"] = row["name"]
[all …]
/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c19 * column, as well as two or more keys in the same row.
37 * Find 2 keys such that one key is in the same row in has_ghosting()
43 if (keys[j].row == keys[i].row) in has_ghosting()
66 debug(" valid=%d, row=%d, col=%d\n", key->valid, key->row, in key_matrix_decode()
70 pos = key->row * config->num_cols + key->col; in key_matrix_decode()
74 /* Convert the (row, col) values into a keycode */ in key_matrix_decode()
94 * word per entry, with the row, col and keycode encoded in that word.
96 * We create a (row x col) size byte array with each entry containing the
97 * keycode for that (row, col). We also search for map_keycode and return
123 int key_code, row, col; in create_keymap() local
[all …]
/openbmc/u-boot/common/
H A Dlcd_console.c23 void lcd_set_row(short row) in lcd_set_row() argument
25 cons.curr_row = row; in lcd_set_row()
28 void lcd_position_cursor(unsigned col, unsigned row) in lcd_position_cursor() argument
31 cons.curr_row = min_t(short, row, cons.rows - 1); in lcd_position_cursor()
48 int i, row; in lcd_putc_xy0() local
53 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in lcd_putc_xy0()
54 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy0()
63 static inline void console_setrow0(struct console_t *pcons, u32 row, int clr) in console_setrow0() argument
67 row * VIDEO_FONT_HEIGHT * in console_setrow0()
224 unsigned int col, row; in do_lcd_setcursor() local
[all …]
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py20 * *row-span*: with the role ``rspan`` a cell can be extended through
23 * *auto span* rightmost cell of a table row over the missing cells on the
24 right side of that table-row. With Option ``:fill-cells:`` this behavior
190 for row in self.rows[:header_rows]:
191 thead += self.buildTableRowNode(row)
196 for row in self.rows[header_rows:]:
197 tbody += self.buildTableRowNode(row)
202 row = nodes.row()
215 row += entry
216 return row
[all …]
/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c76 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);
980 /* Row selection changed: update help */
1036 /* Fill a row of strings */
1039 static gchar *row[COL_NUMBER]; in fill_row() local
1048 g_free(row[i]); in fill_row()
1049 bzero(row, sizeof(row)); in fill_row()
1051 row[COL_OPTION] = in fill_row()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1059 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]

12345678910>>...47