Searched refs:inbase (Results 1 – 3 of 3) sorted by relevance
/third_party/libxml2/ |
D | regressions.py | 102 def runOneTest(testDescription, filename, inbase, errbase): argument 112 cmd += ' ' + inbase + filename 155 infile = open(inbase + filename, 'rt') 177 ret = compFiles(outfile, expout, inbase, 'test/') 186 ret = compFiles(errfile, experr, inbase, 'test/')
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 1173 unsigned inbase, tmpbase; in emit_twoside() local 1176 inbase = info->file_max[TGSI_FILE_INPUT] + 1; in emit_twoside() 1185 decl.Range.First = decl.Range.Last = inbase + i; in emit_twoside() 1199 decl.Range.First = decl.Range.Last = inbase + ctx->two_side_colors; in emit_twoside() 1233 new_inst.Src[1].Register.Index = inbase + i; in emit_twoside()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 124530 -def runOneTest(testDescription, filename, inbase, errbase): 124540 - cmd += ' ' + inbase + filename 124583 - infile = open(inbase + filename, 'rt') 124605 - ret = compFiles(outfile, expout, inbase, 'test/') 124614 - ret = compFiles(errfile, experr, inbase, 'test/')
|