| /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()
|
| H A D | dialog.h | 163 int selected; /* Set to 1 by dialog_*() function if selected. */ member 211 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 229 const void *selected, int *s_scroll);
|
| H A D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 21 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons() 22 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons() 24 wmove(dialog, y, x + 1 + 14 * 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 | 208 SpaprVioDevice *sdev, *selected; in spapr_vty_get_default() local 217 selected = NULL; in spapr_vty_get_default() 229 if (!selected) { in spapr_vty_get_default() 230 selected = sdev; in spapr_vty_get_default() 235 if (sdev->reg < selected->reg) { in spapr_vty_get_default() 236 selected = sdev; in spapr_vty_get_default() 240 return selected; in spapr_vty_get_default()
|
| /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/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/webui-vue/src/components/Global/ |
| H A D | TableToolbar.vue | 5 <p class="toolbar-selected"> 6 {{ selectedItemsCount }} {{ $t('global.action.selected') }} 23 @click="$emit('clear-selected')" 55 emits: ['batch-action', 'clear-selected'], 96 .toolbar-selected {
|
| /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/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/webui-vue/tests/unit/Global/__snapshots__/ |
| H A D | TableToolbar.spec.js.snap | 14 class="toolbar-selected" 17 12 global.action.selected
|
| /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 AnonymousFunctionf811328e0700._data.core 3 …selected),b.setAttribute("aria-level",f.parents.length),b.setAttribute("aria-labelledby",f.a_attr.… property in AnonymousFunctionf811328e9400.AnonymousClassf811328e9601 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 AnonymousClassf811328e11d01 5 …selected.length;e>d;d++)c=this.get_node(b.selected[d],!0),c&&c.length&&c.children(".jstree-wholero…
|
| /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/qemu/configs/devices/arm-softmmu/ |
| H A D | default.mak | 8 # Boards are selected by default, uncomment to keep out of the build. 11 # These are selected by default when TCG is enabled, uncomment them to
|
| /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 …]
|
| /openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
| H A D | expected_stderr | 2 Kconfig:9: symbol B is selected by B 18 Kconfig:30: symbol D2 is selected by D1
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_cpu_hotplug.rst | 114 registers will read/store data from/to selected CPU. 127 selected CPU device 131 selected CPU device. 153 selected CPU ('CPU selector' value). 165 architecture specific CPU ID value for currently selected CPU. 214 with a pending event and selected CPU remains unchanged. 216 selector of the CPU with the pending event (which is already selected). 226 register return 'CPU selector' value of selected CPU
|
| /openbmc/u-boot/scripts/ |
| H A D | get_maintainer.pl | 1708 my %selected; 1715 $selected{$count} = 1; 1740 $sel = "*" if ($selected{$count}); 1824 $selected{$nr - 1} = !$selected{$nr - 1}; 1829 $selected{$i} = $toggle; 1833 $selected{$i} = !$selected{$i}; 1838 $selected{$i} = !$selected{$i} 1843 $selected{$i} = !$selected{$i} 1848 $selected{$i} = !$selected{$i} 1853 $selected{$i} = !$selected{$i} [all …]
|
| /openbmc/qemu/configs/devices/rx-softmmu/ |
| H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
| /openbmc/qemu/configs/devices/microblaze-softmmu/ |
| H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
| /openbmc/qemu/configs/devices/avr-softmmu/ |
| H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|