HomeSort by relevance Sort by last modified time
    Searched refs:getRuntime (Results 101 - 125 of 376) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 68 Runtime fileRemoval = Runtime.getRuntime();
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
Configuration.java 109 Math.max(2, Math.min(Runtime.getRuntime().availableProcessors() - 1, 4)));
  /libcore/luni/src/test/java/libcore/javax/crypto/
MacTest.java 42 VMRuntime.getRuntime().getTargetSdkVersion());
  /libcore/metrictests/memory/apps/src/libcore/heapdumper/
AbstractMetricInstrumentation.java 85 Runtime runtime = Runtime.getRuntime();
  /platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/
ScreenRecorder.java 56 Runtime.getRuntime().exec(command);
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/
DispatchActivity.java 94 Runtime.getRuntime().exec("pkill -l SIGINT simpleperf").waitFor();
  /frameworks/base/test-base/src/android/test/
InstrumentationTestCase.java 364 Runtime.getRuntime().gc();
365 Runtime.getRuntime().runFinalization();
366 Runtime.getRuntime().gc();
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentTestUtil.java 228 Runtime.getRuntime().gc();
229 Runtime.getRuntime().gc();
230 Runtime.getRuntime().runFinalization();
  /art/test/099-vmdebug/src/
Main.java 179 Runtime.getRuntime().gc();
205 Runtime.getRuntime().gc();
238 Runtime.getRuntime().gc();
274 Runtime.getRuntime().gc();
  /art/test/109-suspend-check/src/
Main.java 43 Runtime.getRuntime().gc();
  /art/test/616-cha-unloading/src-art/
Main.java 72 Runtime.getRuntime().gc();
  /art/test/658-fp-read-barrier/src/
Main.java 32 Runtime.getRuntime().gc();
  /cts/tests/tests/media/src/android/media/cts/
ConnectionStatus.java 96 Process p = Runtime.getRuntime().exec("ping -c 5 -w 20 " + server);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 60 (int) (Math.min(Integer.MAX_VALUE, Runtime.getRuntime().maxMemory()/4)));
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 164 return Math.round(percent * Runtime.getRuntime().maxMemory() / 1024);
  /external/ant-glob/src/org/apache/tools/ant/util/
FileUtils.java 40 + Runtime.getRuntime().freeMemory());
  /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
CpuFeatures.java 120 Process proc = Runtime.getRuntime().exec("sysctl -a");
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 121 return Math.max(10L, Runtime.getRuntime().totalMemory() / (32L * 1024L * 1024L));
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 112 VMRuntime.getRuntime().requestConcurrentGC();
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
AlbumArtCache.java 62 (int) (Math.min(Integer.MAX_VALUE, Runtime.getRuntime().maxMemory()/4)));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
PhantomReferenceTest.java 53 check_gcInteraction(() -> { Runtime.getRuntime().gc(); } );
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 28 * one from the getRuntime method.
79 public static VMRuntime getRuntime() {
  /libcore/luni/src/test/java/libcore/javax/security/auth/x500/
X500PrincipalTest.java 39 VMRuntime.getRuntime().getTargetSdkVersion());
  /libcore/ojluni/src/main/java/sun/misc/
VM.java 187 // otherwise to Runtime.getRuntime().maxMemory().
290 directMemory = Runtime.getRuntime().maxMemory();
  /packages/apps/Music/src/com/android/music/utils/
AlbumArtCache.java 57 (int) (Math.min(Integer.MAX_VALUE, Runtime.getRuntime().maxMemory() / 4)));

Completed in 866 milliseconds

1 2 3 45 6 7 8 91011>>