HomeSort by relevance Sort by last modified time
    Searched full:session (Results 876 - 900 of 4514) sorted by null

<<31323334353637383940>>

  /build/core/
process_wrapper_gdb.sh 7 # of a gdb session to allow for debugging.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResultRepo.java 37 * ordered list of result directories. the index of each file is its session id.
104 CLog.e("Session id %d does not exist", sessionId);
114 CLog.e("Could not find result file for session %d", sessionId);
116 CLog.e("Failed to parse result file for session %d", sessionId);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
  /development/samples/browseable/ElizaChat/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
  /external/autotest/client/site_tests/desktopui_KillRestart/
control 22 job.run_test('desktopui_KillRestart', binary='^session_manager$', tag='session')
  /external/autotest/client/site_tests/login_GuestAndActualSession/
control 15 This test is intended to ensure that the session manager can
  /external/autotest/client/site_tests/login_LoginSuccess/
control 18 start of a user session upon sign in, as well as the end of one on sign out.
control.stress 17 announces the start of a user session upon sign in, as well as the end of one on sign out.
control.stress2 17 announces the start of a user session upon sign in, as well as the end of one on sign out.
control.stress3 17 announces the start of a user session upon sign in, as well as the end of one on sign out.
control.stress4 17 announces the start of a user session upon sign in, as well as the end of one on sign out.
control.stress5 17 announces the start of a user session upon sign in, as well as the end of one on sign out.
  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
control 15 This test is intended to ensure that the session manager correctly
  /external/autotest/client/site_tests/platform_CryptohomeFio/
control 11 session, but mounts a special user dir for the test.
  /external/curl/tests/data/
test53 29 HTTP, junk session cookies
  /external/dbus/bus/
Android.mk 11 -DDBUS_SESSION_CONFIG_FILE=\"/system/etc/session.conf\" \
  /external/dbus/test/name-test/
tmp-session-like-system.conf 1 <!-- This configuration file controls the per-user-login-session message bus.
2 Add a session-local.conf and edit that rather than changing this
9 <type>session</type>
68 <!-- For the session bus, override the default relatively-low limits
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
_README.txt 7 to generate a Bugzilla login session. This should take less than a minute,
  /external/google-breakpad/src/processor/proto/
README 19 To fix it for your current terminal session, just type in
  /external/google-tv-pairing-protocol/java/src/com/google/polo/exception/
NoConfigurationException.java 20 * Exception thrown when a session configuration could not be negotiated.
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloUtil.java 39 public static Certificate getPeerCert(SSLSession session)
43 Certificate[] certs = session.getPeerCertificates();
60 public static Certificate getLocalCert(SSLSession session)
62 Certificate[] certs = session.getLocalCertificates();
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
Counter.java 22 * Session-scoped counter.
  /external/jetty/src/java/org/eclipse/jetty/server/session/
JDBCSessionIdManager.java 19 package org.eclipse.jetty.server.session;
58 * SessionIdManager implementation that uses a database to store in-use session ids,
371 public void addSession(HttpSession session)
373 if (session == null)
378 String id = ((JDBCSessionManager.Session)session).getClusterId();
386 LOG.warn("Problem storing session id="+id, e);
391 public void removeSession(HttpSession session)
393 if (session == null)
396 removeSession(((JDBCSessionManager.Session)session).getClusterId())
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_pppolac.h 29 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon14662

Completed in 2557 milliseconds

<<31323334353637383940>>