Lines Matching refs:f
149 with open(target, 'w') as f:
159 with open(target, 'w') as f:
161 f.write(LICENSE_STATEMENT_POUND.format(year=self.current_year))
162 f.write('\n')
163 f.write(
173 with open(target, 'w') as f:
174 f.write(
176 f.write(ANDROID_MK_CALL_SUB)
182 with open(target, 'w') as f:
184 f.write(XML_HEADER)
185 f.write(LICENSE_STATEMENT_XML.format(year=self.current_year))
186 f.write(
198 with open(target, 'w') as f:
200 f.write(PY_HEADER)
201 f.write(LICENSE_STATEMENT_POUND.format(year=self.current_year))
202 f.write('\n')
203 f.write(TEST_CASE_PY_TEMPLATE.format(test_name=self.test_name))