Home
last modified time | relevance | path

Searched refs:source2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dimpsrc.mk20 .y.z: source2
40 target2: source1 source2
48 target3: source2 source3
60 source1 source2 source3 source4:
H A Ddep-colon.exp2 making target2 from source2
H A Ddep-colon.mk20 source2: .PHONY
/freebsd/tools/sched/
H A Dschedgraph.py1423 def sourceswap(self, source1, source2): argument
1425 if (source2.y < source1.y):
1427 source1 = source2
1428 source2 = swap
1430 if (self.sourceend(source1) != self.sourcestart(source2)):
1434 y2 = self.sourcestart(source2)
1435 y1targ = y1 + self.sourcesize(source2)
1441 if (source1.ysize() != source2.ysize()):
1442 diff = source2.ysize() - source1.ysize()
1446 source2.move(self.display, 0, y2targ - y2)
[all …]