HomeSort by relevance Sort by last modified time
    Searched refs:logI (Results 1 - 6 of 6) sorted by null

  /art/test/HelloWorld/
HelloWorld.java 19 System.logI("Hello, world!");
  /art/test/StackWalk2/
StackWalk2.java 31 System.logI("1st call"); // use v0 for PrintStream, v1 for "1st call"
34 System.logI("2nd call"); // use v0 for PrintStream, v1 for "2nd call"
41 System.logI(str); // use v1 for PrintStream, v2, v3 for str
45 System.logI(str); // use v1 for PrintStream, v2, v3 for str
46 System.logI(s); // use v1 for PrintStream, v0 for s
48 System.logI(s); // use v1 for PrintStream, v0 for s
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 87 System.logI("Loaded time zone names for \"" + locale + "\" in " + duration + "ms" +
  /libcore/luni/src/main/java/java/lang/
System.java 546 public static void logI(String message) {
553 public static void logI(String message, Throwable th) {
ProcessManager.java 262 System.logI("Failed to destroy process " + pid, e);
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 278 System.logI("Could not resolve '" + systemId + "' relative to"

Completed in 78 milliseconds