HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 576 - 600 of 6691) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTreeNodeException.cs 35 using ArgumentNullException = System.ArgumentNullException;
36 using Exception = System.Exception;
38 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
39 using StreamingContext = System.Runtime.Serialization.StreamingContext;
41 [System.Serializable]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs 35 using ArgumentNullException = System.ArgumentNullException;
36 using Exception = System.Exception;
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
46 [System.Serializable]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs 33 using System;
34 using System.Diagnostics;
35 using System.Linq;
37 using TargetInvocationException = System.Reflection.TargetInvocationException;
81 public static void PrintStackTrace( this Exception e, System.IO.TextWriter writer )
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
SupplementalUtilities.java 51 System.out.println("Testingldml2d");
65 System.out.println(Integer.toString(junk[i]) + " -> " + Double.toString(ldml2d(junk[i])));
68 System.out.println();
69 System.out.println("Testing getICUSupplementalData");
70 System.out.println("SupplementalData has " + getICUSupplementalData().getSize() + " size. (nonzero is good!)" );
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
EUCTool.java 73 System.err.println("Unrecongized option: " + args[i]);
74 System.exit(-1);
84 System.err.println("\"" + dirName + "\" is not a directory");
85 System.exit(-1);
112 System.out.println(dir.getName());
121 System.out.println(files[i].getPath());
122 System.out.println(" " + fileSize + " bytes.");
156 System.out.println(" " + fileChars + " Chars");
157 System.out.println(" " + fileMbcsChars + " mbcs Chars");
158 System.out.println(" " + errs + " errors")
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleRunner.java 14 * A pass-through application that sets the system input stream to a
37 historyFileName = System.getProperty(ConsoleRunner.property, null);
47 (System.getProperty("user.home"),
52 (System.getProperty("user.home"),
56 String completors = System.getProperty
83 System.out.println("Usage: \n java " + "[-Djline.history='name'] "
  /external/lzma/Java/Tukaani/src/
XZSeekEncDemo.java 41 System.err.println("Encoder memory usage: "
43 System.err.println("Decoder memory usage: "
45 System.err.println("Block size: " + blockSize + " B");
47 XZOutputStream out = new XZOutputStream(System.out, options);
53 int size = System.in.read(buf, 0, Math.min(buf.length, left));
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
RewriteResponseCacheControl.java 49 System.out.println(" Request: " + i);
58 System.out.println("Force cache: true");
61 System.out.println("Force cache: false");
69 System.out.println(" Network: " + (response.networkResponse() != null));
70 System.out.println();
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
SlashdotPolicyExample.java 94 System.err.println("Reads from STDIN and writes to STDOUT");
95 System.exit(-1);
97 System.err.println("[Reading from STDIN]");
100 new InputStreamReader(System.in, Charsets.UTF_8));
103 System.out,
107 Throwables.propagate(ex); // System.out suppresses IOExceptions
  /external/proguard/src/proguard/obfuscate/
SimpleNameFactory.java 138 System.out.println("Some mixed-case names:");
140 System.out.println("Some lower-case names:");
142 System.out.println("Some more mixed-case names:");
144 System.out.println("Some more lower-case names:");
153 System.out.println(" ["+factory.nextName()+"]");
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 28 System.loadLibrary("android_runtime");
38 long start = System.currentTimeMillis();
40 long elapsed = System.currentTimeMillis() - start;
49 System.gc();
77 System.out.println(response.toString());
  /libcore/benchmarks/src/benchmarks/
SmallBigIntegerBenchmark.java 40 final long startNanos = System.nanoTime();
44 intermediateNanos = System.nanoTime();
56 final long finalNanos = System.nanoTime();
59 System.out.println("First Few: " + firstFewTime
61 System.out.println("Remainder: " + restTime + " nanoseconds per iteration");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLReaderFactoryTest.java 43 System.setProperty("org.xml.sax.driver", "foo.bar.XMLReader");
52 System.setProperty("org.xml.sax.driver",
62 System.setProperty("org.xml.sax.driver",
72 System.setProperty("org.xml.sax.driver",
84 System.setProperty("org.xml.sax.driver",
  /packages/apps/Car/Settings/src/com/android/car/settings/display/
AutoBrightnessLineItem.java 19 import static android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE;
20 import static android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC;
21 import static android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
44 Settings.System.putInt(mContext.getContentResolver(), SCREEN_BRIGHTNESS_MODE,
50 int brightnessMode = Settings.System.getInt(mContext.getContentResolver(),
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 17 package dalvik.system.profiler;
118 System.out.println("hprofTag=HEADER");
131 System.out.println("\tversion=" + version);
139 System.out.println("\tidSize=" + idSize);
149 System.out.println("\ttime=" + Long.toHexString(time) + " " + new Date(time));
174 System.out.println("hprofTag=" + hprofTag);
228 System.out.println("\tskipping recordLength=" + recordLength);
241 System.out.println("\tflags=" + Integer.toHexString(flags));
242 System.out.println("\tdepth=" + depth);
254 System.out.println("\tstring=" + string)
    [all...]
  /art/test/913-heaps/src/art/
Test913.java 82 System.out.println("--- klass ---");
86 System.out.println("--- heap_filter ---");
87 System.out.println("---- tagged objects");
89 System.out.println("---- untagged objects");
91 System.out.println("---- tagged classes");
93 System.out.println("---- untagged classes");
115 System.out.println(Arrays.toString(followReferencesString(o)));
116 System.out.println(getTag(str));
117 System.out.println(getTag(str2));
156 System.out.println(followReferencesPrimitiveArray(o))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RandomPhrase.java 78 if ( debug ) System.out.println("state "+state);
80 if ( debug ) System.out.println("dangling state: "+state);
86 if ( debug ) System.out.println("pop invoking state "+invokingState);
87 //System.out.println("leave "+state.enclosingRule.name);
99 if ( debug ) System.out.println("push state "+state);
100 //System.out.println("call "+((RuleClosureTransition)t0).rule.name);
101 //System.out.println("stack depth="+ruleInvocationStack.size());
112 System.out.println("weird: no decision number but a choice node");
118 if ( debug ) System.out.println("randomAlt="+randomAlt);
136 //System.out.println(t0.label.toString(g))
    [all...]
  /art/test/044-proxy/src/
ConstructorProxy.java 30 System.out.println("Unexpected failure occured");
41 System.out.println("Found constructor.");
45 System.out.println("Found constructors with " + exceptions.length + " exceptions");
  /art/test/080-oom-throw-with-finalizer/src/
Main.java 65 System.out.println("NEW_ARRAY did not throw OOME");
72 System.out.println("NEW_INSTANCE (finalize) did not throw OOME");
78 System.runFinalization();
  /art/test/094-pattern/src/
Main.java 81 System.out.println("str1 matches: " + WEB_URL.matcher(testStr1).matches());
82 System.out.println("str2 matches: " + WEB_URL.matcher(testStr2).matches());
83 System.out.println("str3 matches: " + WEB_URL.matcher(testStr3).matches());
  /art/test/104-growth-limit/src/
Main.java 27 // Reflective equivalent of: dalvik.system.VMRuntime.getRuntime().clearGrowthLimit();
28 final Class<?> vm_runtime = Class.forName("dalvik.system.VMRuntime");
55 System.out.println("ERROR: Allocated less memory after growth" +
57 System.exit(1);
60 System.out.println("Test complete");
  /art/test/135-MirandaDispatch/src/
Main.java 47 System.out.println("Expected " + loopIterations * loopIterations + " got " + counter);
54 System.out.println("b/21646347");
58 System.out.println("Finishing");
  /art/test/140-field-packing/src/
GapOrder.java 50 System.out.println(fieldName + " not found in GapOrder.");
59 System.out.println("Unable to get field offset for " + fieldName + ":" + e);
64 System.out.println(
  /art/test/146-bad-interface/src/
Main.java 18 import dalvik.system.PathClassLoader;
24 static final String DEX_LOCATION = System.getenv("DEX_LOCATION");
38 System.out.println("Error occurred");
39 System.out.println(t);
  /art/test/602-deoptimizeable/src/
Main.java 64 System.loadLibrary(args[0]);
79 System.out.println("Failure 1!");
80 System.exit(0);
98 System.out.println("Failure 2!");
99 System.exit(0);
114 System.out.println("Failure 3!");
115 System.exit(0);
138 System.out.println("hashCode() method not invoked!");
141 System.out.println("Wrong hashmap value!");
143 System.out.println("Finishing")
    [all...]

Completed in 1184 milliseconds

<<21222324252627282930>>