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

1 2 3 4 5 6 78 91011>>

  /art/runtime/
monitor.h 177 // calling thread must own the lock or the owner must be suspended. There's a race with other
343 // This is very unsafe, and must only be called when all threads are suspended.
  /external/autotest/server/hosts/
remote.py 187 # Not too long to check if the machine really suspended.
193 # ensure the machine was suspended long enough.
  /frameworks/av/services/audioflinger/
Threads.h 351 // check if some effects must be suspended/restored when an effect is enabled
381 // entry describing an effect being suspended in mSuspendedSessions keyed vector
400 // updated mSuspendedSessions when an effect suspended or restored
404 // check if some effects must be suspended when an effect chain is added
462 // list of suspended effects per session and per type. The first (outer) vector is
    [all...]
  /frameworks/base/docs/html/preview/
guide.jd 133 suspended background tasks, suspended Notifications, ignored wake requests, and alarms. To ensure
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 345 case SUSPENDED:
363 return PhoneConstants.DataState.SUSPENDED;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 206 // suspends the output. When an output is suspended, the corresponding audio hardware output stream is placed in
209 // restores a suspended output.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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.
  /system/update_engine/common/
action.h 127 // Called on asynchronous actions if the processing is suspended and resumed,
131 // while the processing is suspended, for example if suspend/resume is not
  /art/runtime/gc/space/
bump_pointer_space.h 51 // Thread-unsafe allocation for when mutators are suspended, used by the semispace collector.
  /art/runtime/lambda/
box_table.h 80 // - After all threads are suspended (exclusive mutator lock),
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 73 // Restart suspended thread.
  /dalvik/docs/
hello-world.html 66 When the debugger attaches, the VM will be in a suspended state. You can
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedExceptionEventsTest.java 155 // Check thread is properly suspended.
SingleStepWithLocationTest.java 71 // Wait for breakpoint event so the program is suspended.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
StatusTest.java 46 * This testcase exercises ThreadReference.Status command for suspended Thread.
  /external/apache-http/android/src/android/net/http/
EventHandler.java 122 * otherwise the connection will be suspended indefinitely.
  /external/autotest/server/site_tests/power_USBHotplugInSuspend/
power_USBHotplugInSuspend.py 104 Tests adding and removing a USB device while the client is suspended.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
versioning.py 156 print '%s: Suspended' % blr.url_string.rstrip('/')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_versioning.py 119 self.assertEqual('Suspended', d['Versioning'])
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 53 // This callback checks that IncrementerThread is suspended at the time of its
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.h 120 // Return the number of suspended/resumed lwps in the process.
  /external/jetty/src/java/org/eclipse/jetty/continuation/
FauxContinuation.java 46 private static final int __COMPLETING=4; // resumed while suspending or suspended
47 private static final int __SUSPENDED=5; // Suspended and parked
446 (_state==__SUSPENDED)?"SUSPENDED":
505 throw new IllegalStateException("!suspended");
  /external/jetty/src/java/org/eclipse/jetty/server/
BlockingHttpConnection.java 120 // If we don't have a committed response and we are not suspended
  /external/libchrome/components/timers/
alarm_timer_chromeos.h 22 // suspended state. For example, this is useful for running tasks that are
  /external/libjpeg-turbo/
jcapistd.c 116 * Processes exactly one iMCU row per call, unless suspended.

Completed in 2642 milliseconds

1 2 3 4 5 6 78 91011>>