HomeSort by relevance Sort by last modified time
    Searched full:session (Results 601 - 625 of 3356) sorted by null

<<21222324252627282930>>

  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 33 public Session createSession() {
37 private static class AndroidSpellCheckerSession extends Session {
53 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
55 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
57 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}.
80 * {@link SpellCheckerService.Session#onGetSentenceSuggestionsMultiple(TextInfo[], int)}
82 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
  /external/linux-tools-perf/src/tools/perf/
builtin-report.c 27 #include "util/session.h"
42 struct perf_session *session; member in struct:perf_report
367 struct perf_session *self = rep->session;
484 struct perf_session *session = rep->session; local
493 ret = perf_session__cpu_bitmap(session, rep->cpu_list,
500 perf_session__fprintf_info(session, stdout, rep->show_full_info);
509 ret = perf_session__process_events(session, &rep->tool);
513 kernel_map = session->machines.host.vmlinux_maps[MAP__FUNCTION];
539 perf_session__fprintf(session, stdout)
734 struct perf_session *session; local
    [all...]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 60 SSLSession session = sslSocket.getSession(); local
61 sslProtocol = session.getProtocol();
62 sslCipherSuite = session.getCipherSuite();
63 sslLocalPrincipal = session.getLocalPrincipal();
64 sslLocalCertificates = session.getLocalCertificates();
68 peerPrincipal = session.getPeerPrincipal();
69 peerCertificates = session.getPeerCertificates();
  /external/openssh/
ssh-pkcs11.c 47 CK_SESSION_HANDLE session; member in struct:pkcs11_slotinfo
102 if (p->slotinfo[i].session &&
104 p->slotinfo[i].session)) != CKR_OK)
197 CK_SESSION_HANDLE session; local
203 session = p->slotinfo[slotidx].session;
204 if ((rv = f->C_FindObjectsInit(session, attr, nattr)) != CKR_OK) {
208 if ((rv = f->C_FindObjects(session, obj, 1, &nfound)) != CKR_OK ||
214 if ((rv = f->C_FindObjectsFinal(session)) != CKR_OK)
266 rv = f->C_Login(si->session, CKU_USER
354 CK_SESSION_HANDLE session; local
451 CK_SESSION_HANDLE session; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractionManagerService.aidl 32 boolean deliverNewSession(IBinder token, IVoiceInteractionSession session,
96 * Shows the session for the currently active service. Used to start a new session from system
99 * @param args the bundle to pass as arguments to the voice interaction session
101 * @param showCallback optional callback to be notified when the session was shown
108 * Hides the session from the active service, if it is showing.
119 * Indicates whether there is a voice session running (but not necessarily showing).
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 65 int stopButtonId, ImageView stopButton, TextView sessionText, String fileName, int stream, int session)
67 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
72 int stopButtonId, ImageView stopButton, TextView sessionText, int fileResId, int stream, int session) {
73 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
79 int stopButtonId, ImageView stopButton, TextView sessionText, int stream, int session) {
93 mSession = session;
147 mSessionText.setText("Session: "+Integer.toString(mMediaPlayer.getAudioSessionId()));
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsService.java 103 * @param sessionToken The session token for which the {@link DeathRecipient} call has been
133 * Creates a new session through an ICustomTabsService with the optional callback. This session
136 * through same session-intent-Custom Tab association.
137 * @param sessionToken Session token to be used as a unique identifier. This also has access
140 * @return Whether a new session was successfully created.
154 * @param sessionToken The unique identifier for the session. Can not be null.
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
  /frameworks/support/v4/java/android/support/v4/media/session/
PlaybackStateCompat.java 16 package android.support.v4.media.session;
51 * Indicates this session supports the stop command.
58 * Indicates this session supports the pause command.
65 * Indicates this session supports the play command.
72 * Indicates this session supports the rewind command.
79 * Indicates this session supports the previous command.
86 * Indicates this session supports the next command.
93 * Indicates this session supports the fast forward command.
100 * Indicates this session supports the set rating command.
107 * Indicates this session supports the seek to command
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Preloader.java 61 if (LOGD_ENABLED) Log.d(LOGTAG, "Create new preload session " + id);
67 if (LOGD_ENABLED) Log.d(LOGTAG, "Returning existing preload session " + id);
71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId +
95 + " session in progress");
121 if (LOGD_ENABLED) Log.d(LOGTAG, "Discard preload session " + id);
136 if (LOGD_ENABLED) Log.d(LOGTAG, "Showing preload session " + id + "=" + s);
147 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload session timeout " + mId);
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
TagDispatchCaptureSession.java 44 public class TagDispatchCaptureSession implements FrameServer.Session {
57 public void onCaptureStarted(CameraCaptureSessionProxy session, CaptureRequest request,
64 public void onCaptureProgressed(CameraCaptureSessionProxy session, CaptureRequest request,
71 public void onCaptureCompleted(CameraCaptureSessionProxy session, CaptureRequest request,
78 public void onCaptureFailed(CameraCaptureSessionProxy session, CaptureRequest request,
85 public void onCaptureSequenceAborted(CameraCaptureSessionProxy session, int sequenceId) {
92 public void onCaptureSequenceCompleted(CameraCaptureSessionProxy session, int sequenceId,
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 59 * <li>The <strong>spell checker session</strong> is one of the text services.
105 * Get a spell checker session for the specified spell checker
113 * @param listener a spell checker session lister for getting results from a spell checker.
114 * @param referToSpellCheckerLanguageSettings if true, the session for one of enabled
116 * @return the spell checker session of the spell checker
172 final SpellCheckerSession session = new SpellCheckerSession( local
176 session.getTextServicesSessionListener(),
177 session.getSpellCheckerSessionListener(), bundle);
181 return session;
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 30 import android.media.session.ISession;
31 import android.media.session.ISessionCallback;
32 import android.media.session.ISessionController;
33 import android.media.session.ISessionControllerCallback;
34 import android.media.session.MediaController;
35 import android.media.session.MediaController.PlaybackInfo;
36 import android.media.session.MediaSession;
37 import android.media.session.ParcelableVolumeInfo;
38 import android.media.session.PlaybackState;
61 * This is the system implementation of a Session. Apps will interact with th
    [all...]
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 108 def session = newRepositorySystemSession(system, localRepoDir)
122 resolveArtifactWithDependencies(system, session, Arrays.asList(mavenCentral), artifact);
159 RepositorySystemSession session, List<RemoteRepository> remoteRepositories,
171 resolved = system.resolveArtifact(session, artifactRequest);
196 readArtifactDescriptor(session, descriptorRequest);
233 DefaultRepositorySystemSession session = MavenRepositorySystemUtils.newSession();
235 session.setLocalRepositoryManager(system.newLocalRepositoryManager(session, localRepo));
236 return session;
  /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
  /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.
  /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);
  /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/linux-tools-perf/src/tools/perf/util/
header.c 17 #include "session.h"
259 struct perf_session *session = container_of(header, local
262 int err = machine__write_buildid_table(&session->machines.host, fd);
267 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) {
422 static int perf_session__cache_build_ids(struct perf_session *session)
433 ret = machine__cache_build_ids(&session->machines.host, debugdir);
435 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) {
449 static bool perf_session__read_build_ids(struct perf_session *session, bool with_hits)
452 bool ret = machine__read_build_ids(&session->machines.host, with_hits);
454 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd))
472 struct perf_session *session; local
1486 struct perf_session *session; local
1566 struct perf_session *session = container_of(header, struct perf_session, header); local
1612 struct perf_session *session = container_of(header, struct perf_session, header); local
1805 struct perf_session *session; local
2028 struct perf_session *session; local
    [all...]
  /external/pdfium/third_party/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...]

Completed in 566 milliseconds

<<21222324252627282930>>