HomeSort by relevance Sort by last modified time
    Searched refs:combo (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringComboPropertyEditor.java 50 protected void addItems(Property property, CCombo3 combo) throws Exception {
52 combo.add(item);
57 protected void selectItem(Property property, CCombo3 combo) throws Exception {
58 combo.setText(getText(property));
62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
AbstractListPropertyEditor.java 83 // Combo
87 protected void addItems(Property property, CCombo3 combo) throws Exception {
89 combo.add(getTitle(i));
94 protected void selectItem(Property property, CCombo3 combo) throws Exception {
95 combo.setText(getText(property));
99 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
107 toPropertyEx_simpleProperty(property, combo, index);
127 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
EnumerationValuesPropertyEditor.java 103 // Combo
107 protected void addItems(Property property, CCombo3 combo) throws Exception {
109 combo.add(title);
114 protected void selectItem(Property property, CCombo3 combo) throws Exception {
115 combo.setText(getText(property));
119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
AbstractComboBoxPropertyEditor.java 144 protected abstract void addItems(Property property, CComboBox combo) throws Exception;
149 protected void selectItem(Property property, CComboBox combo) throws Exception {
155 protected abstract void toPropertyEx(Property property, CComboBox combo) throws Exception;
AbstractComboPropertyEditor.java 47 // create combo
129 protected abstract void addItems(Property property, CCombo3 combo) throws Exception;
134 protected abstract void selectItem(Property property, CCombo3 combo) throws Exception;
139 protected abstract void toPropertyEx(Property property, CCombo3 combo, int index)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 57 protected void addItems(Property property, CCombo3 combo) throws Exception {
59 combo.add(item);
64 protected void selectItem(Property property, CCombo3 combo) throws Exception {
65 combo.setText(getText(property));
69 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
  /external/vboot_reference/tests/
vb21_host_key_tests.c 33 static void private_key_tests(const struct alg_combo *combo,
73 key->hash_alg = combo->hash_alg;
74 key->sig_alg = combo->sig_alg;
156 TEST_SUCC(vb2_private_key_hash(&ckey, combo->hash_alg), "Hash key");
158 TEST_EQ(ckey->hash_alg, combo->hash_alg, " hash_alg");
160 TEST_EQ(memcmp(&ckey->guid, vb2_hash_guid(combo->hash_alg),
168 static void public_key_tests(const struct alg_combo *combo,
186 TEST_EQ(key->sig_alg, combo->sig_alg, " sig_alg");
190 bufsize = vb2_packed_key_size(combo->sig_alg);
216 key->hash_alg = combo->hash_alg
    [all...]
vb21_host_sig_tests.c 39 static void sig_tests(const struct alg_combo *combo,
64 prik->hash_alg = combo->hash_alg;
65 prik->sig_alg = combo->sig_alg;
70 pubk->hash_alg = combo->hash_alg;
73 TEST_SUCC(vb2_private_key_hash(&prihash, combo->hash_alg),
75 TEST_SUCC(vb2_public_key_hash(&pubhash, combo->hash_alg),
166 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir)
168 int rsa_bits = vb2_rsa_sig_size(combo->sig_alg) * 8;
172 printf("***Testing algorithm: %s\n", combo->name);
177 sig_tests(combo, pemfile, keybfile)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 42 import org.eclipse.swt.widgets.Combo;
73 private Combo mTypeCombo;
91 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
166 String oldType, Combo combo,
172 combo.add(RADIO_GROUP);
176 combo.add(SEPARATOR_LABEL);
185 combo.add(view);
188 combo.add(SEPARATOR_LABEL);
192 // Populate type combo
    [all...]
ChangeViewWizard.java 36 import org.eclipse.swt.widgets.Combo;
72 private Combo mTypeCombo;
91 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
104 private List<String> getWidgetTypes(String oldType, Combo combo) {
107 // Populate type combo
121 combo.add(base);
124 combo.add(SEPARATOR_LABEL);
135 combo.add(view);
138 combo.add(SEPARATOR_LABEL)
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbPort.java 178 public static String roleCombinationsToString(int combo) {
183 while (combo != 0) {
184 final int index = Integer.numberOfTrailingZeros(combo);
185 combo &= ~(1 << index);
  /build/core/combo/arch/x86/
atom.mk 5 # See build/core/combo/arch/x86/x86.mk for differences.
silvermont.mk 4 # See build/core/combo/arch/x86/x86-atom.mk for differences.
  /build/core/combo/arch/x86_64/
silvermont.mk 4 # See build/core/combo/arch/x86/x86-atom.mk for differences.
  /build/tools/
compare_fileslist.py 85 combo = input.split(os.path.sep)[1]
86 print " <td class='fn'>%s</td>" % cgi.escape(combo)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 76 import org.eclipse.swt.widgets.Combo;
361 Combo combo = createOptionCombo(parameter, container, mValues.parameters, local
363 combo.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false,
367 mFirst = combo;
371 ControlDecoration decoration = createFieldDecoration(id, combo, help);
419 static Combo createOptionCombo(
425 Combo combo = new Combo(container, SWT.READ_ONLY) local
653 Combo combo = (Combo) parameter.control; local
661 Combo combo = (Combo) parameter.control; local
752 Combo combo = (Combo) source; local
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 122 // collectAllComboFuncs - Construct a map from a combo function unit bit to
391 unsigned combo = ComboBitToBitsMap[resourceMask]; local
392 if (combo && ((~prevState & combo) != combo)) {
394 << " - combo op 0x" << utohexstr(resourceMask)
395 << " (0x" << utohexstr(combo) <<") cannot be scheduled\n");
402 unsigned ResultingResourceState = prevState | resourceMask | combo;
407 if (combo)
408 dbgs() << " | 0x" << utohexstr(combo);
491 unsigned combo = ComboBitToBitsMap[InsnClass[i]]; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 117 self.combo = ttk.Combobox()
120 self.combo.destroy()
124 width = self.combo.winfo_width()
125 self.combo.event_generate('<ButtonPress-1>', x=width - 5, y=5)
126 self.combo.event_generate('<ButtonRelease-1>', x=width - 5, y=5)
127 self.combo.update_idletasks()
133 self.combo['values'] = [1]
134 self.combo.bind('<<ComboboxSelected>>',
136 self.combo.pack()
137 self.combo.wait_visibility(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 117 self.combo = ttk.Combobox()
120 self.combo.destroy()
124 width = self.combo.winfo_width()
125 self.combo.event_generate('<ButtonPress-1>', x=width - 5, y=5)
126 self.combo.event_generate('<ButtonRelease-1>', x=width - 5, y=5)
127 self.combo.update_idletasks()
133 self.combo['values'] = [1]
134 self.combo.bind('<<ComboboxSelected>>',
136 self.combo.pack()
137 self.combo.wait_visibility(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 117 self.combo = ttk.Combobox()
120 self.combo.destroy()
124 width = self.combo.winfo_width()
125 self.combo.event_generate('<ButtonPress-1>', x=width - 5, y=5)
126 self.combo.event_generate('<ButtonRelease-1>', x=width - 5, y=5)
127 self.combo.update_idletasks()
133 self.combo['values'] = [1]
134 self.combo.bind('<<ComboboxSelected>>',
136 self.combo.pack()
137 self.combo.wait_visibility(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 117 self.combo = ttk.Combobox()
120 self.combo.destroy()
124 width = self.combo.winfo_width()
125 self.combo.event_generate('<ButtonPress-1>', x=width - 5, y=5)
126 self.combo.event_generate('<ButtonRelease-1>', x=width - 5, y=5)
127 self.combo.update_idletasks()
133 self.combo['values'] = [1]
134 self.combo.bind('<<ComboboxSelected>>',
136 self.combo.pack()
137 self.combo.wait_visibility(
    [all...]
  /external/fio/
goptions.c 26 GtkWidget *combo; member in struct:gopt_combo
48 GtkWidget *combo; member in struct:gopt_str_val
273 index = gtk_combo_box_get_active(GTK_COMBO_BOX(c->combo));
301 c->combo = gtk_combo_box_text_new();
303 g_signal_connect(G_OBJECT(c->combo), "destroy", G_CALLBACK(gopt_combo_destroy), c);
305 gtk_box_pack_start(GTK_BOX(c->gopt.box), c->combo, FALSE, FALSE, 0);
321 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), i);
342 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(c->combo), vp->ival);
349 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);
352 c->gopt.sig_handler = g_signal_connect(G_OBJECT(c->combo), "changed", G_CALLBACK(gopt_combo_changed), c)
1539 GtkWidget *dialog, *notebook, *vbox, *topvbox, *combo; local
1568 gtk_box_pack_start(GTK_BOX(topvbox), combo, FALSE, FALSE, 5); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 78 static void show(final ConfigurationChooser chooser, ToolItem combo) {
118 Rectangle bounds = combo.getBounds();
120 location = combo.getParent().toDisplay(location);
TargetMenuListener.java 77 static void show(ConfigurationChooser chooser, ToolItem combo) {
120 Rectangle bounds = combo.getBounds();
122 location = combo.getParent().toDisplay(location);
  /frameworks/compile/mclinker/
mcld-device-build.mk 4 # We move them from global build/core/combo/TARGET_linux-arm.mk

Completed in 563 milliseconds

1 2 3 4