Searched refs:partition (Results 1 - 3 of 3) sorted by relevance

/gem5/util/
H A Don-chip-network-power-area.py165 [l1,l2,l3] = lines[0].partition(" ")
166 l4 = l3.strip().partition(" ")
H A Dgem5img.py126 def findPartOffset(devFile, fileName, partition):
130 # Dump the partition information.
141 # This line has information about the first partition.
143 # The fourth chunk is the offset of the partition in sectors followed by
203 # A command which prepares an image with an partition table and an empty file
212 # A command to mount the first partition in the image.
213 mountCom = Command('mount', 'Mount the first partition in the disk image.',
232 # A command to unmount the first partition in the image.
233 umountCom = Command('umount', 'Unmount the first partition in the disk image.',
280 # A command to partition th
284 def partition(dev, cylinders, heads, sectors): function
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py243 """Asserts that list_of_sets is a valid partition of set_var."""
317 partition = []
322 partition.append(tests_run)
324 self.AssertPartitionIsValid(tests_to_run, partition)

Completed in 8 milliseconds