Searched defs:suspend (Results 1 - 25 of 63) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c30 pid_t getppid_tm(bool suspend) argument
36 if (suspend)
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyThreadGroupReference.java60 @Override public void suspend() { method in class:LazyThreadGroupReference
61 getValue().suspend();
H A DLazyThreadReference.java109 public void suspend() { method in class:LazyThreadReference
110 getValue().suspend();
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py39 def suspend(self): member in class:platform_USBHIDWake
83 """Check to see if a DUT at the given address wakes from suspend
93 self.suspend()
/external/autotest/server/cros/
H A Ddark_resume_utils.py22 """Context manager which exposes the dark resume-specific suspend
27 not what we want. Instead, we suspend indefinitely, but make sure we
34 """Set up for a dark-resume-ready suspend to be carried out using
63 suspend request.
97 # override suspend durations preference for dark resume
124 def suspend(self): member in class:DarkResumeUtils
180 # The first key might occur during the kernel suspend pathway, which
181 # causes the suspend to abort, but might put us in dark resume since
/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c129 void suspend(void) function
157 perror("entering suspend failed");
181 printf(" -n: do not trigger a suspend/resume cycle before the test\n");
187 suspend();
/external/autotest/server/hosts/
H A Dremote.py158 def suspend(self, timeout, suspend_cmd, **dargs): member in class:RemoteHost
163 timeout - How long to wait for the suspend.
164 susped_cmd - suspend command to execute.
167 def suspend(): function in function:RemoteHost.suspend
169 self.record("GOOD", None, "suspend.start for %d seconds" % (timeout))
173 self.record("ABORT", None, "suspend.start",
174 "suspend command failed")
175 raise error.AutoservSuspendError("suspend command failed")
198 self.log_op(self.OP_SUSPEND, suspend)
H A Dcros_host.py83 # SLEEP_TIMEOUT: Time to allow for suspend to memory.
84 # RESUME_TIMEOUT: Time to allow for resume after suspend, plus
1435 def suspend(self, **dargs): member in class:CrosHost
1446 super(CrosHost, self).suspend(**dargs)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVideoView.java69 public void suspend() { method in class:ShadowVideoView
/external/autotest/client/cros/
H A Dpower_suspend.py17 """Class for suspend/resume measurements.
23 device_times[]: List of individual device suspend/resume time dicts.
26 suspend: Do a suspend/resume cycle. Return timing measurement dict.
29 _logs: Array of /var/log/messages lines since start of suspend cycle.
32 _suspend: Set to the sys_power suspend function to use.
40 _set_pm_print_times: Enable/disable kernel device suspend timing output.
45 _individual_device_times: Reads individual device suspend/resume times.
49 # board-specific "time to suspend" values determined empirically
92 # File read by powerd to decide on the state to suspend (me
452 def suspend(self, duration=10, ignore_kernel_warns=False): member in class:Suspender
[all...]
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h76 int (*suspend) (struct usb_hcd *hcd, __u32 state); member in struct:hc_driver
/external/autotest/client/common_lib/hosts/
H A Dbase_classes.py64 OP_SUSPEND = 'suspend'
140 def suspend(self): member in class:Host
539 (reboot, suspend)
/external/google-breakpad/src/client/solaris/handler/
H A Dsolaris_lwp.cc167 bool suspend = *(bool *)context; local
180 ctl[0] = suspend ? PCSTOP : PCRUN;
235 int SolarisLwp::ControlAllLwps(bool suspend) { argument
236 CallbackParam<LwpidCallback> callback_param(ControlLwp, &suspend);
/external/autotest/server/cros/faft/
H A Dfirmware_test.py61 # Delay for waiting client to return before EC suspend
64 # Delay between EC suspend and wake
755 def suspend(self): member in class:FirmwareTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java560 public ReplyPacket suspend() { method in class:VmMirror
814 * Returns suspend count for specified <code>threadID</code>.
818 * @return thread's suspend count
/external/guice/extensions/persist/lib/
H A Djta.jar ... transaction.SystemException public abstract javax.transaction.Transaction suspend () throws javax.transaction.SystemException } javax/transaction/TransactionRequiredException. ...
/external/swiftshader/src/Renderer/
H A DRenderer.hpp443 Event *suspend[16]; // Events for suspending threads member in class:sw::Renderer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... .core.runtime.jobs.ISchedulingRule lock boolean suspend boolean needTransfer int lockIndex int threadIndex public java.lang ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jar ... core.runtime.jobs.ProgressProvider) public abstract void suspend () public abstract void suspend (org.eclipse.core. ...
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc1773 Label suspend, continuation, post_runtime, resume, exception; local
1775 __ jmp(&suspend);
1794 __ bind(&suspend);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc3390 Label suspend, continuation, post_runtime, resume, exception; local
3392 __ B(&suspend);
3414 __ Bind(&suspend);
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc1685 Label suspend, continuation, post_runtime, resume, exception; local
1687 __ jmp(&suspend);
1706 __ bind(&suspend);
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc1774 Label suspend, continuation, post_runtime, resume, exception; local
1776 __ jmp(&suspend);
1793 __ bind(&suspend);
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc1775 Label suspend, continuation, post_runtime, resume, exception; local
1777 __ jmp(&suspend);
1794 __ bind(&suspend);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc1740 Label suspend, continuation, post_runtime, resume, exception; local
1742 __ b(&suspend);
1761 __ bind(&suspend);

Completed in 951 milliseconds

123