Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py883 with NamedTemporaryFile("w", suffix=".wks", delete=False) as tempf:
884 wkspath = tempf.name
885 tempf.write("part " \
948 with NamedTemporaryFile("w", suffix=".wks") as tempf:
950 tempf.write("bootloader --ptable gpt\n" \
953 tempf.flush()
955 _, partlns = self._get_wic_partitions(tempf.name, native_sysroot)
961 with NamedTemporaryFile("w", suffix=".wks") as tempf:
963 tempf.write("bootloader --ptable gpt\n" \
966 tempf.flush()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c135 float tempf; in ProcessVelocityConfiguration() local
143 tempf = xf86SetRealOption(list, "ConstantDeceleration", 1.0); in ProcessVelocityConfiguration()
144 if (tempf != 1.0) { in ProcessVelocityConfiguration()
146 devname, tempf); in ProcessVelocityConfiguration()
149 PropModeReplace, 1, &tempf, FALSE); in ProcessVelocityConfiguration()
152 tempf = xf86SetRealOption(list, "AdaptiveDeceleration", 1.0); in ProcessVelocityConfiguration()
153 if (tempf > 1.0) { in ProcessVelocityConfiguration()
155 devname, tempf); in ProcessVelocityConfiguration()
158 PropModeReplace, 1, &tempf, FALSE); in ProcessVelocityConfiguration()
177 tempf = xf86SetRealOption(list, "ExpectedRate", 0); in ProcessVelocityConfiguration()
[all …]