Searched refs:logE (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/main/java/java/security/ |
D | SecureRandom.java | 369 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 …]
|
D | Security.java | 69 System.logE("Could not find 'security.properties'."); 76 System.logE("Could not load 'security.properties'", ex);
|
/libcore/libart/src/main/java/java/lang/ |
D | Daemons.java | 225 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()
|
D | VMClassLoader.java | 54 System.logE("Unable to open boot classpath entry: " + bootClassPathEntry, e); in createBootClassPathUrlHandlers()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 909 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
|
D | Runtime.java | 876 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/ |
D | ZoneInfoDB.java | 93 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/ |
D | DexPathList.java | 315 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/ |
D | ObjectStreamClass.java | 2281 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/ |
D | URI.java | 3380 java.lang.System.logE("URI " + substring(start, n) + " has empty labels in " + in parseHostname()
|