HomeSort by relevance Sort by last modified time
    Searched full:resume (Results 776 - 800 of 3201) sorted by null

<<31323334353637383940>>

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 642 // Replace calls to "llvm.eh.resume" with the 'resume' instruction. Load the
644 Function *EHResume = M->getFunction("llvm.eh.resume");
648 CallInst *Resume = cast<CallInst>(EHResume->use_back());
649 BasicBlock *BB = Resume->getParent();
652 Builder.SetInsertPoint(BB, Resume);
656 Resume->getArgOperand(0), 0, "lpad.val");
657 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
661 // Remove all instructions after the 'resume.'
662 BasicBlock::iterator I = Resume;
    [all...]
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 117 # find this out until seconds after we resume) and the test is
126 # There appears to be an issue after suspend/resume where GetProperties
169 'to suspend/resume')
176 # of bug 9405. The test will suspend/resume the device twice
190 'prior to suspend/resume')
206 # and after suspend/resume.
  /cts/tests/tests/assist/common/src/android/assist/common/
Utils.java 75 /** Four second timeout for an activity to resume */
157 // doesn't need to wait for activity to resume
222 // needs to wait for 3p activity to resume before receiving assist data.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethod002Test.java 47 * <BR>Finally resume the application.
169 // Let's resume application
170 debuggeeWrapper.vmMirror.resume();
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 141 logging.debug('Suspend and resume device')
148 'and resume.'),
151 logging.debug('Autoconnect works after suspend/resume.')
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
GlobalStateImpl.java 196 * with resume=true if a data clear was intended but incomplete.
199 public void triggerDataClear(boolean resume) {
203 if (resume == false) {
  /external/llvm/test/Transforms/LoopVectorize/
iv_outside_user.ll 5 ; CHECK: %bc.resume.val = phi i32 [ %n.vec, %middle.block ], [ 0, %entry ]
28 ; CHECK: %bc.resume.val = phi i32 [ %n.vec, %middle.block ], [ 0, %entry ]
114 ; CHECK: %bc.resume.val = phi i32 [ %n.vec, %middle.block ], [ 0, %entry ]
  /external/llvm/test/Transforms/PGOProfile/
icp_covariant_invoke_return.ll 90 br i1 %matches, label %catch, label %eh.resume
102 eh.resume:
105 resume { i8*, i32 } %lpad.val11
  /external/toolchain-utils/binary_search_tool/
common.py 256 '--resume',
257 dest='resume',
259 help=('Resume bisection tool execution from state file.'
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 208 getStateManager().resume();
209 getDataManager().resume();
214 mOrientationManager.resume();
ActivityState.java 198 void resume() { method in class:ActivityState
235 // the transition store should be cleared after resume;
239 // a subclass of ActivityState should override the method to resume itself
  /system/update_engine/
update_engine_client_android.cc 125 DEFINE_bool(resume, false, "Resume a suspended update.");
171 return ExitWhenIdle(service_->resume());
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleActivityChainExit.java 37 // Set to true once the activity was paused. Upon next resume the activity gets finished.
  /cts/tests/tests/assist/src/android/assist/cts/
FlagSecureTest.java 75 fail("Activity failed to resume in " + Utils.ACTIVITY_ONRESUME_TIMEOUT_MS + "msec");
LargeViewHierarchyTest.java 75 fail("Activity failed to resume in " + Utils.ACTIVITY_ONRESUME_TIMEOUT_MS + "msec");
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/
AndroidManifest.xml 54 Additionally, this is used to resume the service from an inactive state upon
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 42 public abstract void resume(); method in class:Player
  /developers/samples/android/media/MediaBrowserService/Application/src/main/
AndroidManifest.xml 54 Additionally, this is used to resume the service from an inactive state upon
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 42 public abstract void resume(); method in class:Player
  /development/ndk/platforms/android-9/include/linux/mmc/
card.h 96 int (*resume)(struct mmc_card *); member in struct:mmc_driver
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
Player.java 42 public abstract void resume(); method in class:Player
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
MainMPCore.c 31 // In some cases, the secondary cores are waiting for an SGI from the next stage boot loader to resume their initialization
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/
CpuBreakpoint.c 28 that code can resume normal execution after the breakpoint.
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DxeIpl.h 42 - Invoke the S3 resume modules
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Fv.c 61 // firmware volumes at S3 resume too, hence we need to keep away the OS from

Completed in 951 milliseconds

<<31323334353637383940>>