HomeSort by relevance Sort by last modified time
    Searched defs:systemPrefix (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 81 static protected final String systemPrefix =
164 showLogName = getBooleanProperty( systemPrefix + "showlogname", showLogName);
165 showShortName = getBooleanProperty( systemPrefix + "showShortLogname", showShortName);
166 showDateTime = getBooleanProperty( systemPrefix + "showdatetime", showDateTime);
169 dateTimeFormat = getStringProperty(systemPrefix + "dateTimeFormat",
209 String lvl = getStringProperty(systemPrefix + "log." + logName);
213 lvl = getStringProperty(systemPrefix + "log." + name);
218 lvl = getStringProperty(systemPrefix + "defaultlog");
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /external/emma/lib/
emma.jar 

Completed in 619 milliseconds