Searched defs:applet (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/misc/
H A Dssfilter.y44 applet: null expr label
/external/jmonkeyengine/engine/src/test/jme3test/awt/
H A DTestApplet.java40 import java.applet.Applet;
51 private static TestApplet applet; field in class:TestApplet
84 applet.add(canvas);
114 applet = this;
118 System.out.println("applet:init");
124 System.out.println("applet:start");
130 System.out.println("applet:stop");
138 System.out.println("applet:destroyStart");
142 System.out.println("applet:destroyEnd");
/external/javassist/src/main/javassist/tools/rmi/
H A DObjectImporter.java20 import java.applet.Applet;
29 * object, the applet first calls <code>lookupObject()</code> and
36 * From the viewpoint of the applet, therefore, the two objects are
37 * identical. The applet can access the object on the server
41 * <p>The methods remotely called by the applet must be <code>public</code>.
42 * This is true even if the applet's class and the remote object's classs
61 * the applet cannot instantiate <code>C</code> locally or remotely.
86 * applet has been loaded from.
88 * @param applet the applet loade
90 ObjectImporter(Applet applet) argument
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 180 milliseconds