Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/scripts/
Dparseentities.py35 def writefile(f,defs): function
64 writefile(outfile,defs)
/external/python/cpython3/Tools/scripts/
Dparseentities.py34 def writefile(f,defs): function
62 writefile(outfile,defs)
/external/python/cpython3/Lib/idlelib/
Diomenu.py347 if self.writefile(self.filename):
359 if self.writefile(filename):
373 self.writefile(filename)
378 def writefile(self, filename): member in IOBinding
455 if not self.writefile(tempfilename):
/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.py515 self.m.run.writefile(self.m.vars.tmp_dir.join(sh),
/external/skqp/infra/bots/recipe_modules/flavor/
Dapi.py172 self.m.run.writefile(
199 self.m.run.writefile(
224 self.m.run.writefile(
Dgn_android_flavor.py531 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/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py36 api.run.writefile('myfile.txt', 'contents')
/external/skia/infra/bots/recipe_modules/run/
Dapi.py63 def writefile(self, filename, contents): member in SkiaStepApi
/external/skqp/infra/bots/recipe_modules/run/
Dapi.py64 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/cpython3/Lib/
Dimaplib.py1328 self.writefile = self.process.stdin
1343 self.writefile.write(data)
1344 self.writefile.flush()
1350 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