/libcore/ojluni/src/main/java/sun/security/jca/ |
D | Providers.java | 555 System.logE(" ******** DEPRECATED FUNCTIONALITY ********"); in checkBouncyCastleDeprecation() 556 System.logE(" * The implementation of the " + key + " algorithm from"); in checkBouncyCastleDeprecation() 557 System.logE(" * the BC provider is deprecated in this version of Android."); in checkBouncyCastleDeprecation() 558 System.logE(" * It will be removed in a future version of Android and your"); in checkBouncyCastleDeprecation() 559 System.logE(" * application will no longer be able to request it. Please see"); in checkBouncyCastleDeprecation() 560 …System.logE(" * https://android-developers.googleblog.com/2018/03/cryptography-changes-in-android-… in checkBouncyCastleDeprecation() 561 System.logE(" * for more details."); in checkBouncyCastleDeprecation()
|
/libcore/libart/src/main/java/java/lang/ |
D | Daemons.java | 292 System.logE("Uncaught exception thrown by finalizer", ex); in doFinalize() 457 System.logE("failed to send SIGQUIT", e); in finalizerTimedOut() 476 System.logE(message, syntheticException); in finalizerTimedOut()
|
D | VMClassLoader.java | 53 System.logE("Unable to open boot classpath entry: " + bootClassPathEntry, e); in createBootClassPathUrlHandlers()
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexPathList.java | 288 System.logE("Unable to load dex files", suppressed); in initByteBufferDexPath() 353 System.logE("Unable to load dex file: " + buf, suppressed); in makeInMemoryDexElements() 398 System.logE("Unable to load dex file: " + file, suppressed); in makeDexElements() 764 System.logE("Unable to open zip file: " + path, ioe); in maybeInit() 872 System.logE("Unable to open zip file: " + path, ioe); in maybeInit()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 943 logE("Ignoring attempt to set property \"" + key + in put() 954 logE("Ignoring attempt to remove property \"" + key + "\"."); in remove() 1026 logE("Ignoring command line argument: -D" + pair[0]); in initUnchangeableSystemProperties() 1737 public static void logE(String message) { in logE() method in System 1744 public static void logE(String message, Throwable th) { in logE() method in System
|
D | Runtime.java | 917 java.lang.System.logE("java.lang.Runtime#load(String, ClassLoader)" + in load() 1022 java.lang.System.logE("java.lang.Runtime#loadLibrary(String, ClassLoader)" + in loadLibrary()
|
/libcore/luni/src/main/java/libcore/util/ |
D | CoreLibraryDebug.java | 104 System.logE("Error reading " + file, e); in addTzDataSetVersionDebugInfo()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | System.java | 248 public static void logE(java.lang.String message) { in logE() method in System 253 public static void logE(java.lang.String message, java.lang.Throwable th) { in logE() method in System
|
/libcore/luni/src/main/java/libcore/timezone/ |
D | ZoneInfoDB.java | 128 System.logE("Couldn't find any " + TZDATA_FILE + " file!"); in loadTzDataWithFallback() 198 System.logE(TZDATA_FILE + " file \"" + path + "\" was present but invalid!", ex); in loadData()
|
D | TimeZoneFinder.java | 127 System.logE("No valid file found in set: " + Arrays.toString(tzLookupFilePaths) in createInstanceWithFallback()
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | System.annotated.java | 106 public static void logE(String message, Throwable th) { throw new RuntimeException("Stub!"); } in logE() method in System
|
/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 98 System.logE("Could not find 'security.properties'."); 105 System.logE("Could not load 'security.properties'", ex);
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 2406 System.logE("WARNING: ObjectStreamClass.getConstructorId(Class<?>) is private API and" + in getConstructorId() 2427 … System.logE("WARNING: ObjectStreamClass.newInstance(Class<?>, long) is private API and" + in newInstance()
|
/libcore/mmodules/core_platform_api/api/platform/ |
D | current-api.txt | 899 method public static void logE(String, Throwable);
|