/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/ |
CpuS3DataDxe.uni | 7 // register initialization tables for ACPI S3 resume. It also only supports the
35 "register initialization tables for ACPI S3 resume. It also only supports the "
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/ |
S3Resume2Pei.inf | 2 # S3 Resume Module installs EFI_PEI_S3_RESUME2_PPI.
4 # This module works with StandAloneBootScriptExecutor to S3 resume to OS.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPSyncTestCase.java | 59 * Overrides inherited method to resume debuggee VM and then to establish 66 debuggeeWrapper.resume();
|
JDWPInvokeMethodSuspendedTwiceTestCase.java | 51 * Next, we resume the thread and check we do receive the reply with no timeout. 88 // we send a VirtualMachine.Resume command. 134 // Send a ThreadReference.Resume to resume event thread so it can invoke the method. 135 logWriter.println("Resume event thread"); 151 // The invoke is complete but the thread is still suspended: let's resume it now. 155 logWriter.println("Resume event thread #1");
|
/external/autotest/client/cros/ |
dark_resume_listener.py | 14 """Server which listens for dark resume-related DBus signals to count how 44 logging.debug('Dark resume listener started')
|
dark_resume_xmlrpc_server.py | 18 """Exposes methods called remotely during dark resume autotests. 34 """Suspends this system indefinitely for dark resume."""
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
control | 16 suspend in dark resume for several reasons. Due to privacy concerns, we do not 17 want active scans to be launched on certain types of dark resume wakes where the
|
network_WiFi_DarkResumeActiveScans.py | 72 # Trigger a wake on packet dark resume, and make sure that no probe 73 # requests were launched during this dark resume. 92 # Wait for the DUT to wake up in dark resume and suspend again. 106 # Trigger a wake to scan RTC timer dark resume, and make sure that no 107 # probe requests were launched during this dark resume.
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/ |
network_WiFi_RoamSuspendTimeout.py | 12 """Tests behavior on resume during which the client has been de-authed. 16 de-authentication on resume.
|
/external/autotest/server/site_tests/platform_InternalDisplay/ |
platform_InternalDisplay.py | 21 @returns boot_id for the following resume 54 'Internal display is missing after suspend & resume.')
|
/external/curl/tests/data/ |
test194 | 7 Resume 49 HTTP resume transfer with the whole file already downloaded and --fail
|
/external/libunwind/ |
.gitignore | 38 tests/[GL]test-resume-sig 39 tests/[GL]test-resume-sig-rt
|
/libcore/ojluni/src/main/java/java/lang/ |
IllegalThreadStateException.java | 31 * <code>suspend</code> and <code>resume</code> methods in class 35 * @see java.lang.Thread#resume()
|
/packages/apps/Dialer/java/com/android/incallui/commontheme/res/values/ |
strings.xml | 40 <!-- Text for the onscreen "Hold" button when it is selected. Pressing it will resume 42 <string name="incall_content_description_unhold">Resume call</string>
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
PausableChronometer.java | 59 * Resume the timer after a previous pause. 62 public void resume() { method in class:PausableChronometer
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
Resume002Test.java | 30 * JDWP Unit test for VirtualMachine.Resume command. 41 * This testcase exercises VirtualMachine.Resume command when some threads are suspended and 47 * <BR> Finally the test performs VirtualMachine.Resume command and checks all threads 67 // resume all suspended threads at once with a VirtualMachine.Resume command. 68 debuggeeWrapper.vmMirror.resume();
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2009-02-16-SpillerBug.ll | 20 br label %RESUME 22 RESUME: ; preds = %bb520.preheader, %entry 87 bb396: ; preds = %bb394, %bb131, %bb122, %bb122, %bb122, %bb122, %RESUME 88 %stop_link.3 = phi %struct.rec* [ null, %RESUME ], [ %stop_link.3, %bb394 ], [ %stop_link.3, %bb122 ], [ %stop_link.3, %bb122 ], [ %stop_link.3, %bb122 ], [ %stop_link.3, %bb122 ], [ %link.1, %bb131 ] ; <%struct.rec*> [#uses=7] 89 %headers_seen.1 = phi i32 [ 0, %RESUME ], [ %headers_seen.1, %bb394 ], [ 1, %bb122 ], [ 1, %bb122 ], [ 1, %bb122 ], [ 1, %bb122 ], [ %headers_seen.1, %bb131 ] ; <i32> [#uses=2] 112 br label %RESUME
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ExceptionCaughtTest.java | 167 // resume debuggee 168 printTestLog("resume debuggee..."); 169 debuggeeWrapper.vmMirror.resume(); 216 // resume debuggee 217 printTestLog("resume debuggee..."); 218 debuggeeWrapper.vmMirror.resume(); 262 // resume debuggee 263 printTestLog("resume debuggee..."); 264 debuggeeWrapper.vmMirror.resume(); 292 // prevents from handling a suspend/resume sequence [all...] |
SingleStepWithPendingExceptionTest.java | 63 // Resume debuggee so we hit the breakpoint. 86 // Exception event suspended all threads: resume them now. 87 debuggeeWrapper.resume(); 95 // Breakpoint event suspended all threads: resume them now. 96 debuggeeWrapper.resume();
|
/packages/apps/Dialer/java/com/android/incallui/ |
VideoPauseController.java | 31 * This class is responsible for generating video pause/resume requests when the InCall UI is sent 178 * call in dialing state, resume the new primary call. DialerCall swap: Where the new primary call 197 // Send resume request for the active call, if user rejects incoming call, ends dialing 268 * Called when UI is brought to the foreground. Sends a session modification request to resume the 271 * @param isInCall {@code true} if we are in an active call. A resume request is only sent to the 307 * Sends Pause/Resume request. 310 * @param resume If true resume request will be sent, otherwise pause request. 312 private void sendRequest(DialerCall call, boolean resume) { 317 if (resume) { [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
S3SaveState.h | 5 to be replayed during an S3 resume.
35 Record operations that need to be replayed during an S3 resume.
37 This function is used to store an OpCode to be replayed as part of the S3 resume boot path. It is
39 during the S3 resume.
60 Record operations that need to be replayed during an S3 resume.
62 This function is used to store an OpCode to be replayed as part of the S3 resume boot path. It is
64 during the S3 resume.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/ |
S3PciLib.c | 3 the PCI operations to be replayed during an S3 resume. This library class
34 the S3 script to be replayed on S3 resume.
66 the S3 script to be replayed on S3 resume.
90 script to be replayed on S3 resume.
115 script to be replayed on S3 resume.
142 an 8-bit value and saves the value in the S3 script to be replayed on S3 resume.
172 value and saves the value in the S3 script to be replayed on S3 resume.
203 the value in the S3 script to be replayed on S3 resume.
236 the S3 script to be replayed on S3 resume.
269 the S3 script to be replayed on S3 resume. [all...] |
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.cpp | 261 // currently being resumed (will not auto-cancel an asynchronous resume) 279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume. 312 VoidHook resume = MPH_init_table[MPH].mResume; local 313 if (NULL != resume) { 314 (*resume)(thisItf); 389 // Engine was destroyed during resume, or insufficient memory, 412 VoidHook resume = MPH_init_table[MPH].mResume; local 413 if (NULL != resume) { 414 (*resume)(thisItf);
|
/external/autotest/server/site_tests/display_HotPlugAtSuspend/ |
display_HotPlugAtSuspend.py | 23 suspend/resume. 30 # Allowed timeout for the transition of resume. 32 # Time margin to do plug/unplug before resume. 71 test_case = ('TEST CASE: %s > SUSPEND > %s > %s > RESUME' % 111 logging.info('WAITING FOR RESUME...')
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3IoLib/ |
S3IoLib.c | 3 to be replayed during an S3 resume.
30 to be replayed on S3 resume.
61 to be replayed on S3 resume.
84 on S3 resume.
108 on S3 resume.
135 replayed on S3 resume.
164 on S3 resume.
193 the value in the S3 script to be replayed on S3 resume.
224 be replayed on S3 resume.
256 be replayed on S3 resume. [all...] |