Searched full:waking (Results 1 – 25 of 97) sorted by relevance
1234
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
D | trigger-inter-event-combined-hist.tc | 36 echo 'waking+wakeup_latency u64 lat; pid_t pid' >> synthetic_events 37 …pid,lat:ww_lat=$waking_lat+$wakeup_lat:onmatch(synthetic.wakeup_latency).waking+wakeup_latency($ww… 38 echo 'hist:keys=pid,lat:sort=pid,lat' >> events/synthetic/waking+wakeup_latency/trigger 41 if ! grep -q "pid:" events/synthetic/waking+wakeup_latency/hist; then
|
/external/python/cpython2/Mac/Modules/ |
D | autoGIL.c | 32 /* waking up, acquire GIL */ in autoGILCallback() 34 fprintf(stderr, "waking up, acquire GIL\n"); in autoGILCallback()
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
D | network_WiFi_DarkResumeActiveScans.py | 90 # Check for packet capture before waking the DUT with 126 # Check for packet capture before waking the DUT with
|
/external/autotest/client/cros/power/ |
D | sys_power.py | 136 Wait for |delay_seconds|, suspend the system to RAM (S3), waking up again 192 Suspend the system to @state, waking up again after |seconds|, by directly 249 Suspend the system to RAM (S3), waking up again after |seconds|, using
|
/external/u-boot/arch/x86/include/asm/ |
D | acpi_table.h | 205 u32 firmware_waking_vector; /* Firmware waking vector */ 208 u32 x_firmware_waking_vector_l; /* X FW waking vector, low */ 209 u32 x_firmware_waking_vector_h; /* X FW waking vector, high */
|
/external/autotest/server/site_tests/network_EthCapsServer/ |
D | network_EthCapsServer.py | 12 """Class to allow waking of DUT via Wake-on-LAN capabilities (WOL).""" 16 """Constructor for waking DUT.
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | pipe.go | 88 // CloseWithError causes the next Read (waking up a current blocked 95 // BreakWithError causes the next Read (waking up a current blocked
|
/external/autotest/server/site_tests/platform_USBHIDWake/ |
D | control | 12 DOC = '''This test checks to see whether a USB HID Device is capable of waking
|
/external/autotest/server/site_tests/firmware_ECWakeSource/ |
D | control | 20 This test check the functionality of EC waking host from suspend. This includes
|
D | firmware_ECWakeSource.py | 78 logging.info("Using CCD, ignore waking by power button.")
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | mp.c | 90 * observe the correct value after waking up from wfe. in fsl_layerscape_wake_seconday_cores() 97 printf("Waking secondary cores to start from %lx\n", gd->relocaddr); in fsl_layerscape_wake_seconday_cores()
|
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/ |
D | control | 18 since the delays involved in waking a DUT from suspend using autotest framework
|
/external/perfetto/ui/src/common/ |
D | thread_state.ts | 25 'W': 'Waking',
|
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/ |
D | control.DisconnectBeforeSuspendDiffAP | 30 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.DisconnectBeforeSuspendSameAP | 30 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.DisconnectAfterSuspendSameAP | 33 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.DisconnectAfterSuspendDiffAP | 33 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.Stress | 30 since the delays involved in waking a DUT from suspend using autotest framework
|
/external/kernel-headers/original/uapi/linux/ |
D | vsoc_shm.h | 112 * 4. On waking the receiver immediately exchanges a 0 with the 122 * 6. The receiver thread then does a conditional wait, waking immediately
|
/external/grpc-grpc/src/core/lib/debug/ |
D | stats_data.yaml | 52 waking up 63 doc: How many times could a polling wakeup be satisfied by keeping the waking
|
/external/u-boot/arch/x86/cpu/ |
D | wakeup.S | 64 * This is a FAR JMP to the OS waking vector.
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.h | 23 // The class implements a timer that is capable of waking the system up from a
|
/external/skia/tools/skpbench/ |
D | _hardware_android.py | 62 self._adb.reboot() # some devices struggle waking up; just hard reboot.
|
/external/perfetto/src/base/ |
D | event.cc | 36 // Make the pipe non-blocking so that we never block the waking thread (either in Event()
|
/external/skqp/tools/skpbench/ |
D | _hardware_android.py | 62 self._adb.reboot() # some devices struggle waking up; just hard reboot.
|
1234