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

<<51525354555657585960>>

  /cts/common/util/src/com/android/compatibility/common/util/
ITestResult.java 136 * Sets whether the test result status has been generated from a previous testing session.
141 * Retrieves whether the test result status has been generated from a previous testing session.
  /cts/tests/tests/print/src/android/print/cts/
PrintServicesTest.java 84 /** The printer discovery session used in this test */
151 * @return The mock session callbacks
157 // Get the session.
347 * Create mock service callback for a session.
382 // Create the session callbacks that we will be checking.
434 // Wait for all print jobs to be handled after which the session destroyed.
527 // Create the session callbacks that we will be checking.
571 // Icon will be picked up from the discovery session once setHasCustomPrinterIcon is set
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 73 for (RichTvInputSessionImpl session : mSessions) {
74 session.checkContentBlockNeeded();
107 public final Session onCreateSession(String inputId) {
108 RichTvInputSessionImpl session = new RichTvInputSessionImpl(this, inputId); local
109 session.setOverlayViewEnabled(true);
110 mSessions.add(session);
111 return session;
114 class RichTvInputSessionImpl extends TvInputService.Session implements Handler.Callback {
  /external/apache-http/src/org/apache/http/impl/io/
IdentityInputStream.java 40 * A stream for reading from a {@link SessionInputBuffer session input buffer}.
62 throw new IllegalArgumentException("Session input buffer may not be null");
IdentityOutputStream.java 56 * Wrapped session output buffer.
66 throw new IllegalArgumentException("Session output buffer may not be null");
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_api.py 70 # Do ChromeOS browser session teardown/setup before disabling the
73 # teardown and setup the browser session.
  /external/autotest/client/site_tests/desktopui_HangDetector/
desktopui_HangDetector.py 41 # bounce the session manager to pick up the flag file.
54 # hit by the session manager. It won't actually exit until it gets
  /external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py 58 raise error.TestFail('Could not start session for owner')
102 raise error.TestFail('Could not stop session for owner')
  /external/autotest/client/site_tests/login_OwnershipRetaken/
login_OwnershipRetaken.py 62 # Start a new session, which will trigger the re-taking of ownership.
69 raise error.TestError('Could not start session for owner')
  /external/autotest/client/tests/kvm/tests/
migration_with_file_transfer.py 26 session = vm.wait_for_login(timeout=login_timeout)
81 session.close()
trans_hugepage_defrag.py 40 session = virt_test_utils.wait_for_login(vm, timeout=login_timeout)
84 session.close()
  /external/autotest/client/virt/tests/
netperf.py 23 session = vm.wait_for_login(timeout=login_timeout)
24 session.close()
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
jquery.cookie.js 19 * @desc Create a session cookie.
28 * If set to null or omitted, the cookie will be a session cookie and will not be retained
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLContextImpl.java 45 /** Client session cache. */
48 /** Server session cache. */
  /external/curl/docs/libcurl/
curl_share_setopt.3 68 SSL session IDs will be shared across the easy handles using this shared
70 to the same server. Note SSL session IDs are reused within the same easy handle
libcurl-easy.3 26 When using libcurl's "easy" interface you init your session and get a handle
52 transfer, or if you're done, cleanup the session by calling
  /external/curl/lib/
cookie.h 55 bool newsession; /* new session, discard session cookies on load */
  /external/curl/lib/vtls/
openssl.h 43 thus session ID caching etc) */
49 /* function provided for the generic SSL-layer, called when a session id
  /external/google-breakpad/src/common/windows/
omap.h 42 // If the given session contains OMAP data this extracts it, populating
43 // |omap_data|, and then disabling automatic translation for the session.
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
report.dtd 26 <!-- information about a session which contributed execution data -->
28 <!-- session id -->
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 40 sid_t sid; /* Session identifier */
87 /* The L2TPv3 protocol changes tunnel and session ids from 16 to 32
  /external/libchrome/base/win/
event_trace_consumer.h 44 // Opens the named realtime session, which must be existent.
48 // session.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/dos/
detect.mk 37 # We try to recognize a Dos session under OS/2. The `ver' command
40 # To recognize a Dos session under OS/2, we check COMSPEC for the
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.h 125 setup_session (gnutls_session_t * session,
131 teardown_session (gnutls_session_t session,
  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc.h 35 #define PHLIBNFC_FWDNLD_SESSNOPEN (0x01U) /* download session is Open */
36 #define PHLIBNFC_FWDNLD_SESSNCLOSED (0x00U) /* download session is Closed */

Completed in 1001 milliseconds

<<51525354555657585960>>