/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/ |
D | widget.cc | 40 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()
|
D | widget.h | 42 class Widget { 44 Widget(int number, const std::string& name); 45 ~Widget();
|
/external/pdfium/testing/resources/javascript/ |
D | field.fragment | 39 /Subtype /Widget 54 /Subtype /Widget 65 /Subtype /Widget 75 /Subtype /Widget 85 /Subtype /Widget 95 /Subtype /Widget 111 /Subtype /Widget 126 /Subtype /Widget
|
D | bug_494057.in | 37 /Subtype /Widget 52 /Subtype /Widget 61 /Subtype /Widget 70 /Subtype /Widget 79 /Subtype /Widget
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 528 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 …]
|
D | Dialog.py | 12 class Dialog(Widget): 16 Widget._setup(self, master, cnf) 23 try: Widget.destroy(self)
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 530 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 …]
|
D | dialog.py | 9 class Dialog(Widget): 13 Widget._setup(self, master, cnf) 20 try: Widget.destroy(self)
|
/external/angle/src/libANGLE/ |
D | OverlayWidgets.cpp | 173 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 …]
|
D | OverlayWidgets.h | 71 class Widget 74 virtual ~Widget() {} in ~Widget() 95 class Count : public Widget 121 class Text : public Widget 133 class RunningGraph : public Widget
|
D | Overlay.h | 53 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/ |
D | test_interpreter.cpp | 18 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 &>();
|
D | test_interpreter.py | 1 from widget_module import Widget 4 class DerivedWidget(Widget):
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | FlexWizardCard.java | 7 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()
|
D | ConfigViewMode.java | 5 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()
|
D | ConfigWizard.java | 17 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/ |
D | annotiter.in | 78 /Subtype /Widget 93 /Subtype /Widget 102 /Subtype /Widget 111 /Subtype /Widget 120 /Subtype /Widget
|
D | listbox_form.in | 54 /Subtype /Widget 65 /Subtype /Widget 80 /Subtype /Widget 91 /Subtype /Widget 103 /Subtype /Widget
|
D | text_form_multiple.in | 29 /Subtype /Widget 63 /Subtype /Widget 75 /Subtype /Widget 85 /Subtype /Widget
|
D | links_highlights_annots.in | 76 /Subtype /Widget 85 /Subtype /Widget 94 /Subtype /Widget 103 /Subtype /Widget
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue113/com/foo/ |
D | Widget.java | 19 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/ |
D | LayoutManager.java | 23 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/ |
D | test_objects.pb.go | 456 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/ |
D | TableDecorator.java | 13 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/ |
D | rubber-band-box-demo-1.py | 51 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)
|