HomeSort by relevance Sort by last modified time
    Searched defs:System (Results 1 - 25 of 1919) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/138-duplicate-classes-check/src-ex/
TestEx.java 19 System.out.println(new A().i);
  /art/test/138-duplicate-classes-check2/src-ex/
TestEx.java 19 System.out.println(new A().i);
  /art/test/646-checker-arraycopy-large-cst-pos/src/
Main.java 20 System.out.println("passed");
24 /// CHECK: InvokeStaticOrDirect method_name:java.lang.System.arraycopy intrinsic:SystemArrayCopy
33 // System.arraycopy to be intrinsified.
34 System.arraycopy(src, 0, dst, 1024, 64);
  /dalvik/dx/tests/119-merge-conflict/testdata/
B.java 5 System.out.println(new A().hello());
  /external/testng/src/test/java/test/thread/
Sample2.java 11 logSuite(ctx.getSuite().getName(), System.currentTimeMillis());
  /art/test/059-finalizer-throw/src/
Main.java 38 System.out.println("Starting");
42 System.gc();
43 System.runFinalization();
47 System.out.println("Timed out, exiting");
48 System.exit(1);
56 System.out.println(ie);
64 System.out.println(ie);
67 System.out.println("done");
71 System.out.println("In finalizer");
  /external/lzma/Java/Tukaani/src/
XZSeekDecDemo.java 30 System.err.println("Number of XZ Streams: " + in.getStreamCount());
31 System.err.println("Number of XZ Blocks: " + in.getBlockCount());
33 System.err.println("Uncompressed size: " + in.length() + " B");
35 System.err.println("Largest XZ Block size: "
38 System.err.print("List of Check IDs:");
42 System.err.print(" " + i);
43 System.err.println();
45 System.err.println("Index memory usage: "
52 System.out.write(buf, 0, size);
65 System.err.println("Error: End of file reached")
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SettingsTest.java 30 Settings.System.putInt(contentResolver, "property", 1);
31 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1));
35 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1));
40 Settings.System.putInt(contentResolver, "property", 1);
41 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1));
46 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0));
51 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0));
52 assertThat(Settings.System.getInt(contentResolver, "property", 2), equalTo(2));
54 Settings.System.putInt(contentResolver, "property", 1);
55 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1))
    [all...]
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
TestUtils.java 29 System.gc();
30 System.runFinalization();
33 System.gc();
34 System.runFinalization();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSettingsTest.java 27 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(0);
28 assertThat(Settings.System.getInt(contentResolver, "property", 2)).isEqualTo(2);
30 Settings.System.putInt(contentResolver, "property", 1);
31 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(1);
33 Settings.System.putString(contentResolver, "property", "11");
34 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(11);
64 assertThat(Settings.System.getString(contentResolver, "property")).isNull();
66 Settings.System.putString(contentResolver, "property", "value");
67 assertThat(Settings.System.getString(contentResolver, "property")).isEqualTo("value");
69 Settings.System.putInt(contentResolver, "property", 123)
    [all...]
  /art/test/096-array-copy-concurrent-gc/src/
Main.java 18 * Running concurrent gc and doing some System.arraycopy
52 System.out.println("Initializing...");
59 System.out.println("Starting the test");
64 System.arraycopy(array, 0, array, 1, array.length - 1);
74 System.arraycopy(array, 1, array, 0, array.length - 1);
83 System.out.println("Test OK");
  /art/test/301-abstract-protected/src/
Main.java 19 System.out.println(new C().m());
  /art/test/519-bound-load-class/src/
Main.java 29 System.out.println((Main)o);
36 System.out.println((Main)o);
  /art/test/537-checker-arraycopy/src/
Main.java 61 System.arraycopy(obj, 1, obj, 0, 1);
65 System.arraycopy(obj, 1, obj, 0, 1);
74 System.arraycopy(obj, pos, obj, 0, obj.length);
84 System.arraycopy(obj, pos, obj, pos - 1, obj.length);
95 System.arraycopy(obj1, input1, obj2, input3, input4);
96 System.out.println(obj1);
97 System.out.println(obj2);
  /art/test/565-checker-condition-liveness/src/
Main.java 45 System.nanoTime();
  /art/test/641-checker-arraycopy/src/
Main.java 23 /// CHECK: InvokeStaticOrDirect method_name:java.lang.System.arraycopy intrinsic:SystemArrayCopy
25 /// CHECK: InvokeStaticOrDirect method_name:java.lang.System.arraycopy intrinsic:SystemArrayCopy
29 System.arraycopy(o, 1, o, 0, 1);
30 System.arraycopy((Object)foo, 1, (Object)foo, 0, 1); // Don't use the @hide byte[] overload.
34 System.arraycopy(o, 1, o, 0, 1);
35 System.arraycopy(foo, 1, foo, 0, 1);
41 /// CHECK: InvokeStaticOrDirect method_name:java.lang.System.arraycopy intrinsic:SystemArrayCopy
43 /// CHECK: InvokeStaticOrDirect method_name:java.lang.System.arraycopy intrinsic:SystemArrayCopy
  /art/test/972-iface-super-multidex/src/
Main.java 24 System.out.println("Could not load class");
25 e.printStackTrace(System.out);
30 System.out.println((String)m.invoke(c.newInstance(), new Object[0]));
32 System.out.println("Unknown exception occurred");
33 e.printStackTrace(System.out);
38 System.out.println((String)m.invoke(c.newInstance(), new Object[0]));
43 System.out.println("Unexpected AME caught");
44 e.printStackTrace(System.out);
46 System.out.println("Unexpected NSME caught");
47 e.printStackTrace(System.out)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
MSwitchInsn.java 47 System.arraycopy(keys, 0, newInsn.keys, 0, keys.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9IntegerConverter.java 55 System.arraycopy(bytes, bytes.length - tmp.length, tmp, 0, tmp.length);
63 System.arraycopy(bytes, 0, tmp, tmp.length - bytes.length, bytes.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
KeyParameter.java 23 System.arraycopy(key, keyOff, this.key, 0, keyLen);
  /external/emma/ant/ant14/com/vladium/emma/
ANTMain.java 25 System.out.println ("this jar contains ANT task definitions for " + IAppConstants.APP_NAME
28 System.out.println ();
29 System.out.println (IAppConstants.APP_USAGE_BUILD_ID);
  /external/proguard/src/proguard/classfile/editor/
AnnotationsAttributeEditor.java 58 System.arraycopy(annotations, 0,
ExceptionsAttributeEditor.java 59 System.arraycopy(exceptionIndexTable, 0,
LineNumberTableAttributeEditor.java 58 System.arraycopy(lineNumberTable, 0,
  /frameworks/base/obex/javax/obex/
PasswordAuthentication.java 56 System.arraycopy(userName, 0, mUserName, 0, userName.length);
60 System.arraycopy(password, 0, mPassword, 0, password.length);

Completed in 1192 milliseconds

1 2 3 4 5 6 7 8 91011>>