HomeSort by relevance Sort by last modified time
    Searched defs:System (Results 76 - 100 of 839) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/security/
PrivateKeyImpl.java 52 System.arraycopy(encoding, 0, toReturn, 0, encoding.length);
63 System.arraycopy(encoding, 0, this.encoding, 0, encoding.length);
PublicKeyImpl.java 57 System.arraycopy(encoding, 0, result, 0, encoding.length);
69 System.arraycopy(encoding, 0, this.encoding, 0, encoding.length);
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequest.java 74 System.arraycopy(signature, 0, result, 0, signature.length);
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 33 System.runFinalization();
46 System.runFinalization();
  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 44 System.arraycopy(input, 0, buf, 0, len);
Support_ASimpleOutputStream.java 92 System.arraycopy(buf, 0, toReturn, 0, pos);
Support_ASimpleReader.java 63 System.arraycopy(buf, pos, dest, offset, readable);
  /packages/apps/Camera/src/com/android/camera/
IntArray.java 28 System.arraycopy(mData, 0, temp, 0, mSize);
42 System.arraycopy(mData, 0, result, 0, mSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
IntArray.java 28 System.arraycopy(mData, 0, temp, 0, mSize);
42 System.arraycopy(mData, 0, result, 0, mSize);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ArraysCompatUtils.java 42 System.arraycopy(array, startIndex, work, 0, work.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/build/
NdkCommandLauncher.java 40 System.arraycopy(args, 0, newargs, 1, args.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 52 System.arraycopy(graphicsFragments, 0, combined, 0, graphicsFragments.length);
53 System.arraycopy(extraFragments, 0, combined, graphicsFragments.length,
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 30 import dalvik.system.VMRuntime;
66 Slog.e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
83 System.exit(10);
98 System.setProperty("qwerty", "1");
115 * the "java.util.logging.config.class" system property works. We
116 * can't use the system property here since the logger has almost
126 System.setProperty("http.agent", userAgent);
155 result.append(System.getProperty("java.vm.version")); // such as 1.1.0
236 * to run the system.
309 * Redirect System.out and System.err to the Android log
    [all...]
  /packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 84 // Find the activity that is in the system image
128 mCompatibilityMode.setChecked(Settings.System.getInt(getContentResolver(),
129 Settings.System.COMPATIBILITY_MODE, 1) != 0);
145 mFancyImeAnimationsPref.setChecked(Settings.System.getInt(
147 Settings.System.FANCY_IME_ANIMATIONS, 0) != 0);
148 mHapticFeedbackPref.setChecked(Settings.System.getInt(
150 Settings.System.HAPTIC_FEEDBACK_ENABLED, 0) != 0);
170 Settings.System.putInt(getContentResolver(),
171 Settings.System.COMPATIBILITY_MODE,
198 Settings.System.putInt(getContentResolver()
    [all...]
  /frameworks/base/services/java/com/android/server/
EntropyService.java 36 * <p>When a Linux system starts up, the entropy pool associated with
54 private static final long START_TIME = System.currentTimeMillis();
55 private static final long START_NANOTIME = System.nanoTime();
143 out.println(System.currentTimeMillis());
144 out.println(System.nanoTime());
156 File systemDir = new File(dataDir, "system");
  /libcore/luni/src/main/java/java/io/
BufferedWriter.java 161 write(System.lineSeparator());
200 System.arraycopy(cbuf, offset, this.buf, pos, available);
214 System.arraycopy(cbuf, offset, this.buf, pos, available);
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizeTest.java 64 System.gc();
66 System.runFinalization();
107 System.out.println("finalize sleeping " + millis + " ms");
115 * Make sure that System.runFinalization() returns even if the finalization
131 System.out.println(count);
135 System.gc();
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 84 System.gc();
85 System.runFinalization();
SoftReferenceTest.java 127 System.gc();
128 System.runFinalization();
  /packages/apps/Phone/src/com/android/phone/sip/
SipSharedPreferences.java 82 Settings.System.putString(mContext.getContentResolver(),
83 Settings.System.SIP_CALL_OPTIONS, option);
87 String option = Settings.System.getString(mContext.getContentResolver(),
88 Settings.System.SIP_CALL_OPTIONS);
94 Settings.System.putInt(mContext.getContentResolver(),
95 Settings.System.SIP_RECEIVE_CALLS, (enabled ? 1 : 0));
100 return (Settings.System.getInt(mContext.getContentResolver(),
101 Settings.System.SIP_RECEIVE_CALLS) != 0);
  /cts/tools/vm-tests/src/util/build/
JavacBuildStep.java 53 System.err.println("failed to create destination dir");
66 System.arraycopy(files, 0, commandLine, args, files.length);
69 return Main.compile(commandLine, new PrintWriter(System.err)) == 0;
  /cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java 53 System.err.println("failed to create destination dir");
66 System.arraycopy(files, 0, commandLine, args, files.length);
69 return Main.compile(commandLine, new PrintWriter(System.err)) == 0;
  /dalvik/dx/src/com/android/dx/command/
Main.java 123 System.err.println("\nUNEXPECTED TOP-LEVEL EXCEPTION:");
125 System.exit(2);
127 System.err.println("\nUNEXPECTED TOP-LEVEL ERROR:");
131 System.err.println(
137 System.exit(3);
141 System.err.println("error: no command specified");
147 System.exit(1);
155 System.err.println("dx version " + Version.VERSION);
156 System.exit(0);
163 System.err.println(USAGE_MESSAGE)
    [all...]
  /dalvik/tests/011-array-copy/src/
Main.java 20 * System.arraycopy cases
35 System.out.println("string -> object");
36 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length);
37 System.out.println("object -> string");
38 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length);
39 System.out.println("object -> string (modified)");
42 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length);
45 System.out.println("caught ArrayStoreException (expected)");
87 System.arraycopy(byteArray, srcPos, byteArray, dstPos, length);
88 System.arraycopy(shortArray, srcPos, shortArray, dstPos, length)
    [all...]
  /dalvik/tests/072-precise-gc/src/
Main.java 91 System.gc();
98 System.out.println("Valid refs: " + numValid);
111 System.out.println(str0+str1+str2+str3+str4+str5+str6+str7+str8+str9);

Completed in 1499 milliseconds

1 2 34 5 6 7 8 91011>>