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.java388 System.logE(" ********** PLEASE READ ************ "); in getInstance()
389 System.logE(" * "); in getInstance()
390 … System.logE(" * New versions of the Android SDK no longer support the Crypto provider."); in getInstance()
391 … System.logE(" * If your app was relying on setSeed() to derive keys from strings, you"); in getInstance()
392 … System.logE(" * should switch to using SecretKeySpec to load raw key bytes directly OR"); in getInstance()
393 System.logE(" * use a real key derivation function (KDF). See advice here : "); in getInstance()
394 …System.logE(" * http://android-developers.blogspot.com/2016/06/security-crypto-provider-deprecated… in getInstance()
395 System.logE(" *********************************** "); in getInstance()
398 System.logE(" Returning an instance of SecureRandom from the Crypto provider"); in getInstance()
399 System.logE(" as a temporary measure so that the apps targeting earlier SDKs"); in getInstance()
[all …]
DSecurity.java72 System.logE("Could not find 'security.properties'.");
79 System.logE("Could not load 'security.properties'", ex);
/libcore/libart/src/main/java/java/lang/
DDaemons.java253 System.logE("Uncaught exception thrown by finalizer", ex); in doFinalize()
410 System.logE("failed to send SIGQUIT", e); in finalizerTimedOut()
416 System.logE(message, syntheticException); in finalizerTimedOut()
DVMClassLoader.java53 System.logE("Unable to open boot classpath entry: " + bootClassPathEntry, e); in createBootClassPathUrlHandlers()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java931 logE("Ignoring attempt to set property \"" + key + in put()
942 logE("Ignoring attempt to remove property \"" + key + "\"."); in remove()
986 logE("Wrong compile-time assumption for os.name: " + p.get("os.name") + " vs " + in initUnchangeableSystemProperties()
1016 logE("Ignoring command line argument: -D" + pair[0]); in initUnchangeableSystemProperties()
1727 public static void logE(String message) { in logE() method in System
1734 public static void logE(String message, Throwable th) { in logE() method in System
DRuntime.java907 java.lang.System.logE("java.lang.Runtime#load(String, ClassLoader)" + in load()
993 java.lang.System.logE("java.lang.Runtime#loadLibrary(String, ClassLoader)" + in loadLibrary()
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java294 System.logE("Unable to load dex file: " + buf, suppressed); in makeInMemoryDexElements()
331 System.logE("Unable to load dex file: " + file, suppressed); in makeDexElements()
663 System.logE("Unable to open zip file: " + path, ioe); in maybeInit()
769 System.logE("Unable to open zip file: " + path, ioe); in maybeInit()
/libcore/luni/src/main/java/libcore/util/
DZoneInfoDB.java120 System.logE("Couldn't find any " + TZDATA_FILE + " file!"); in loadTzDataWithFallback()
189 System.logE(TZDATA_FILE + " file \"" + path + "\" was present but invalid!", ex); in loadData()
DTimeZoneFinder.java90 System.logE("Unable to process file: " + tzLookupFilePath + " Trying next one.", e); in createInstanceWithFallback()
94 System.logE("No valid file found in set: " + Arrays.toString(tzLookupFilePaths) in createInstanceWithFallback()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java2279 System.logE("WARNING: ObjectStreamClass.getConstructorId(Class<?>) is private API and" + in getConstructorId()
2300 … System.logE("WARNING: ObjectStreamClass.newInstance(Class<?>, long) is private API and" + in newInstance()