/external/autotest/server/site_tests/hardware_StorageStress/ |
control.suspend | 14 data in the storage for 1 hour with machine suspended 5 minutes between
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/ |
control.11a | 15 on channel 48 after deauthentication while the DUT is suspended.
|
control.11b | 16 deauthentication while the DUT is suspended.
|
control.11g | 16 deauthentication while the DUT is suspended.
|
control.wep104 | 15 shared system authentication after deauthentication while the DUT is suspended.
|
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/ |
control | 16 if we suspended and resumed twice while WiFi was disabled. Run
|
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/ |
control | 17 disconnected from an AP that the DUT was connected to when it last suspended.
|
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/ |
control | 17 appearance of a whitelisted SSID if it previously suspended disconnected.
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/ |
jsdom_parser.js | 16 while (!parsingUnit.suspended && !this.stopped)
|
/frameworks/base/core/java/android/content/pm/ |
PackageUserState.java | 44 public boolean suspended; field in class:PackageUserState 57 suspended = false; 69 suspended = o.suspended;
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsConnectionStateListener.java | 51 * Called when its suspended IMS connection is resumed, meaning the connection 59 * Called when its current IMS connection is suspended, meaning there is no data throughput.
|
/art/runtime/ |
thread_list.cc | 193 // Note thread and self may not be equal if thread was already suspended at the point of the 302 // We are probably suspended, try to make sure that we stay suspended. 320 // Run the checkpoint on the suspended threads. 328 // Busy wait until the thread is suspended. 342 // We know for sure that the thread is suspended at this point. 360 // Request that a checkpoint function be run on all active (non-suspended) 371 // Call a checkpoint function for each non-suspended thread. 422 // Set the flip function for both runnable and suspended threads 425 // runnable/suspended thread before a runnable threads runs i [all...] |
thread-inl.h | 78 // Should only be used to change between suspended states. 156 LOG(FATAL) << "Fatal, thread transitioned into suspended without running the checkpoint"; 164 // Change to non-runnable state, thereby appearing suspended to the system. 168 // Once suspended - check the active suspend barrier flag 183 // Atomically change from suspended to runnable if no suspend request pending. 273 // Note: self is not necessarily equal to this thread since thread may be suspended.
|
/external/jetty/src/java/org/eclipse/jetty/continuation/ |
Continuation.java | 32 * A continuation is a mechanism by which a HTTP Request can be suspended and 128 * If a continuation is suspended, but neither {@link #complete()} or {@link #resume()} is 170 * calls. When a suspended request is returned to the container after 177 * the container with a suspended request, the thread is freed for other 191 * If the request cannot be suspended 206 * calls. When a suspended request is returned to the container after 212 * the container with a suspended request, the thread is freed for other 234 * If the request cannot be suspended 240 * Resume a suspended request. 248 * If resume is called before a suspended request is returned to th [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
Resume002Test.java | 41 * This testcase exercises VirtualMachine.Resume command when some threads are suspended and 45 * <BR> Then the test checks all suspended threads have a suspend count of 1 and their 57 // suspended. 66 // Now some threads are suspended by a breakpoint while others are running. Check we can 67 // resume all suspended threads at once with a VirtualMachine.Resume command.
|
/external/autotest/server/site_tests/platform_ExternalUSBStress/ |
platform_ExternalUSBStress.py | 67 @returns usb devices list if not suspended, None if suspended 99 @param plugged_before_suspended: USB plugged before suspended 100 @param plugged_before_resume: USB plugged after suspended 116 logging.debug(' --DUT suspended')
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPInvokeMethodSuspendedTwiceTestCase.java | 33 * Base class for tests checking invoke command with thread suspended more than once before the 50 * the thread is still suspended) by catching a {@link TimeoutException}. 64 // suspended on this breakpoint. 72 // Wait for breakpoint and get id of suspended thread. 119 // it still suspended by us. 149 // The invoke is complete but the thread is still suspended: let's resume it now.
|
/external/autotest/client/virt/tests/ |
guest_s4.py | 54 logging.info("VM suspended successfully. Sleeping for a while before " 59 logging.info("Resuming suspended VM...")
|
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/ |
control.Stress | 15 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/compiler-rt/test/tsan/ |
signal_recursive.cc | 25 // This is why threads can't be suspended with something like pthread_suspend 42 // Acknowledge that thread is saved and suspended
|
/art/runtime/gc/ |
scoped_gc_critical_section.h | 32 // suspended.
|
/external/autotest/client/site_tests/power_Resume/ |
control.resume_constraint | 19 ram. It will then calculate how many seconds the system was suspended, and
|
/external/autotest/server/site_tests/display_LidCloseOpen/ |
display_LidCloseOpen.py | 19 # Time to check if device is suspended 80 """Checks DUT is (still) suspended""" 82 raise error.TestFail('Device does not stay suspended!') 83 logging.info('DUT STILL SUSPENDED')
|
/external/autotest/server/site_tests/display_SuspendStress/ |
control.extended | 22 repeatedly suspended and resumed in extended mode.
|
control.mirrored | 22 repeatedly suspended and resumed in mirrored mode.
|