Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/
DSecureRandom.java369 System.logE(" ********** PLEASE READ ************ "); in getInstance()
370 System.logE(" * "); in getInstance()
371 … System.logE(" * New versions of the Android SDK no longer support the Crypto provider."); in getInstance()
372 … System.logE(" * If your app was relying on setSeed() to derive keys from strings, you"); in getInstance()
373 … System.logE(" * should switch to using SecretKeySpec to load raw key bytes directly OR"); in getInstance()
374 System.logE(" * use a real key derivation function (KDF). See advice here : "); in getInstance()
375 …System.logE(" * http://android-developers.blogspot.com/2016/06/security-crypto-provider-deprecated… in getInstance()
376 System.logE(" *********************************** "); in getInstance()
379 System.logE(" Returning an instance of SecureRandom from the Crypto provider"); in getInstance()
380 System.logE(" as a temporary measure so that the apps targeting earlier SDKs"); in getInstance()
[all …]
DSecurity.java69 System.logE("Could not find 'security.properties'.");
76 System.logE("Could not load 'security.properties'", ex);
/libcore/libart/src/main/java/java/lang/
DDaemons.java225 System.logE("Uncaught exception thrown by finalizer", ex); in doFinalize()
382 System.logE("failed to send SIGQUIT", e); in finalizerTimedOut()
388 System.logE(message, syntheticException); in finalizerTimedOut()
DVMClassLoader.java54 System.logE("Unable to open boot classpath entry: " + bootClassPathEntry, e); in createBootClassPathUrlHandlers()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java909 logE("Ignoring attempt to set property \"" + key + in put()
920 logE("Ignoring attempt to remove property \"" + key + "\"."); in remove()
964 logE("Wrong compile-time assumption for os.name: " + p.get("os.name") + " vs " + in initUnchangeableSystemProperties()
993 logE("Ignoring command line argument: -D" + pair[0]); in initUnchangeableSystemProperties()
1585 public static void logE(String message) { in logE() method in System
1592 public static void logE(String message, Throwable th) { in logE() method in System
DRuntime.java876 java.lang.System.logE("java.lang.Runtime#load(String, ClassLoader)" + in load()
954 java.lang.System.logE("java.lang.Runtime#loadLibrary(String, ClassLoader)" + in loadLibrary()
/libcore/luni/src/main/java/libcore/util/
DZoneInfoDB.java93 System.logE("Couldn't find any tzdata!"); in TzData()
127 System.logE("tzdata file \"" + path + "\" was present but invalid!", ex); in loadData()
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java315 System.logE("Unable to load dex file: " + file, suppressed); in makeElements()
540 System.logE("Unable to open zip file: " + zip, ioe); in maybeInit()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java2281 System.logE("WARNING: ObjectStreamClass.getConstructorId(Class<?>) is private API and" + in getConstructorId()
2296 System.logE("WARNING: ObjectStreamClass.newInstance(Class<?>, long) is private API and" + in newInstance()
/libcore/ojluni/src/main/java/java/net/
DURI.java3380 java.lang.System.logE("URI " + substring(start, n) + " has empty labels in " + in parseHostname()