Home
last modified time | relevance | path

Searched refs:Resume (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dpausing.jd19 <li><a href="#Resume">Resume Your Activity</a></li>
119 <h2 id="Resume">Resume Your Activity</h2>
/frameworks/base/docs/html/training/notepad/
Dnotepad-extra-credit.jd57 <p>Hit the Resume button to let execution continue (yellow rectangle with a
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h281 bool ParseModule(bool Resume);
DBitcodeReader.cpp1608 bool BitcodeReader::ParseModule(bool Resume) { in ParseModule() argument
1609 if (Resume) in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.h275 bool ParseModule(bool Resume);
DBitcodeReader.cpp269 CallInst *Resume = cast<CallInst>(EHResume->use_back()); in UpgradeExceptionHandling() local
270 BasicBlock *BB = Resume->getParent(); in UpgradeExceptionHandling()
273 Builder.SetInsertPoint(BB, Resume); in UpgradeExceptionHandling()
277 Resume->getArgOperand(0), 0, "lpad.val"); in UpgradeExceptionHandling()
278 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1), in UpgradeExceptionHandling()
283 BasicBlock::iterator I = Resume; in UpgradeExceptionHandling()
1908 bool BitcodeReader::ParseModule(bool Resume) { in ParseModule() argument
1909 if (Resume) in ParseModule()
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd147 // Resume playback
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd580 <li>Pause/Resume -
666 <p>Pause/Resume -
/frameworks/wilhelm/include/SLES/
DOpenSLES.h406 SLresult (*Resume) ( member
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h169 XAresult (*Resume) ( member
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1167 case Instruction::Resume: in WriteInstruction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1259 case Instruction::Resume: in WriteInstruction()