HomeSort by relevance Sort by last modified time
    Searched defs:suspended (Results 1 - 24 of 24) sorted by null

  /external/libjpeg-turbo/
jcmainct.c 28 boolean suspended; /* remember if we suspended output */ member in struct:__anon23552
65 main_ptr->suspended = FALSE;
107 if (! main_ptr->suspended) {
109 main_ptr->suspended = TRUE;
114 * call suspended; then mark the main buffer empty.
116 if (main_ptr->suspended) {
118 main_ptr->suspended = FALSE;
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
PackageAccessDelegateTest.java 89 assertFalse("Package should not be suspended", mDpm.isPackageSuspended(null, TEST_APP_PKG));
92 String[] suspended = mDpm.setPackagesSuspended(null, new String[] {TEST_APP_PKG}, local
94 assertTrue("Package not suspended successfully", suspended.length == 0);
95 assertTrue("Package should be suspended", mDpm.isPackageSuspended(null, TEST_APP_PKG));
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmainct.c 33 boolean suspended; /* remember if we suspended output */ member in struct:__anon29406
79 main->suspended = FALSE;
142 if (! main->suspended) {
144 main->suspended = TRUE;
149 * call suspended; then mark the main buffer empty.
151 if (main->suspended) {
153 main->suspended = FALSE;
216 if (! main->suspended) {
218 main->suspended = TRUE
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 46 public boolean suspended; field in class:PackageUserState
64 suspended = false;
77 suspended = o.suspended;
193 if (suspended != oldState.suspended) {
  /external/webrtc/webrtc/
video_send_stream.h 72 bool suspended = false; member in struct:webrtc::VideoSendStream::Stats
163 // True if the stream should be suspended when the available bitrate fall
  /libcore/ojluni/src/main/java/sun/misc/
VM.java 43 private static boolean suspended = false; field in class:VM
48 return suspended;
59 suspended = true;
63 // Causes any suspended threadgroups to be resumed.
67 suspended = false;
  /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)
  /system/core/logd/
LogKlog.cpp 43 static const char suspendedStr[] = "Suspended for ";
457 const char* suspended = android::strnstr(buf, len, suspendedStr); local
458 if (!suspended || (suspended > cp)) {
461 cp = suspended;
  /art/runtime/
thread_list.cc 210 // Note thread and self may not be equal if thread was already suspended at the point of the
329 // We are probably suspended, try to make sure that we stay suspended.
352 // Run the checkpoint on the suspended threads.
360 // Busy wait until the thread is suspended.
374 // We know for sure that the thread is suspended at this point.
418 // It's seen suspended, we are done because it must not be in the middle of a mutator
499 // Request that a checkpoint function be run on all active (non-suspended)
510 // Call a checkpoint function for each non-suspended thread.
572 // a checkpoint) may cause the flip function to be run for a runnable/suspended thread befor
1282 bool suspended = thread->ModifySuspendCount(self, local
1505 bool suspended = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
internal.h 135 * Is this connection currently suspended?
861 * Is the connection suspended?
863 int suspended; member in struct:MHD_Connection
930 * Head of doubly-linked list of our current but suspended connections.
935 * Tail of doubly-linked list of our current but suspended connections.
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 896 void AudioFlinger::EffectModule::setSuspended(bool suspended)
899 mSuspended = suspended;
902 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
    [all...]
  /system/core/liblog/
logprint.c 1341 static const char suspended[] = "Suspended for "; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 476 bool suspended; member in struct:r600_streamout
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 15233 new String[changedPackages.size()]), userId, suspended); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1221 milliseconds