HomeSort by relevance Sort by last modified time
    Searched refs:inpath (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 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])
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 886 inpath = os.path.join(source_root, subpath + '.in') variable
    [all...]

Completed in 1066 milliseconds