HomeSort by relevance Sort by last modified time
    Searched full:resume (Results 401 - 425 of 2255) sorted by null

<<11121314151617181920>>

  /external/autotest/server/cros/network/
connection_worker.py 162 suspend resume cycle involved.
186 client before and after a suspend resume.
198 # from the AP. On resume, DUTs would re-use the association from prior
217 'resume in %d seconds' %
222 # ping work client to ensure we have connection after resume.
224 logging.info('after resume:%r', ping_result)
  /external/libunwind/
README 128 Gtest-resume-sig (fails to get SIGUSR2)
129 Ltest-resume-sig (likewise)
161 Gtest-resume-sig (Gresume.c:my_rt_sigreturn() is wrong somehow)
162 Ltest-resume-sig (likewise)
182 tests/Gtest-resume-sig
183 tests/Ltest-resume-sig
  /external/vboot_reference/firmware/lib/
vboot_api_init.c 103 * don't want the NEXT S3 resume to be a debug reset unless the
110 * If this isn't a S3 resume, read the current recovery request, then
134 * we do this in the S3 resume path also.
147 * If this is a S3 resume, resume the TPM.
155 * If we can't resume, just do a full reboot. No need
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 247 if (DEBUG) Log.d(LOG_TAG, "Begin pause/resume test");
260 // pause and resume sound a few times
265 if (DEBUG) Log.d(LOG_TAG, "Resume note " + id);
266 mSoundPool.resume(id);
287 // pause and resume sound a few times
302 if (DEBUG) Log.d(LOG_TAG, "End pause/resume test");
  /frameworks/wilhelm/src/itf/
IObject.c 165 // Called by a worker thread to handle an asynchronous Object.Resume.
176 AsyncHook resume = clazz->mResume; local
186 if (NULL != resume) {
188 // Note that the mutex is locked on entry to and exit from the resume hook,
190 result = (*resume)(thiz, SL_BOOLEAN_TRUE);
236 // Reject redundant calls to Resume
255 // Engine was destroyed during resume, or insufficient memory
263 AsyncHook resume = clazz->mResume; local
264 // Note that the mutex is locked on entry to and exit from the resume hook,
266 result = (NULL != resume) ? (*resume)(thiz, SL_BOOLEAN_FALSE) : SL_RESULT_SUCCESS
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTest.java 174 logWriter.println("=> Resume debuggee");
175 debuggeeWrapper.vmMirror.resume();
284 logWriter.println("=> Resume debuggee");
285 debuggeeWrapper.vmMirror.resume();
311 logWriter.println("=> Resume debuggee");
312 debuggeeWrapper.vmMirror.resume();
429 logWriter.println("=> Resume debuggee");
430 debuggeeWrapper.vmMirror.resume();
525 logWriter.println("=> Resume debuggee");
526 debuggeeWrapper.vmMirror.resume();
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthrowLaunchDebugger002.java 112 logWriter.println("**> Resume debuggee");
113 debuggeeWrapper.vmMirror.resume();
  /external/autotest/client/site_tests/network_WiFiResume/
network_WiFiResume.py 15 '''Check that WiFi is working after a resume
24 must be (re)established after a suspend/resume cycle
  /external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm 39 // CHECK-NEXT: resume
75 // CHECK-NEXT: resume
  /external/libunwind/doc/
unw_resume.man 16 \-\- resume execution in a particular stack frame
60 accomplished, the resume
unw_resume.tex 8 \begin{Name}{3}{unw\_resume}{David Mosberger-Tang}{Programming Library}{unw\_resume}unw\_resume -- resume execution in a particular stack frame
38 accomplished, the \Func{resume} accessor callback is invoked. The
  /external/llvm/test/Transforms/Inline/
inline_invoke.ll 54 resume { i8*, i32 } %exn
78 br i1 %1, label %catch, label %eh.resume
85 eh.resume:
86 resume { i8*, i32 } %exn
137 br i1 %1, label %catch, label %eh.resume
146 eh.resume:
147 resume { i8*, i32 } %exn
220 ; CHECK: resume { i8*, i32 }
  /external/skia/gm/
SkAnimTimer.h 47 * If the timer is paused or stopped, it will resume (or start if it was stopped).
125 case kPaused_State: {// they want "resume"
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyThreadReference.java 97 public void resume() { method in class:LazyThreadReference
98 getValue().resume();
  /frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
pausing.jd 15 <li><a href="#Resume">???? ????</a></li>
114 <h2 id="Resume">???? ????</h2>
  /frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
pausing.jd 15 <li><a href="#Resume">????????????? ????????</a></li>
114 <h2 id="Resume">????????????? ????????</h2>
  /frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
pausing.jd 15 <li><a href="#Resume">??Activity</a></li>
114 <h2 id="Resume">??Activity</h2>
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateBaseBridge.java 51 public void resume() { method in class:AppStateBaseBridge
53 mAppSession.resume();
  /packages/apps/Settings/src/com/android/settings/datausage/
DataSaverSummary.java 79 mSession.resume();
80 mDataUsageBridge.resume();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadJobService.java 35 * we just reschedule the job and resume again in the future.
87 // and reschedule ourselves to resume in the future.
  /system/core/metricsd/
timer_test.cc 172 ASSERT_TRUE(timer_.Resume());
185 ASSERT_TRUE(timer_.Resume());
216 ASSERT_FALSE(timer_.Resume());
273 ASSERT_TRUE(timer_.Resume());
312 ASSERT_TRUE(timer_.Resume());
344 ASSERT_TRUE(timer_.Resume());
389 ASSERT_TRUE(timer_.Resume());
399 ASSERT_TRUE(timer_.Resume());
  /development/ndk/platforms/android-9/arch-mips/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)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexField.java 68 // CHECKSTYLE: resume HideUtilityClassConstructor
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFractionField.java 68 // CHECKSTYLE: resume HideUtilityClassConstructor
FractionField.java 68 // CHECKSTYLE: resume HideUtilityClassConstructor

Completed in 1581 milliseconds

<<11121314151617181920>>