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

1 2 3 4 5

  /external/curl/tests/
manpage-scan.pl 209 my $combo;
211 # figure out the -short, --long combo
212 $combo = "-$1, --$2";
216 $combo = "--$1";
218 if($combo) {
219 push @manpage, $combo;
220 $opts{$combo} |= 2;
237 my $combo;
239 # figure out the -short, --long combo
240 $combo = "-$1, --$2"
    [all...]
  /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 {
  /build/make/core/combo/arch/x86/
silvermont.mk 4 # See build/make/core/combo/arch/x86/x86-atom.mk for differences.
atom.mk 5 # See build/make/core/combo/arch/x86/x86.mk for differences.
  /build/make/core/combo/arch/x86_64/
silvermont.mk 4 # See build/make/core/combo/arch/x86/x86-atom.mk for differences.
  /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...]
  /build/make/core/combo/
TARGET_linux-arm64.mk 18 # Included by combo/select.mk
42 include $(BUILD_SYSTEM)/combo/fdo.mk
TARGET_linux-mips64.mk 18 # Included by combo/select.mk
42 include $(BUILD_SYSTEM)/combo/fdo.mk
TARGET_linux-x86_64.mk 18 # Included by combo/select.mk
35 include $(BUILD_SYSTEM)/combo/fdo.mk
TARGET_linux-mips.mk 18 # Included by combo/select.mk
42 include $(BUILD_SYSTEM)/combo/fdo.mk
TARGET_linux-x86.mk 18 # Included by combo/select.mk
35 include $(BUILD_SYSTEM)/combo/fdo.mk
  /frameworks/base/core/java/android/hardware/usb/
UsbPort.java 219 public static String roleCombinationsToString(int combo) {
224 while (combo != 0) {
225 final int index = Integer.numberOfTrailingZeros(combo);
226 combo &= ~(1 << index);
  /build/make/tools/
compare_fileslist.py 85 combo = input.split(os.path.sep)[1]
86 print " <td class='fn'>%s</td>" % cgi.escape(combo)
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
ipsec_test_utils.py 242 combo = []
243 combo.append(c)
244 combo.append(k)
245 combo.append(auth_key)
246 combo.append(t)
247 return_list.append(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 123 // collectAllComboFuncs - Construct a map from a combo function unit bit to
392 unsigned combo = ComboBitToBitsMap[resourceMask]; local
393 if (combo && ((~prevState & combo) != combo)) {
395 << " - combo op 0x" << utohexstr(resourceMask)
396 << " (0x" << utohexstr(combo) <<") cannot be scheduled\n");
403 unsigned ResultingResourceState = prevState | resourceMask | combo;
408 if (combo)
409 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 27 GtkWidget *combo; member in struct:gopt_combo
49 GtkWidget *combo; member in struct:gopt_str_val
274 index = gtk_combo_box_get_active(GTK_COMBO_BOX(c->combo));
302 c->combo = gtk_combo_box_text_new();
304 g_signal_connect(G_OBJECT(c->combo), "destroy", G_CALLBACK(gopt_combo_destroy), c);
306 gtk_box_pack_start(GTK_BOX(c->gopt.box), c->combo, FALSE, FALSE, 0);
322 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), i);
343 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(c->combo), vp->ival);
350 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);
353 c->gopt.sig_handler = g_signal_connect(G_OBJECT(c->combo), "changed", G_CALLBACK(gopt_combo_changed), c)
1541 GtkWidget *dialog, *notebook, *vbox, *topvbox, *combo; local
1570 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);

Completed in 516 milliseconds

1 2 3 4 5