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

1 2 3 4 5 6 7

  /art/test/712-varhandle-invocations/src/
Widget.java 17 // Widget class for reference type accessor tests.
18 public class Widget {
21 public Widget(int requisitionNumber) {
30 if (!(o instanceof Widget)) {
33 Widget wo = (Widget) o;
37 public static final Widget ONE = new Widget(1);
38 public static final Widget TWO = new Widget(2)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue113/com/foo/base/
Widget.java 6 public class Widget {}
  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
widget_test.cc 36 // This is a simple test file for the Widget class in the Widget.framework
41 #include <Widget/widget.h>
44 // Widget class correctly.
46 Widget widget(1.0f, "name");
47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
54 Widget widget(1.0f, "name")
    [all...]
  /external/googletest/googletest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
widget_test.cc 36 // This is a simple test file for the Widget class in the Widget.framework
41 #include <Widget/widget.h>
44 // Widget class correctly.
46 Widget widget(1.0f, "name");
47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
54 Widget widget(1.0f, "name")
    [all...]
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
widget_test.cc 36 // This is a simple test file for the Widget class in the Widget.framework
41 #include <Widget/widget.h>
44 // Widget class correctly.
46 Widget widget(1.0f, "name");
47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
54 Widget widget(1.0f, "name")
    [all...]
  /external/v8/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
widget_test.cc 36 // This is a simple test file for the Widget class in the Widget.framework
41 #include <Widget/widget.h>
44 // Widget class correctly.
46 Widget widget(1.0f, "name");
47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
54 Widget widget(1.0f, "name")
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
widget_test.cc 36 // This is a simple test file for the Widget class in the Widget.framework
41 #include <Widget/widget.h>
44 // Widget class correctly.
46 Widget widget(1.0f, "name");
47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
54 Widget widget(1.0f, "name")
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockWidget.java 3 import com.androidplot.ui.widget.Widget;
7 @MockClass(realClass = Widget.class, inverse = false)
  /external/python/cpython2/Lib/lib-tk/
Dialog.py 12 class Dialog(Widget):
16 Widget._setup(self, master, cnf)
23 try: Widget.destroy(self)
  /external/python/cpython3/Lib/tkinter/
dialog.py 9 class Dialog(Widget):
13 Widget._setup(self, master, cnf)
20 try: Widget.destroy(self)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Dialog.py 12 class Dialog(Widget):
16 Widget._setup(self, master, cnf)
23 try: Widget.destroy(self)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Dialog.py 12 class Dialog(Widget):
16 Widget._setup(self, master, cnf)
23 try: Widget.destroy(self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 12 class Dialog(Widget):
16 Widget._setup(self, master, cnf)
23 try: Widget.destroy(self)

Completed in 642 milliseconds

1 2 3 4 5 6 7