Lines Matching refs:line
43 for line in f:
44 s = line.strip()
108 for line in statement.splitlines():
109 if beginsWith(line, "CONFORM_VERSION:"):
113 assert len(line.split()) >= 2
114 package.conformVersion = line.split()[1]
116 elif beginsWith(line, "PRODUCT:"):
118 elif beginsWith(line, "CPU:"):
123 elif beginsWith(line, "OS:"):
127 assert len(line.split()) >= 2
128 package.conformOs = line.split()[1]