Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstopwatch.c32 unsigned int cycle; in stopwatch_set_usecs() local
36 cycle = US_TO_CYCLE(usecs); in stopwatch_set_usecs()
37 mmio_write_32(SYST_RVR, cycle); in stopwatch_set_usecs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_threading_local.py86 cycle = [Local()]
87 cycle.append(cycle)
88 cycle[0].foo = 'bar'
92 del cycle
Dtest_itertools.py402 self.assertEqual(take(10, cycle('abc')), list('abcabcabca'))
403 self.assertEqual(list(cycle('')), [])
404 self.assertRaises(TypeError, cycle)
405 self.assertRaises(TypeError, cycle, 5)
406 self.assertEqual(list(islice(cycle(gen3()),10)), [0,1,2,0,1,2,0,1,2,0])
903 for f in (chain, cycle, izip, groupby):
948 self.assertEqual(list(islice(cycle('ABCD'), 12)), list('ABCDABCDABCD'))
1039 self.makecycle(cycle([a]*2), a)
1210 actual = list(islice(cycle(g(s)), tgtlen))
1212 self.assertRaises(TypeError, cycle, X(s))
[all …]
Dtest_file2k.py500 funcs = itertools.cycle((
Dtest_weakset.py154 elem.cycle = s
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
Dmutation_inside_cyclegc.py27 a.cycle = a
Dborrowed_ref_1.py22 a.cycle = a
Dborrowed_ref_2.py29 a.cycle = a
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
DDxeRuntimePciExpressLib.uni9 // proper virtual address is used to perform the PCI Express Configuration cycle.
25 …ntained so that the proper virtual address is used to perform the PCI Express Configuration cycle."
DDxeRuntimePciExpressLib.inf8 # proper virtual address is used to perform the PCI Express Configuration cycle.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Binary/Library/PseudoRngLib/
DREADME7 and the accessibility of the cycle counter. If either is not available, this
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DSpiDriver.txt81 the SPI cycle.
116 the SPI cycle.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/
DFadt1.0.aslc60 DUTY_OFFSET, // bit location of duty cycle field in p_cnt reg
61 DUTY_WIDTH, // bit width of duty cycle field in p_cnt reg
DFadt2.0.aslc62 DUTY_OFFSET, // bit location of duty cycle field in p_cnt reg
63 DUTY_WIDTH, // bit width of duty cycle field in p_cnt reg
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
DFacp.aslc60 DUTY_OFFSET, // bit location of duty cycle field in p_cnt reg
61 DUTY_WIDTH, // bit width of duty cycle field in p_cnt reg
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/
DFacp.aslc74 … // bit location of duty cycle field in p_cnt reg
75 … // bit width of duty cycle field in p_cnt reg
/device/linaro/hikey/installer/hikey/
DREADME25 then power cycle the board before trying again.
/device/linaro/hikey/hikey960/
DREADME28 Turn OFF switch 3 and power cycle the board.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.uni151 …te_HELP #language en-US "Indicates if the machine has completed one boot cycle before. After the …
152 … "TRUE - The complete boot cycle has not happened before.<BR>\n"
153 … "FALSE - The complete boot cycle has happened before.<BR>"
DIntelFrameworkModulePkg.dec165 ## Indicates if the machine has completed one boot cycle before.
167 # TRUE - The complete boot cycle has not happened before.<BR>
168 # FALSE - The complete boot cycle has happened before.<BR>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgc_weakref.txt89 possible for the callback to get at objects in the cycle(s), then it may be
90 possible for those objects to access (via strong references in the cycle)
91 the weakly referenced object being torn down, or other objects in the cycle
153 a cycle, but is reachable only from CT, then breaking cycles will, as a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
Diobench.py382 it = itertools.cycle(["\n", "\r", "\r\n"])
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOpRn.ASL186 BCLM, 320, // Backlight brightness level duty cycle mapping table
/device/google/wahoo/
Dinit.hardware.rc205 # for android.hardware.health@2.0-service.marlin cycle count backup
606 # com.google.android.hardwareinfo needs to be able to read cycle counts
/device/google/bonito/
Dinit.hardware.rc178 # for cycle count backup
508 # Dump QCOM FG cycle counts for dumpstate

12