/external/curl/packages/Win32/cygwin/ |
README | 5 cookies, user+password authentication, file transfer resume, 97 cookies, user+password authentication, file transfer resume,
|
/external/libunwind/doc/ |
NOTES | 39 unw_resume() routine can be used to resume execution at an arbitrary 48 state in an earlier call frame, and then resume execution at the point
|
/external/libunwind/src/arm/ |
Gresume.c | 150 Debug (1, "refusing to resume execution at address 0\n"); 156 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
|
/external/libunwind/src/hppa/ |
Gresume.c | 136 Debug (1, "refusing to resume execution at address 0\n"); 143 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
|
/external/libunwind/src/sh/ |
Gresume.c | 157 Debug (1, "refusing to resume execution at address 0\n"); 163 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
basic.ll | 28 resume { i8*, i32 } undef 64 resume { i8*, i32 } undef
|
/external/replicaisland/src/com/replica/replicaisland/ |
SoundSystem.java | 115 public final void resume(int stream) { method in class:SoundSystem 116 mSoundPool.resume(stream);
|
/external/skia/experimental/Networking/ |
SkSockets.h | 77 * Suspend network transfers until resume() is called. Leaves all 82 * Resume all network transfers.
|
/external/v8/src/compiler/ |
operator-properties.cc | 87 // state so that we can resume before the operation. 103 // state so that we can resume before the operation.
|
/external/webrtc/webrtc/modules/pacing/ |
paced_sender.h | 81 // Resume sending packets. 82 void Resume();
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
packet_sender.h | 53 virtual void Resume(int64_t paused_time_ms); 86 void Resume(int64_t paused_time_ms) override;
|
/frameworks/av/media/libstagefright/webm/ |
WebmFrameThread.h | 39 virtual status_t resume() { return OK; } function in class:android::WebmFrameThread 137 status_t resume();
|
/frameworks/base/core/java/android/animation/ |
Animator.java | 41 * The set of listeners to be sent pause/resume events through the life 106 * animations can be resumed by calling {@link #resume()}. 108 * @see #resume() 129 * which the animation was started. Calls to resume() on an animator that is 136 public void resume() { method in class:Animator 156 * @see #resume() 506 * animation is {@link #pause() paused} or {@link #resume() resumed}. 524 * @see #resume()
|
/frameworks/base/core/java/android/os/ |
UpdateEngine.java | 161 public void resume() { method in class:UpdateEngine 163 mUpdateEngine.resume();
|
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
android.media.MediaRecorder.html | 94 <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#resume()" target="_top"><code>resume</code></A>()</nobr>
|
/frameworks/base/drm/java/android/drm/ |
DrmStore.java | 138 public static final int RESUME = 0x03; 147 case RESUME:
|
/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 128 void resume(); 172 void resume(int channelID);
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
MtpDocumentsProvider.java | 142 resume(); method 172 resume(); method 431 mRootScanner.resume().await(); 435 // Resume document loader to remap disconnected document ID. Must be invoked after the 437 toolkit.mDocumentLoader.resume(); 445 mRootScanner.resume(); 478 mRootScanner.resume(); 516 private void resume() { method in class:MtpDocumentsProvider
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsCallSession.java | 166 * Called when the session resume is done. 175 * Called when the session resume is failed. 178 * @param reasonInfo detailed reason of the session resume failure 185 * Called when the session resume is received from the remote user. 758 * @param profile stream media profile {@link ImsStreamMediaProfile} to resume the call 761 public void resume(ImsStreamMediaProfile profile) { method in class:ImsCallSession 767 miSession.resume(profile); 987 * Notifies the result of the call hold/resume operation. [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_uevents.cpp | 163 { // resume case 164 ALOGD("%s Received resume event",__FUNCTION__);
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLSessionContext.java | 86 * cannot resume or rejoin the session. 107 * cannot resume or rejoin the session.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AlbumSetSlotRenderer.java | 225 public void resume() { method in class:AlbumSetSlotRenderer 226 mDataWindow.resume();
|
AlbumSlotRenderer.java | 173 public void resume() { method in class:AlbumSlotRenderer 174 mDataWindow.resume();
|
/packages/apps/Settings/src/com/android/settings/applications/ |
PremiumSmsAccess.java | 67 mSession.resume(); 68 mSmsBackend.resume();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm_ioplug.h | 169 * resume; optional 171 int (*resume)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
|