Searched refs:order_only (Results 1 - 10 of 10) sorted by relevance
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 75 self, outputs, rule, inputs=None, implicit=None, order_only=None, variables=None 86 if order_only: 87 order_only = map(escape_path, self._as_list(order_only)) 89 all_inputs.extend(order_only)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 75 self, outputs, rule, inputs=None, implicit=None, order_only=None, variables=None 86 if order_only: 87 order_only = map(escape_path, self._as_list(order_only)) 89 all_inputs.extend(order_only)
|
/third_party/ninja/src/ |
H A D | graphviz.cc | 68 const char* order_only = ""; in AddTarget() local 70 order_only = " style=dotted"; in AddTarget() 71 printf("\"%p\" -> \"%p\" [arrowhead=none%s]\n", (*in), edge, order_only); in AddTarget()
|
H A D | manifest_parser.cc | 280 int order_only = 0; in ParseEdge() local 289 ++order_only; in ParseEdge() 375 edge->order_only_deps_ = order_only; in ParseEdge()
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 99 order_only: Optional[Union[str, List[str]]] = None, 118 if order_only: 119 order_only = [escape_path(x) for x in as_list(order_only)] 121 all_inputs.extend(order_only)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 358 def WriteCollapsedDependencies(self, name, targets, order_only=None): 366 assert not order_only 368 if len(targets) > 1 or order_only: 370 targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only) 574 self.ninja.build(output, "idl", input, variables=vars, order_only=prebuild) 679 self.ninja.build(outputs, rule_name, inputs, order_only=prebuild) 752 rule["rule_name"], inputs, order_only=prebuild 823 order_only=prebuild, 847 outputs += self.ninja.build(dst, "copy", src, order_only [all...] |
H A D | make.py | 1432 order_only=True, 1443 order_only=True, 1659 order_only=True, 1681 order_only=True, 2097 order_only=False, 2110 order_only: if true, makes the dependency order-only 2127 if order_only: 2129 # TODO(evanm): just make order_only a list of deps instead of this hack.
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 358 def WriteCollapsedDependencies(self, name, targets, order_only=None): 366 assert not order_only 368 if len(targets) > 1 or order_only: 370 targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only) 574 self.ninja.build(output, "idl", input, variables=vars, order_only=prebuild) 679 self.ninja.build(outputs, rule_name, inputs, order_only=prebuild) 752 rule["rule_name"], inputs, order_only=prebuild 823 order_only=prebuild, 847 outputs += self.ninja.build(dst, "copy", src, order_only [all...] |
H A D | make.py | 1441 order_only=True, 1452 order_only=True, 1668 order_only=True, 1690 order_only=True, 2103 order_only=False, 2116 order_only: if true, makes the dependency order-only 2133 if order_only: 2135 # TODO(evanm): just make order_only a list of deps instead of this hack.
|
/third_party/ninja/ |
H A D | configure.py | 480 objs += cxx('browse', order_only=built('browse_py.h')) 626 order_only=manual) variable
|
Completed in 13 milliseconds