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

<<11121314151617181920>>

  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 36 System.out.println("calling: " + m.getName());
44 System.out.println("ProxyFactory.useCache = " + ProxyFactory.useCache);
53 System.out.println("created first class " + proxyClass1.getName());
60 System.out.println("created second class " + proxyClass2.getName());
78 System.out.println("created third class " + proxyClass3.getName());
84 System.out.println("created fourth class " + proxyClass4.getName());
  /external/jdiff/src/jdiff/
Comments.java 63 String parserName = System.getProperty("org.xml.sax.driver");
72 System.out.println("SAXException: " + saxe);
74 System.exit(1);
86 System.out.println("SAX Parser does not recognize feature: " + snre);
88 System.exit(1);
90 System.out.println("SAX Parser feature is not supported: " + snse);
92 System.exit(1);
94 System.out.println("SAX Exception parsing file '" + filename + "' : " + saxe);
96 System.exit(1);
98 System.out.println("IOException parsing file '" + filename + "' : " + ioe)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 96 System.exit(1);
98 System.exit(0);
153 System.err.println("missing output directory with -fo/-o option; ignoring");
176 System.err.println("missing library directory with -lib option; ignoring");
194 System.err.println("missing language name; ignoring");
237 System.err.println("missing output format with -message-format option; using default");
278 System.err.println("missing max inline dfa states -Xmaxinlinedfastates option; ignoring");
287 System.err.println("missing max switch case labels -Xmaxswitchcaselabels option; ignoring");
296 System.err.println("missing min switch alternatives -Xminswitchalts option; ignoring");
305 System.err.println("missing max recursion with -Xm option; ignoring")
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 56 System.out.println("");
57 System.out.println("========================");
58 System.out.println("====== Running the test: " + getName());
59 System.out.println("========================");
71 System.out.println("\n===== Interact over suite: "
221 System.arraycopy(supported, 0,
272 System.arraycopy(supported, 0,
274 System.arraycopy(supported, i,
334 System.arraycopy(supported, i,
514 System.out.println("\nError processing test:")
    [all...]
  /art/test/023-many-interfaces/src/
ManyInterfaces.java 176 System.out.println(label + ": " + (end - start) / 1000 + "us"
179 System.out.println(label + ": done");
205 start = System.nanoTime();
207 end = System.nanoTime();
210 start = System.nanoTime();
212 end = System.nanoTime();
215 start = System.nanoTime();
217 end = System.nanoTime();
220 start = System.nanoTime();
222 end = System.nanoTime()
    [all...]
  /art/test/003-omnibus-opcodes/src/
UnresTest2.java 28 System.out.println("UnresTest2...");
57 System.out.println("UnresTest2 done");
  /art/test/044-proxy/src/
Clash2.java 34 System.err.println("Clash2 did not throw expected exception");
36 System.out.println("Clash2 threw expected exception");
Clash3.java 38 System.err.println("Clash3 did not throw expected exception");
40 System.out.println("Clash3 threw expected exception");
  /art/test/070-nio-buffer/src/
Main.java 30 System.out.println("Direct byte buffer has array: " + buf.hasArray());
61 System.err.println("ERROR: out-of-bounds put succeeded\n");
63 System.out.println("Got expected buffer overflow exception");
69 System.err.println("ERROR: out-of-bounds put succeeded\n");
71 System.out.println("Got expected out-of-bounds exception");
77 System.err.println("ERROR: out-of-bounds put succeeded\n");
79 System.out.println("Got expected buffer overflow exception");
167 System.out.println(new String(outBuf));
  /art/test/080-oom-throw/src/
Main.java 69 System.out.println("NEW_ARRAY correctly threw OOME");
73 System.out.println("NEW_INSTANCE correctly threw OOME");
  /art/test/118-noimage-dex2oat/src/
Main.java 24 System.out.println(
42 System.loadLibrary("arttest");
54 Class c = Class.forName("dalvik.system.VMRuntime");
  /art/test/121-modifiers/src/
Main.java 92 System.out.println("Clazz.getModifiers(): " + Integer.toBinaryString(clazz.getModifiers()));
93 System.out.println("INTERFACE_DEF_BITS: " + Integer.toBinaryString(INTERFACE_DEFINED_BITS));
102 System.out.println("Clazz.getModifiers(): " + Integer.toBinaryString(clazz.getModifiers()));
103 System.out.println("CLASS_DEF_BITS: " + Integer.toBinaryString(CLASS_DEFINED_BITS));
113 System.out.println("f.getModifiers(): " + Integer.toBinaryString(f.getModifiers()));
114 System.out.println("FIELD_DEF_BITS: " + Integer.toBinaryString(FIELD_DEFINED_BITS));
133 System.out.println("m.getModifiers(): " + Integer.toBinaryString(m.getModifiers()));
134 System.out.println("METHOD_DEF_BITS: " + Integer.toBinaryString(METHOD_DEFINED_BITS));
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificate_DNameTest.java 32 Date date1 = new Date(System.currentTimeMillis() - 1000);
33 Date date2 = new Date(System.currentTimeMillis());
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTestCtsActivity.java 54 long start = System.nanoTime();
55 while (!mIsVisible && (System.nanoTime() - start) < VISIBLE_TIMEOUT) {
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 62 long start = System.currentTimeMillis();
64 long end = System.currentTimeMillis();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs 34 using TextReader = System.IO.TextReader;
45 [System.Serializable]
72 // System.out.println("load "+size+" in chunks of "+readChunkSize);
MismatchedTokenException.cs 36 using System;
37 using System.Collections.Generic;
38 using System.Collections.ObjectModel;
39 using ArgumentNullException = System.ArgumentNullException;
40 using Exception = System.Exception;
41 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
42 using StreamingContext = System.Runtime.Serialization.StreamingContext;
45 [System.Serializable]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleNodeStream.cs 37 using System;
38 using System.Collections.Generic;
RewriteRuleTokenStream.cs 37 using System;
38 using System.Collections.Generic;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRReaderStream.cs 35 using TextReader = System.IO.TextReader;
46 [System.Serializable]
81 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 35 using System.Collections.Generic;
36 using InvalidOperationException = System.InvalidOperationException;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 35 using System;
36 using System.Runtime.InteropServices;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ExitTest.java 61 long startTime = System.currentTimeMillis();
69 if (System.currentTimeMillis() - startTime > timeOut) {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 49 // System.out.println("findClass - class filename = " + classNameAsFile
52 String classPath = System.getProperty("java.class.path");
53 // System.out.println("Test class loader - classpath = " + classPath );
128 System.out.println("findClass - wrong classloader!!");
133 System.out.println("findClass - exception reading class file.");
160 // System.out.println("TestHelper_Classloader - did not find
184 // System.out.println("loadClassFromJar: read " + dataRead + " bytes
189 /* System.out.println("findClass: created Class object."); */
192 System.out.println("findClass - wrong classloader!!");
194 System.ou
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/
Version.src 61 System.out.println(getVersion());

Completed in 1098 milliseconds

<<11121314151617181920>>