Home
last modified time | relevance | path

Searched refs:dpl (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/
Ddeploy_production_local_unittest.py14 import deploy_production_local as dpl namespace
20 orig_timer = dpl.SERVICE_STABILITY_TIMER
40 dpl.SERVICE_STABILITY_TIMER = 0.01
43 dpl.SERVICE_STABILITY_TIMER = self.orig_timer
48 result = dpl.strip_terminal_codes('')
51 result = dpl.strip_terminal_codes('This is normal text.')
54 result = dpl.strip_terminal_codes('Line1\nLine2\n')
57 result = dpl.strip_terminal_codes('Line1\nLine2\n')
61 result = dpl.strip_terminal_codes('\x1b[1m')
64 result = dpl.strip_terminal_codes('\x1b[m')
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h132 __u8 present, dpl, db, s, l, g, avl; member