Searched refs:write_config (Results 1 – 5 of 5) sorted by relevance
/external/zlib/src/ |
D | make_vms.com | 631 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/ |
D | make_vms.com | 631 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/ |
D | hostapd_server.py | 84 def write_config(self): member in HostapdServer 125 config_file = self.write_config()
|
/external/autotest/tko/parsers/test/ |
D | new_scenario.py | 99 scenario_base.write_config(
|
D | scenario_base.py | 343 def write_config(package_dirpath, **properties): function
|