HomeSort by relevance Sort by last modified time
    Searched full:evolve (Results 1 - 25 of 46) sorted by null

1 2

  /external/javassist/sample/evolve/
start.html 3 <p>1. Compile <code>sample/evolve/*.java</code>.
5 <p>2. change the current directory to <code>sample/evolve</code><br>
6 and compile there <code>sample/evolve/WebPage.java</code><br>
7 (i.e. compile <code>sample/evolve/sample/evolve/WebPage.java</code>).
16 <code>% java sample.evolve.DemoLoader 5003
DemoLoader.java 1 package sample.evolve;
13 * % java sample.evolve.DemoLoader <port number>
15 * Then DemoLoader launches sample.evolve.DemoServer with <port number>.
16 * It also translates sample.evolve.WebPage, which sample.evolve.DemoServer
27 * updatable. Then it runs main() in sample.evolve.DemoServer.
35 translator.makeUpdatable("sample.evolve.WebPage");
36 cl.run("sample.evolve.DemoServer", args);
CannotCreateException.java 1 package sample.evolve;
CannotUpdateException.java 1 package sample.evolve;
Sample.java 1 package sample.evolve;
DemoServer.java 1 package sample.evolve;
22 * either sample/evolve/WebPage.class
23 * or sample/evolve/sample/evolve/WebPage.class.
35 "Usage: java sample.evolve.DemoServer <port number>");
40 htmlfileBase = "sample/evolve/";
43 private static final String ver0 = "sample/evolve/WebPage.class.0";
44 private static final String ver1 = "sample/evolve/WebPage.class.1";
62 VersionManager.update("sample.evolve.WebPage");
93 = new FileOutputStream("sample/evolve/WebPage.class");
    [all...]
WebPage.java 1 package sample.evolve;
VersionManager.java 1 package sample.evolve;
demo.html 35 another <A HREF="sample/evolve/WebPage.java"><code>WebPage.java</code></A>
Evolution.java 1 package sample.evolve;
42 trapMethod = _pool.getMethod("sample.evolve.Sample", "make");
118 .get("sample.evolve.VersionManager"), versionManagerMethod,
  /external/javassist/sample/evolve/sample/evolve/
WebPage.java 1 package sample.evolve;
  /external/javassist/
build.xml 114 excludes="sample/hotswap/**,sample/evolve/sample/**">
121 <javac srcdir="${basedir}/sample/evolve"
122 destdir="${build.classes.dir}/sample/evolve/"
129 <copy todir="${build.classes.dir}/sample/evolve">
130 <fileset dir="sample/evolve"/>
132 <copy file="${build.classes.dir}/sample/evolve/WebPage.class"
133 tofile="${build.classes.dir}/sample/evolve/WebPage.class.0"/>
134 <copy file="${build.classes.dir}/sample/evolve/sample/evolve/WebPage.class"
135 tofile="${build.classes.dir}/sample/evolve/WebPage.class.1"/
    [all...]
Readme.html 223 <h3>7. sample/evolve/*.java</h3>
231 % javac sample/evolve/*.java
232 % java sample.evolve.DemoLoader 5003
240 (Or, see <a href="sample/evolve/start.html">sample/evolve/start.html</a>.)
  /external/llvm/docs/HistoricalNotes/
2001-04-16-DynamicCompilation.txt 32 evolve, and each implementation of an ISA (a processor) must choose a set
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
MidpointDisplacementHeightMap.java 70 * The factor by which the range will evolve at each iteration.
103 * The factor by which the range will evolve at each iteration.
  /docs/source.android.com/src/devices/
latency_design.jd 16 which is expected to evolve over time.
  /external/ceres-solver/docs/
introduction.tex 36 Amongst Ceres' users at Google two deserve special mention: William Rucklidge and James Roseborough. William was the first user of Ceres. He bravely took on the task of porting production code to an as-yet unproven optimization library, reporting bugs and helping fix them along the way. James is perhaps the most sophisticated user of Ceres at Google. He has reported and fixed bugs and helped evolve the API for the better.
  /external/chromium/chrome/common/
thumbnail_score.cc 21 // this will evolve and I don't want to break databases.
  /external/kernel-headers/original/sound/
compress_offload.h 60 * @pcm_frames: Frames decoded or encoded by DSP. This field will evolve by
compress_params.h 93 * more compact representation of fields that will not evolve
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 439 // Handle the case when DIALOG_RECEIVE_ONGOING evolve to
441 // Handle the case when DIALOG_SEND_ONGOING evolve to
  /external/webkit/Source/WebCore/webaudio/
JavaScriptAudioNode.cpp 182 // FIXME: it is likely the audio API will evolve to present an AudioBuffer with the same number of channels as our input.
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 144 * This abstracts the HAL interface to layers which can evolve in
  /external/llvm/docs/
LinkTimeOptimization.rst 208 optimizer continues to evolve. It should even be possible for a completely
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp 377 // our frame request. It would be better to evolve FrameLoader to

Completed in 1829 milliseconds

1 2