/external/javassist/src/main/javassist/tools/rmi/ |
package.html | 5 <p>This package enables applets to access remote objects
|
AppletServer.java | 31 * <code>exportObject()</code> remotely accessible from applets.
|
/external/proguard/examples/ |
applets.pro | 2 # This ProGuard configuration file illustrates how to process applets. 4 # java -jar proguard.jar @applets.pro 14 # Preserve all public applets.
|
/external/proguard/examples/ant/ |
applets.xml | 1 <!-- This Ant build file illustrates how to process applets. 2 Usage: ant -f applets.xml --> 4 <project name="Applets" default="obfuscate" basedir="../.."> 19 <!-- Preserve all public applets. -->
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/ |
applets.xml | 1 <!-- This Ant build file illustrates how to process applets. 2 Usage: ant -f applets.xml --> 4 <project name="Applets" default="obfuscate" basedir="../.."> 30 <!-- Preserve all public applets. -->
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
applets.pro | 2 # This ProGuard configuration file illustrates how to process applets. 4 # java -jar proguard.jar @applets.pro 31 # Preserve all public applets.
|
/external/chromium_org/third_party/WebKit/ManualTests/accessibility/ |
java-applet.html | 6 <p>This test checks our support for accessibility of java applets.</p>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
appletrunner.py | 2 # This file is meant as an executable script for running applets.
|
appletrawmain.py | 4 # This script is put into __rawmain__.pyc for applets that need argv
|
argvemulator.py | 1 """argvemulator - create sys.argv from OSA events. Used by applets that
|
buildtools.py | 127 raise BuildError, "No updating yet for MachO applets" 153 raise BuildError, "Extra files only allowed for MachoPython applets"
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLNameCollection.cpp | 66 // find only images, forms, applets, embeds and objects by name, 80 // find images, forms, applets, embeds, objects and iframes by name, 81 // applets and object by id, and images by id but only if they have
|
/libcore/luni/src/main/java/java/net/ |
JarURLConnection.java | 36 * <li>Archive: {@code jar:http://www.example.com/applets/archive.jar!/}</li> 38 * jar:http://www.example.com/applets/archive.jar!/test.class}</li> 40 * jar:http://www.example.com/applets/archive.jar!/applets/}</li>
|
/prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.pom | 9 <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description>
|
/external/javassist/sample/rmi/ |
webdemo.html | 117 and <code>.class</code> files (Java applets).
172 It is suitable for writing simple distributed programs like applets.
|
/external/proguard/docs/manual/ |
examples.html | 23 <li><a href="#applets">All possible applets in the input jars</a> 25 <li><a href="#jcapplets">All possible Java Card applets in the input jars</a> 350 <a name="applets"> </a> 351 <h3>All possible applets in the input jars</h3> 352 These options shrink, optimize, and obfuscate all public applets in 366 prints out which applets exactly will be preserved. 416 <h3>All possible Java Card applets in the input jars</h3> 417 These options shrink, optimize, and obfuscate all public Java Card applets in 436 out which applets exactly will be preserved [all...] |
introduction.html | 82 your code. These entry points are typically classes with main methods, applets,
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
examples.html | 35 <li><a href="#applets">All possible applets in the input jars</a></li> 37 <li><a href="#jcapplets">All possible Java Card applets in the input jars</a></li> 491 <h3><a name="applets">All possible applets in the input jars</a></h3> 493 These options shrink, optimize, and obfuscate all public applets in 507 prints out which applets exactly will be preserved. 556 <h3><a name="jcapplets">All possible Java Card applets in the input jars</a></h3> 558 These options shrink, optimize, and obfuscate all public Java Card applets in 577 out which applets exactly will be preserved [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestFog.java | 59 // set default for applets
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
TestPostWaterLake.java | 50 // set default for applets
|
TestSceneWater.java | 53 // set default for applets
|
/external/proguard/docs/ |
main.html | 42 instance, the following configuration option preserves all applets in a jar:
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.idl | 117 readonly attribute HTMLCollection applets;
|
/external/iputils/doc/ |
iputils.db | 46 to state of basic networking applets: <command/ping/, <command/traceroute/
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 114 catch (RuntimeException e) { /* normally fails for applets */ }
|