Home
last modified time | relevance | path

Searched refs:Widget (Results 1 – 25 of 141) sorted by relevance

123456

/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
Dwidget.cc40 Widget::Widget(int number, const std::string& name) in Widget() function in Widget
44 Widget::~Widget() {} in ~Widget()
46 float Widget::GetFloatValue() const { in GetFloatValue()
50 int Widget::GetIntValue() const { in GetIntValue()
54 std::string Widget::GetStringValue() const { in GetStringValue()
58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const { in GetCharPtrValue()
Dwidget.h42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
/external/pdfium/testing/resources/javascript/
Dfield.fragment39 /Subtype /Widget
54 /Subtype /Widget
65 /Subtype /Widget
75 /Subtype /Widget
85 /Subtype /Widget
95 /Subtype /Widget
111 /Subtype /Widget
126 /Subtype /Widget
Dbug_494057.in37 /Subtype /Widget
52 /Subtype /Widget
61 /Subtype /Widget
70 /Subtype /Widget
79 /Subtype /Widget
/external/python/cpython2/Lib/lib-tk/
Dttk.py528 class Widget(Tkinter.Widget): class
555 Tkinter.Widget.__init__(self, master, widgetname, kw=kw)
594 class Button(Widget):
610 Widget.__init__(self, master, "ttk::button", kw)
618 class Checkbutton(Widget):
633 Widget.__init__(self, master, "ttk::checkbutton", kw)
647 class Entry(Widget, Tkinter.Entry):
667 Widget.__init__(self, master, widget or "ttk::entry", kw)
723 class Frame(Widget):
738 Widget.__init__(self, master, "ttk::frame", kw)
[all …]
DDialog.py12 class Dialog(Widget):
16 Widget._setup(self, master, cnf)
23 try: Widget.destroy(self)
/external/python/cpython3/Lib/tkinter/
Dttk.py530 class Widget(tkinter.Widget): class
557 tkinter.Widget.__init__(self, master, widgetname, kw=kw)
596 class Button(Widget):
612 Widget.__init__(self, master, "ttk::button", kw)
620 class Checkbutton(Widget):
635 Widget.__init__(self, master, "ttk::checkbutton", kw)
649 class Entry(Widget, tkinter.Entry):
669 Widget.__init__(self, master, widget or "ttk::entry", kw)
725 class Frame(Widget):
740 Widget.__init__(self, master, "ttk::frame", kw)
[all …]
Ddialog.py9 class Dialog(Widget):
13 Widget._setup(self, master, cnf)
20 try: Widget.destroy(self)
/external/angle/src/libANGLE/
DOverlayWidgets.cpp173 using AppendWidgetDataFunc = void (*)(const overlay::Widget *widget,
188 static void AppendFPS(const overlay::Widget *widget,
193 static void AppendVulkanLastValidationMessage(const overlay::Widget *widget,
198 static void AppendVulkanValidationMessageCount(const overlay::Widget *widget,
203 static void AppendVulkanCommandGraphSize(const overlay::Widget *widget,
208 static void AppendVulkanRenderPassCount(const overlay::Widget *widget,
213 static void AppendVulkanSecondaryCommandBufferPoolWaste(const overlay::Widget *widget,
226 static void AppendTextCommon(const overlay::Widget *widget,
232 static void AppendGraphCommon(const overlay::Widget *widget,
241 void AppendWidgetDataHelper::AppendTextCommon(const overlay::Widget *widget, in AppendTextCommon()
[all …]
DOverlayWidgets.h71 class Widget
74 virtual ~Widget() {} in ~Widget()
95 class Count : public Widget
121 class Text : public Widget
133 class RunningGraph : public Widget
DOverlay.h53 angle::PackedEnumMap<WidgetId, std::unique_ptr<overlay::Widget>> mOverlayWidgets;
91 template <typename Widget, WidgetType Type>
92 Widget *getWidgetAs(WidgetId id) const in getWidgetAs()
96 return rx::GetAs<Widget>(mState.mOverlayWidgets[id].get()); in getWidgetAs()
/external/python/pybind11/tests/test_embed/
Dtest_interpreter.cpp18 class Widget { class
20 Widget(std::string message) : message(message) { } in Widget() function in Widget
21 virtual ~Widget() = default;
30 class PyWidget final : public Widget {
31 using Widget::Widget;
33 int the_answer() const override { PYBIND11_OVERLOAD_PURE(int, Widget, the_answer); } in the_answer()
37 py::class_<Widget, PyWidget>(m, "Widget") in PYBIND11_EMBEDDED_MODULE()
39 .def_property_readonly("the_message", &Widget::the_message); in PYBIND11_EMBEDDED_MODULE()
68 const auto &cpp_widget = py_widget.cast<const Widget &>();
Dtest_interpreter.py1 from widget_module import Widget
4 class DerivedWidget(Widget):
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DFlexWizardCard.java7 import com.google.gwt.user.client.ui.Widget;
42 protected Widget createValueFieldWidget(String fieldId, String value) { in createValueFieldWidget()
46 protected Widget createStringValueFieldWidget(String fieldId, String value, in createStringValueFieldWidget()
48 Widget widget; in createStringValueFieldWidget()
63 protected Widget createLabel(String value) { in createLabel()
DConfigViewMode.java5 import com.google.gwt.user.client.ui.Widget;
21 private Widget reloadModeWidget() { in reloadModeWidget()
41 public Widget display() { in display()
42 Widget widget = reloadModeWidget(); in display()
DConfigWizard.java17 import com.google.gwt.user.client.ui.Widget;
36 private Widget headerContainer;
39 private Widget footerContainer;
84 protected Widget createWizardHeader() { in createWizardHeader()
117 protected Widget createWizardFooter() { in createWizardFooter()
237 public Widget display(); in display()
/external/pdfium/testing/resources/
Dannotiter.in78 /Subtype /Widget
93 /Subtype /Widget
102 /Subtype /Widget
111 /Subtype /Widget
120 /Subtype /Widget
Dlistbox_form.in54 /Subtype /Widget
65 /Subtype /Widget
80 /Subtype /Widget
91 /Subtype /Widget
103 /Subtype /Widget
Dtext_form_multiple.in29 /Subtype /Widget
63 /Subtype /Widget
75 /Subtype /Widget
85 /Subtype /Widget
Dlinks_highlights_annots.in76 /Subtype /Widget
85 /Subtype /Widget
94 /Subtype /Widget
103 /Subtype /Widget
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue113/com/foo/
DWidget.java19 public class Widget extends com.foo.base.Widget { class
39 doSomethingMore(new Widget()); in doSomething()
42 public void doSomethingMore(Widget value) { in doSomethingMore()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DLayoutManager.java23 import com.androidplot.ui.widget.Widget;
27 public class LayoutManager extends ZLinkedList<Widget>
66 for(Widget w : elements()) { in onPostInit()
89 for (Widget widget : elements()) { in draw()
131 Widget.getAnchorCoordinates(coords.x, coords.y, elementWidth, in draw()
257 for (Widget widget : elements()) { in refreshLayout()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go456 type Widget struct { struct
468 func (m *Widget) Reset() { *m = Widget{} } argument
469 func (m *Widget) String() string { return proto.CompactTextString(m) } argument
470 func (*Widget) ProtoMessage() {} argument
471 func (*Widget) Descriptor() ([]byte, []int) { argument
475 func (m *Widget) XXX_Unmarshal(b []byte) error { argument
478 func (m *Widget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
481 func (m *Widget) XXX_Merge(src proto.Message) { argument
484 func (m *Widget) XXX_Size() int { argument
487 func (m *Widget) XXX_DiscardUnknown() { argument
[all …]
/external/autotest/frontend/client/src/autotest/common/table/
DTableDecorator.java13 import com.google.gwt.user.client.ui.Widget;
65 public void addControl(String text, Widget widget) { in addControl()
112 public void setActionsWidget(Widget widget) { in setActionsWidget()
116 private void setRow(int row, Widget widget) { in setRow()
/external/python/cpython2/Demo/tkinter/matt/
Drubber-band-box-demo-1.py51 Widget.bind(self.canvasObject, "<Button-1>", self.mouseDown)
52 Widget.bind(self.canvasObject, "<Button1-Motion>", self.mouseMotion)
53 Widget.bind(self.canvasObject, "<Button1-ButtonRelease>", self.mouseUp)

123456