/external/autotest/client/tests/kvm/tests/ |
pci_hotplug.py | 25 session = vm.wait_for_login(timeout=timeout) 30 session.cmd("modprobe %s" % module) 36 reference = session.cmd_output(params.get("reference_cmd")) 169 o = session.cmd_output(params.get("reference_cmd")) 180 o = session.cmd_output(params.get("find_pci_cmd")) 191 session.cmd(params.get("pci_test_cmd")) 196 session.close()
|
ksm_overcommit.py | 20 def _start_allocator(vm, session, timeout): 25 @param session: Remote session to a VM object. 30 session.sendline("python /tmp/ksm_overcommit_guest.py") 32 session.read_until_last_line_matches(["PASS:", "FAIL:"], timeout) 39 def _execute_allocator(command, vm, session, timeout): 46 @param session: Remote session to VM object. 53 session.sendline(command) 55 (match, data) = session.read_until_last_line_matches [all...] |
/external/dbus/cmake/tools/ |
dbus-send.xml | 22 <group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg></group> 45 per-user-login-session message bus (started each time a user logs in). 46 The --system and --session options direct <command>dbus-send</command> to send 47 messages to the system or session buses respectively. If neither is 48 specified, <command>dbus-send</command> sends to the session bus.</para> 118 <term><option>--session</option></term> 120 <para>Send to the session message bus. (This is the default.)</para>
|
/external/wpa_supplicant_8/hs20/server/www/ |
est.php | 44 error_log("EST: Session not found for user=$user realm=$realm"); 45 die("Session not found"); 49 error_log("EST: Session fetch failed for user=$user realm=$realm"); 50 die('Session not found'); 57 die("Session not found"); 181 error_log("EST: simpleenroll - Failed to update session database"); 182 die("Failed to update session database");
|
/frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/ |
android.support.v4.media.session.PlaybackStateCompat.CustomAction.html | 10 android.support.v4.media.session.PlaybackStateCompat.CustomAction 74 Class android.support.v4.media.session.<A HREF="../../../../reference/android/support/v4/media/session/PlaybackStateCompat.CustomAction.html" target="_top"><font size="+2"><code>PlaybackStateCompat.CustomAction</code></font></A> 86 <A NAME="android.support.v4.media.session.PlaybackStateCompat.CustomAction.fromCustomAction_added(java.lang.Object)"></A> 87 <nobr><code>CustomAction</code> <A HREF="../../../../reference/android/support/v4/media/session/PlaybackStateCompat.CustomAction.html#fromCustomAction(java.lang.Object)" target="_top"><code>fromCustomAction</code></A>(<code>Object</code>)</nobr> 93 <A NAME="android.support.v4.media.session.PlaybackStateCompat.CustomAction.getCustomAction_added()"></A> 94 <nobr><code>Object</code> <A HREF="../../../../reference/android/support/v4/media/session/PlaybackStateCompat.CustomAction.html#getCustomAction()" target="_top"><code>getCustomAction</code></A>()</nobr>
|
methods_index_additions.html | 65 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(android.support.v4.media.session.PlaybackStateCompat.CustomAction)" class="hiddenlink" target="rightframe">type <b> 66 (<code>CustomAction</code>)</b> in android.support.v4.media.session.PlaybackStateCompat.Builder 68 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(java.lang.String, java.lang.String, int)" class="hiddenlink" target="rightframe">type <b> 69 (<code>String, String, int</code>)</b> in android.support.v4.media.session.PlaybackStateCompat.Builder 105 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html#android.support.v4.media.session.PlaybackStateCompat.CustomAction.fromCustomAction_added(java.lang.Object)" class="hiddenlink" target="rightframe"><b>fromCustomAction</b> 121 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.getActiveQueueItemId (…) [all...] |
methods_index_all.html | 65 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(android.support.v4.media.session.PlaybackStateCompat.CustomAction)" class="hiddenlink" target="rightframe">type <b> 66 (<code>CustomAction</code>)</b> in android.support.v4.media.session.PlaybackStateCompat.Builder 68 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(java.lang.String, java.lang.String, int)" class="hiddenlink" target="rightframe">type <b> 69 (<code>String, String, int</code>)</b> in android.support.v4.media.session.PlaybackStateCompat.Builder 105 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html#android.support.v4.media.session.PlaybackStateCompat.CustomAction.fromCustomAction_added(java.lang.Object)" class="hiddenlink" target="rightframe"><b>fromCustomAction</b> 121 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.getActiveQueueItemId (…) [all...] |
/frameworks/base/wifi/java/android/net/wifi/nan/ |
SubscribeData.java | 25 * Defines the data for a NAN subscribe session. Built using 223 * Specify the service name of the subscribe session. The actual on-air 226 * @param serviceName The service name for the subscribe session. 236 * Specify service specific information for the subscribe session. This 257 * Specify service specific information for the subscribe session - same 274 * The transmit filter for an active subscribe session 298 * The transmit filter for a passive subsribe session
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
QueueFragment.java | 24 import android.support.v4.media.session.MediaControllerCompat; 25 import android.support.v4.media.session.MediaSessionCompat; 26 import android.support.v4.media.session.PlaybackStateCompat; 61 Log.d(TAG, "onConnected: session token " + mMediaBrowser.getSessionToken()); 64 throw new IllegalArgumentException("No Session token"); 110 Log.d(TAG, "Session destroyed. Need to fetch a new Media Session");
|
/hardware/qcom/audio/hal/ |
audio_hw.h | 83 * Following usecase are specific to voice session names created by 86 USECASE_VOICE_CALL, /* Usecase setup for voice session on first subscription for DSDS/DSDA */ 87 USECASE_VOICE2_CALL, /* Usecase setup for voice session on second subscription for DSDS/DSDA */ 88 USECASE_VOLTE_CALL, /* Usecase setup for VoLTE session on first subscription */ 89 USECASE_QCHAT_CALL, /* Usecase setup for QCHAT session */ 90 USECASE_VOWLAN_CALL, /* Usecase setup for VoWLAN session */ 93 * Following usecase are specific to voice session names created by
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
SSLSocketFactoryWrapper.java | 195 * Attempt to enable session tickets. 197 * @return true if able to enable session tickets, false otherwise. 236 SSLSession session = ssl.getSession(); local 237 if (session == null) { 238 throw new SSLException("Cannot verify SSL socket without session"); 240 LogUtils.d(LogUtils.TAG, "using cipherSuite %s", session.getCipherSuite()); 241 if (!HttpsURLConnection.getDefaultHostnameVerifier().verify(hostname, session)) {
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallerInfoLookupHelperTest.java | 31 import com.android.server.telecom.Session; 107 ArgumentCaptor<Session> logSessionCaptor = ArgumentCaptor.forClass(Session.class); 144 ArgumentCaptor<Session> logSessionCaptor = ArgumentCaptor.forClass(Session.class); 182 ArgumentCaptor<Session> logSessionCaptor = ArgumentCaptor.forClass(Session.class);
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
pkcs11_object.c | 45 * OUT = TFAPI handle = primary cryptoki session handle 47 * OUT = 0 for a primary session or 48 * the secondary cryptoki session handle in the 16 MSB bits 68 /* Check that the session is valid */ 73 /* previous check is fine, then update session handles */ 649 CK_SESSION_HANDLE hSession, /* the session's handle */ 709 CK_SESSION_HANDLE hSession, /* the session's handle */ 740 CK_SESSION_HANDLE hSession, /* the session's handle */ 808 CK_SESSION_HANDLE hSession, /* the session's handle */ 852 CK_SESSION_HANDLE hSession, /* the session's handle * [all...] |
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
pkcs11_object.c | 45 * OUT = TFAPI handle = primary cryptoki session handle 47 * OUT = 0 for a primary session or 48 * the secondary cryptoki session handle in the 16 MSB bits 68 /* Check that the session is valid */ 73 /* previous check is fine, then update session handles */ 652 CK_SESSION_HANDLE hSession, /* the session's handle */ 712 CK_SESSION_HANDLE hSession, /* the session's handle */ 743 CK_SESSION_HANDLE hSession, /* the session's handle */ 811 CK_SESSION_HANDLE hSession, /* the session's handle */ 855 CK_SESSION_HANDLE hSession, /* the session's handle * [all...] |
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionSession.java | 69 * An active voice interaction session, providing a facility for the implementation 74 * <p>A voice interaction session can be self-contained, ultimately calling {@link #finish} 83 * Flag received in {@link #onShow}: originator requested that the session be started with 89 * Flag received in {@link #onShow}: originator requested that the session be started with 95 * Flag for use with {@link #onShow}: indicates that the session has been started from the 311 VoiceInteractionSession session = mSession.get(); 312 if (session != null) { 313 session.mHandlerCaller.sendMessage( 314 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this)); 325 VoiceInteractionSession session, Bundle extras) 363 VoiceInteractionSession session = mSession.get(); local 371 VoiceInteractionSession session = mSession.get(); local [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_client.go | 28 session *ClientSessionState 95 var session *ClientSessionState 105 // Try to resume a previously negotiated TLS session, if 111 // previous session are still valid. 123 session = candidateSession 128 if session != nil { 129 hello.sessionTicket = session.sessionTicket 130 // A random session ID is used to detect when the 131 // server accepted the ticket and is resuming a session 173 session: session [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_client.go | 28 session *ClientSessionState 95 var session *ClientSessionState 105 // Try to resume a previously negotiated TLS session, if 111 // previous session are still valid. 123 session = candidateSession 128 if session != nil { 129 hello.sessionTicket = session.sessionTicket 130 // A random session ID is used to detect when the 131 // server accepted the ticket and is resuming a session 173 session: session [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 117 /** The render session for the current view hierarchy */ 145 * @param session The new session, either valid or not. 152 /* package */ void setSession(RenderSession session, Set<UiElementNode> explodedNodes, 159 mSession = session; 160 mIsResultValid = (session != null && session.getResult().isSuccess()); 163 if (mIsResultValid && session != null) { 164 List<ViewInfo> rootList = session.getRootViews(); 174 ViewInfo mergeRoot = createMergeInfo(session); [all...] |
/external/boringssl/src/ssl/test/runner/ |
common.go | 213 sessionId []uint8 // Session ID supplied by the server. nil if the session has a ticket. 214 sessionTicket []uint8 // Encrypted ticket used for session resumption with server 215 vers uint16 // SSL/TLS version negotiated for the session 216 cipherSuite uint16 // Ciphersuite negotiated for the session 220 extendedMasterSecret bool // Whether an extended master secret was used to generate the session 226 // by a client to resume a TLS session with a given server. ClientSessionCache 232 Get(sessionKey string) (session *ClientSessionState, ok bool) 239 // client to resume a TLS session with a given server. ServerSessionCache 243 // Get searches for a sessionState associated with the given session [all...] |
/external/dbus/doc/ |
dbus-daemon.1.in | 11 dbus\-daemon [\-\-version] [\-\-session] [\-\-system] [\-\-config\-file=FILE] 25 per\-user\-login\-session message bus (started each time a user logs in). 29 The \-\-session option is equivalent to 30 "\-\-config\-file=@EXPANDED_SYSCONFDIR@/dbus\-1/session.conf" and the \-\-system 42 The per\-session daemon is used for various interprocess communication 77 .I "\-\-session" 78 Use the standard configuration file for the per\-login\-session message 96 with the systemd system and session manager on Linux. 107 while another might set it up to be a per\-user\-login\-session bus. 116 The standard systemwide and per\-session message bus setups ar [all...] |
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/ |
StubFtpServer.java | 34 import org.mockftpserver.core.session.DefaultSession;
35 import org.mockftpserver.core.session.Session;
140 // Simple value object that holds the socket and thread for a single session
155 // Map of Session -> SessionInfo
249 DefaultSession session = new DefaultSession(clientSocket, commandHandlers);
local 250 Thread sessionThread = new Thread(session);
256 sessions.put(session, sessionInfo);
276 Session session = (Session) iter.next(); local [all...] |
/frameworks/av/services/audiopolicy/ |
AudioPolicyInterface.h | 108 audio_session_t session, 120 audio_session_t session) = 0; 124 audio_session_t session) = 0; 128 audio_session_t session) = 0; 133 audio_session_t session, 143 audio_session_t session) = 0; 146 audio_session_t session) = 0; 149 audio_session_t session) = 0; 185 int session, 217 virtual status_t acquireSoundTriggerSession(audio_session_t *session, [all...] |
/external/libmicrohttpd/doc/ |
libmicrohttpd-tutorial.info | 52 * Session management:: [all...] |
/external/conscrypt/src/main/java/org/conscrypt/ |
FileClientSessionCache.java | 44 * This cache creates one file per SSL session using "host.port" for 45 * the file name. Files are created or replaced when session data is put 49 * <p>When the number of session files exceeds MAX_SIZE, we delete the 57 /** Directory to store session files in. */ 184 System.err.println("FileClientSessionCache: Error reading session data for " + host + " from " + file + "."); 189 public synchronized void putSessionData(SSLSession session, 191 String host = session.getPeerHost(); 196 String name = fileName(host, session.getPeerPort()); 305 System.err.println("FileClientSessionCache: Error writing session data for " + host + " to " + file + ".");
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
AbstractSessionIdManager.java | 19 package org.eclipse.jetty.server.session; 74 * Get the workname. If set, the workername is dot appended to the session 75 * ID and can be used to assist session affinity in a load balancer. 86 * Set the workname. If set, the workername is dot appended to the session 87 * ID and can be used to assist session affinity in a load balancer. 113 * Create a new session id if necessary. 123 // A requested session ID can only be used if it is in use already. 132 // Else reuse any new session ID already defined for this request. 210 LOG.warn("Could not generate SecureRandom for session-id randomness",e);
|