Home
last modified time | relevance | path

Searched refs:write_config (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/
Dmake_vms.com631 then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_yes)
633 $ call write_config f$fao("#define !AS 1",cdef)
637 call write_config f$string("#define _LARGEFILE 1")
642 call write_config f$fao("/* !AS */",line)
647 then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_no)
649 then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_no)
651 $ call write_config f$fao("#undef !AS",cdef)
685 then call write_config f$fao("#define !AS !UL",cdef,mdef_'i')
687 then call write_config f$fao("#define !AS !AS",cdef,mdef_'i')
695 $ call write_config f$fao("#undef !AS",cdef)
/external/python/cpython2/Modules/zlib/
Dmake_vms.com631 then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_yes)
633 $ call write_config f$fao("#define !AS 1",cdef)
637 call write_config f$string("#define _LARGEFILE 1")
642 call write_config f$fao("/* !AS */",line)
647 then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_no)
649 then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_no)
651 $ call write_config f$fao("#undef !AS",cdef)
685 then call write_config f$fao("#define !AS !UL",cdef,mdef_'i')
687 then call write_config f$fao("#define !AS !AS",cdef,mdef_'i')
695 $ call write_config f$fao("#undef !AS",cdef)
/external/autotest/client/cros/
Dhostapd_server.py84 def write_config(self): member in HostapdServer
125 config_file = self.write_config()
/external/autotest/tko/parsers/test/
Dnew_scenario.py99 scenario_base.write_config(
Dscenario_base.py343 def write_config(package_dirpath, **properties): function