Searched full:runtime (Results 1 – 25 of 41) sorted by relevance
12
| /development/scripts/app_engine_server/ |
| D | app.yaml | 3 runtime: python
|
| /development/samples/browseable/BasicSyncAdapter/ |
| D | _index.jd | 11 …ndroid Developers Blog</a> and caches the data in a content provider. At runtime, the cached feed …
|
| /development/samples/browseable/BasicSyncAdapter/res/values/ |
| D | base-strings.xml | 30 caches the data in a content provider. At runtime, the cached feed data is displayed
|
| /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
| D | InjectView.java | 30 @Retention(RetentionPolicy.RUNTIME)
|
| /development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
| D | app.yaml | 17 runtime: python
|
| /development/samples/SimpleJNI/src/com/example/android/simplejni/ |
| D | SimpleJNI.java | 37 // The runtime will add "lib" on the front and ".o" on the end of
|
| /development/ndk/samples/two-libs/src/com/example/twolibs/ |
| D | TwoLibs.java | 34 // here, we dynamically load the library at runtime in onCreate()
|
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| D | MonkeyCommandEvent.java | 41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
|
| D | MonkeyGetFrameRateEvent.java | 114 p = Runtime.getRuntime().exec(GET_FRAMERATE_CMD); in injectEvent()
|
| /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/ |
| D | FractionalLinearLayout.java | 26 * this can only be determined at runtime, so we cannot specify the required
|
| /development/ndk/platforms/android-9/arch-x86/src/ |
| D | __stack_chk_fail_local.h | 31 __stack_chk_fail routine is runtime part of stack protector compiler
|
| D | crtbegin_so.c | 44 * runtime objects that are linked into the final ELF
|
| /development/ndk/platforms/android-3/arch-arm/src/ |
| D | crtbegin_so.c | 44 * runtime objects that are linked into the final ELF
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| D | GLES20Activity.java | 27 * This sample shows how to check for OpenGL ES 2.0 support at runtime, and then
|
| /development/testrunner/ |
| D | adb_interface.py | 459 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/scripts/ |
| D | combine_sdks.sh | 32 echo " emulator and other runtime files will be copied from IMAGES and"
|
| /development/samples/HoneycombGallery/ |
| D | AndroidManifest.xml | 26 <!-- The app uses the camera, but checks for it at runtime and will work without it -->
|
| /development/samples/BusinessCard/src/com/example/android/businesscard/ |
| D | ContactAccessor.java | 49 * syntax, we would get a ClassNotFoundException at runtime on pre-Eclair SDKs. in getInstance()
|
| /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/ |
| D | SimpleTextFragment.java | 44 // For situations where the app wants to modify text at Runtime, exposing the TextView.
|
| /development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/ |
| D | SimpleTextFragment.java | 45 // For situations where the app wants to modify text at Runtime, exposing the TextView.
|
| /development/samples/ApiDemos/src/com/example/android/apis/animation/ |
| D | FixedGridLayout.java | 29 * The number of rows and columns is determined at runtime. Each
|
| /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
| D | FixedGridLayout.java | 32 * The number of rows and columns is determined at runtime. Each
|
| /development/ndk/platforms/android-4/samples/san-angeles/jni/ |
| D | README.txt | 58 to specify not to use dynamic runtime binding of the library.
|
| /development/ndk/platforms/ |
| D | README.CRT.TXT | 1 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/ |
| D | MethodStubber.java | 31 * Note that constructors rewritten this way will probably fail with the runtime bytecode
|
12