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

<<51525354555657585960>>

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 86 const IPDBSession &getSession() const { return Session; }
91 const IPDBSession &Session;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
MkdCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
51 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, '/')
RmdCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
  /external/opencv3/doc/py_tutorials/py_calib3d/py_depthmap/
py_depthmap.markdown 7 In this session,
13 In last session, we saw basic concepts like epipolar constraints and other related terms. We also
  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 111 bool IntelPerCStreamBase::initDevice(PXCSession *session)
113 if (NULL == session)
125 sts = session->QueryImpl(&templat, modidx, &desc);
130 sts = session->CreateImpl<PXCCapture>(&desc, &capture);
203 bool IntelPerCStreamImage::initStream(PXCSession *session)
205 if (!initDevice(session))
411 bool IntelPerCStreamDepth::initStream(PXCSession *session)
413 if (!initDevice(session))
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 83 "Attach to existing session (sessid:macaddr)" },
107 novm("PPPoE session data");
135 /* Open session socket before discovery phase, to avoid losing session */
180 conn->session = htons(ses);
194 /* Set PPPoE session-number for further consumption */
195 ppp_session_number = ntohs(conn->session);
199 sp.sa_addr.pppoe.sid = conn->session;
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
AbsTransport.java 35 * Causes transport to connect to the target host. After connecting but before a session is
36 * started, must call back to {@link TerminalBridge#onConnected()}. After that call a session may
  /external/toybox/toys/posix/
kill.c 7 * killall5.c - Send signal to all processes outside current session.
35 Send a signal to all processes outside current session.
  /external/webrtc/talk/session/media/
audiomonitor.cc 29 #include "talk/session/media/audiomonitor.h"
30 #include "talk/session/media/voicechannel.h"
mediamonitor.cc 28 #include "talk/session/media/channelmanager.h"
29 #include "talk/session/media/mediamonitor.h"
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 214 RestoreSession session = null; local
219 session = new RestoreSession(mContext, binder);
220 result = session.restorePackage(mContext.getPackageName(), observer);
225 if (session != null) {
226 session.endRestoreSession();
242 RestoreSession session = null; local
249 session = new RestoreSession(mContext, binder);
255 return session;
  /frameworks/base/core/java/android/hardware/camera2/
TotalCaptureResult.java 106 * Get the ID of the session where the capture request of this result was submitted.
108 * @return The session ID
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSessionService.java 37 * An active voice interaction session, initiated by a {@link VoiceInteractionService}.
110 writer.println("(no active session)");
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
jdiff_statistics.html 143 <TD><A HREF="pkg_android.support.v4.media.session.html">android.support.v4.media.session</A></TD>
173 <TD><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html">
174 android.support.v4.media.session.PlaybackStateCompat.Builder</A></TD>
188 <TD><A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html">
189 android.support.v4.media.session.PlaybackStateCompat.CustomAction</A></TD>
198 <TD><A HREF="android.support.v4.media.session.PlaybackStateCompat.html">
199 android.support.v4.media.session.PlaybackStateCompat</A></TD>
packages_index_changes.html 53 <A HREF="pkg_android.support.v4.media.session.html" class="hiddenlink" target="rightframe">android.support.v4.media.session</A><br>
  /frameworks/base/docs/html/training/efficient-downloads/
connectivity_patterns.jd 42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading more data over the same time. Perhaps less intuitively, because the tail-time battery cost is relatively higher, it's also more efficient to keep the radio active for longer periods during each transfer session to reduce the frequency of updates.</p>
44 <p>For example, if an LTE radio is has double the bandwidth and double the energy cost of 3G, you should download 4 times as much data during each session&mdash;or potentially as much as 10mb. When downloading this much data, it's important to consider the effect of your prefetching on the available local storage and flush your prefetch cache regularly.</p>
  /frameworks/base/docs/html/training/wearables/apps/
bt-debugging.jd 14 <li><a href="#SetupSession">Set Up a Debugging Session</a></li>
50 <h2 id="SetupSession">Set Up a Debugging Session</h2>
  /frameworks/base/drm/java/android/drm/
DrmErrorEvent.java 78 * @param uniqueId Unique session identifier.
90 * @param uniqueId Unique session identifier.
DrmInfoEvent.java 67 * @param uniqueId Unique session identifier.
80 * @param uniqueId Unique session identifier.
DrmInfoRequest.java 48 * Key that is used to pass the unique session ID for the account or the user.
53 * Key that is used to pass the unique session ID for the subscription.
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
ChartDataLoader.java 59 public ChartDataLoader(Context context, INetworkStatsSession session, Bundle args) {
61 mSession = session;
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 44 public StrictModeFlash(Display display, SurfaceSession session) {
47 ctrl = new SurfaceControl(session, "StrictModeFlash",
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 79 /** Our image capture session. */
200 Log.e(TAG, "User attempted to perform a capture outside our session");
320 Log.e(TAG, "Failed to create a capture session", ex);
343 public void onConfigured(CameraCaptureSession session) {
345 mCaptureSession = session;
358 session.setRepeatingRequest(previewRequest, /*listener*/null,
373 public void onClosed(CameraCaptureSession session) {
378 public void onConfigureFailed(CameraCaptureSession session) {
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java 21 import android.media.session.MediaSession;
22 import android.media.session.PlaybackState;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessagesListing.java 152 public void execute(ClientSession session) throws IOException {
153 executeGet(session);

Completed in 957 milliseconds

<<51525354555657585960>>