Searched refs:getRuntime (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/tests/CoreTests/android/core/
H A DHeapTest.java105 Runtime.getRuntime().gc();
114 VMRuntime.getRuntime().gcSoftReferences();
115 Runtime.getRuntime().runFinalization();
124 VMRuntime.getRuntime().gcSoftReferences();
125 Runtime.getRuntime().runFinalization();
133 VMRuntime.getRuntime().gcSoftReferences();
134 Runtime.getRuntime().runFinalization();
148 Runtime.getRuntime().gc();
209 Runtime.getRuntime().gc();
217 Runtime.getRuntime()
[all...]
/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java495 Runtime runtime = Runtime.getRuntime();
543 Runtime.getRuntime().gc();
544 Runtime.getRuntime().runFinalization();
545 Runtime.getRuntime().gc();
557 Runtime.getRuntime().gc();
558 Runtime.getRuntime().runFinalization();
559 Runtime.getRuntime().gc();
H A DStrictMode.java1419 Runtime.getRuntime().gc();
1958 Runtime.getRuntime().gc();
/frameworks/base/core/java/android/ddm/
H A DDdmHandleExit.java71 Runtime.getRuntime().halt(statusCode);
/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java89 Runtime.getRuntime().gc();
H A DRuntimeInit.java294 VMRuntime.getRuntime().setTargetHeapUtilization(0.75f);
295 VMRuntime.getRuntime().setTargetSdkVersion(targetSdkVersion);
H A DZygoteInit.java246 final VMRuntime runtime = VMRuntime.getRuntime();
338 final VMRuntime runtime = VMRuntime.getRuntime();
434 final VMRuntime runtime = VMRuntime.getRuntime();
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h75 static AndroidRuntime* getRuntime();
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp82 AndroidRuntime* runtime = AndroidRuntime::getRuntime();
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerMeasurement.java68 Runtime fileRemoval = Runtime.getRuntime();
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java358 Runtime.getRuntime().gc();
359 Runtime.getRuntime().runFinalization();
360 Runtime.getRuntime().gc();
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp88 AndroidRuntime* ar = AndroidRuntime::getRuntime();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaTestUtil.java93 Process p = Runtime.getRuntime().exec(cm);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java150 Runtime runtime = Runtime.getRuntime();
H A DTestRunner.java414 Runtime.getRuntime().runFinalization();
415 Runtime.getRuntime().gc();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1247 Runtime.getRuntime().gc();
1248 Runtime.getRuntime().runFinalization();
1249 Runtime.getRuntime().gc();
1261 Runtime.getRuntime().gc();
1262 Runtime.getRuntime().runFinalization();
1263 Runtime.getRuntime().gc();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java300 Process p = Runtime.getRuntime().exec(cmd);
320 Process p = Runtime.getRuntime().exec(cm);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java761 VMRuntime.getRuntime().disableJitCompilation();
764 VMRuntime.getRuntime().startJitCompilation();
1057 dalvik.system.VMRuntime.getRuntime().clearGrowthLimit();
1061 VMRuntime.getRuntime().setTargetHeapUtilization(0.8f);
H A DMountService.java996 Runtime.getRuntime().gc();
1669 Runtime.getRuntime().gc();
1744 Runtime.getRuntime().gc();
/frameworks/base/tools/preload/
H A DMemoryUsage.java232 final Process process = Runtime.getRuntime().exec(commands);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java176 Runtime runtime = Runtime.getRuntime();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java536 Process p = Runtime.getRuntime().exec("ping -c 10 -w 100 " + host);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java729 Process p = Runtime.getRuntime().exec("ping -c 10 -w 100 " + host);
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1250 AndroidRuntime* AndroidRuntime::getRuntime() function in class:android::AndroidRuntime
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java74 Process p = Runtime.getRuntime().exec(cm);

Completed in 504 milliseconds

12