HomeSort by relevance Sort by last modified time
    Searched full:suspended (Results 126 - 150 of 645) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/misc/
VM.java 43 private static boolean suspended = false; field in class:VM
48 return suspended;
58 suspended = true;
62 // Causes any suspended threadgroups to be resumed.
66 suspended = false;
  /art/runtime/gc/space/
rosalloc_space.cc 320 // The mutators are already suspended. For example, a call path
327 // The mutators are not suspended yet and we have a shared access
333 // The mutators are not suspended yet. Suspend the mutators.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthrowDebuggerLaunchTest.java 138 * option defines should debuggee be suspended on start
270 * @param isSuspendDebuggee should debuggee be suspended on start
294 * @param isSuspendDebuggee should debuggee be suspended on start
  /external/kernel-headers/original/uapi/linux/
dm-ioctl.h 39 * slots will be filled. The device will be in suspended state
71 * device does _not_ need to be suspended prior to this command.
356 * If set, the device is suspended internally.
tty_flags.h 37 #define ASYNCB_SUSPENDED 30 /* Serial port is suspended */
  /art/runtime/gc/
reference_processor.h 55 // Only allow setting this with mutators suspended so that we can avoid using a lock in the
  /art/runtime/native/
dalvik_system_VMStack.cc 48 // Restart suspended thread.
  /developers/build/prebuilts/gradle/BatchStepSensor/
README.md 23 batched sensors can be used in the background (when the CPU is suspended), which
  /developers/samples/android/sensors/BatchStepSensor/
README.md 23 batched sensors can be used in the background (when the CPU is suspended), which
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ResumeTest.java 55 * <BR>&nbsp;&nbsp; - command does not cause any error if thread is not suspended;
141 ("\n==> Check that ThreadReference.Resume command does not cause any error if thread is not suspended...");
247 ("## FAILURE: Thread still is suspended after ThreadReference.Resume command!");
415 ("## FAILURE: Thread still is suspended after ThreadReference.Resume commands: "
  /external/autotest/client/cros/cellular/pseudomodem/
bearer.py 37 'Suspended': dbus.types.Boolean(False),
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 70 err_str = 'System suspended while audio was playing.'
  /external/autotest/server/site_tests/display_HotPlugAtSuspend/
display_HotPlugAtSuspend.py 83 # Confirm DUT suspended.
  /external/autotest/server/site_tests/display_SuspendStress/
display_SuspendStress.py 26 suspended and resumed.
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
control.set1 24 - device is pingable when suspended
  /external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py 115 # make sure that the machine is not suspended and that the power is on
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.h 86 // Set to true if all threads of the crashed process are suspended.
  /external/jetty/src/java/org/eclipse/jetty/continuation/
ContinuationListener.java 47 * Called when a suspended continuation has timed out.
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
StatisticsHandler.java 336 * @return the number of requests currently suspended.
345 * @return the maximum number of current suspended requests
363 * @return the number of requests that expired while suspended.
459 sb.append("Total requests suspended: ").append(getSuspends()).append("<br />\n");
  /external/jetty/src/java/org/eclipse/jetty/servlets/
QoSFilter.java 47 * If more requests are received, they are suspended and placed on priority queues. Priorities are determined by
68 * avoided if the semaphore is shortly available. If the semaphore cannot be obtained, the request will be suspended
184 Boolean suspended=(Boolean)request.getAttribute(_suspended); local
186 if (suspended.booleanValue())
  /external/opencv3/samples/winrt/ImageManipulations/
App.xaml.cpp 101 /// Invoked when application execution is being suspended. Application state is saved
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
App.xaml.cpp 95 /// Invoked when application execution is being suspended. Application state is saved
  /external/v8/test/mjsunit/es6/
generators-debug-liveedit.js 86 // Patching will fail however when a live iterator is suspended.
  /external/webrtc/webrtc/call/
rampup_tests.h 129 void EvolveTestState(int bitrate_bps, bool suspended);
  /frameworks/base/packages/SettingsLib/res/values/
arrays.xml 39 <!-- Status message of Wi-Fi when it is suspended. -->
40 <item>Suspended</item>
68 <!-- Status message of Wi-Fi when it is suspended. -->
69 <item>Suspended</item>

Completed in 1213 milliseconds

1 2 3 4 56 7 8 91011>>