Home
last modified time | relevance | path

Searched refs:logE (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/jca/
DProviders.java378 System.logE(" ******** DEPRECATED FUNCTIONALITY ********"); in checkBouncyCastleDeprecation()
379 System.logE(" * The implementation of the " + key + " algorithm from"); in checkBouncyCastleDeprecation()
380 System.logE(" * the BC provider is deprecated in this version of Android."); in checkBouncyCastleDeprecation()
381 System.logE(" * It will be removed in a future version of Android and your"); in checkBouncyCastleDeprecation()
382 System.logE(" * application will no longer be able to request it. Please see"); in checkBouncyCastleDeprecation()
383 …System.logE(" * https://android-developers.googleblog.com/2018/03/cryptography-changes-in-android-… in checkBouncyCastleDeprecation()
384 System.logE(" * for more details."); in checkBouncyCastleDeprecation()
/libcore/libart/src/main/java/java/lang/
DDaemons.java140 System.logE("Uncaught exception in system thread " + name, ex); in run()
374 System.logE("Uncaught exception thrown by finalizer", ex); in doFinalize()
597 System.logE("Was finalizing " + finalizingObjectAsString(finalizing) in waitForProgress()
601 System.logE("Total elapsed millis: " in waitForProgress()
603 System.logE("Total elapsed nanos: " + (System.nanoTime() - startNanos)); in waitForProgress()
614 System.logE("ReferenceQueueDaemon timed out while targeting " + currentTarget in waitForProgress()
668 System.logE("failed to send SIGQUIT", e); in timedOut()
687 System.logE(exception.getMessage(), exception); in timedOut()
DVMClassLoader.java51 System.logE("Unable to open boot classpath entry: " + bootClassPathEntry, e); in createBootClassPathUrlHandlers()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java950 logE("Ignoring attempt to modify property " + key); in compute()
962 logE("Ignoring attempt to modify property " + key); in computeIfAbsent()
973 logE("Ignoring attempt to modify property " + key); in computeIfPresent()
984 logE("Ignoring attempt to modify property " + key); in merge()
993 logE("Ignoring attempt to set property \"" + key + in put()
1011 logE("Ignoring attempt to modify property " + key); in putIfAbsent()
1020 logE("Ignoring attempt to remove property \"" + key + "\"."); in remove()
1033 logE("Ignoring attempt to replace property \"" + key + "\"."); in replace()
1043 logE("Ignoring attempt to replace property \"" + key + "\"."); in replace()
1108 logE("Ignoring command line argument: -D" + pair[0]); in initUnchangeableSystemProperties()
[all …]
DRuntime.java912 java.lang.System.logE("java.lang.Runtime#load(String, ClassLoader)" + in load()
1018 java.lang.System.logE("java.lang.Runtime#loadLibrary(String, ClassLoader)" + in loadLibrary()
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java267 System.logE("Unable to load dex files", suppressed); in initByteBufferDexPath()
347 System.logE("Unable to load dex file: " + buf, suppressed); in makeInMemoryDexElements()
392 System.logE("Unable to load dex file: " + file, suppressed); in makeDexElements()
761 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/annotations/hiddenapi/java/lang/
DSystem.java248 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/ojluni/src/main/java/java/security/
DSecurity.java98 System.logE("Could not find 'security.properties'.");
105 System.logE("Could not load 'security.properties'", ex);
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java2483 System.logE("WARNING: ObjectStreamClass.getConstructorId(Class<?>) is private API and" + in getConstructorId()
2504 … System.logE("WARNING: ObjectStreamClass.newInstance(Class<?>, long) is private API and" + in newInstance()