Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
Dparsing_unit.js5 this.suspended = false;
11 if (this.suspended && suspend)
14 else if (!this.suspended && !suspend)
21 this.suspended = this._stateGuard(true);
27 this.suspended = this._stateGuard(false);
Djsdom_parser.js16 while (!parsingUnit.suspended && !this.stopped)
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcmainct.c33 boolean suspended; /* remember if we suspended output */ member
79 main->suspended = FALSE; in start_pass_main()
142 if (! main->suspended) { in process_data_simple_main()
144 main->suspended = TRUE; in process_data_simple_main()
151 if (main->suspended) { in process_data_simple_main()
153 main->suspended = FALSE; in process_data_simple_main()
216 if (! main->suspended) { in process_data_buffer_main()
218 main->suspended = TRUE; in process_data_buffer_main()
225 if (main->suspended) { in process_data_buffer_main()
227 main->suspended = FALSE; in process_data_buffer_main()
/external/opencv3/3rdparty/libjpeg/
Djcmainct.c34 boolean suspended; /* remember if we suspended output */ member
80 mainp->suspended = FALSE; in start_pass_main()
143 if (! mainp->suspended) { in process_data_simple_main()
145 mainp->suspended = TRUE; in process_data_simple_main()
152 if (mainp->suspended) { in process_data_simple_main()
154 mainp->suspended = FALSE; in process_data_simple_main()
219 if (! mainp->suspended) { in process_data_buffer_main()
221 mainp->suspended = TRUE; in process_data_buffer_main()
228 if (mainp->suspended) { in process_data_buffer_main()
230 mainp->suspended = FALSE; in process_data_buffer_main()
/external/libjpeg-turbo/
Djcmainct.c27 boolean suspended; /* remember if we suspended output */ member
64 main_ptr->suspended = FALSE; in start_pass_main()
106 if (! main_ptr->suspended) { in process_data_simple_main()
108 main_ptr->suspended = TRUE; in process_data_simple_main()
115 if (main_ptr->suspended) { in process_data_simple_main()
117 main_ptr->suspended = FALSE; in process_data_simple_main()
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectAfterSuspendDiffAP17 disconnects while suspended, successfully reconnects to a preferred network
18 that later appears while it is still suspended. In this test, the preferred
28 5) AP 2 is brought down, disconnecting the DUT from it while suspended
Dcontrol.DisconnectAfterSuspendSameAP17 disconnects while suspended, successfully reconnects to a preferred network
18 that later appears while it is still suspended. In this test, the preferred
28 5) AP 2 is brought down, disconnecting the DUT from it while suspended
Dcontrol.Stress15 resume after getting disconnected from that same network while suspended.
24 5) AP 2 is brought down, disconnecting the DUT from it while suspended
/external/autotest/server/site_tests/power_USBHotplugInSuspend/
Dcontrol19 is suspended. The DUT is suspended using the client test power_KernelSuspend.
/external/webrtc/webrtc/call/
Drampup_tests.cc345 EvolveTestState(transmit_bitrate_bps, stats.suspended); in PollStats()
380 void RampUpDownUpTester::EvolveTestState(int bitrate_bps, bool suspended) { in EvolveTestState() argument
384 EXPECT_FALSE(suspended); in EvolveTestState()
402 if (bitrate_bps < kExpectedLowBitrateBps && suspended) { in EvolveTestState()
419 if (bitrate_bps > kExpectedHighBitrateBps && !suspended) { in EvolveTestState()
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto18 // suspended listens for SuspendImminent and SuspendDone signals from powerd.
30 // ready to suspend, the system will be suspended. If the initial suspend
55 // Wall time that the system was suspended, as given by
/external/webrtc/webrtc/video/
Dsend_statistics_proxy_unittest.cc51 EXPECT_EQ(one.suspended, other.suspended); in ExpectEqual()
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended); in TEST_F()
150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended); in TEST_F()
154 EXPECT_FALSE(statistics_proxy_->GetStats().suspended); in TEST_F()
/external/jetty/src/java/org/eclipse/jetty/servlets/
DQoSFilter.java184 Boolean suspended=(Boolean)request.getAttribute(_suspended); in doFilter() local
186 if (suspended.booleanValue()) in doFilter()
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol.suspend14 data in the storage for 1 hour with machine suspended 5 minutes between
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/
Dcontrol12 connected AP) when the previous AP goes away while the DUT is suspended.
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
Dcontrol17 appearance of a whitelisted SSID if it previously suspended disconnected.
/external/autotest/server/site_tests/display_SuspendStress/
Dcontrol.extended_30min19 repeatedly suspended and resumed in extended mode.
Dcontrol.mirrored_10min19 repeatedly suspended and resumed in mirrored mode.
Dcontrol.mirrored_30min19 repeatedly suspended and resumed in mirrored mode.
Dcontrol.extended_10min19 repeatedly suspended and resumed in extended mode.
Dcontrol.mirrored22 repeatedly suspended and resumed in mirrored mode.
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
Dcontrol.11a15 on channel 48 after deauthentication while the DUT is suspended.
Dcontrol.11b16 deauthentication while the DUT is suspended.
Dcontrol.11g16 deauthentication while the DUT is suspended.
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
Dcontrol17 disconnected from an AP that the DUT was connected to when it last suspended.

1234