/external/skia/experimental/FileReaderApp/ |
ReaderView.cpp | 47 //Resume from the last read location
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
2007-04-15-InlineEH.ll | 38 resume { i8*, i32 } %exn
|
/frameworks/av/media/libaudiohal/ |
StreamHalHidl.h | 143 // Returns whether pause and resume operations are supported. 146 // Notifies to the audio driver to resume playback following a pause. 149 // Notifies to the audio driver to resume playback following a pause. 150 virtual status_t resume();
|
StreamHalLocal.cpp | 203 *supportsResume = mStream->resume != NULL; 212 status_t StreamOutHalLocal::resume() { function in class:android::StreamOutHalLocal 213 if (mStream->resume == NULL) return INVALID_OPERATION; 214 return mStream->resume(mStream);
|
/frameworks/av/media/libmedia/include/media/ |
IRemoteDisplay.h | 43 virtual status_t resume() = 0;
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/ |
LifecycleTest.java | 149 ac.resume(); 171 fragmentController.attach().create().start().resume(); 195 fragmentController.attach().create().start().resume(); 238 fragmentController.attach().create().start().resume();
|
/frameworks/support/transition/api14/android/support/transition/ |
AnimatorUtilsApi14.java | 49 public void resume(@NonNull Animator animator) { method in class:AnimatorUtilsApi14
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
MockContactPhotoManager.java | 58 public void resume() { method in class:MockContactPhotoManager
|
/packages/apps/Dialer/java/com/android/incallui/commontheme/res/values-en-rAU/ |
strings.xml | 30 <string name="incall_content_description_unhold" msgid="3862584118869933593">"Resume call"</string>
|
/packages/apps/Dialer/java/com/android/incallui/commontheme/res/values-en-rGB/ |
strings.xml | 30 <string name="incall_content_description_unhold" msgid="3862584118869933593">"Resume call"</string>
|
/packages/apps/Dialer/java/com/android/incallui/commontheme/res/values-en-rIN/ |
strings.xml | 30 <string name="incall_content_description_unhold" msgid="3862584118869933593">"Resume call"</string>
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/ |
EncryptionController.java | 108 * Store a resume intent into persistent storage. Provisioning will be resumed after reboot 138 * Resume provisioning after encryption has happened. 140 * <p>If the device has already been set up, we show a notification to resume provisioning, 152 // If provisioning has already been resumed, don't resume it again.
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/ |
ConfigureKeyGuardDialogTest.java | 50 fragmentController.attach().create().start().resume();
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/ |
Coroutines.h | 29 /// Analyze coroutines use sites, devirtualize resume/destroy calls and elide
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
stack.go | 25 // Pop the topmost item from the stack and resume with the next one down.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
stack.go | 25 // Pop the topmost item from the stack and resume with the next one down.
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/ |
system.h | 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/ |
system.h | 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|