Home
last modified time | relevance | path

Searched refs:order_only (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dninja_syntax.py63 def build(self, outputs, rule, inputs=None, implicit=None, order_only=None, argument
74 if order_only:
75 order_only = map(escape_path, self._as_list(order_only))
77 all_inputs.extend(order_only)
/third_party/node/tools/gyp/pylib/gyp/
Dninja_syntax.py75 self, outputs, rule, inputs=None, implicit=None, order_only=None, variables=None argument
86 if order_only:
87 order_only = map(escape_path, self._as_list(order_only))
89 all_inputs.extend(order_only)
/third_party/ninja/misc/
Dninja_syntax.py76 def build(self, outputs, rule, inputs=None, implicit=None, order_only=None, argument
86 if order_only:
87 order_only = [escape_path(x) for x in as_list(order_only)]
89 all_inputs.extend(order_only)
/third_party/ninja/src/
Dgraphviz.cc66 const char* order_only = ""; in AddTarget() local
68 order_only = " style=dotted"; in AddTarget()
69 printf("\"%p\" -> \"%p\" [arrowhead=none%s]\n", (*in), edge, order_only); in AddTarget()
Dmanifest_parser.cc278 int order_only = 0; in ParseEdge() local
287 ++order_only; in ParseEdge()
361 edge->order_only_deps_ = order_only; in ParseEdge()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dninja.py348 def WriteCollapsedDependencies(self, name, targets, order_only=None): argument
356 assert not order_only
358 if len(targets) > 1 or order_only:
360 targets = self.ninja.build(stamp, 'stamp', targets, order_only=order_only)
529 variables=vars, order_only=prebuild)
621 order_only=prebuild)
681 rule['rule_name'], inputs, order_only=prebuild)]
738 order_only=prebuild,
756 outputs += self.ninja.build(dst, 'copy', src, order_only=prebuild)
1034 order_only=predepends, variables=variables)
[all …]
Dmake.py1261 order_only = True)
1270 order_only = True)
1455 order_only = True)
1475 order_only = True)
1734 order_only=False, force=False, phony=False, command=None): argument
1760 if order_only:
/third_party/node/tools/gyp/pylib/gyp/generator/
Dninja.py362 def WriteCollapsedDependencies(self, name, targets, order_only=None): argument
370 assert not order_only
372 if len(targets) > 1 or order_only:
374 targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only)
581 self.ninja.build(output, "idl", input, variables=vars, order_only=prebuild)
686 self.ninja.build(outputs, rule_name, inputs, order_only=prebuild)
759 rule["rule_name"], inputs, order_only=prebuild
830 order_only=prebuild,
854 outputs += self.ninja.build(dst, "copy", src, order_only=prebuild)
890 order_only=prebuild,
[all …]
Dmake.py1349 order_only=True,
1360 order_only=True,
1566 order_only=True,
1588 order_only=True,
1943 order_only=False, argument
1973 if order_only:
/third_party/ninja/
Dconfigure.py470 objs += cxx('browse', order_only=built('browse_py.h'))
633 order_only=manual)