HomeSort by relevance Sort by last modified time
    Searched refs:all_rules (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
ninja_build_writer.cc 140 std::string all_rules; local
156 if (!all_rules.empty())
157 all_rules.append(" $\n ");
158 all_rules.append(target_file.value());
161 if (!all_rules.empty()) {
162 out_ << "\nbuild all: phony " << all_rules << std::endl;
  /external/v8/tools/
test.py 1081 all_rules = reduce(list.__add__, [s.rules for s in sections], [])
1082 unused_rules = set(all_rules)
1086 matches = [ r for r in all_rules if r.Contains(case.path) ]
    [all...]

Completed in 193 milliseconds