Home
last modified time | relevance | path

Searched refs:ListBox (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/moblab/
DSuiteRunnerView.java17 import com.google.gwt.user.client.ui.ListBox;
34 private ListBox boardSelector;
35 private ListBox buildSelector;
36 private ListBox suiteSelector;
37 private ListBox rwFirmwareSelector;
38 private ListBox roFirmwareSelector;
39 private ListBox poolSelector;
121 boardSelector = new ListBox(); in initialize()
122 buildSelector = new ListBox(); in initialize()
123 suiteSelector = new ListBox(); in initialize()
[all …]
DDutManagementView.java18 import com.google.gwt.user.client.ui.ListBox;
30 private ListBox options;
77 options = new ListBox(); in initialize()
/external/autotest/frontend/client/src/autotest/tko/
DSavedQueriesControl.java27 import com.google.gwt.user.client.ui.ListBox;
46 private ListBox queryList = new ListBox();
48 private QueryActionDialog<ListBox> deleteQueryDialog;
87 deleteQueryDialog = new QueryActionDialog<ListBox>(new ListBox(), in SavedQueriesControl()
102 private void fillQueryList(final ListBox list) { in fillQueryList()
DContentSelect.java19 import com.google.gwt.user.client.ui.ListBox;
39 private ListBox contentSelect = new ListBox(true);
DTestLabelManager.java20 import com.google.gwt.user.client.ui.ListBox;
39 private ListBox labelList = new ListBox();
/external/autotest/frontend/client/src/autotest/afe/
DLabelFilter.java10 import com.google.gwt.user.client.ui.ListBox;
15 private final ListBox platform;
24 platform = new ListBox(); in LabelFilter()
DAfeUtils.java21 import com.google.gwt.user.client.ui.ListBox;
306 public static void populateListBox(ListBox box, String staticDataKey) { in populateListBox()
321 public static void setSelectedItem(ListBox box, String item) { in setSelectedItem()
/external/autotest/frontend/client/src/autotest/common/ui/
DExtendedListBox.java6 import com.google.gwt.user.client.ui.ListBox;
8 public class ExtendedListBox extends ListBox implements SimplifiedList {
/external/autotest/frontend/client/src/autotest/common/table/
DListFilter.java9 import com.google.gwt.user.client.ui.ListBox;
13 protected ListBox select;
/external/python/cpython3/Lib/msilib/
Dschema.py313 ListBox = Table('ListBox') variable
314 ListBox.add_field(1,'Property',11592)
315 ListBox.add_field(2,'Order',9474)
316 ListBox.add_field(3,'Value',3392)
317 ListBox.add_field(4,'Text',8000)
580 …lExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPe…
/external/mesa3d/bin/pick/
Dui.py126 commits = urwid.ListBox(self.commit_list)
127 feedback = urwid.ListBox(self.feedback_box)
/external/skqp/tools/viewer/
DNIMASlide.cpp123 if (ImGui::ListBox("Animations", in renderGUI()
DViewer.cpp1869 if (ImGui::ListBox("", &filteredIndex, filteredSlideNames.begin(), in drawImGui()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h42 ListBox, enumerator
Dcfwl_listbox.cpp40 return FWL_Type::ListBox; in GetClassID()
/external/python/cpython2/Tools/msi/
Dschema.py313 ListBox = Table('ListBox') variable
314 ListBox.add_field(1,'Property',11592)
315 ListBox.add_field(2,'Order',9474)
316 ListBox.add_field(3,'Value',3392)
317 ListBox.add_field(4,'Text',8000)
580 …lExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPe…
Duisample.py395 ListBox = [ variable
/external/python/cpython2/Lib/msilib/
Dschema.py313 ListBox = Table('ListBox') variable
314 ListBox.add_field(1,'Property',11592)
315 ListBox.add_field(2,'Order',9474)
316 ListBox.add_field(3,'Value',3392)
317 ListBox.add_field(4,'Text',8000)
580 …lExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPe…
/external/capstone/bindings/vb6/
DForm1.frm98 Begin VB.ListBox List1
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp257 case FWL_Type::ListBox: in GetTheme()
/external/autotest/frontend/client/src/autotest/public/
Dafeclient.css133 .gwt-ListBox, .filter-box {
/external/python/cpython2/Doc/library/
Dtix.rst313 Hierarchical ListBox
358 Tabular ListBox
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst301 Hierarchical ListBox
346 Tabular ListBox
/external/mesa3d/src/imgui/
Dimgui.h499 …IMGUI_API bool ListBox(const char* label, int* current_item, const char* const items[], i…
500 …IMGUI_API bool ListBox(const char* label, int* current_item, bool (*items_getter)(void* d…
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py94 self.ctrls[Text] = wx.ListBox(panel, Id, pos=(Col, Row), size=Len)

12