Home
last modified time | relevance | path

Searched refs:target_rp (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/testing/
H A Derrorsrecovertest.py32 target_rp = test_base_rp.append("target")
36 rdiff_backup(1, 1, source_rp.get_path(), target_rp.get_path(),
40 rb_data_rp = target_rp.append("rdiff-backup-data")
51 rdiff_backup(1, 1, target_rp.get_path(), None,
55 rdiff_backup(1, 1, source_rp.get_path(), target_rp.get_path(),
58 rdiff_backup(1, 1, target_rp.get_path(), None, expected_ret_val=1,
61 rdiff_backup(1, 1, target_rp.get_path(), None,
66 rdiff_backup(1, 1, target_rp.get_path(), None,
70 rdiff_backup(1, 1, source_rp.get_path(), target_rp.get_path(),
H A Drestoretest.py151 target_rp = rpath.RPath(Globals.local_connection, abs_output_dir)
163 assert CompareRecursive(inc4_rp, target_rp)
166 assert CompareRecursive(inc3_rp, target_rp, compare_hardlinks=0)
169 assert CompareRecursive(inc2_rp, target_rp, compare_hardlinks=0)
172 assert CompareRecursive(inc1_rp, target_rp, compare_hardlinks=0)
/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DResourcesAI.py545 target_rp = 0.001
555 target_rp += future_rp
567 target_rp += i_rp
585 target_rp += rr
591 target_rp += rr
602 target_rp >= priority_ratio * cumulative_pp)):
640 target_rp += cr + 1
645 target_rp += tr
652 if priority_ratio < (target_rp / (target_pp + 0.0001)): # we have enough RP
655 if priority_ratio < 1.5 * (target_rp / (target_pp + 0.0001)):
[all …]
H A DPriorityAI.py128 target_rp = sum(map(lambda _x: _x.currentMeterValue(fo.meterType.targetResearch), planets))
174 debug("Research Production (current/target) : ( %.1f / %.1f )" % (total_rp, target_rp))
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A Drestore.py224 def set_mirror_select(cls, target_rp, select_opts, *filelists): argument
227 cls._select = selection.Select(target_rp)