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

<<21222324252627282930>>

  /art/tools/dexfuzz/src/dexfuzz/
Timer.java 53 startPoint = System.currentTimeMillis();
60 long endPoint = System.currentTimeMillis();
  /cts/common/util/src/com/android/compatibility/common/util/
MeasureTime.java 37 long start = System.currentTimeMillis();
39 long end = System.currentTimeMillis();
  /external/guice/core/src/com/google/inject/internal/util/
Stopwatch.java 29 private long start = System.currentTimeMillis();
35 long now = System.currentTimeMillis();
  /external/jsr305/sampleUses/src/main/java/
LuhnVerification.java 18 System.out.println(result);
23 System.out.println(checkNumber(""));
  /external/mockito/src/main/java/org/mockito/internal/util/
Timer.java 24 return System.currentTimeMillis() - startTime <= durationMillis;
31 startTime = System.currentTimeMillis();
  /external/objenesis/main/src/main/java/org/objenesis/strategy/
PlatformDescription.java 56 public static final String SPECIFICATION_VERSION = System
60 public static final String VM_VERSION = System.getProperty("java.runtime.version");
63 public static final String VM_INFO = System.getProperty("java.vm.info");
66 public static final String VENDOR_VERSION = System.getProperty("java.vm.version");
69 public static final String VENDOR = System.getProperty("java.vm.vendor");
72 public static final String JVM_NAME = System.getProperty("java.vm.name");
109 * <code>System.getProperty("java.vm.name").startWith(name)</code>.
133 String bootClasspath = System.getProperty("java.boot.class.path");
142 return System.getProperty("com.google.appengine.runtime.version");
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
MessageFormatterPerfTest.java 54 System.out.println("jdk duration = " + duration + " nanos");
60 System.out.println("duration=" + duration);
73 long start = System.nanoTime();
82 long end = System.nanoTime();
87 long start = System.nanoTime();
94 long end = System.nanoTime();
102 long start = System.currentTimeMillis();
107 long end = System.currentTimeMillis();
  /external/testng/src/main/java/org/testng/reporters/
DotTestListener.java 25 System.out.print(string);
27 System.out.println("");
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 59 Settings.System.putString(r, "test", "Value");
61 Settings.System.CONTENT_URI,
63 Settings.System.NAME,
64 Settings.System.VALUE,
68 cursor, Settings.System.NAME, true, null);
74 Settings.System.putString(r, "test", "New Value");
76 String value = v.getAsString(Settings.System.VALUE);
84 String value = v.getAsString(Settings.System.VALUE);
  /frameworks/base/core/tests/coretests/src/android/util/
ArrayMapTest.java 44 System.out.println("Starting ArrayMap concurrency test");
57 System.out.println("[successfully caught CME at put #" + i
61 System.out.print(".");
69 System.out.print("X");
78 System.out.println(
84 System.out.println();
96 System.out.print(".");
100 System.out.print("X");
  /libcore/benchmarks/src/benchmarks/
SystemArrayCopyBenchmark.java 33 System.arraycopy(src, 0, dst, 0, len);
42 System.arraycopy(src, 0, dst, 0, len);
51 System.arraycopy(src, 0, dst, 0, len);
60 System.arraycopy(src, 0, dst, 0, len);
69 System.arraycopy(src, 0, dst, 0, len);
78 System.arraycopy(src, 0, dst, 0, len);
87 System.arraycopy(src, 0, dst, 0, len);
96 System.arraycopy(src, 0, dst, 0, len);
  /libcore/luni/src/test/java/libcore/java/io/
OldFileReaderTest.java 29 File noFile = new File(System.getProperty("java.io.tmpdir"), "noreader.tst");
40 br = new FileReader(System.getProperty("java.io.tmpdir") + "/noreader.tst");
  /packages/services/Telecomm/src/com/android/server/telecom/
SystemSettingsUtil.java 25 * Accesses the Global System settings for more control during testing.
36 return Settings.System.getInt(context.getContentResolver(),
37 Settings.System.VIBRATE_WHEN_RINGING, 0) != 0;
  /art/test/039-join-main/src/
Main.java 29 System.out.print("Starting thread '" + t.getName() + "'\n");
33 System.out.print("JoinMain starter returning\n");
54 System.out.print("@ JoinMainSub running\n");
60 System.out.print("@ JoinMainSub successfully joined main\n");
62 System.out.print("@ JoinMainSub interrupted!\n");
65 System.out.print("@ JoinMainSub bailing\n");
  /art/test/139-register-natives/src/
Main.java 19 System.loadLibrary(args[0]);
45 System.out.println("Expected exception for registerNatives(TestSub3.class)");
55 System.out.println("Expected exception for " + b.getClass().getName());
64 System.out.println("Did not expect an exception for " + b.getClass().getName());
65 t.printStackTrace(System.out);
115 System.out.println("TestSub3.foo()");
  /art/test/597-deopt-new-string/src/
Main.java 32 System.loadLibrary(args[0]);
42 System.out.println("Finishing");
53 System.out.println("Failure 1! " + str);
54 System.exit(0);
78 System.out.println("Failure 2! " + str);
79 System.exit(0);
  /development/tools/bugreport/src/com/android/bugreport/cpuinfo/
CpuUsageParser.java 53 // System.out.println("CpuUsageParser cpuUsageRe: " + text);
65 System.out.println("CpuUsageParser Dropping: " + text);
71 System.out.println("totalPercent=" + result.totalPercent);
72 System.out.println("totalUser=" + result.totalUser);
73 System.out.println("totalKernel=" + result.totalKernel);
74 System.out.println("totalIoWait=" + result.totalIoWait);
75 System.out.println("totalSoftIrq=" + result.totalSoftIrq);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
AssemblyInfo.cs 35 using System.Reflection;
36 using System.Runtime.CompilerServices;
53 [assembly: System.Security.AllowPartiallyTrustedCallers]
  /external/doclava/src/com/google/doclava/
Doclava2.java 37 System.out.println(filename);
48 System.out.println("You're looking for a class that does not exist.");
68 System.out.println(filename);
75 System.out.println("\n\n\n\n\n\n\n");
76 System.out.println("************************************************");
80 System.out.println("************************************************");
  /external/testng/src/test/java/test/parameters/
ParamInheritanceTest.java 29 PrintStream out = System.out;
30 PrintStream err = System.err;
33 * Changing system print streams so that exception or results stmt is not logged
36 System.setOut(new PrintStream(os));
37 System.setErr(new PrintStream(os));
48 System.setOut(out);
49 System.setErr(err);
  /external/vogar/src/vogar/target/
TestEnvironment.java 41 * against tests that muck with system properties and other global state.
62 private static final String JAVA_RUNTIME_VERSION = System.getProperty("java.runtime.version");
63 private static final String JAVA_VM_INFO = System.getProperty("java.vm.info");
64 private static final String JAVA_VM_VERSION = System.getProperty("java.vm.version");
65 private static final String JAVA_VM_VENDOR = System.getProperty("java.vm.vendor");
66 private static final String JAVA_VM_NAME = System.getProperty("java.vm.name");
71 this.tmpDir = System.getProperty("java.io.tmpdir");
75 System.setProperties(null); // Reset.
83 System.setProperty("java.io.tmpdir", tmpDir);
85 String userHome = System.getProperty("user.home")
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
RefocusFilterd1new.java 65 startnow = System.nanoTime();
67 endnow = System.nanoTime();
70 startnow = System.nanoTime();
72 endnow = System.nanoTime();
137 startnow = System.nanoTime();
141 endnow = System.nanoTime();
144 startnow = System.nanoTime();
148 endnow = System.nanoTime();
165 startnow = System.nanoTime();
168 endnow = System.nanoTime()
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
RefocusFilterF32.java 63 startnow = System.nanoTime();
65 endnow = System.nanoTime();
68 startnow = System.nanoTime();
70 endnow = System.nanoTime();
135 startnow = System.nanoTime();
137 endnow = System.nanoTime();
140 startnow = System.nanoTime();
142 endnow = System.nanoTime();
158 startnow = System.nanoTime();
161 endnow = System.nanoTime()
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
DoPrivilegedBenchmark.java 25 String lineSeparator = System.getProperty("line.separator");
32 if (System.getSecurityManager() == null) {
33 lineSeparator = System.getProperty("line.separator");
37 return System.getProperty("line.separator");
48 return System.getProperty("line.separator");
69 return System.getProperty(propertyName);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserFactoryTest.java 33 System.clearProperty("org.xml.sax.parser");
44 System.setProperty("org.xml.sax.parser", "foo.bar.SAXParser");
54 System.setProperty("org.xml.sax.parser",
65 System.setProperty("org.xml.sax.parser",
76 System.setProperty("org.xml.sax.parser",
87 System.setProperty("org.xml.sax.parser",

Completed in 1553 milliseconds

<<21222324252627282930>>