Searched defs:line (Results 1 - 11 of 11) sorted by relevance

/build/make/tools/
H A Dcheck_radio_versions.py30 for line in f:
31 line = line.strip() variable
32 if line.startswith("require"):
33 key, value = line.split()[1].split("=", 1)
59 for line in f:
60 line = line.strip() variable
61 if not line or line
[all...]
H A Dadbs31 # create tracer for line parsing
37 line = stream.readline() variable
38 if (line == ''):
40 if(tracer.ProcessLine(line) == False):
41 print(line.strip())
/build/tools/
H A Dcheck_radio_versions.py30 for line in f:
31 line = line.strip() variable
32 if line.startswith("require"):
33 key, value = line.split()[1].split("=", 1)
59 for line in f:
60 line = line.strip() variable
61 if not line or line
[all...]
H A Dadbs31 # create tracer for line parsing
37 line = stream.readline() variable
38 if (line == ''):
40 if(tracer.ProcessLine(line) == False):
41 print(line.strip())
/build/kati/
H A Dlog.cc27 void ColorErrorLog(const char* file, int line, const char* msg) { argument
37 file, line, filtered.as_string().c_str());
39 ERROR("%s:%d: %s", file, line, msg);
43 void ColorWarnLog(const char* file, int line, const char* msg) { argument
54 file, line, filtered.as_string().c_str());
56 fprintf(stderr, "%s:%d: %s\n", file, line, msg);
H A Drule.cc56 void ParseRule(Loc& loc, StringPiece line, char term, argument
59 size_t index = line.find(':');
64 StringPiece first = line.substr(0, index);
80 if (line.get(index) == ':') {
85 StringPiece rest = line.substr(index);
98 buf = line.as_string();
102 line = buf;
103 rest = line.substr(index);
H A Dparser.cc45 StringPiece line, StringPiece directive);
81 StringPiece line(buf_.data() + l_, e - l_);
82 if (line.get(line.size() - 1) == '\r')
83 line.remove_suffix(1);
84 orig_line_with_directives_ = line;
85 ParseLine(line);
162 void ParseLine(StringPiece line) { argument
164 ParseInsideDefine(line);
168 if (line
194 ParseRuleOrAssign(StringPiece line) argument
209 ParseRule(StringPiece line, size_t sep) argument
249 ParseAssign(StringPiece line, size_t sep) argument
270 ParseInclude(StringPiece line, StringPiece directive) argument
279 ParseDefine(StringPiece line, StringPiece) argument
291 ParseInsideDefine(StringPiece line) argument
333 ParseIfdef(StringPiece line, StringPiece directive) argument
383 ParseIfeq(StringPiece line, StringPiece directive) argument
397 ParseElse(StringPiece line, StringPiece) argument
419 ParseEndif(StringPiece line, StringPiece) argument
447 CreateExport(StringPiece line, bool is_export) argument
455 ParseOverride(StringPiece line, StringPiece) argument
468 ParseExport(StringPiece line, StringPiece) argument
479 ParseUnexport(StringPiece line, StringPiece) argument
491 RemoveComment(StringPiece line) argument
498 GetDirective(StringPiece line) argument
506 HandleDirective(StringPiece line, const DirectiveMap* directive_map) argument
582 ParseAssignStatement(StringPiece line, size_t sep, StringPiece* lhs, StringPiece* rhs, AssignOp* op) argument
[all...]
/build/make/tools/releasetools/
H A Dcommon.py112 line on the terminal if -v was specified."""
210 for line in data.split("\n"):
211 if not line:
213 name, value = line.split(" ", 1)
264 for line in lines:
265 line = line.strip()
266 if not line or line.startswith("#"):
268 if "=" in line
294 line = line.strip() variable in class:LoadRecoveryFSTab.Partition
[all...]
/build/tools/releasetools/
H A Dcommon.py112 line on the terminal if -v was specified."""
210 for line in data.split("\n"):
211 if not line:
213 name, value = line.split(" ", 1)
264 for line in lines:
265 line = line.strip()
266 if not line or line.startswith("#"):
268 if "=" in line
294 line = line.strip() variable in class:LoadRecoveryFSTab.Partition
[all...]
/build/core/
H A Ddefinitions.mk854 # $(1): path (and optionally line) information
860 # $(1): path (and optionally line) information
1009 ## and append a backslash to the last line to concatenate contents of
2127 # emit-line, <word list>, <output file>
2128 define emit-line
2136 @$(call emit-line,$(wordlist 1,500,$(1)),$(2))
2137 @$(call emit-line,$(wordlist 501,1000,$(1)),$(2))
2138 @$(call emit-line,$(wordlist 1001,1500,$(1)),$(2))
2139 @$(call emit-line,$(wordlist 1501,2000,$(1)),$(2))
2140 @$(call emit-line,
[all...]
/build/make/core/
H A Ddefinitions.mk854 # $(1): path (and optionally line) information
860 # $(1): path (and optionally line) information
1009 ## and append a backslash to the last line to concatenate contents of
2127 # emit-line, <word list>, <output file>
2128 define emit-line
2136 @$(call emit-line,$(wordlist 1,500,$(1)),$(2))
2137 @$(call emit-line,$(wordlist 501,1000,$(1)),$(2))
2138 @$(call emit-line,$(wordlist 1001,1500,$(1)),$(2))
2139 @$(call emit-line,$(wordlist 1501,2000,$(1)),$(2))
2140 @$(call emit-line,
[all...]

Completed in 929 milliseconds