Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/jca/
DProviders.java555 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/
DDaemons.java292 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()
DVMClassLoader.java53 System.logE("Unable to open boot classpath entry: " + bootClassPathEntry, e); in createBootClassPathUrlHandlers()
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java288 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/
DSystem.java943 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
DRuntime.java917 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/
DCoreLibraryDebug.java104 System.logE("Error reading " + file, e); in addTzDataSetVersionDebugInfo()
/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/luni/src/main/java/libcore/timezone/
DZoneInfoDB.java128 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()
DTimeZoneFinder.java127 System.logE("No valid file found in set: " + Arrays.toString(tzLookupFilePaths) in createInstanceWithFallback()
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java106 public static void logE(String message, Throwable th) { throw new RuntimeException("Stub!"); } 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.java2406 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/
Dcurrent-api.txt899 method public static void logE(String, Throwable);