Searched defs:line (Results 1 – 12 of 12) sorted by relevance
/build/kati/ |
D | parser.cc | 78 StringPiece line(buf_.data() + l_, e - l_); in Parse() local 157 void ParseLine(StringPiece line) { in ParseLine() 189 void ParseRuleOrAssign(StringPiece line) { in ParseRuleOrAssign() 204 void ParseRule(StringPiece line, size_t sep) { in ParseRule() 255 void ParseAssign(StringPiece line, size_t separator_pos) { in ParseAssign() 287 void ParseInclude(StringPiece line, StringPiece directive) { in ParseInclude() 296 void ParseDefine(StringPiece line, StringPiece) { in ParseDefine() argument 308 void ParseInsideDefine(StringPiece line) { in ParseInsideDefine() 350 void ParseIfdef(StringPiece line, StringPiece directive) { in ParseIfdef() 400 void ParseIfeq(StringPiece line, StringPiece directive) { in ParseIfeq() [all …]
|
D | log.cc | 27 void ColorErrorLog(const char* file, int line, const char* msg) { in ColorErrorLog() 43 void ColorWarnLog(const char* file, int line, const char* msg) { in ColorWarnLog()
|
D | rule.cc | 40 void Rule::ParsePrerequisites(const StringPiece& line, in ParsePrerequisites()
|
/build/make/tools/ |
D | check_radio_versions.py | 31 line = line.strip() variable 60 line = line.strip() variable
|
D | filter-product-graph.py | 7 def choose_regex(regs, line): argument
|
D | warn.py | 3081 def find_project_index(line): argument 3088 def classify_one_warning(line, results): argument 3187 def normalize_warning_line(line): argument
|
D | product_debug.py | 27 def split_line(line): argument
|
/build/blueprint/parser/ |
D | parser_test.go | 26 func mkpos(offset, line, column int) scanner.Position { argument
|
/build/blueprint/ |
D | unpack_test.go | 611 func mkpos(offset, line, column int) scanner.Position { argument
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 153 func applyColor(line, color string, re *regexp.Regexp) (string, bool) { argument
|
/build/soong/cc/ |
D | gen_stub_libs.py | 45 def get_tags(line): argument
|
/build/make/tools/releasetools/ |
D | common.py | 2486 def append(line): argument 2489 def comment(line): argument
|