/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
TransportControllerActivity.java | 289 // We're just playing a built-in demo video.
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 57 * A small demo of advanced camera functionality with the Android camera2 API. 59 * <p>This demo implements a real-time high-dynamic-range camera viewfinder, 64 * <p>The demo has three modes: Regular auto-exposure viewfinder, split-screen manual exposure,
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 57 * A small demo of advanced camera functionality with the Android camera2 API. 59 * <p>This demo implements a real-time high-dynamic-range camera viewfinder, 64 * <p>The demo has three modes: Regular auto-exposure viewfinder, split-screen manual exposure,
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
HdrViewfinderActivity.java | 57 * A small demo of advanced camera functionality with the Android camera2 API. 59 * <p>This demo implements a real-time high-dynamic-range camera viewfinder, 64 * <p>The demo has three modes: Regular auto-exposure viewfinder, split-screen manual exposure,
|
/external/eigen/demos/opengl/ |
quaternion_demo.cpp | 649 QuaternionDemo demo; local 650 demo.resize(600,500); 651 demo.show();
|
/external/libmicrohttpd/src/examples/ |
demo.c | 21 * @file demo.c 835 * Entry point to demo. Note: this HTTP server will make all 907 /* end of demo.c */
|
/external/libvncserver/ |
README | 36 reset to the position of the pointer! If you are done with that demo, press 42 The demo pnmshow is much simpler: you either provide a filename as argument 272 I found some programs based on the demo server from AT&T, which was also the
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.cpp | 24 * This is a port of the infamous "glxgears" demo to straight EGL 27 * This a rewrite of the 'eglgears' demo in straight Gallium 30 * This a port of the 'galliumgears' demo to Direct3D 11
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
main_detection.cpp | 156 namedWindow("REAL TIME DEMO", WINDOW_KEEPRATIO); 331 imshow("REAL TIME DEMO", frame_vis); 335 destroyWindow("REAL TIME DEMO");
|
/external/tinyxml/ |
readme.txt | 372 (say "demo.xml") you would create a document, and parse it in: 374 TiXmlDocument doc( "demo.xml" ); 430 TiXmlDocument "demo.xml"
|
xmltest.cpp | 146 printf( "** Demo doc read from disk: ** \n\n" ); 230 printf( "\n** Demo doc processed: ** \n\n" ); 235 printf( "** Demo doc processed to stream: ** \n\n" );
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkControllerImpl.java | 101 private boolean mInetCondition; // Used for Logging and demo. 688 if (DEBUG) Log.d(TAG, "Entering demo mode"); 694 if (DEBUG) Log.d(TAG, "Exiting demo mode"); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_sysconfigdata.py | 41 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in Include Lib Misc Demo Ext-dummy', 42 'DISTDIRS': 'Include Lib Misc Demo Ext-dummy', 491 'SUBDIRSTOO': 'Include Lib Misc Demo',
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_sysconfigdata.py | 41 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in Include Lib Misc Demo Ext-dummy', 42 'DISTDIRS': 'Include Lib Misc Demo Ext-dummy', 491 'SUBDIRSTOO': 'Include Lib Misc Demo',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_sysconfigdata.py | 41 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in Include Lib Misc Demo Ext-dummy', 42 'DISTDIRS': 'Include Lib Misc Demo Ext-dummy', 491 'SUBDIRSTOO': 'Include Lib Misc Demo',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_sysconfigdata.py | 41 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in Include Lib Misc Demo Ext-dummy', 42 'DISTDIRS': 'Include Lib Misc Demo Ext-dummy', 491 'SUBDIRSTOO': 'Include Lib Misc Demo',
|
/external/ImageMagick/Magick++/ |
ChangeLog | 45 * demo/analyze.cpp (main): New program to demonstrate using the 47 * demo/Makefile.am: Add rules to build analyze program. 110 * demo/demo.cpp (main): Don't crop logo image. * 214 * demo/Makefile.am (CLEANFILES): Fix clean target to remove 216 * demo/zoom.cpp: Added a command-line parser for dash 752 * demo/demo.cpp (main): Updated to match PerlMagick demo. [all...] |
/external/jetty/ |
VERSION.txt | [all...] |
/prebuilts/devtools/tools/lib/ |
jfreechart-swt-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9.jar | |
/device/google/dragon/recovery/updater/ |
debug_ec.c | 667 if (argc > 1 && !strcasecmp(argv[1], "demo")) { 671 param.demo.num = 1; 674 param.demo.num = 0;
|
/external/llvm/docs/ |
HowToReleaseLLVM.rst | 343 demo page. 366 Update the LLVM Demo Page 369 The LLVM demo page must be updated to use the new release. This consists of
|
/external/tinyxml/docs/ |
index.html | 178 Its not much of a To Do list, but it will do. To read this file (say "demo.xml") you would create a document, and parse it in: <div class="fragment"><pre class="fragment"> TiXmlDocument doc( "demo.xml" ); 201 Looking at the entire object tree, you end up with: <div class="fragment"><pre class="fragment">TiXmlDocument "demo.xml"
|
/development/samples/ApiDemos/res/values/ |
strings.xml | [all...] |