HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 176 - 200 of 1931) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/tools/stats_viewer/
OpenDialog.Designer.cs 12 private System.ComponentModel.IContainer components = null;
35 this.name_box_ = new System.Windows.Forms.TextBox();
36 this.label1 = new System.Windows.Forms.Label();
37 this.button1 = new System.Windows.Forms.Button();
42 this.name_box_.Location = new System.Drawing.Point(108, 25);
44 this.name_box_.Size = new System.Drawing.Size(180, 20);
46 this.name_box_.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
51 this.label1.Location = new System.Drawing.Point(12, 28);
53 this.label1.Size = new System.Drawing.Size(91, 13);
59 this.button1.Location = new System.Drawing.Point(108, 61);
    [all...]
  /art/test/037-inherit/src/
Main.java 6 System.out.println(" " + i + ": " + magicArray[i].getSomeData());
12 System.out.print("magic is ");
13 System.out.println(magic.getSomeData());
  /art/test/049-show-object/src/
Main.java 25 System.out.println("d is " + d);
30 System.out.println("class: " + foo.getClass());
33 System.out.println(i + ": " + foo[i]);
  /art/test/117-nopatchoat/src/
Main.java 23 System.out.println(
32 System.out.println(functionCall());
45 System.loadLibrary("arttest");
  /art/test/122-secondarydex/src/
Main.java 30 System.out.println("testSlowPathDirectInvoke");
38 System.out.println("Got null pointer exception");
40 System.out.println("Got unexpected exception " + e);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildProperties.java 71 System.out.println(
73 System.out.println(
81 System.out.println(
88 System.out.println(
95 System.out.println(
102 System.out.println(
108 System.out.println(
115 System.out.println(
123 System.out.println(
131 System.out.println
    [all...]
  /external/jdiff/src/jdiff/
API.java 87 for (int i = 0; i < indent; i++) System.out.print(" ");
88 System.out.println("Package Name: " + pkg.name_);
95 System.out.print("Package doc block:");
96 System.out.println("\"" + pkg.doc_ + "\"");
107 for (int i = 0; i < indent; i++) System.out.print(" ");
109 System.out.println("Interface name: " + c.name_);
111 System.out.println("Class Name: " + c.name_);
113 for (int i = 0; i < indent; i++) System.out.print(" ");
114 System.out.println("Extends: " + c.extends_);
117 for (int i = 0; i < indent; i++) System.out.print(" ")
    [all...]
Options.java 153 System.out.println("Command line arguments: ");
158 System.out.print(" " + options[i][j]);
162 System.out.println();
386 System.out.println("JDiff version: " + JDiff.version);
387 System.exit(0);
391 System.exit(0);
404 System.err.println("JDiff version: " + JDiff.version);
405 System.err.println("");
406 System.err.println("Valid JDiff arguments:");
407 System.err.println("")
    [all...]
JDiff.java 30 System.out.println("JDiff: doclet started ...");
42 long startTime = System.currentTimeMillis();
63 System.out.println("Error: file '" + tempOldFileName + "' does not exist for the old API");
78 System.out.println("Error: file '" + tempNewFileName + "' does not exist for the new API");
84 System.out.print("JDiff: reading the old API in from file '" + tempOldFileName + "'...");
90 System.out.print("JDiff: reading the new API in from file '" + tempNewFileName + "'...");
112 System.out.println("JDiff: reading the comments in from file '" + commentsFileName + "'...");
115 System.out.println(" (the comments file will be created)");
128 System.out.println("JDiff: writing the comments out to file '" + commentsFileName + "'...");
132 System.out.print("JDiff: finished (took " + (System.currentTimeMillis() - startTime)/1000 + "s")
    [all...]
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
EchoSocketSample.java 12 System.out.println("Server started, hit Enter to stop.\n");
14 System.in.read();
18 System.out.println("Server stopped.\n");
  /art/test/700-LoadArgRegs/src/
Main.java 4 System.out.println(p1);
7 System.out.println(p1+", "+p2);
10 System.out.println(p1+", "+p2+", "+p3);
13 System.out.println(p1+", "+p2+", "+p3+", "+p4);
16 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5);
19 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6);
22 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7);
25 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8);
28 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9);
31 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10)
    [all...]
  /art/test/031-class-attributes/src/
ClassAttrs.java 51 System.out.println(Modifier.toString(c.getModifiers()) + " " + c.getName());
120 System.out.println("constructor signature: "
125 System.out.println("method signature: "
130 System.out.println("field signature: "
133 System.err.println("FAILED: " + nsme);
135 System.err.println("FAILED: " + nsfe);
137 System.err.println("FAILED: " + re);
262 System.out.println("***** " + clazz + ":");
264 System.out.println(" name: "
266 System.out.println(" canonical:
    [all...]
  /art/test/003-omnibus-opcodes/src/
Main.java 31 System.out.println("Done!");
55 System.out.println("Caught: " + ve);
60 System.out.println("Caught (retry): " + ve);
66 System.out.println("Caught: " + ve);
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 23 System.out.println(prefix + " " + a);
24 System.out.println(prefix + " " + a.annotationType());
33 System.out.println("annotations on TYPE " + clazz +
36 System.out.println();
40 System.out.println(" annotations on CTOR " + c + ":");
43 System.out.println(" constructor parameter annotations:");
51 System.out.println(" annotations on METH " + m + ":");
54 System.out.println(" method parameter annotations:");
62 System.out.println(" annotations on FIELD " + f + ":");
68 System.out.println(" aff: " + aff + " / " + aff.getClass())
    [all...]
  /art/test/025-access-controller/src/
Main.java 26 System.out.println("AccessControllerTest: got " + result);
  /art/test/044-proxy/src/
Clash.java 35 System.err.println("Dupe did not throw expected exception");
37 System.out.println("Dupe threw expected exception");
44 System.err.println("Clash did not throw expected exception");
46 System.out.println("Clash threw expected exception");
  /cts/tests/tests/drm/src/android/drm/cts/
NativeCodeTest.java 24 System.loadLibrary("ctsdrm_jni");
  /cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java 28 System.loadLibrary("jnitest");
JniCppTest.java 28 System.loadLibrary("jnitest");
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 21 System.loadLibrary("opengltest_jni");
  /cts/tests/tests/security/src/android/security/cts/
CharDeviceTest.java 24 System.loadLibrary("ctssecurity_jni");
LoadEffectLibraryTest.java 24 System.loadLibrary("ctssecurity_jni");
MMapExecutableTest.java 41 System.loadLibrary("ctssecurity_jni");
  /development/tools/idegen/src/
Log.java 31 System.out.println(message);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRInputStream.cs 34 using Encoding = System.Text.Encoding;
35 using Stream = System.IO.Stream;
36 using StreamReader = System.IO.StreamReader;
43 [System.Serializable]

Completed in 848 milliseconds

1 2 3 4 5 6 78 91011>>