Searched full:runtime (Results 1 – 25 of 32) sorted by relevance
12
3 runtime: python
30 @Retention(RetentionPolicy.RUNTIME)
34 // here, we dynamically load the library at runtime in onCreate()
17 runtime: python
37 // The runtime will add "lib" on the front and ".o" on the end of
41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
114 p = Runtime.getRuntime().exec(GET_FRAMERATE_CMD); in injectEvent()
128 p = Runtime.getRuntime().exec(cmd); in injectEvent()
44 * runtime objects that are linked into the final ELF
27 * This sample shows how to check for OpenGL ES 2.0 support at runtime, and then
459 runtime_restart: stop runtime during sync and restart afterwards, useful487 logger.Log("Restarting device runtime")496 # start runtime and wait till boot complete flag is set499 # press the MENU key, this will disable key guard if runtime is started
26 <!-- The app uses the camera, but checks for it at runtime and will work without it -->
32 echo " emulator and other runtime files will be copied from IMAGES and"
49 * syntax, we would get a ClassNotFoundException at runtime on pre-Eclair SDKs. in getInstance()
29 * The number of rows and columns is determined at runtime. Each
61 // Add a slew of buttons to the container. We won't add any more buttons at runtime, but in onCreate()
32 * The number of rows and columns is determined at runtime. Each
58 to specify not to use dynamic runtime binding of the library.
50 * compile/link time and not import it dynamically runtime.
1 This directory contains the sources of the C runtime object files22 C library's runtime initialization, passing it the address of the
31 * Note that constructors rewritten this way will probably fail with the runtime bytecode
19 supplying them either as an argument Bundle at runtime or XML attributes
40 as a Bundle at runtime (on the right) or from attributes in a layout (on the left).</string>
78 #define DT_MIPS_RLD_VERSION 0x70000001 /* Runtime Linker Interface ID */
73 """Extract runtime coverage data and generate code coverage report.