Searched refs:actualize (Results 1 – 19 of 19) sorted by relevance
16 # | actualize |18 # | actualize-action() = 0 |19 # | actualize-location() = 0 |31 # +---------------------+--+ | actualize-action() |32 # | actualize() |0..1 +-----------+----------+35 # | actualize-sources() | targets |45 # | | actualize-location() | | actualize-location() |54 # +---------------------+ | actualize-sources() |140 rule actualize ( scanner ? )142 local actual-name = [ actualize-no-scanner ] ;[all …]
311 def actualize (self, scanner = None): member in VirtualTarget467 self.action_.actualize ()602 self.manager_.engine().add_dependency(name, i.actualize())818 def actualize (self): member in Action833 actual_targets.append (i.actualize ())881 r = i.actualize (scanner)917 i.actualize()939 def actualize (self): member in NullAction944 i.actualize ()960 result.append(s.actualize())
14 # Scanner objects are created by actions when they try to actualize virtual15 # targets, passed to the virtual-target.actualize() method and are then
111 jam_targets.append(t.actualize())
70 jam-targets += [ $(t).actualize ] ;119 jam-targets += [ $(t).actualize ] ;
187 jam-targets += [ $(t).actualize ] ;260 $(t).actualize ;288 jam-targets += [ $(t).actualize ] ;
345 result.append(value.actualize())
281 result += [ $(p:G=).actualize ] ;
109 actual_targets.extend (virtual_target.actualize ())
140 return [t.actualize() for t in to_clean]625 actual_targets.append(t.actualize())
170 to-clean-actual += [ $(t).actualize ] ;810 actual-targets += [ $(t).actualize ] ;
84 rule actualize-location ( target )
142 all-sources += [ $(t).actualize ] ;
535 DEPENDS all : [ $(r).actualize ] ;569 DEPENDS all : [ $(r).actualize ] ;602 DEPENDS all : [ $(target).actualize ] ;
578 DEPENDS all : [ $(r).actualize ] ;612 DEPENDS all : [ $(r).actualize ] ;645 DEPENDS all : [ $(target).actualize ] ;
151 DEPENDS all : [ $(r).actualize ] ;
1132 local command = [ $(new-setup).actualize ] ;
54 instance, the `actualize` method is called to setup nodes and updating126 run are generated. This is done by the `virtual-target.actualize` and127 `action.actualize` methods. The first is conceptually simple, while the224 the scanner object when calling `virtual-target.actualize` and it
76 (virtual-target.actualize-no-scanner): Call the above, to detected bugs,