Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.dataTables-1.13.8.min.css1selected: 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 Dmenubox.c54 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 Dchecklist.c18 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 Dyesno.c14 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 Dmenubox.c54 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 Dchecklist.c18 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 Dyesno.c14 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 Dlibopus_1.5.2.bb42 #| {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 Dspapr_vty.c209 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 DKconfig11 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 Dtable.js124 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 DKconfig10 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 Dsoundhw.c83 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 Dfeature-arm-thumb.inc13 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 Djstree.min.js2selected:[],last_error:{},working:!1,worker_queue:[],focused:null}}},a.jstree.reference=function(b… property in AnonymousFunctionf811328e1c00.AnonymousClassf811328e1d01
3selected),b.setAttribute("aria-level",f.parents.length),b.setAttribute("aria-labelledby",f.a_attr.… property in AnonymousClassf811328ea101
4selected:[],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
5selected.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 Dcontrol.py25 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 DKconfig111 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 Dtest-bdrv-graph-mod.c277 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 DKconfig13 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 Dswitchers.js.in76 …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 DKconfig15 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 Dsysfs-bus-iio-dac-ad576611 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 DKconfig10 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 DKconfig23 # 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 Dget_maintainer.pl1402 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 …]

12345678910>>...38