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

<<31323334353637383940>>

  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 119 def session = newRepositorySystemSession(system, localRepoDir)
133 resolveArtifactWithDependencies(system, session, Arrays.asList(mavenCentral), artifact);
170 RepositorySystemSession session, List<RemoteRepository> remoteRepositories,
182 resolved = system.resolveArtifact(session, artifactRequest);
207 readArtifactDescriptor(session, descriptorRequest);
244 DefaultRepositorySystemSession session = MavenRepositorySystemUtils.newSession();
246 session.setLocalRepositoryManager(system.newLocalRepositoryManager(session, localRepo));
247 return session;
  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py 34 raise error.TestError('Could not start session for ' + users[0])
39 raise error.TestError('Could not start session for ' + users[1])
58 raise error.TestFail("%d session(s) should be active, not: %s" %
  /external/curl/include/curl/
easy.h 38 * Request internal information from the curl session with this function. The
54 * Creates a new curl session handle with the same options set for the handle
71 * It does keep: live connections, the Session ID cache, the DNS cache and the
  /external/curl/tests/data/
test571 20 Session: asdf
29 Session: asdf
46 Session: asdf
  /external/dbus/test/name-test/
run-test.sh 22 # Rerun ourselves with tmp session bus if we're not already
26 exec $DBUS_TOP_SRCDIR/tools/run-with-tmp-session-bus.sh $SCRIPTNAME $MODE
30 dbus-monitor --session &
  /external/dbus/tools/
run-with-tmp-session-bus.sh 24 CONFIG_FILE=./run-with-tmp-session-bus.conf
30 SOURCE_CONFIG_FILE="$DBUS_TOP_BUILDDIR/bus/session.conf";
32 ## create a configuration file based on the standard session.conf
  /external/jetty/
Android.mk 16 src/java/org/eclipse/jetty/server/session/jmx/AbstractSessionManagerMBean.java \
20 src/java/org/eclipse/jetty/server/session/JDBCSessionIdManager.java \
26 src/java/org/eclipse/jetty/server/session/JDBCSessionManager.java
  /external/libpcap/
README.sita 33 work, but interfaces via a TCP session to remote agents that
47 which opens a TCP session (to a well known port) on the target IOP
50 All captured packets are then forwarded across that TCP session
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
EpsvCommandHandlerTest.groovy 36 session.switchToPassiveModeReturnValue = PORT
37 session.serverHost = SERVER
41 assert session.switchedToPassiveMode
PasvCommandHandlerTest.groovy 37 session.switchToPassiveModeReturnValue = PORT
38 session.serverHost = SERVER
42 assert session.switchedToPassiveMode
ReinCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
39 session.setAttribute(SessionKeys.USER_ACCOUNT, userAccount)
70 return session.getAttribute(SessionKeys.USER_ACCOUNT) != null
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpSessionHeadersTest.java 63 NanoHTTPD.HTTPSession session = this.testServer.createSession(HttpSessionHeadersTest.TEST_TEMP_FILE_MANAGER, inputStream, outputStream, inetAddress); local
64 assertEquals(ipAddress, session.getHeaders().get("remote-addr"));
65 assertEquals(ipAddress, session.getHeaders().get("http-client-ip"));
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.h 36 * facilitate encryption and decryption of session keys.
52 * Encrypts the given session key using a key-encryption key unique to this device.
67 * Decrypts the given session key using a key-encryption key unique to this device.
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsSessionToken.java 27 * Wrapper class that can be used as a unique identifier for a session. Also contains an accessor
28 * for the {@link CustomTabsCallback} for the session if there was any.
83 * @return {@link CustomTabsCallback} corresponding to this session if there was any non-null
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 38 * Interface for control the state of an OBEX Session.
50 * Message to notify when a session is completed For outbound share, it
51 * should be a consequence of session.stop() For inbounds share, it should
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
PictureCallbackAdapter.java 23 import com.android.camera.session.CaptureSession;
72 public void update(@Nonnull final CaptureSession session) {
75 mPictureCallback.onPictureTaken(session);
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 24 import com.android.server.telecom.Session;
36 private Session mBackgroundTaskSubsession;
37 private Session mPostExecuteSubsession;
  /external/boringssl/src/ssl/
s3_srvr.c 482 * hashes in |ssl->session| in case we need them to verify a ChannelID
483 * signature on a resumption of this session in the future. */
505 ssl->session->cipher = ssl->s3->tmp.new_cipher;
559 X509_free(ssl->session->peer);
560 ssl->session->peer = NULL;
561 sk_X509_pop_free(ssl->session->cert_chain, X509_free);
562 ssl->session->cert_chain = NULL;
719 /* No session id. */
777 SSL_SESSION *session = NULL; local
897 switch (ssl_get_prev_session(ssl, &session, &send_new_ticket, &early_ctx))
1997 uint8_t *session = NULL; local
    [all...]
s3_clnt.c 261 /* receive renewed session ticket */
391 ssl->session->cipher = ssl->s3->tmp.new_cipher;
439 * record the handshake hashes at this point in the session so that
440 * any resumption of this session with ChannelID can sign those
553 /* Renegotiations do not participate in session resumption. */
679 /* If the configured session has expired or was created at a version higher
681 if (ssl->session != NULL &&
682 (ssl->session->session_id_length == 0 || ssl->session->not_resumable ||
683 ssl->session->timeout < (long)(time(NULL) - ssl->session->time) |
    [all...]
  /external/freetype/include/internal/
pshints.h 89 * - Open a new hint recording session by calling the `open' method.
96 * - Close the recording session by calling the `close' method. It
127 * hints recording session.
135 * close an opened recording session.
225 * recording session.
248 * session.
262 * recording session.
324 * The function to open a recording session.
327 * The function to close a recording session.
376 * - Open a new hint recording session by calling the `open' method
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
pshints.h 89 * - Open a new hint recording session by calling the `open' method.
96 * - Close the recording session by calling the `close' method. It
127 * hints recording session.
135 * close an opened recording session.
225 * recording session.
248 * session.
262 * recording session.
324 * The function to open a recording session.
327 * The function to close a recording session.
376 * - Open a new hint recording session by calling the `open' method
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
pshints.h 89 * - Open a new hint recording session by calling the `open' method.
96 * - Close the recording session by calling the `close' method. It
127 * hints recording session.
135 * close an opened recording session.
225 * recording session.
248 * session.
262 * recording session.
324 * The function to open a recording session.
327 * The function to close a recording session.
376 * - Open a new hint recording session by calling the `open' method
    [all...]
  /frameworks/base/media/java/android/media/
MediaDrm.java 78 * the session in subsequent interactions. The app next uses the MediaDrm object to
235 // TODO get this from DRM session
264 * Register a callback to be invoked when a session expiration update
266 * when the expiration time of the keys in the session have changed.
286 * Interface definition for a callback to be invoked when a drm session
292 * Called when a session expiration update occurs, to inform the app
296 * @param sessionId the DRM session ID on which the event occurred
297 * @param expirationTime the new expiration time for the keys in the session.
306 * Register a callback to be invoked when the state of keys in a session
329 * session change states
    [all...]
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 246 SSLSession session = sslSocket.getHandshakeSession(); local
247 if (session == null) {
248 throw new CertificateException("Not in handshake; no session available");
250 return session;
256 SSLSession session = null; local
260 session = getHandshakeSessionOrThrow(sslSocket);
263 checkTrusted(chain, authType, session, parameters, true /* client auth */);
269 SSLSession session = engine.getHandshakeSession(); local
270 if (session == null) {
271 throw new CertificateException("Not in handshake; no session available")
297 SSLSession session = null; local
314 SSLSession session = engine.getHandshakeSession(); local
    [all...]
  /external/libmicrohttpd/src/include/
microspdy.h 278 * Handle for a SPDY session/connection.
285 * to the session's handler
292 * The structure has pointer to the session's handler
386 * for a single session. This means no requests can be received nor
425 * They affect the whole SPDY session. Defined in SPDY Protocol - Draft 3.
570 * The session is being closed, so the data is being discarded
599 * Callback for new SPDY session established by a client. Called
603 * @param session handler for the new SPDY session
607 struct SPDY_Session * session);
    [all...]

Completed in 399 milliseconds

<<31323334353637383940>>