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

  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 9 String SESSION = "Session";
  /external/scapy/scapy/
main.py 95 SESSION = None
196 ## Session saving/restoring ##
199 def update_ipython_session(session):
200 """Updates IPython session with a custom one"""
202 get_ipython().user_ns.update(session)
206 def save_session(fname=None, session=None, pickleProto=-1):
207 """Save current Scapy session to the file specified in the fname arg.
210 - fname: file to save the scapy session in
211 - session: scapy session to use. If None, the console one will be use
    [all...]
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
InternalServletModule.java 19 import static com.google.inject.servlet.ServletScopes.SESSION;
85 bindScope(SessionScoped.class, SESSION);
ServletScopes.java 148 /** HTTP session scope. */
149 public static final Scope SESSION = new SessionScope();
158 HttpSession session = GuiceFilter.getRequest(key).getSession();
159 synchronized (session) {
160 Object obj = session.getAttribute(name);
169 session.setAttribute(name, (t != null) ? t : NullObject.INSTANCE);
178 return String.format("%s[%s]", creator, SESSION);
185 return "ServletScopes.SESSION";
201 * continued thread. The response and session are not available.
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 105 public static final String SESSION = "session";
  /external/libchrome/dbus/
bus.h 139 // Specifies the bus type. SESSION is used to communicate with per-user
144 SESSION = DBUS_BUS_SESSION,
191 BusType bus_type; // SESSION by default.
bus.cc 150 : bus_type(SESSION),
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
xwork-core-2.2.1.jar 
struts2-core-2.2.1.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 306 milliseconds