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

/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 Dadbs164 # look up the function and file/line number for a raw stack trace line
179 # format is desgined to be "caller<-callee file:line"
201 line = stream.readline() variable
204 if (line == ''):
208 line = line.strip() variable
210 # see if this is a stack trace line
211 match = trace_line.match(line)
217 print line
[all...]
/build/tools/releasetools/
H A Dcommon.py65 line on the terminal if -v was specified."""
93 for line in zip.read("META/misc_info.txt").split("\n"):
94 line = line.strip()
95 if not line or line.startswith("#"): continue
96 k, v = line.split("=", 1)
131 for line in data.split("\n"):
132 if not line: continue
133 name, value = line
187 line = line.strip() variable in class:LoadRecoveryFSTab.Partition
223 line = line.strip() variable in class:LoadRecoveryFSTab.Partition
[all...]
/build/core/
H A Ddefinitions.mk552 ## $(1): the string. Must be one line.
1418 # emit-line, <word list>, <output file>
1419 define emit-line
1426 @$(call emit-line,$(wordlist 1,200,$(1)),$(2))
1427 @$(call emit-line,$(wordlist 201,400,$(1)),$(2))
1428 @$(call emit-line,$(wordlist 401,600,$(1)),$(2))
1429 @$(call emit-line,$(wordlist 601,800,$(1)),$(2))
1430 @$(call emit-line,$(wordlist 801,1000,$(1)),$(2))
1431 @$(call emit-line,$(wordlist 1001,1200,$(1)),$(2))
1432 @$(call emit-line,
[all...]

Completed in 274 milliseconds