/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 143 AppRuntime runtime; in main() local 153 int i = runtime.addVmArguments(argc, argv); in main() 186 runtime.mParentDir = parentDir; in main() 189 runtime.start("com.android.internal.os.ZygoteInit", in main() 193 runtime.mClassName = className; in main() 194 runtime.mArgC = argc - i; in main() 195 runtime.mArgV = argv + i; in main() 196 runtime.start("com.android.internal.os.RuntimeInit", in main()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 244 final VMRuntime runtime = VMRuntime.getRuntime(); in preloadClasses() local 260 float defaultUtilization = runtime.getTargetHeapUtilization(); in preloadClasses() 261 runtime.setTargetHeapUtilization(0.8f); in preloadClasses() 265 runtime.runFinalizationSync(); in preloadClasses() 292 runtime.runFinalizationSync(); in preloadClasses() 317 runtime.setTargetHeapUtilization(defaultUtilization); in preloadClasses() 336 final VMRuntime runtime = VMRuntime.getRuntime(); in preloadResources() local 341 runtime.runFinalizationSync(); in preloadResources() 350 int N = preloadDrawables(runtime, ar); in preloadResources() 357 N = preloadColorStateLists(runtime, ar); in preloadResources() [all …]
|
/frameworks/base/core/tests/overlaytests/ |
D | README | 1 Unit tests for runtime resource overlay 4 As of this writing, runtime resource overlay is only triggered for 11 Once runtime resource overlay may be applied to applications, the tests 13 applying runtime resource overlay to a dedicated test application, the
|
/frameworks/base/cmds/system_server/library/ |
D | system_init.cpp | 86 AndroidRuntime* runtime = AndroidRuntime::getRuntime(); in system_init() local 89 JNIEnv* env = runtime->getJNIEnv(); in system_init()
|
/frameworks/base/test-runner/src/android/test/ |
D | InstrumentationCoreTestRunner.java | 150 Runtime runtime = Runtime.getRuntime(); in getAndroidTestRunner() 152 long total = runtime.totalMemory(); in getAndroidTestRunner() 153 long free = runtime.freeMemory(); in getAndroidTestRunner()
|
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 495 Runtime runtime = Runtime.getRuntime(); in endPerformanceSnapshot() local 497 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot() 498 long dalvikFree = runtime.freeMemory() / 1024; in endPerformanceSnapshot()
|
/frameworks/compile/libbcc/runtime/BlocksRuntime/ |
D | CMakeLists.txt | 4 runtime.c
|
/frameworks/compile/libbcc/runtime/make/platform/ |
D | clang_darwin.mk | 7 Description := Static runtime libraries for clang/Darwin.
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | LoadTestsAutoTest.java | 176 Runtime runtime = Runtime.getRuntime(); in dumpMemoryInfo() local 177 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemoryInfo() 178 long dalvikFree = runtime.freeMemory() / 1024; in dumpMemoryInfo()
|
/frameworks/base/docs/html/intl/ja/guide/basics/ |
D | what-is-android.jd | 67 <a name="runtime" id="runtime"></a>
|
/frameworks/compile/slang/ |
D | README.rst | 246 may call the runtime finish() method, which will wait for all the script 265 indicates to the runtime when the function should be called again to 268 positive integer indicates a time in milliseconds that the runtime should 292 implicitly by the Renderscript runtime during script teardown. 300 make them accessible to the Java runtime. If the script declares a 321 runtime that the script will not modify the contents of an allocation. 322 This may allow the runtime to make more effective use of threads. 334 This allows the runtime to support vector version of the basic math
|
/frameworks/base/docs/html/resources/articles/ |
D | faster-screen-orientation-change.jd | 12 <li><a href="{@docRoot}guide/topics/resources/runtime-changes.html">Handling Runtime 22 at runtime. For instance, when you open the keyboard, the screen change 48 automatically to the device's configuration at runtime, it is sometimes
|
D | timed-ui-updates.jd | 62 actually compiled in Eclipse, but failed with a runtime error because 63 the Timer() class was not available at runtime (fortunately, this was
|
D | layout-tricks-stubs.jd | 82 efficiency. Instead of inflating views manually and adding them at runtime to
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | index.jd | 10 <li><a href="runtime-changes.html">Handling Runtime Changes</a></li> 78 <dt><strong><a href="runtime-changes.html">Handling Runtime Changes</a></strong></dt>
|
D | providing-resources.jd | 47 runtime, Android uses uses the appropriate resource based on the current configuration. For 182 <td>Arbitrary XML files that can be read at runtime by calling {@link 218 screen densities and alternative string resources for different languages. At runtime, Android 328 href="runtime-changes.html">Handling Runtime Changes</a> for information about 329 how this can affect your application during runtime.</p> 486 application will crash at runtime (for example, if all layout resources are tagged with the {@code 529 screen. See <a href="runtime-changes.html">Handling Runtime Changes</a> for information about 530 how this affects your application during runtime.</p> 549 android.app.UiModeManager}. See <a href="runtime-changes.html">Handling Runtime Changes</a> for 550 information about how this affects your application during runtime.</p> [all …]
|
D | runtime-changes.jd | 25 <p>Some device configurations can change during runtime 80 <p>To retain an object during a runtime configuration change:</p> 189 orientation. Thus, if you want to prevent runtime restarts due to orientation change when developing
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
D | PackageManagerHostTestUtils.java | 494 Runtime runtime = Runtime.getRuntime(); in runAdbRoot() local 495 Process process = runtime.exec("adb root"); // adb should be in the path in runAdbRoot()
|
/frameworks/compile/libbcc/ |
D | README.rst | 20 her own runtime bitcode library (lib*.bc) that differentiates his or 198 Environment if those runtime library callees are not compiled using LLVM.)
|
/frameworks/base/docs/html/guide/basics/ |
D | what-is-android.jd | 115 <a name="runtime" id="runtime"></a>
|
/frameworks/base/services/java/com/android/server/ |
D | EventLogTags.logtags | 72 2810 watchdog_vmstat (runtime|2|3),(pgfree|1|1),(pgactivate|1|1),(pgdeactivate|1|1),(pgfault|1|1),(…
|
/frameworks/base/opengl/tests/angeles/ |
D | README.txt | 58 to specify not to use dynamic runtime binding of the library.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-library-element.jd | 81 checking at runtime that the library is available.
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 110 pointers to internal runtime data structures. Looking them up may require several string 154 (The runtime will warn you about most reference mis-uses when extended JNI 248 family of calls allows the runtime to either return a pointer to the actual elements, or 262 have one of three values. The actions performed by the runtime depend upon 427 …ed device, you can use the following sequence of commands to restart the runtime with CheckJNI ena… 433 <p>In either of these cases, you’ll see something like this in your logcat output when the runtime … 542 exit" check. (The runtime also uses a pthread key destructor function, 581 <p>This means that the runtime tried to find a matching method but was
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | graphics.jd | 115 <p class="note"><strong>Note:</strong> The RenderScript runtime makes its best effort to 117 and set the return value to 50, the runtime renders the wallpaper at 20fps if it has just 160 // Tell the runtime what the font color should be 509 between two draw calls using the same program object, notify the runtime of that change by 625 the runtime attempts to provide the closest possible approximation. For example, the user
|