Searched
refs:System (Results
1776 -
1800 of
2091) sorted by null
<<71727374757677787980>>
/frameworks/base/services/java/com/android/server/ |
ProcessStats.java | 63 /** Stores user time and system time in 100ths of a second. */ 65 /** Stores user time and system time in 100ths of a second. */ 275 // Total system time is simply system time. 511 String file = readFile("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", '\0'); 537 System.arraycopy(tempSpeeds, 0, mCpuSpeeds, 0, speed); 538 System.arraycopy(tempTimes, 0, out, 0, speed); 635 int user, int system, int iowait, int irq, int softIrq, int minFaults, int majFaults) { 640 pw.print(((user+system+iowait+irq+softIrq)*100)/totalTime); 644 pw.print((system*100)/totalTime) [all...] |
/frameworks/base/services/java/com/android/server/am/ |
HistoryRecord.java | 260 // If we know the system has determined the component, then 377 System.identityHashCode(this), shortComponentName, 525 sb.append(Integer.toHexString(System.identityHashCode(this)));
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
LockScreen.java | 300 final boolean vibe = (Settings.System.getInt( 302 Settings.System.VIBRATE_IN_SILENT, 1) == 1);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 437 if (V) timestamp = System.currentTimeMillis(); 454 + (System.currentTimeMillis() - timestamp) + " ms");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 641 getString(R.string.pbap_notif_ticker), System.currentTimeMillis()); 654 getString(R.string.auth_notif_ticker), System.currentTimeMillis());
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilPlayer.java | 434 long startAt = System.currentTimeMillis(); 452 overhead = System.currentTimeMillis() - startAt - sleep;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
DeviceExplorer.java | 476 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$ 531 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
|
/cts/tests/tests/media/src/android/media/cts/ |
SoundPoolTest.java | 324 System.out.println("load: " + soundIds[i]);
|
/cts/tools/dasm/src/java_cup/ |
production.java | 322 System.err.println("*** Label \"" + id_str + 580 * where NT$1 and NT$2 are new system created non terminals.
|
/cts/tools/test-progress-new/src/testprogress2/ |
TestTargetNew.java | 152 System.err.println(">>> warning: " + notes); 301 // System.out.println("quali:"+ptname); 321 // System.out.println("match!!!: ref = "+refSignature+", 325 // System.out.println("no match: ref = "+refSignature+",
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
ZipInputStream.java | 335 System.arraycopy(buf, lastRead, buffer, start, toRead);
|
ZipOutputStream.java | 292 currentEntry.setTime(System.currentTimeMillis());
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
SecurityManager.java | 21 import dalvik.system.VMStack; 81 SecurityManager security = System.getSecurityManager(); 123 // Only worry about system threads. Dead threads have a null group. 142 // Only worry about system threads. 441 * Checks whether the calling thread is allowed to access the system 445 * if the calling thread is not allowed to access system 454 * system property. 460 * key} system property. 571 * Checks whether the calling thread is allowed to access the system 575 * if the calling thread is not allowed to access the system [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Locale.java | 643 SecurityManager security = System.getSecurityManager();
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfoDB.java | 47 System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/"; 339 * the system's default time zone.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
Util.java | 40 String encoding = System.getProperty("file.encoding");
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
PackageTest.java | 48 if ("Dalvik".equals(System.getProperty("java.vm.name"))) {
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
MD4Digest.java | 42 System.arraycopy(t.X, 0, X, 0, t.X.length);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
WrapCipherSpi.java | 171 System.out.println("eeek!");
|
X509CRLObject.java | 348 System.arraycopy(sigAlgParams, 0, tmp, 0, tmp.length);
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
UnionPathIterator.java | 115 System.arraycopy(exprs, 0, m_iterators, 0, len);
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/ |
XMLReaderAdapterTest.java | 89 System.setProperty("org.xml.sax.driver",
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
RemoteService.java | 183 System.currentTimeMillis());
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 398 long now = System.currentTimeMillis();
|
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 479 cnonce = Long.toString(System.currentTimeMillis());
|
Completed in 642 milliseconds
<<71727374757677787980>>