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

  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 209 String lvl = getStringProperty(systemPrefix + "log." + logName); local
211 while(null == lvl && i > -1) {
213 lvl = getStringProperty(systemPrefix + "log." + name);
217 if(null == lvl) {
218 lvl = getStringProperty(systemPrefix + "defaultlog");
221 if("all".equalsIgnoreCase(lvl)) {
223 } else if("trace".equalsIgnoreCase(lvl)) {
225 } else if("debug".equalsIgnoreCase(lvl)) {
227 } else if("info".equalsIgnoreCase(lvl)) {
229 } else if("warn".equalsIgnoreCase(lvl)) {
    [all...]
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 310 $lvl = $this->_getCurrentLevel(); variable
311 $indent = str_pad('',$lvl,$indent_str);
380 $lvl = $node->_getCurrentLevel(); variable
381 $lvl++;
382 return($lvl);
    [all...]

Completed in 82 milliseconds