Home
last modified time | relevance | path

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

/external/libvorbis/test/
Dtest.c30 static int check_output (const float * data_in, unsigned len, float allowable);
62 if (check_output (data_in, ARRAY_LEN (data_in), (.15f - .1f*q)) != 0) in main()
80 check_output (const float * data_in, unsigned len, float allowable) in check_output() function
/external/mksh/src/
Dcheck.pl592 $tmp = &check_output($test{'long-name'}, $tempo, 'stdout',
600 $tmp = &check_output($test{'long-name'}, $tempe, 'stderr',
729 check_output subroutine
1236 local $tmp = &check_output($test{'long-name'}, $name,
/external/clang/tools/scan-build/
Dset-xcode-analyzer79 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])