HomeSort by relevance Sort by last modified time
    Searched refs:suspended (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
parsing_unit.js 5 this.suspended = false;
11 if (this.suspended && suspend)
12 throw new Error('parse5: Parser was already suspended. Please, check your control flow logic.');
14 else if (!this.suspended && !suspend)
21 this.suspended = this._stateGuard(true);
27 this.suspended = this._stateGuard(false);
jsdom_parser.js 16 while (!parsingUnit.suspended && !this.stopped)
  /external/libjpeg-turbo/
jcmainct.c 27 boolean suspended; /* remember if we suspended output */ member in struct:__anon15203
64 main_ptr->suspended = FALSE;
106 if (! main_ptr->suspended) {
108 main_ptr->suspended = TRUE;
113 * call suspended; then mark the main buffer empty.
115 if (main_ptr->suspended) {
117 main_ptr->suspended = FALSE;
  /external/v8/test/mjsunit/es6/
generators-mirror.js 54 if (status === 'suspended') {
83 TestGeneratorMirror(iter, 'suspended', 7, 19);
86 TestGeneratorMirror(iter, 'suspended', 9, 2);
89 TestGeneratorMirror(iter, 'suspended', 11, 2);
103 TestGeneratorMirror(iter2, 'suspended', 7, 19, obj);
106 TestGeneratorMirror(iter2, 'suspended', 9, 2, obj);
109 TestGeneratorMirror(iter2, 'suspended', 11, 2, obj);
generators-relocation.js 29 // function and relocation of the suspended generator activation.
generators-debug-liveedit.js 86 // Patching will fail however when a live iterator is suspended.
  /external/opencv3/3rdparty/libjpeg/
jcmainct.c 34 boolean suspended; /* remember if we suspended output */ member in struct:__anon20322
80 mainp->suspended = FALSE;
143 if (! mainp->suspended) {
145 mainp->suspended = TRUE;
150 * call suspended; then mark the main buffer empty.
152 if (mainp->suspended) {
154 mainp->suspended = FALSE;
219 if (! mainp->suspended) {
221 mainp->suspended = TRUE
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmainct.c 33 boolean suspended; /* remember if we suspended output */ member in struct:__anon21597
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 44 public boolean suspended; field in class:PackageUserState
57 suspended = false;
69 suspended = o.suspended;
  /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;
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
SuspendPackageTest.java 40 * Verify the package is suspended by trying start the activity inside it. If the package
41 * is not suspended, the target activity will return the result.
43 private void assertPackageSuspended(boolean suspended) throws Exception {
47 if (suspended) {
52 // No matter it is suspended or not, we should able to resolve the activity.
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
OALSuspendManager.java 40 @Selector("suspended")
41 boolean suspended (); method in interface:OALSuspendManager
ALDevice.java 131 @Selector("suspended")
132 public native boolean suspended(); method in class:ALDevice
ALContext.java 192 @Selector("suspended")
193 public native boolean suspended(); method in class:ALContext
ALListener.java 179 @Selector("suspended")
180 public native boolean suspended(); method in class:ALListener
OALAudioSession.java 224 @Selector("suspended")
225 public native boolean suspended(); method in class:OALAudioSession
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 362 return readUserState(userId).suspended;
365 void setSuspended(boolean suspended, int userId) {
366 modifyUserState(userId).suspended = suspended;
378 boolean notLaunched, boolean hidden, boolean suspended,
389 state.suspended = 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
  /external/webrtc/webrtc/call/
rampup_tests.h 129 void EvolveTestState(int bitrate_bps, bool suspended);
rampup_tests.cc 345 EvolveTestState(transmit_bitrate_bps, stats.suspended);
380 void RampUpDownUpTester::EvolveTestState(int bitrate_bps, bool suspended) {
384 EXPECT_FALSE(suspended);
402 if (bitrate_bps < kExpectedLowBitrateBps && suspended) {
419 if (bitrate_bps > kExpectedHighBitrateBps && !suspended) {
  /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/webrtc/webrtc/video/
send_statistics_proxy_unittest.cc 51 EXPECT_EQ(one.suspended, other.suspended);
144 TEST_F(SendStatisticsProxyTest, Suspended) {
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended);
154 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
  /system/core/logd/
LogKlog.cpp 307 static const char suspendedStr[] = "Suspended for ";
494 const char *suspended = strnstr(buf, len, suspendedStr); local
495 if (!suspended || (suspended > cp)) {
498 cp = suspended;
  /frameworks/av/services/audioflinger/
Effects.h 108 void setSuspended(bool suspended);
109 bool suspended() const;
159 bool mSuspended; // effect is suspended: temporarily disabled by framework
235 // restored after being suspended
368 // true if the effect whose descriptor is passed can be suspended
397 // mSuspendedEffects lists all effects currently suspended in the chain.
  /frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java 259 void onPackagesSuspendedChanged(String[] packages, boolean suspended, int userId) {
266 && tr.realActivitySuspended != suspended) {
267 tr.realActivitySuspended = suspended;
    [all...]

Completed in 1958 milliseconds

1 2 3