Home
last modified time | relevance | path

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

12

/development/scripts/app_engine_server/
Dapp.yaml3 runtime: python
/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/SampleSyncAdapter/samplesyncadapter_server/
Dapp.yaml17 runtime: python
/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/cmds/monkey/src/com/android/commands/monkey/
DMonkeyCommandEvent.java41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
DMonkeyGetFrameRateEvent.java114 p = Runtime.getRuntime().exec(GET_FRAMERATE_CMD); in injectEvent()
DMonkeyGetAppFrameRateEvent.java128 p = Runtime.getRuntime().exec(cmd); in injectEvent()
/development/ndk/platforms/android-3/arch-arm/src/
Dcrtbegin_so.c44 * runtime objects that are linked into the final ELF
/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.py459 runtime_restart: stop runtime during sync and restart afterwards, useful
487 logger.Log("Restarting device runtime")
496 # start runtime and wait till boot complete flag is set
499 # press the MENU key, this will disable key guard if runtime is started
/development/samples/HoneycombGallery/
DAndroidManifest.xml26 <!-- The app uses the camera, but checks for it at runtime and will work without it -->
/development/scripts/
Dcombine_sdks.sh32 echo " emulator and other runtime files will be copied from IMAGES and"
/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
DLayoutAnimationsHideShow.java61 // Add a slew of buttons to the container. We won't add any more buttons at runtime, but in onCreate()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java32 * The number of rows and columns is determined at runtime. Each
/development/ndk/platforms/android-4/samples/san-angeles/jni/
DREADME.txt58 to specify not to use dynamic runtime binding of the library.
Dimportgl.h50 * compile/link time and not import it dynamically runtime.
/development/ndk/platforms/
DREADME.CRT.TXT1 This directory contains the sources of the C runtime object files
22 C library's runtime initialization, passing it the address of the
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DMethodStubber.java31 * Note that constructors rewritten this way will probably fail with the runtime bytecode
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
D_index.html19 supplying them either as an argument Bundle at runtime or XML attributes
/development/samples/Support4Demos/res/values/
Dstrings.xml40 as a Bundle at runtime (on the right) or from attributes in a layout (on the left).</string>
/development/ndk/platforms/android-9/arch-mips/include/machine/
Dexec.h78 #define DT_MIPS_RLD_VERSION 0x70000001 /* Runtime Linker Interface ID */
/development/testrunner/coverage/
Dcoverage.py73 """Extract runtime coverage data and generate code coverage report.

12