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

  /external/testng/src/test/java/test/pholser/
Demo.java 14 * @version $Id: Demo.java,v 1.5 2006/06/22 13:45:01 cedric Exp $
16 public class Demo {
20 Captor.instance().capture( "Demo.setUpFixture" );
25 Captor.instance().capture( "Demo.setUp" );
30 Captor.instance().capture( "Demo.tearDown" );
35 final List<String> expected = Arrays.asList(new String[] { "Demo.setUpFixture", "Demo.setUp", "Demo.tearDown" });
42 final List<String> expected = Arrays.asList(new String[] { "Demo.setUpFixture", "Demo.setUp" } )
    [all...]
  /external/python/cpython2/Demo/tkinter/guido/
canvasevents.py 181 def __init__(self, demo):
182 self.demo = demo
183 MovingPile.__init__(self, self.demo.canvas, self.x, self.y, self.tag)
194 return self.demo.p2
213 return self.demo.p1
216 class Demo:
239 demo = Demo(root)
  /external/python/cpython2/Demo/tix/
tixwidgets.py 9 # This is a demo program of some of the Tix widgets available in Python.
26 class Demo:
104 global demo
108 demo.statusbar = Tix.Label(w, relief=Tix.SUNKEN, bd=1)
109 demo.statusbar.form(padx=3, pady=3, left=0, right='%70')
120 demo.balloon = Tix.Balloon(root)
127 demo.balloon['statusbar'] = demo.statusbar
176 global demo
178 demo = Demo(root
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckCLDR.java 688 demoType = Type.Demo;
691 Comment, Warning, Error, Example, Demo
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 9 package com.ibm.icu.dev.demo.translit;
67 public class Demo extends Frame {
98 Frame f = new Demo(600, 200);
101 com.ibm.icu.dev.demo.impl.DemoApplet.demoFrameClosed();
106 com.ibm.icu.dev.demo.impl.DemoApplet.demoFrameOpened();
109 public Demo(int width, int height) {
110 super("Transliteration Demo");
276 helpDialog = new InfoDialog(this, "Simple Demo", "Instructions",
422 Demo frame;
425 FileListener(Demo frame, int choice)
    [all...]

Completed in 953 milliseconds