Lines Matching defs:System

43  * The <code>System</code> class contains several useful class fields
46 * <p>Among the facilities provided by the <code>System</code> class
55 public final class System {
70 private System() {
90 * System.out.println(data)
210 synchronized (System.class) {
258 * Sets the System security.
378 * long startTime = System.nanoTime();
380 * long estimatedTime = System.nanoTime() - startTime;}</pre>
384 * long t0 = System.nanoTime();
386 * long t1 = System.nanoTime();}</pre>
507 * System properties. The following properties are guaranteed to be defined:
515 * <dt>os.name <dd>Operating System Name
516 * <dt>os.arch <dd>Operating System Architecture
517 * <dt>os.version <dd>Operating System Version
674 System.props = props;
701 * @see java.lang.System#getProperties()
737 * @see java.lang.System#getProperties()
772 * @see java.lang.System#getProperty(java.lang.String)
773 * @see java.lang.System#getProperty(java.lang.String, java.lang.String)
848 * <p><a name="EnvironmentVSSystemProperties"><i>System
866 * <code>System.getenv("FOO").equals(System.getenv("foo"))</code>
948 * The call <code>System.exit(n)</code> is effectively equivalent to
974 * The call <code>System.gc()</code> is effectively equivalent to the
996 * The call <code>System.runFinalization()</code> is effectively
1043 * The call <code>System.load(name)</code> is effectively equivalent
1069 * The call <code>System.loadLibrary(name)</code> is effectively
1098 * @see java.lang.System#loadLibrary(java.lang.String)
1112 // System.getProperty(), to the related system encoding property that