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

<<31323334353637383940>>

  /external/autotest/client/site_tests/login_LogoutProcessCleanup/
login_LogoutProcessCleanup.py 53 """Get the PID of the session manager."""
114 """Looks for chronos processes not started by the session manager.
124 'started by the session manager.', p)
146 raise error.TestError('Could not find session manager pid')
151 'not started by the session manager while logged in.')
167 # Wait until we have a new session manager. At that point, all
  /external/autotest/client/tests/kvm/tests/
timedrift.py 58 session = vm.wait_for_login(timeout=timeout)
103 (ht0, gt0) = virt_test_utils.get_time(session,
129 (ht1, gt1) = virt_test_utils.get_time(session,
148 session.cmd_output(guest_load_stop_command)
160 (ht2, gt2) = virt_test_utils.get_time(session,
166 session.close()
  /external/autotest/client/virt/tests/
netstress_kill_guest.py 29 def get_ethernet_driver(session):
33 @param session: session to machine
36 out = session.cmd("ls -l --color=never "
140 session = vm.wait_for_login(timeout=login_timeout)
141 session.close()
  /external/curl/docs/
HTTP-COOKIES 28 Cookies are either "session cookies" which typically are forgotten when the
29 session is over which is often translated to equal when browser quits, or
30 the cookies aren't session cookies they have expiration dates after which
69 -j, --junk-session-cookies
71 when used in combination with -b, it will skip all "session cookies" on
72 load so as to appear to start a new cookie session.
  /external/dbus/
README.win 45 bin\dbus-send.exe --session --type=method_call --print-reply --dest=org.freedesktop.DBus / org.freedesktop.DBus.ListNames method return sender=org.freedesktop.DBus -> dest=:1.4 array [ string "org.freedesktop.DBus"string ":1.4"]
47 - start session dbus-daemon
51 start bin\dbus-daemon --session
107 - implement a real login session bus
109 specific session busses (like already done with the amarok bundled dbus which use a
111 Also the dbus installer should start a session bus on user login.
  /external/dbus/tools/
dbus-launch-win.c 69 * a session bus and this is archieved by the current implemention.
71 * Additional on windows the session bus starting in not integrated
73 * In fact (at least for kde on windows) the session bus is autostarted
74 * with the first application requesting a session bus.
128 wcscpy_s (command, sizeof (command), L"--session");
136 wcscat_s (command, sizeof (command), L"\" --session");
  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 86 struct SPDY_Session * session)
89 (void)session;
93 printf("new session\n");
99 struct SPDY_Session * session,
103 (void)session;
181 killchild("Timeout passed but session was not closed");
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerTest.java 27 import org.mockftpserver.core.session.Session;
173 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
179 public void handleCommand(Command command, Session session) throws Exception {
  /external/srtp/doc/
intro.txt 209 An example of an SRTP session using two rtpw programs follows:
247 in libSRTP. An RTP session is defined by a pair of destination
250 coordinate between the participants in an RTP session, e.g. to provide
251 feedback from receivers to senders. An @e SRTP @e session is
252 similarly defined; it is just an RTP session for which the SRTP
253 profile is being used. An SRTP session consists of the traffic sent
255 participant in a session is identified by a synchronization source
261 same session. The synchronization source identifier (SSRC) is used to
266 policy. Each stream within a session can have a distinct policy
267 applied to it. A session policy is a collection of stream policies
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 117 * RFC 4851, Section 5.4: EAP Master Session Key Generation
118 * MSK = T-PRF(S-IMCK[j], "Session Key Generating Function", 64)
122 "Session Key Generating Function", (u8 *) "", 0,
134 * RFC 4851, Section 5.4: EAP Master Session Key Genreration
136 * "Extended Session Key Generating Function", 64)
140 "Extended Session Key Generating Function", (u8 *) "", 0,
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 93 * getSessionId - Get EAP method specific Session-Id
96 * @len: Pointer to a variable to store Session-Id length
97 * Returns: Session-Id or %NULL if not available
99 * This function can be used to get the Session-Id from the EAP method.
100 * The Session-Id may already be stored in the method-specific private
101 * data or this function may derive the Session-Id.
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
EffectDescriptor.cpp 35 snprintf(buffer, SIZE, " Session: %d\n", mSession);
57 int session,
69 ALOGV("registerEffect() effect %s, io %d, strategy %d session %d id %d",
70 desc->name, io, strategy, session, id);
77 effectDesc->mSession = session;
159 ALOGV("isNonOffloadableEffectEnabled() non offloadable effect %s enabled on session %d",
  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 39 * During the lifetime of this session you may be asked to start and stop
44 * discovered by this session you will receive a call to {@link #onDestroy()} at
45 * which point the system will no longer call into the session and all the session
54 * session can be acquired via {@link #getPrinters()} where the returned printers
56 * session. Printers are <strong>not</strong> persisted across sessions.
114 // created the session, send them over.
129 * Gets the printers reported in this session. For example, if you add two
133 * <strong>Note: </strong> Calls to this method after the session is
154 * times during the life of this session. Duplicates will be ignored
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/22/changes/
pkg_android.media.session.html 10 android.media.session
74 Package <A HREF="../../../../reference/android/media/session/package-summary.html" target="_top"><font size="+1"><code>android.media.session</code></font></A>
85 <nobr><A HREF="android.media.session.MediaSession.html">MediaSession</A></nobr>
92 <nobr><A HREF="android.media.session.PlaybackState.html">PlaybackState</A></nobr>
99 <nobr><A HREF="android.media.session.PlaybackState.Builder.html">PlaybackState.Builder</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
pkg_android.media.session.html 10 android.media.session
74 Package <A HREF="../../../../reference/android/media/session/package-summary.html" target="_top"><font size="+1"><code>android.media.session</code></font></A>
85 <nobr><A HREF="android.media.session.MediaController.TransportControls.html">MediaController.TransportControls</A></nobr>
92 <nobr><A HREF="android.media.session.MediaSession.Callback.html">MediaSession.Callback</A></nobr>
99 <nobr><A HREF="android.media.session.PlaybackState.html">PlaybackState</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
pkg_android.media.session.html 10 android.media.session
74 Package <A HREF="../../../../reference/android/media/session/package-summary.html" target="_top"><font size="+1"><code>android.media.session</code></font></A>
85 <nobr><A HREF="android.media.session.MediaController.TransportControls.html">MediaController.TransportControls</A></nobr>
92 <nobr><A HREF="android.media.session.MediaSession.Callback.html">MediaSession.Callback</A></nobr>
99 <nobr><A HREF="android.media.session.PlaybackState.html">PlaybackState</A></nobr>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
GuestResumeSessionReceiver.java 38 * Manages notification when a guest session is resumed.
91 * Wipes the guest session.
101 Log.e(TAG, "Couldn't wipe session because ActivityManager is dead");
105 Log.w(TAG, "User requesting to start a new session (" + userId + ")"
110 Log.w(TAG, "User requesting to start a new session (" + userId + ")"
133 Log.e(TAG, "Couldn't wipe session because ActivityManager or WindowManager is dead");
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java 20 import android.media.session.MediaController;
21 import android.media.session.MediaSession;
22 import android.media.session.MediaSessionManager;
23 import android.media.session.PlaybackState;
74 Log.d(TAG, "Listener set to " + listener + " session is " + mController);
183 Log.e(TAG, "Error getting session", e);
  /frameworks/native/include/media/hardware/
HDCPAPI.h 35 // i.e. the HDCP session is now fully setup (AKE, Locality Check,
55 // a secure session established and the module is ready to accept
80 // ENCRYPTION: Request to setup an HDCP session with the host specified
82 // DECRYPTION: Request to setup an HDCP session, addr is the interface
88 // Request to shutdown the active HDCP session.
91 // Returns the capability bitmask of this HDCP session.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 87 /** Unique session value defined by framework returned in all "responses/unsol" */
118 * @param session the request transaction id
127 public RadioCapability(int phoneId, int session, int phase,
130 mSession = session;
156 * Get unique session id.
158 * @return unique session id
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java 22 import android.support.v4.media.session.MediaSessionCompat;
23 import android.support.v4.media.session.PlaybackStateCompat;
82 public static Player create(Context context, RouteInfo route, MediaSessionCompat session) {
92 player.setMediaSession(session);
158 private void setMediaSession(MediaSessionCompat session) {
159 mMediaSession = session;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockVideoProvider.java 107 * Responds to any incoming session modify request by accepting the requested profile.
119 * Stores session modify responses received via the
208 * Retrieves the last session modify response sent to the provider.
210 * @return the session modify response.
226 * Sends a mock session modify request via the provider.
233 * Sends a mock session event via the provider.
  /prebuilts/maven_repo/android/com/android/support/support-v4/24.0.0/
support-v4-24.0.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/24.0.0-alpha1/
support-v4-24.0.0-alpha1-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/24.0.0-alpha2/
support-v4-24.0.0-alpha2-sources.jar 

Completed in 1914 milliseconds

<<31323334353637383940>>