Searched defs:buttons (Results 1 - 10 of 10) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
H A DRadioButtonSetFilter.java15 private Vector<RadioButton> buttons; field in class:RadioButtonSetFilter
25 buttons = new Vector();
35 int formValue = buttons.size();
38 buttons.add(radioButton);
43 if (index < buttons.size())
45 buttons.get(index).setChecked(true);
53 return buttons.size();
/external/lzma/CPP/Windows/Control/
H A DToolBar.h20 // maybe it must be fixed for more than 1 buttons
35 bool AddButton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONS, numButtons, (LPARAM)buttons)); } argument
37 bool AddButtonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONSW, numButtons, (LPARAM)buttons)); } argument
/external/ImageMagick/MagickWand/
H A Danimate.c101 *buttons[]=
226 for (p=buttons; *p != (char *) NULL; p++)
99 *buttons[]= local
H A Ddisplay.c102 *buttons[]=
261 for (p=buttons; *p != (char *) NULL; p++)
100 *buttons[]= local
/external/kernel-headers/original/uapi/linux/
H A Djoystick.h61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE
/external/fio/
H A Dgfio.c214 * Update sensitivity of job buttons and job menu items, based on the
1123 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font; local
1177 buttons = malloc(sizeof(GtkWidget *) * FD_DEBUG_MAX);
1186 buttons[i] = gtk_check_button_new_with_label(debug_levels[i].name);
1187 gtk_widget_set_tooltip_text(buttons[i], debug_levels[i].help);
1188 gtk_box_pack_start(GTK_BOX(box), buttons[i], FALSE, FALSE, 6); local
1201 set = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(buttons[i]));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 285 milliseconds