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

  /external/openssh/openbsd-compat/
port-linux.c 64 char *sename = NULL, *lvl = NULL; local
68 if (getseuserbyname(pwname, &sename, &lvl) != 0)
72 lvl = NULL;
76 r = get_default_context_with_level(sename, lvl, NULL, &sc);
100 if (lvl != NULL)
101 xfree(lvl);
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 

Completed in 109 milliseconds