Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m55 inpath = [filepath 'input/']; variable
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/skia/tools/lua/
Dgradients.py11 def create_database(inpath, outpath): argument
28 with open(inpath, "r") as results:
47 create_database(args.inpath, args.outpath);
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py996 inpath = os.path.join(source_root, subpath + '.in')
998 result = configutil.configure_file(inpath, outpath, substitutions)