Searched
full:demo (Results
451 -
475 of
933) sorted by null
<<11121314151617181920>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.input | 1 """This is a substantially improved version of the older Interpreter.py demo 5 Like Interpreter.py, this is still just a demo, and needs substantial
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 142 # class Demo 146 # Example::Demo.modspace #=> Example
|
/external/autotest/client/tests/fsstress/ |
ext3-tools.tar.gz | |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
TransliteratingTextComponent.java | 7 package com.ibm.icu.dev.demo.translit; 11 import com.ibm.icu.dev.demo.impl.DumbTextComponent;
|
Demo.java | 7 package com.ibm.icu.dev.demo.translit; 66 public class Demo extends Frame { 100 Frame f = new Demo(600, 200); 103 com.ibm.icu.dev.demo.impl.DemoApplet.demoFrameClosed(); 108 com.ibm.icu.dev.demo.impl.DemoApplet.demoFrameOpened(); 111 public Demo(int width, int height) { 112 super("Transliteration Demo"); 278 helpDialog = new InfoDialog(this, "Simple Demo", "Instructions", 424 Demo frame; 427 FileListener(Demo frame, int choice) [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/ |
FreeTypeAtlasTest.java | 81 // Our demo doesn't need any fancy characters. 186 // for the demo, show how many glyphs we loaded
|
FreeTypePackTest.java | 78 // Our demo doesn't need any fancy characters.
217 // for the demo, show how many glyphs we loaded
|
/external/liblzf/ |
Changes | 60 - replaced lzf demo by industrial-strength lzf utility with behaviour 124 - lzf demo program now properly decompresses small files.
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_filtering/ |
py_filtering.markdown | 66 Check a sample demo below with a kernel of 5x5 size: 114 In this demo, I added a 50% noise to our original image and applied median blur. Check the result:
|
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/ |
py_non_local_means.markdown | 45 online demo can be found at first link in additional resources. 146 -# <http://www.ipol.im/pub/art/2011/bcm_nlm/> (It has the details, online demo etc. Highly
|
/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/ |
erosion_dilatation.markdown | 98 imshow( "Erosion Demo", erosion_dst ); 146 imshow( "Dilation Demo", dilation_dst );
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
contributing.html | 20 <tr><td><font size="-1"><a class="sidebar" href="demo.html">Demo and data</a></font></td></tr>
|
factSheet.html | 20 <tr><td><font size="-1"><a class="sidebar" href="demo.html">Demo and data</a></font></td></tr>
|
performance.html | 21 <tr><td><font size="-1"><a class="sidebar" href="demo.html">Demo and data</a></font></td></tr>
|
reportingBugs.html | 20 <tr><td><font size="-1"><a class="sidebar" href="demo.html">Demo and data</a></font></td></tr>
|
sourceInfo.html | 19 <tr><td><font size="-1"><a class="sidebar" href="demo.html">Demo and data</a></font></td></tr>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
SignalController.java | 86 * Used at the end of demo mode to clear out any ugly state that it has created. 90 * Used for demo mode.
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
BlasBenchmark.java | 56 // In demo mode this is used to count updates in the pipeline. It's 289 mDemoMode = i.getBooleanExtra("demo", false);
|
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 5 // Simple demo program for Magick++ 7 // Concept and algorithms lifted from PerlMagick demo script written 483 montageOpts.fileName( "Magick++ Demo" );
|
/external/opencv3/samples/cpp/ |
image_alignment.cpp | 6 * The demo loads an image (defaults to ../data/fruits.jpg) and it artificially creates 177 parser.about("ECC demo"); 372 cout << "Press any key to exit the demo (you might need to click on the images before)." << endl << flush;
|
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/ |
ShortcutPublisher.java | 215 .setShortLabel("Shortcut Demo Main") 222 .setShortLabel("Shortcut Demo Main with extras")
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 96 // In this demo, all we need to know is the server address. 259 // this demo, we just send the shared secret in plaintext and wait
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
CardFlip.java | 45 * Note that in this demo touch events are disabled in the middle of any animation so 48 * simplify the code for this demo.
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
ListViewItemAnimations.java | 45 * Watch the associated video for this demo on the DevBytes channel of developer.android.com 180 * NOTE: This is a simplified version of swipe behavior, for the purposes of this demo
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarPanel.java | 8 package com.ibm.icu.dev.demo.calendar; 19 import com.ibm.icu.dev.demo.impl.DemoUtility;
|
Completed in 1062 milliseconds
<<11121314151617181920>>