HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 526 - 550 of 2091) sorted by null

<<21222324252627282930>>

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyFlipEvent.java 62 System.out.println(":Sending Flip keyboardOpen=" + mKeyboardOpen);
72 System.out.println("Got IOException performing flip" + e);
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 57 props.setProperty("python.path", System.getProperty("java.class.path"));
58 PythonInterpreter.initialize(System.getProperties(), props, new String[] {""});
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 42 * Please make sure the class path is set correctly for your system.
91 !System.getProperty("os.name").regionMatches(true, 0, "windows", 0, 7);
116 String separator = System.getProperty("path.separator");
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
URLDecodingImageSource.java 39 SecurityManager security = System.getSecurityManager();
53 SecurityManager security = System.getSecurityManager();
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 72 System.err.println("Faild to set setting: " + e);
78 System.err.println(longHelp());
  /frameworks/base/core/java/android/content/pm/
FeatureInfo.java 70 + Integer.toHexString(System.identityHashCode(this))
74 + Integer.toHexString(System.identityHashCode(this))
  /frameworks/base/core/java/android/widget/
DateTimeView.java 108 long start = System.nanoTime();
127 long nowMillis = System.currentTimeMillis();
188 long finish = System.nanoTime();
204 String format = Settings.System.getString(getContext().getContentResolver(),
205 Settings.System.DATE_FORMAT);
228 Uri uri = Settings.System.getUriFor(Settings.System.DATE_FORMAT);
243 if (System.currentTimeMillis() < mUpdateTimeMillis) {
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 32 import dalvik.system.VMRuntime;
70 Slog.e(TAG, "*** FATAL EXCEPTION IN SYSTEM PROCESS: " + t.getName(), e);
87 System.exit(10);
102 System.setProperty("qwerty", "1");
119 * the "java.util.logging.config.class" system property works. We
120 * can't use the system property here since the logger has almost
130 System.setProperty("http.agent", userAgent);
154 result.append(System.getProperty("java.vm.version")); // such as 1.1.0
233 * to run the system.
260 System.setOut(new AndroidPrintStream(Log.INFO, "System.out"))
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
BitwiseOutputStream.java 66 System.arraycopy(mBuf, 0, newBuf, 0, len);
78 System.arraycopy(mBuf, 0, newBuf, 0, mEnd >>> 3);
  /frameworks/base/core/tests/coretests/src/android/os/
TestHandlerThread.java 39 long now = System.currentTimeMillis();
47 now = System.currentTimeMillis();
  /frameworks/base/services/java/com/android/server/am/
ConnectionRecord.java 62 sb.append(Integer.toHexString(System.identityHashCode(this)));
66 sb.append(Integer.toHexString(System.identityHashCode(conn.asBinder())));
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 56 System.err.println(msg);
61 System.out.println(msg);
  /frameworks/base/tools/preload/
Compile.java 35 System.err.println("Usage: Compile [log file] [output file]");
36 System.exit(0);
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmPreference.java 43 // Update the default alert in the system.
44 Settings.System.putString(getContext().getContentResolver(),
45 Settings.System.ALARM_ALERT,
  /packages/apps/Contacts/src/com/android/contacts/
ProgressShower.java 64 long start = System.currentTimeMillis();
78 mTime += System.currentTimeMillis() - start;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 29 * This will be launched during system boot, after the core system has
44 // We are now running with the system up, but no apps started,
48 long startTime = System.currentTimeMillis();
71 EventLogTags.writeCalendarUpgradeReceiver(System.currentTimeMillis() - startTime);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 28 * This will be launched during system boot, after the core system has
43 // We are now running with the system up, but no apps started,
47 long startTime = System.currentTimeMillis();
70 EventLogTags.writeContactsUpgradeReceiver(System.currentTimeMillis() - startTime);
  /sdk/androidprefs/src/com/android/prefs/
AndroidLocation.java 85 * Checks a list of system properties and/or system environment variables for validity, and
94 path = System.getProperty(name);
96 path = System.getenv(name);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 155 System.arraycopy(natures, 0, newNatures, 1, natures.length);
158 System.arraycopy(natures, 0, newNatures, 0, natures.length);
188 System.arraycopy(commands, 0, newCommands, 1, commands.length);
232 System.arraycopy(commands, 0, newCommands, 0, index);
240 System.arraycopy(commands, index, newCommands, index + 1, commands.length-index);
260 System.arraycopy(commands, 0, newCommands, 0, commands.length);
281 System.arraycopy(commands, 0, newCommands, 0, i);
282 System.arraycopy(commands, i + 1, newCommands, i, commands.length - i - 1);
  /build/tools/droiddoc/src/
ClearPage.java 134 System.out.println("error: " + e.getMessage() + "; when writing file: " + filename);
168 System.err.println(from.getAbsolutePath() + ": Error opening file");
176 System.err.println(from.getAbsolutePath() + ": Error opening file");
189 System.err.println(from.getAbsolutePath()
198 System.err.println(from.getAbsolutePath()
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_PlaylistsTest.java 77 long dateAdded = System.currentTimeMillis();
79 long dateModified = System.currentTimeMillis();
102 dateModified = System.currentTimeMillis();
124 long dateAdded = System.currentTimeMillis();
126 long dateModified = System.currentTimeMillis();
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/
Test_invokeinterface.java 82 System.out.print("dvmvfe:");
101 System.out.print("dvmvfe:");
166 System.out.print("dvmvfe:");
186 System.out.print("dvmvfe:");
206 System.out.print("dvmvfe:");
  /cts/tools/vm-tests/src/util/build/
DasmBuildStep.java 71 System.err.println("DASM Error: " + e.getMessage());
75 System.err.println("Exception <" + e.getClass().getName() + ">" + e.getMessage() +
85 System.err.println("Found " + dAsm.errorCount() + " errors " +
118 System.err.println("Cannot create directory " + dest_dir);
132 System.err.println("Exception <" + e.getClass().getName() + ">" + e.getMessage() +
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java 63 String dirName = System.getProperty("java.io.tmpdir");
67 String oldUserDir = System.getProperty("user.dir");
68 System.setProperty("user.dir", dirName);
99 System.setProperty("user.dir", oldUserDir);
166 File parent = new File(System.getProperty("java.io.tmpdir"));
  /dalvik/libcore/security/src/main/java/java/security/
Identity.java 101 SecurityManager sm = System.getSecurityManager();
161 SecurityManager sm = System.getSecurityManager();
273 SecurityManager sm = System.getSecurityManager();
280 //System.out.println("###DEBUG## Identity: "+i);
318 SecurityManager sm = System.getSecurityManager();
423 SecurityManager sm = System.getSecurityManager();

Completed in 199 milliseconds

<<21222324252627282930>>