HomeSort by relevance Sort by last modified time
    Searched defs:TestView (Results 1 - 5 of 5) sorted by null

  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java 54 class TestView extends GLSurfaceView {
55 TestView(Context context) {
60 public TestView(Context context, AttributeSet attrs) {
  /external/autotest/site_utils/
run_suite.py 485 @param view: A TestView object.
496 if view.get_testname() == TestView.SUITE_PREP:
617 class TestView(object):
627 """Init a TestView object representing a tko test view.
    [all...]
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 60 class TestView extends GLSurfaceView {
61 TestView(Context context) {
66 public TestView(Context context, AttributeSet attrs) {
  /external/autotest/frontend/tko/
models.py 445 Join the given TestView QuerySet to TestAttribute. The resulting query
499 """Join the given TestView QuerySet to IterationResult for one result.
501 The resulting query looks like a TestView query but has one row per
502 iteration. Each row includes all the attributes of TestView, an
505 We accomplish this by joining the TestView query to IterationResult
508 is the only restriction, so each TestView row expands to a row per
694 class TestView(dbmodels.Model, model_logic.ModelExtensions):
748 raise NotImplementedError('TestView is read-only')
752 raise NotImplementedError('TestView is read-only')
760 return super(TestView, cls).query_objects
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 338 TestView view1 = new TestView(new Activity());
347 TestView view1 = new TestView(new Activity());
477 private static class TestView extends View {
480 public TestView(Context context) {

Completed in 3035 milliseconds