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

  /external/jetty/src/java/org/eclipse/jetty/client/
RedirectListener.java 37 private String _location; field in class:RedirectListener
81 _location = value.toString();
115 if (_location != null)
117 if (_location.indexOf("://")>0)
119 _exchange.setURL(_location);
123 _exchange.setRequestURI(_location);
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 44 typename SIZE::ptr_t _location; member in class:TRange
46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletContextHandler.java 721 private String _location; field in class:ServletContextHandler.TagLib
741 return _location;
746 _location = location;
751 return ("TagLibDescriptor: taglib-uri="+_uri+" location="+_location);
    [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 308 milliseconds