/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery.dataTables-1.13.8.min.css | 1 …selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10, 11;--d…
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 54 int selected, int hotkey) in do_print_item() argument 75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 78 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 82 if (selected) { in do_print_item() 89 #define print_item(index, choice, selected) \ argument 92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 147 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons() 148 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons() 149 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons() [all …]
|
H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 33 wattrset(win, selected ? dlg.check_selected.atr in print_item() 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 42 if (selected) { in print_item() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 93 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons() 94 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons() 96 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
H A D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 19 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons() 20 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons() 22 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 54 int selected, int hotkey) in do_print_item() argument 67 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 70 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 74 if (selected) { in do_print_item() 81 #define print_item(index, choice, selected) \ argument 84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 139 print_button(win, "Select", y, x, selected == 0); in print_buttons() 140 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons() 141 print_button(win, " Help ", y, x + 24, selected == 2); in print_buttons() [all …]
|
H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 33 wattrset(win, selected ? dlg.check_selected.atr in print_item() 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 42 if (selected) { in print_item() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 93 print_button(dialog, "Select", y, x, selected == 0); in print_buttons() 94 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons() 96 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
H A D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 19 print_button(dialog, " Yes ", y, x, selected == 0); in print_buttons() 20 print_button(dialog, " No ", y, x + 13, selected == 1); in print_buttons() 22 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopus/ |
H A D | libopus_1.5.2.bb | 42 #| {standard input}:389: Error: selected processor does not support Thumb mode `smull r5,r7,r1,r4' 43 #| {standard input}:418: Error: selected processor does not support Thumb mode `smull r5,r6,r4,r1' 44 #| {standard input}:448: Error: selected processor does not support Thumb mode `smull r4,r5,r1,r0' 45 #| {standard input}:474: Error: selected processor does not support Thumb mode `smull r0,r4,r8,r1' 46 #| {standard input}:510: Error: selected processor does not support Thumb mode `smull fp,r0,r10,r1' 47 #| {standard input}:553: Error: selected processor does not support Thumb mode `smull fp,r1,r10,r3' 48 #| {standard input}:741: Error: selected processor does not support Thumb mode `smull r3,r0,r6,r10' 49 #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9' 50 #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8'
|
/openbmc/qemu/hw/char/ |
H A D | spapr_vty.c | 209 SpaprVioDevice *sdev, *selected; in spapr_vty_get_default() local 218 selected = NULL; in spapr_vty_get_default() 230 if (!selected) { in spapr_vty_get_default() 231 selected = sdev; in spapr_vty_get_default() 236 if (sdev->reg < selected->reg) { in spapr_vty_get_default() 237 selected = sdev; in spapr_vty_get_default() 241 return selected; in spapr_vty_get_default()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | Kconfig | 11 If M is selected the module will be called arcpgu. 24 If M is selected the module will be called bochs. 110 If M is selected the module will be called hx8357d. 123 If M is selected the module will be called ili9163. 135 If M is selected the module will be called ili9225. 148 If M is selected the module will be called ili9341. 162 If M is selected the module will be called ili9486. 173 If M is selected the module will be called mi0283qt. 187 If M is selected the module will be called repaper. 199 If M is selected the module will be called st7586. [all …]
|
/openbmc/phosphor-webui/app/common/components/table/ |
H A D | table.js | 124 row.selected = false; 147 if (!row.selected && row.selectable) { 148 row.selected = true; 165 row.selected = false; 191 const filteredRows = this.data.filter((row) => row.selected);
|
/openbmc/linux/drivers/gpu/drm/solomon/ |
H A D | Kconfig | 10 appropriate bus transport in your chip also must be selected. 12 If M is selected the module will be called ssd130x. 22 If M is selected the module will be called ssd130x-i2c. 31 If M is selected the module will be called ssd130x-spi.
|
/openbmc/qemu/hw/audio/ |
H A D | soundhw.c | 83 static struct soundhw *selected = NULL; variable 90 if (selected) { in select_soundhw() 97 selected = c; in select_soundhw() 112 struct soundhw *c = selected; in soundhw_init()
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
H A D | feature-arm-thumb.inc | 13 selected = d.getVar('ARM_INSTRUCTION_SET') 14 if selected == None: 17 if selected != used: 19 …RM_INSTRUCTION_SET to be '%s', but tune configuration overrides it to '%s'" % (pn, selected, used))
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 2 …selected:[],last_error:{},working:!1,worker_queue:[],focused:null}}},a.jstree.reference=function(b… property in AnonymousFunctionf811328e1c00.AnonymousClassf811328e1d01 3 …selected),b.setAttribute("aria-level",f.parents.length),b.setAttribute("aria-labelledby",f.a_attr.… property in AnonymousClassf811328ea101 4 …selected:[],deselected:[]};var g={};for(e=0,f=c.length;f>e;e++)g[c[e]]=1;for(e=0,f=d.selected.leng… property in d.changed 5 …selected.length;e>d;d++)c=this.get_node(b.selected[d],!0),c&&c.length&&c.children(".jstree-wholero…
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 25 def GetActionSummary(is_summary, commits, selected, options): argument 39 len(selected)) 227 selected = boards.GetSelected() 228 if not len(selected): 268 options.threads = min(multiprocessing.cpu_count(), len(selected)) 271 len(selected) - 1) / len(selected)) 308 ShowActions(series, why_selected, selected, builder, options,
|
/openbmc/linux/net/mac80211/ |
H A D | Kconfig | 111 selected some functions are marked "noinline" to allow 127 many debugging messages. It should not be selected 139 should not be selected on production systems as some 160 It should not be selected on production systems as some 171 be selected on production systems as those messages 182 be selected on production systems as those messages 194 It should not be selected on production systems as those 207 It should not be selected on production systems as those 220 It should not be selected on production systems as those 233 It should not be selected on production systems as those [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 277 BdrvChild *selected; member 288 if (s->selected && c == s->selected) { in write_to_selected_perms() 382 s->selected = c_fl1; in test_parallel_perm_update() 392 s->selected = c_fl2; in test_parallel_perm_update() 399 s->selected = c_fl1; in test_parallel_perm_update()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | Kconfig | 13 Display Engine. If M is selected the module will be called 43 selected the module will be called sun4i-backend. 54 MIPI-DSI support. If M is selected the module will be called 66 selected the module will be called sun8i_dw_hdmi. 75 selected the module will be called sun8i-mixer.
|
/openbmc/openbmc/poky/documentation/sphinx-static/ |
H A D | switchers.js.in | 76 …buf.push('<option value="' + version + '" selected="selected">' + vers_data["title"] + '</option>'… 93 buf.push('<option value="' + doctype + '" selected="selected">' + 100 buf.push('<option value="' + current_doctype + '" selected="selected">' + 156 var selected_version = $(this).children('option:selected').attr('value'); 194 var selected_doctype = $(this).children('option:selected').attr('value');
|
/openbmc/linux/drivers/phy/starfive/ |
H A D | Kconfig | 15 system. If M is selected, the module will be called 25 If M is selected, the module will be called 35 If M is selected, the module will be called
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-dac-ad5766 | 11 Inverts the dither applied to the selected DAC channel. Dither is not 24 Scales the dither before it is applied to the selected channel. 30 Selects dither source applied to the selected channel. Write "0" to
|
/openbmc/linux/drivers/iio/buffer/ |
H A D | Kconfig | 10 Should be selected by any drivers that do in-kernel push 19 Should be selected by drivers that want to use the generic DMA buffer 31 Should be selected by drivers that want to use this functionality. 40 Should be selected by drivers that want to use the generic Hw consumer
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | Kconfig | 23 # ACPI_VIDEO's dependencies must also be selected. 34 If M is selected, the module will be called radeon. 42 selected to enabled full userptr support.
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 1402 my %selected; 1409 $selected{$count} = 1; 1434 $sel = "*" if ($selected{$count}); 1518 $selected{$nr - 1} = !$selected{$nr - 1}; 1523 $selected{$i} = $toggle; 1527 $selected{$i} = !$selected{$i}; 1532 $selected{$i} = !$selected{$i} 1537 $selected{$i} = !$selected{$i} 1542 $selected{$i} = !$selected{$i} 1547 $selected{$i} = !$selected{$i} [all …]
|