Home | History | Annotate | Download | only in test

Lines Matching refs:inpath

55 inpath = [filepath 'input/'];
129 inpathtest = [inpath testdir];
169 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ...
179 dirs = dir(inpath);
209 if exist([inpath 'vqeFar.pcm'])
210 system(['ln -s -f ' inpath 'vqeFar.pcm ' farFile]);
211 elseif exist([inpath 'apm_far.pcm'])
212 system(['ln -s -f ' inpath 'apm_far.pcm ' farFile]);
215 if exist([inpath 'vqeNear.pcm'])
216 system(['ln -s -f ' inpath 'vqeNear.pcm ' nearFile]);
217 elseif exist([inpath 'apm_near.pcm'])
218 system(['ln -s -f ' inpath 'apm_near.pcm ' nearFile]);
221 if exist([inpath 'vqeEvent.dat'])
222 system(['ln -s -f ' inpath 'vqeEvent.dat ' eventFile]);
223 elseif exist([inpath 'apm_event.dat'])
224 system(['ln -s -f ' inpath 'apm_event.dat ' eventFile]);
227 if exist([inpath 'vqeBuf.dat'])
228 system(['ln -s -f ' inpath 'vqeBuf.dat ' delayFile]);
229 elseif exist([inpath 'apm_delay.dat'])
230 system(['ln -s -f ' inpath 'apm_delay.dat ' delayFile]);
233 if exist([inpath 'vqeSkew.dat'])
234 system(['ln -s -f ' inpath 'vqeSkew.dat ' driftFile]);
235 elseif exist([inpath 'vqeDrift.dat'])
236 system(['ln -s -f ' inpath 'vqeDrift.dat ' driftFile]);
237 elseif exist([inpath 'apm_drift.dat'])
238 system(['ln -s -f ' inpath 'apm_drift.dat ' driftFile]);
305 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...