Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
H A Dfixcid.py54 err('-s substfile : add a file of substitutions\n')
278 def addsubst(substfile):
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/
H A Dtest_fixcid.py34 substfile=
78 def run_script(self, input="", *, args=("-",), substfile="xx yy\n"):
81 file.write(substfile)
/third_party/alsa-lib/src/ucm/
H A Dparser.c690 bool substfile = false, substconfig = false; in parse_libconfig1() local
709 substfile = id[0] == 'S'; in parse_libconfig1()
730 if (substfile) { in parse_libconfig1()

Completed in 5 milliseconds