| /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
| ThreadPoolExecutor.java | 154 * example if they are I/O bound), a system may be able to schedule 457 * for addWorker to fail, which may reflect a system or user's 667 SecurityManager security = System.getSecurityManager(); [all...] |
| /dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
| InputStreamReaderTest.java | 721 System.arraycopy(suffix, 0, bytes, prefixLength, suffix.length);
|
| OutputStreamWriterTest.java | 312 System.out.println(e);
|
| StreamTokenizerTest.java | 694 System.out.println("Exception found in StreamTokenizer");
|
| /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
| SocketChannelImpl.java | 260 SecurityManager sm = System.getSecurityManager(); [all...] |
| /dalvik/libcore/security/src/main/java/java/security/ |
| KeyStore.java | 45 * The type of the system key store can be changed by setting the {@code [all...] |
| /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/ |
| X509CertFactoryImpl.java | 555 System.arraycopy(buff, 0, newbuff, 0, size); [all...] |
| /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
| MD5Digest.java | 38 System.arraycopy(t.X, 0, X, 0, t.X.length);
|
| /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
| X509CertificateObject.java | 625 String nl = System.getProperty("line.separator");
|
| /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
| SQLExceptionTest.java | 58 System.out.println("SUID check got exception: " + e.getMessage());
|
| /dalvik/libcore/sql/src/test/java/tests/sql/ |
| ResultSetMetaDataTest.java | 395 System.out.println("ResultSetMetaDataTest.testGetPrecision()"+e1.getMessage());
|
| /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
| SSLContext1Test.java | 705 System.out.println("EE = " + e);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
| XPathContext.java | 207 * DTMs without system IDs are always hard deleted. 707 System.err.println("Warning: popContextNodeList when stack is empty!"); [all...] |
| /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
| AudioSystem.java | 82 "No system default mixer installed"); //$NON-NLS-1$ 226 String propVal = System.getProperty(propName);
|
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| XMLWriter.java | 405 output = new OutputStreamWriter(System.out); 591 // System.out.println("%%%% startElement [" + qName + "] htmlMode = " + htmlMode); 594 // System.out.println("%%%% CDATA element"); [all...] |
| /frameworks/base/awt/java/awt/image/ |
| IndexColorModel.java | 622 // System.out.println(cm.toString()); 752 System.arraycopy(colorMap, 0, rgb, 0, mapSize); [all...] |
| /frameworks/base/core/java/android/inputmethodservice/ |
| Keyboard.java | 675 System.arraycopy(indices, 0, cell, 0, count);
|
| /frameworks/base/core/java/android/provider/ |
| Telephony.java | 421 values.put(DATE, System.currentTimeMillis()); [all...] |
| /frameworks/base/core/java/android/widget/ |
| ImageView.java | 520 System.out.println("resolveUri failed on bad bitmap uri: "
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| ContactHeaderWidget.java | 56 * Header used across system for displaying a title bar with contact info. You 573 System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS, flags);
|
| /frameworks/base/core/tests/coretests/src/android/content/pm/ |
| PackageManagerTests.java | 345 // Default system policy for apps with no manifest option specified. 601 // for updated system apps only [all...] |
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| LayerDrawable.java | 180 System.arraycopy(st.mChildren, 0, nu, 0, i);
|
| /frameworks/base/opengl/java/android/opengl/ |
| Matrix.java | 476 System.arraycopy(temp, 16, m, mOffset, 16);
|
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| SettingsProvider.java | 94 if ("system".equals(this.table) || "secure".equals(this.table)) { 128 if ("system".equals(table) || "secure".equals(table)) { 138 * Modify the system property used to communicate the version of 144 // Update the system property *first*, so if someone is listening for 146 // the system property will be updated and they'll get the new data. 150 if (table.equals("system")) { 151 property = Settings.System.SYS_PROP_SETTING_VERSION; 248 return lookupValue("system", sSystemCache, request); 597 * In-memory LRU Cache of system and secure settings, along with 632 if ("system".equals(tableName)) [all...] |
| /frameworks/base/services/java/com/android/server/ |
| SystemServer.java | 24 import dalvik.system.VMRuntime; 25 import dalvik.system.Zygote; 142 Slog.i(TAG, "System Content Providers"); 205 Slog.e("System", "Failure starting core service", e); 340 new DropBoxManagerService(context, new File("/data/system/dropbox"))); 495 // It is now okay to let the various system services start their 507 Slog.d(TAG, "System ServerThread is exiting!"); 552 * This method is called from Zygote to initialize the system. This will cause the native 570 // The system server has to run all of the time, so it needs to be 574 System.loadLibrary("android_servers") [all...] |