Home
last modified time | relevance | path

Searched refs:writefile (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dparseentities.py35 def writefile(f,defs): function
64 writefile(outfile,defs)
/external/skia/infra/bots/recipe_modules/flavor/
Dapi.py172 self.m.run.writefile(
199 self.m.run.writefile(
224 self.m.run.writefile(
Dgn_android_flavor.py131 self.m.run.writefile(self.m.vars.tmp_dir.join(sh),
/external/python/cpython2/Lib/idlelib/
DIOBinding.py347 if self.writefile(self.filename):
359 if self.writefile(filename):
373 self.writefile(filename)
378 def writefile(self, filename): member in IOBinding
489 if not self.writefile(tempfilename):
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py36 api.run.writefile('myfile.txt', 'contents')
/external/skia/infra/bots/recipe_modules/run/
Dapi.py66 def writefile(self, filename, contents): member in SkiaStepApi
/external/python/cpython2/Lib/
Dimaplib.py1256 self.writefile = self.process.stdin
1272 self.writefile.write(data)
1273 self.writefile.flush()
1279 self.writefile.close()
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py752 def writefile(): function
/external/python/cpython2/Misc/
DNEWS8256 the object when writefile is called causes an ERROR_NO_SYSTEM_RESOURCES. Added