/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
InvokeMethod002Test.java | 56 // Set METHOD_ENTRY event request so application is suspended. 95 // Now we're suspended, clear event request.
|
InvokeMethod003Test.java | 58 // Set METHOD_ENTRY event request so application is suspended. 97 // Now we're suspended, clear event request.
|
InvokeMethodDefault002Test.java | 55 // Set METHOD_ENTRY event request so application is suspended. 94 // Now we're suspended, clear event request.
|
InvokeMethodDefaultTest.java | 54 // Set METHOD_ENTRY event request so application is suspended. 94 // Now we're suspended, clear event request.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
OwnedMonitorsStackDepthInfoTest.java | 89 // suspended somewhere in I/O code). See OwnedMonitorsStackDepthInfoDebuggee.run(). 175 printErrorAndFail(thisCommandName + " should throw exception when VM is not suspended.");
|
/external/autotest/server/cros/ |
dark_resume_utils.py | 61 the suspended devices so that the backchannel can stay up. We can also 133 sleep if you need to keep it suspended for some reason.
|
/external/autotest/server/site_tests/audio_AudioAfterSuspend/ |
audio_AudioAfterSuspend.py | 86 # Plugged after suspended 272 # Plugged status before suspended
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugLine.h | 136 // many) where execution should be suspended for an entry breakpoint 140 // many) where execution should be suspended for an exit breakpoint
|
/frameworks/base/packages/SettingsLib/res/values-en-rAU/ |
arrays.xml | 30 <item msgid="624838831631122137">"Suspended"</item> 44 <item msgid="1330262655415760617">"Suspended"</item>
|
/frameworks/base/packages/SettingsLib/res/values-en-rGB/ |
arrays.xml | 30 <item msgid="624838831631122137">"Suspended"</item> 44 <item msgid="1330262655415760617">"Suspended"</item>
|
/frameworks/base/packages/SettingsLib/res/values-en-rIN/ |
arrays.xml | 30 <item msgid="624838831631122137">"Suspended"</item> 44 <item msgid="1330262655415760617">"Suspended"</item>
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneConstants.java | 44 * <li>SUSPENDED = connection is created but IP traffic is 50 CONNECTED, CONNECTING, DISCONNECTED, SUSPENDED;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
dm-ioctl.h | 38 * slots will be filled. The device will be in suspended state 70 * device does _not_ need to be suspended prior to this command.
|
/system/bt/audio_a2dp_hw/ |
audio_a2dp_hw.c | 507 ERROR("Audiopath start failed - in call, move to suspended"); 597 DEBUG("stream suspended or closing"); 627 ERROR("write failed : stream suspended, avoid resetting state"); 722 // Do nothing in SUSPENDED state. 774 * prior to being suspended, the next out_write shall trigger the 1005 DEBUG("stream suspended"); 1035 ERROR("read failed : stream suspended, avoid resetting state"); [all...] |
/art/runtime/ |
thread.h | 810 // is only true if the thread has been suspended by a debug event. [all...] |
/art/runtime/base/ |
mutex.h | 420 // suspended states before exclusive ownership of the mutator mutex is sought. 565 // a barrier. Threads that are already suspended will get their barrier passed by the GC/Debugger 566 // thread; threads in the runnable state will pass the barrier when they transit to the suspended 567 // state. GC/Debugger thread will be woken up when all mutator threads are suspended. 701 // Uninterruptible means that the thread may not become suspended.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 63 // suspended. 71 // 1. calling a library function while threads are suspended could cause a 218 // This really only works correctly if all the threads are suspended at this 229 // Signal handler to wake up suspended threads when the tracer thread dies. 429 // the tracer thread has suspended us and when it starts unblocking threads.
|
/external/libevent/ |
bufferevent_ratelim.c | 363 and sees that its group is suspended. 568 int reinit = 0, suspended = 0; local 618 suspended=1; 624 suspended = 1; 627 if (suspended)
|
/external/libjpeg-turbo/ |
jdapistd.c | 36 * Returns FALSE if suspended. The return value need be inspected only if 92 * Entry: global_state = DSTATE_PRESCAN only if previously suspended. 94 * If suspended, returns FALSE and sets global_state = DSTATE_PRESCAN. 518 * Processes exactly one iMCU row per call, unless suspended. 585 * Returns FALSE if suspended. The return value need be inspected only if
|
/system/core/logd/ |
LogKlog.cpp | 306 static const char suspendedStr[] = "Suspended for "; 468 const char *suspended = strnstr(buf, len, suspendedStr); local 469 if (!suspended || (suspended > cp)) { 472 cp = suspended;
|
/art/runtime/jdwp/ |
jdwp_main.cc | 552 /* if we had threads suspended, resume them now */ 586 * suspend calls. It would be nice to just sit in the suspended state, but 587 * most debuggers don't expect any threads to be suspended when they attach.
|
jdwp_handler.cc | 180 * to be suspended, and that violates some JDWP expectations. 836 * thread, which must have been suspended by an event. 934 * It's supposed to remain suspended even if interpreted code wants to [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
JDWPStackFrameAccessTest.java | 192 // We need the thread to be suspended so we suspend it explicitly now. 198 // We suspended the thread so let's resume it before sending the signal. 228 * true if the execution is suspended by the first breakpoint, false otherwise.
|
/external/expat/lib/ |
expat.h | 788 (resumable = 0) an already suspended parser. Some call-backs may 799 - XML_ERROR_SUSPENDED: when suspending an already suspended parser. 803 When resumable != 0 (true) then parsing is suspended, that is, [all...] |
/art/runtime/entrypoints/ |
entrypoint_utils.cc | 96 // the heap switched the allocator type while we were suspended. 116 // the heap switched the allocator type while we were suspended.
|