Home | History | Annotate | Download | only in lang

Lines Matching defs:runtime

65  * @see Runtime
634 Runtime.getRuntime().exit(code);
653 Runtime.getRuntime().gc();
708 VMRuntime runtime = VMRuntime.getRuntime();
714 p.put("java.boot.class.path", runtime.bootClassPath());
715 p.put("java.class.path", runtime.classPath());
743 p.put("java.vm.version", runtime.vmVersion());
749 p.put("java.runtime.name", "Android Runtime");
750 p.put("java.runtime.version", "0.9");
777 parsePropertyAssignments(p, runtime.properties());
979 * See {@link Runtime#load}.
982 Runtime.getRuntime().load(pathName, VMStack.getCallingClassLoader());
986 * See {@link Runtime#loadLibrary}.
989 Runtime.getRuntime().loadLibrary(libName, VMStack.getCallingClassLoader());
1047 Runtime.getRuntime().gc();
1049 Runtime.getRuntime().runFinalization();
1067 Runtime.runFinalizersOnExit(flag);