| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
| EmulatorControlPanel.java | [all...] |
| HeapPanel.java | [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| ApkBuilder.java | 301 System.arraycopy(libProjects, 0, allRefProjects, 0, libCount); 304 System.arraycopy(javaProjects, 0, allRefProjects, libCount, javaCount); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/ |
| XmlDescriptors.java | 307 System.arraycopy(attrs, 0, newAttrs, 0, attrs.length);
|
| /cts/tests/tests/text/src/android/text/format/cts/ |
| TimeTest.java | 64 time.set(System.currentTimeMillis()); 606 long currentTime = System.currentTimeMillis(); 656 long time = System.currentTimeMillis();
|
| DateUtilsTest.java | 47 mBaseTime = System.currentTimeMillis();
|
| /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
| DelayQueueTest.java | 77 trigger = System.nanoTime() + i; 103 long n = trigger - System.nanoTime(); 879 assertTrue(tt <= System.nanoTime());
|
| /dalvik/libcore/luni/src/main/java/java/io/ |
| ObjectOutputStream.java | 265 SecurityManager currentManager = System.getSecurityManager(); 311 SecurityManager sm = System.getSecurityManager(); 488 * enabled. Only trusted subclasses (loaded with system class loader) are 506 SecurityManager currentManager = System.getSecurityManager(); [all...] |
| /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
| Inet6AddressTest.java | [all...] |
| /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
| XSLTSchema.java | 111 "doctype-system", [all...] |
| /frameworks/base/awt/java/awt/ |
| Font.java | 57 * For example one character of Latin writing system represented by one glyph, 58 * but in complex writing system such as South and South-East Asian there is 862 * Gets a Font object from the system properties list with the specified 869 * @return the Font object from the system properties list with the 874 String pr = System.getProperty(sp); 882 * Gets a Font object from the system properties list with the specified 886 * the system property name. [all...] |
| BasicStroke.java | [all...] |
| /frameworks/base/services/java/com/android/server/am/ |
| UsageStatsService.java | 253 mCal.setTimeInMillis(System.currentTimeMillis()); 322 // Check if there are too many files in the system and delete older files 366 mCal.setTimeInMillis(System.currentTimeMillis()); 619 System.arraycopy(data, 0, newData, 0, pos);
|
| ActivityManagerService.java | 28 import dalvik.system.Zygote; 261 // the first to go! Value set in system/rootdir/init.rc on startup. 268 // system/rootdir/init.rc on startup. 283 // system/rootdir/init.rc on startup. 288 // system/rootdir/init.rc on startup. 292 // rather not kill it! Value set in system/rootdir/init.rc on startup. 299 // The system process runs at the default adjustment. 332 // These values are set in system/rootdir/init.rc on startup. 554 * system was ready. We don't start them at that point, but ensure they 850 * Set if we are shutting down the system, similar to sleeping 1521 int system = mProcessStats.getLastSystemTime(); local [all...] |
| /packages/apps/Gallery/src/com/android/camera/ |
| ViewImage.java | 79 private final Random mRandom = new Random(System.currentTimeMillis()); 782 final long targetDisplayTime = System.currentTimeMillis() + delay; 807 targetDisplayTime - System.currentTimeMillis()); [all...] |
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| MmsProvider.java | 49 * which is stored in a SQLite database and in the file system. 332 long timeInMillis = System.currentTimeMillis(); 381 + "/PART_" + System.currentTimeMillis(); 434 + "/PART_" + System.currentTimeMillis(); 623 // Delete the associated files saved on file-system. [all...] |
| /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
| BidiTest.java | [all...] |
| /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
| SAX2DTM2.java | 838 System.arraycopy(_stack, 0, stackCopy, 0, _stack.length); 883 System.arraycopy(_stack, 0, stack, 0, index); [all...] |
| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| MediaProvider.java | 197 * An LRU cache system is used to clean up databases for old external 206 long now = System.currentTimeMillis(); [all...] |
| /frameworks/base/services/java/com/android/server/ |
| PackageManagerService.java | 210 // This is the object monitoring the system app dir. 314 // Broadcast actions that are only available to the system. 721 mSettings.addSharedUserLP("android.uid.system", [all...] |
| /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
| SocketChannelTest.java | 331 SecurityManager smngr = System.getSecurityManager(); 332 System.setSecurityManager(new MockSecurityManager("blargh")); 339 System.setSecurityManager(smngr); [all...] |
| /dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
| BitSetTest.java | [all...] |
| /dalvik/libcore/math/src/test/java/tests/api/java/math/ |
| BigIntegerTest.java | 258 // System.out.println("test_SpecialPrimes"); 265 // System.out.println(q); 266 // System.out.println(p); 269 // System.out.print("."); 310 System.out.println("isProbablePrime failed for: " + a); 318 System.out.println("isProbablePrime failed for: " + bi); 325 System.out.println("isProbablePrime failed for: " + bi); 393 // System.out.println(c); 394 // System.out.println(next); 414 // System.out.println(a) [all...] |
| /frameworks/base/core/java/android/database/sqlite/ |
| SQLiteDatabase.java | 62 * two more, <code>LOCALIZED</code>, which changes with the system's current locale 289 // System property that enables logging of slow queries. Specify the threshold in ms. 803 * <p>Sets the locale of the database to the the system's current locale. [all...] |
| /frameworks/base/core/java/android/provider/ |
| Settings.java | 57 * The Settings provider contains global system-level device preferences. 64 * Activity Action: Show system settings. 358 * Activity Action: Show settings for system update functionality. 497 * @hide - Private call() method on SettingsProvider to read from 'system' table. 662 * System settings, containing miscellaneous system preferences. This 666 public static final class System extends NameValueTable { 718 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System" 738 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System" 753 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System" [all...] |