Searched refs:substfile (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Tools/scripts/ |
D | fixcid.py | 278 def addsubst(substfile): argument 280 fp = open(substfile, 'r') 282 err(substfile + ': cannot read substfile: ' + str(msg) + '\n') 299 err(substfile + '%s:%r: warning: bad line: %r' % (substfile, lineno, line)) 311 err('%s:%r: warning: overriding: %r %r\n' % (substfile, lineno, key, value)) 312 err('%s:%r: warning: previous: %r\n' % (substfile, lineno, Dict[key]))
|
/third_party/python/Lib/test/test_tools/ |
D | test_fixcid.py | 34 substfile= 77 def run_script(self, input="", *, args=("-",), substfile="xx yy\n"): argument 80 file.write(substfile)
|
/third_party/alsa-lib/src/ucm/ |
D | parser.c | 414 bool substfile = false, substconfig = false; in parse_libconfig1() local 433 substfile = id[0] == 'S'; in parse_libconfig1() 454 if (substfile) { in parse_libconfig1()
|