Home
last modified time | relevance | path

Searched refs:substfile (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Tools/scripts/
Dfixcid.py278 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/
Dtest_fixcid.py34 substfile=
77 def run_script(self, input="", *, args=("-",), substfile="xx yy\n"): argument
80 file.write(substfile)
/third_party/alsa-lib/src/ucm/
Dparser.c414 bool substfile = false, substconfig = false; in parse_libconfig1() local
433 substfile = id[0] == 'S'; in parse_libconfig1()
454 if (substfile) { in parse_libconfig1()