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

12 3 4 5 6 7 8 91011>>

  /art/test/1903-suspend-self/src/art/
Test1903.java 38 Runtime.getRuntime().halt(2);
83 Runtime.getRuntime().halt(4);
87 Runtime.getRuntime().halt(2);
  /external/bart/tests/
test_sched_assert.py 52 self.assertAlmostEqual(s.getRuntime(), expected_time, places=9)
53 self.assertAlmostEqual(s.getRuntime(), expected_time, places=9)
58 self.assertAlmostEqual(s.getRuntime(window=window), expected_time,
64 self.assertAlmostEqual(s.getRuntime(window=window), expected_time,
70 self.assertAlmostEqual(s.getRuntime(window=window), expected_time,
  /art/test/903-hello-tagging/src/art/
Test903.java 33 Runtime.getRuntime().gc();
34 Runtime.getRuntime().gc();
57 Runtime.getRuntime().gc();
58 Runtime.getRuntime().gc();
63 Runtime.getRuntime().gc();
64 Runtime.getRuntime().gc();
  /packages/apps/Camera2/tests/src/com/android/camera/functional/
CameraTest.java 71 Runtime.getRuntime().gc();
72 Runtime.getRuntime().runFinalization();
73 Runtime.getRuntime().gc();
  /art/test/154-gc-loop/src/
Main.java 34 Runtime.getRuntime().gc();
  /art/test/659-unpadded-array/src-art/
Main.java 23 Object[] o = (Object[]) VMRuntime.getRuntime().newUnpaddedArray(Object.class, 70000);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
AnnotationsTest.java 93 int savedTargetSdkVersion = VMRuntime.getRuntime().getTargetSdkVersion();
96 VMRuntime.getRuntime().setTargetSdkVersion(24);
102 VMRuntime.getRuntime().setTargetSdkVersion(23);
107 VMRuntime.getRuntime().setTargetSdkVersion(savedTargetSdkVersion);
  /libcore/ojluni/src/main/java/java/io/
DeleteOnExitHook.java 40 Runtime.getRuntime().addShutdownHook(new Thread() {
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
BP.java 62 Runtime.getRuntime().availableProcessors() * POOL_MULTIPLE);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
BP.java 62 Runtime.getRuntime().availableProcessors() * POOL_MULTIPLE);
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
IModuleResult.java 35 long getRuntime();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessManagerTest.java 37 Process process = Runtime.getRuntime().exec(commands, null, null);
51 process = Runtime.getRuntime().exec(commands, null, null);
64 process = Runtime.getRuntime().exec(commands, null, null);
114 Process process = Runtime.getRuntime().exec(
125 Process process = Runtime.getRuntime().exec(
164 Runtime rt = Runtime.getRuntime();
183 Process process = Runtime.getRuntime().exec(commands, null, null);
191 process = Runtime.getRuntime().exec(commands, null, null);
220 Runtime.getRuntime().exec(commands, null, null);
Process2Test.java 44 process = Runtime.getRuntime().exec(commands, null, null);
65 erProcess = Runtime.getRuntime().exec(unknownCommands, null, null);
RuntimeTest.java 28 Runtime r = Runtime.getRuntime();
77 Runtime.getRuntime().exec("AnInexistentProgram");
87 * java.lang.Runtime#getRuntime()
90 // Test for method java.lang.Runtime java.lang.Runtime.getRuntime()
  /art/test/913-heaps/src/art/
Test913.java 57 Runtime.getRuntime().gc();
58 Runtime.getRuntime().gc();
62 Runtime.getRuntime().gc();
63 Runtime.getRuntime().gc();
67 Runtime.getRuntime().gc();
68 Runtime.getRuntime().gc();
72 Runtime.getRuntime().gc();
73 Runtime.getRuntime().gc();
78 Runtime.getRuntime().gc();
79 Runtime.getRuntime().gc()
    [all...]
  /art/test/061-out-of-memory/src/
Main.java 53 a = new byte[(int) Runtime.getRuntime().maxMemory() - 32];
82 for (int i = 0; i < Runtime.getRuntime().maxMemory() / objSize; i++) {
  /art/test/150-loadlibrary/src/
Main.java 33 String[] libPaths = (String[])libPathsMethod.invoke(Runtime.getRuntime());
52 Object result = m.invoke(Runtime.getRuntime(), fileName, bootClassLoader);
  /art/test/1902-suspend/src/art/
Test1902.java 109 Runtime.getRuntime().halt(1);
114 Runtime.getRuntime().halt(2);
  /art/test/1904-double-suspend/src/art/
Test1904.java 100 Runtime.getRuntime().halt(1);
105 Runtime.getRuntime().halt(2);
  /art/test/1906-suspend-list-me-first/src/art/
Test1906.java 56 Runtime.getRuntime().halt(2);
85 Runtime.getRuntime().halt(2);
  /art/test/1907-suspend-list-self-twice/src/art/
Test1907.java 51 Runtime.getRuntime().halt(2);
78 Runtime.getRuntime().halt(2);
  /art/test/596-monitor-inflation/src-art/
Main.java 45 VMRuntime.getRuntime().updateProcessState(DALVIK_PROCESS_STATE_JANK_IMPERCEPTIBLE);
49 VMRuntime.getRuntime().updateProcessState(DALVIK_PROCESS_STATE_JANK_PERCEPTIBLE);
  /art/test/920-objects/src/art/
Test920.java 73 Runtime.getRuntime().gc();
74 Runtime.getRuntime().gc();
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 46 Process proc = Runtime.getRuntime().exec(cmd);
51 proc = Runtime.getRuntime().exec(cmd);
70 Process proc = Runtime.getRuntime().exec(cmd);
77 proc = Runtime.getRuntime().exec(cmd);
100 Process proc = Runtime.getRuntime().exec(cmd);
107 proc = Runtime.getRuntime().exec(cmd);
127 Process proc = Runtime.getRuntime().exec(cmd);
132 proc = Runtime.getRuntime().exec(cmd);
  /external/emma/core/java13/com/vladium/util/exit/
ExitHookManager.java 69 Runtime.getRuntime ().addShutdownHook (exitThread);
94 Runtime.getRuntime ().removeShutdownHook (exitThread);

Completed in 540 milliseconds

12 3 4 5 6 7 8 91011>>