/frameworks/native/opengl/tests/angeles/ |
Android.bp | 8 "demo.c",
|
/frameworks/rs/tests/java_api/CannyLive/ |
_index.html | 1 <h1>RenderScript Camera Demo</h1>
|
/external/sonivox/jet_tools/JetCreator_content/ |
JetCreator_demo_1.zip | |
/frameworks/base/packages/SystemUI/docs/ |
demo_mode.md | 0 # Demo Mode for the Android System UI 2 *Demo mode for the status bar allows you to force the status bar into a fixed state, useful for taking screenshots with a consistent status bar state, or testing different status icon permutations. Demo mode is available in recent versions of Android.* 4 ## Enabling demo mode 5 Demo mode is protected behind a system setting. To enable it for a device, run: 16 com.android.systemui.demo 27 ```enter``` | | | Enters demo mode, bar state allowed to be modified (for convenience, any of the other non-exit commands will automatically flip demo mode on, no need to call this explicitly in practice) 28 ```exit``` | | | Exits demo mode, bars back to their system-driven state 63 Enter demo mod [all...] |
/external/python/cpython2/Demo/turtle/ |
demohelp.txt | 11 (1) How to use the demo viewer 12 (2) How to add your own demos to the demo repository 15 (1) How to use the demo viewer. 21 - Press START button to start the demo. 30 Press START button to start the demo. 33 as in an ordinary demo script. 47 between events concerning the demo script and those concerning the 48 demo-viewer. (They run in the same process.) Strange behaviour may be 54 (2) How to add your own demos to the demo repository 55 IMPORTANT! When imported, the demo should not modify the syste [all...] |
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9-sources.jar | |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarApp.java | 10 package com.ibm.icu.dev.demo.calendar; 14 import com.ibm.icu.dev.demo.impl.DemoApplet; 35 /* This creates a CalendarFrame for the demo applet. */
|
/development/samples/UiAutomator/ |
README | 1 ----------- LaunchSettings Demo ----------- 8 To run this demo you must build it first and push it on your device: 12 ---------- LogBuildNumber Demo ------------ 20 To run this demo you must build it first and push it on your device: 24 ---------- SetTwoMinuteAlarm Demo --------- 29 To run this demo you must build it first and push it on your device:
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
DemoApplet.java | 9 package com.ibm.icu.dev.demo.translit; 18 import com.ibm.icu.dev.demo.impl.AppletFrame; 35 Demo frame = null; 39 new AppletFrame("Transliteration Demo", applet, 640, 480); 44 Button button = new Button("Transliteration Demo"); 48 frame = new Demo(600, 200);
|
demo.bat | 11 REM For best results, run the demo as an applet inside of Netscape 17 javaw Demo
|
/external/ImageMagick/PerlMagick/demo/ |
Makefile | 2 perl demo.pl 16 /bin/rm -f demo.jpg button.gif model.png shadow.gif tree.gif \
|
/external/python/cpython2/Doc/extending/ |
building.rst | 33 module1 = Extension('demo', 34 sources = ['demo.c']) 38 description = 'This is a demo package', 42 With this :file:`setup.py`, and a file :file:`demo.c`, running :: 46 will compile :file:`demo.c`, and produce an extension module named ``demo`` in 49 :file:`demo.so` or :file:`demo.pyd`. 64 defines an extension named ``demo`` which is build by compiling a single source 65 file, :file:`demo.c` [all...] |
/development/samples/AndroidBeamDemo/ |
_index.html | 1 <p>Android Beam Demo shows how to use the Android Beam feature introduced in API level 14. This
|
/development/samples/browseable/HdrViewfinder/ |
_index.jd | 8 This demo implements a real-time high-dynamic-range camera viewfinder, by alternating
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
unixclient.py | 1 # Echo client demo using Unix sockets
|
/external/ImageMagick/Magick++/demo/ |
demos.tap | 9 subdir=Magick++/demo 20 for demo in button demo flip gravity piddle shapes 22 ./${demo} && echo "ok" || echo "not ok"
|
/external/androidplot/Examples/DemoApp/res/values/ |
strings.xml | 3 <string name="app_name">AndroidPlot Demo</string>
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/ |
Ruleb.g | 1 // A single rule in a grammar that must be imported by the demo
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
README.txt | 1 Hi. This is a simple demo of tree construction and tree parsing with ANTLR
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/ |
README.md | 3 This demo interfaces with the Chrome document scanning API to acquire scanned
|
/external/clang/www/demo/ |
what is this directory.txt | 1 This is for the LLVM+Clang browser based demo. 2 It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed Clang instead. 7 Anyways, right now, these file a basically just a copy of the LLVM+GCC demo (no changes have been made). The files don't even work right in this location on the server. As such, someone will need to edit the file or rewrite it.
|
/external/eigen/demos/mandelbrot/ |
README | 1 *** Mandelbrot demo ***
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
Launcher.java | 9 package com.ibm.icu.dev.demo; 25 import com.ibm.icu.dev.demo.impl.DemoApplet; 26 import com.ibm.icu.dev.demo.impl.DemoUtility; 40 public static final String demoBase = "com.ibm.icu.dev.demo"; 49 "translit.Demo", 55 public Button buttonList[] = new Button[demoList.length]; // one button for each demo 86 String demo = demoList[i]; local 87 Button b = new Button(demo); 120 void showStatus(String demo, String status) { 121 showStatus(demo+": "+status) 140 String demo = demoBase+'.'+demoShort; local [all...] |
/external/python/cpython2/Demo/sockets/ |
unixclient.py | 1 # Echo client demo using Unix sockets
|
/external/testng/src/test/resources/xml/ |
badWithDoctype.xml | 4 <test name="Demo 1" preserve-order="true" />
|