/external/python/cpython2/Tools/scripts/ |
D | parseentities.py | 35 def writefile(f,defs): function 64 writefile(outfile,defs)
|
/external/python/cpython3/Tools/scripts/ |
D | parseentities.py | 34 def writefile(f,defs): function 62 writefile(outfile,defs)
|
/external/python/cpython3/Lib/idlelib/ |
D | iomenu.py | 347 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/ |
D | api.py | 172 self.m.run.writefile( 199 self.m.run.writefile( 224 self.m.run.writefile(
|
D | gn_android_flavor.py | 515 self.m.run.writefile(self.m.vars.tmp_dir.join(sh),
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | api.py | 172 self.m.run.writefile( 199 self.m.run.writefile( 224 self.m.run.writefile(
|
D | gn_android_flavor.py | 531 self.m.run.writefile(self.m.vars.tmp_dir.join(sh),
|
/external/python/cpython2/Lib/idlelib/ |
D | IOBinding.py | 347 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/ |
D | full.py | 36 api.run.writefile('myfile.txt', 'contents')
|
/external/skqp/infra/bots/recipe_modules/run/examples/ |
D | full.py | 36 api.run.writefile('myfile.txt', 'contents')
|
/external/skia/infra/bots/recipe_modules/run/ |
D | api.py | 63 def writefile(self, filename, contents): member in SkiaStepApi
|
/external/skqp/infra/bots/recipe_modules/run/ |
D | api.py | 64 def writefile(self, filename, contents): member in SkiaStepApi
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 1256 self.writefile = self.process.stdin 1272 self.writefile.write(data) 1273 self.writefile.flush() 1279 self.writefile.close()
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 1328 self.writefile = self.process.stdin 1343 self.writefile.write(data) 1344 self.writefile.flush() 1350 self.writefile.close()
|
/external/python/cpython2/Lib/test/ |
D | test_xml_etree.py | 752 def writefile(): function
|
/external/python/cpython2/Misc/ |
D | NEWS | 8256 the object when writefile is called causes an ERROR_NO_SYSTEM_RESOURCES. Added
|