Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 50) sorted by relevance

12

/development/pdk/hosting/
Dapp.yaml3 runtime: python
/development/scripts/app_engine_server/
Dapp.yaml3 runtime: python
/development/tools/glesv2debugger/META-INF/
DMANIFEST.MF8 org.eclipse.core.runtime,
/development/pdk/pndk/samples/sample/
DMakefile14 # android runtime setup.
DMakefile.hello_cpp14 # android runtime setup.
DMakefile.uselib13 # android runtime setup.
/development/samples/RenderScript/Fountain/src/com/example/android/rs/fountain/
DFountain.java37 import java.lang.Runtime;
83 //Runtime.getRuntime().exit(0); in onPause()
/development/tools/glesv2debugger/
Dcontexts.xml7 … <test property="org.eclipse.core.runtime.isBundleInstalled" args="org.eclipse.platform.doc.isv"/>
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
DInjectView.java30 @Retention(RetentionPolicy.RUNTIME)
/development/ndk/samples/two-libs/src/com/example/twolibs/
DTwoLibs.java34 // here, we dynamically load the library at runtime in onCreate()
/development/samples/SimpleJNI/src/com/example/android/simplejni/
DSimpleJNI.java37 // The runtime will add "lib" on the front and ".o" on the end of
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dapp.yaml17 runtime: python
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyCommandEvent.java41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
/development/samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/
Dhelloworld.rs38 // Tell the runtime what the font color should be
/development/pdk/docs/porting/
Dlights.jd34 <code>liblights.so</code> so that it will get loaded from <code>/system/lib</code> at runtime.
Daudio.jd27 …io.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place libaudio …
Dintro_source_code.jd64 Common Android commands, the most important of which is the runtime command, which does much of the…
79 Android runtime Virtual Machine (VM).
Dgps.jd22 …ps.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place GPS source…
Dsensors.jd35 <code>libsensors.so</code> so that it will get loaded from <code>/system/lib</code> at runtime.
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DGLES20Activity.java27 * This sample shows how to check for OpenGL ES 2.0 support at runtime, and then
/development/testrunner/
Dadb_interface.py461 runtime_restart: stop runtime during sync and restart afterwards, useful
489 logger.Log("Restarting device runtime")
498 # start runtime and wait till boot complete flag is set
501 # press the MENU key, this will disable key guard if runtime is started
/development/scripts/
Dcombine_sdks.sh32 echo " emulator and other runtime files will be copied from IMAGES and"
/development/samples/HoneycombGallery/
DAndroidManifest.xml26 <!-- The app uses the camera, but checks for it at runtime and will work without it -->
/development/samples/BusinessCard/src/com/example/android/businesscard/
DContactAccessor.java49 * syntax, we would get a ClassNotFoundException at runtime on pre-Eclair SDKs. in getInstance()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java29 * The number of rows and columns is determined at runtime. Each

12