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

  /external/libvorbis/test/
test.c 30 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)
80 check_output (const float * data_in, unsigned len, float allowable) function
  /bionic/libc/tools/
check-symbols.py 41 for line in subprocess.check_output(['readelf', '--dyn-syms', so_file]).split('\n'):
  /external/clang/tools/scan-build/
set-xcode-analyzer 96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
  /ndk/
ndk-gdb.py 236 text = subprocess.check_output([GNUMAKE_CMD,
251 text = subprocess.check_output([GNUMAKE_CMD,
319 text = subprocess.check_output(fullargs,
324 text = subprocess.check_output(fullargs,
447 ADB_VERSION = subprocess.check_output([ADB_CMD, 'version'],
682 gdbhelp = subprocess.check_output([GDBCLIENT, '--help']).decode('ascii')
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 53 # In python 2.6, subprocess.check_output does not exist, so it is implemented here
54 def check_output(*popenargs, **kwargs): function
164 output = check_output(largs)
241 return check_output(["md5sum", file]).strip().split()[0]
650 awk_output = check_output(args)
  /external/mksh/src/
check.pl 613 $tmp = &check_output($test{'long-name'}, $tempo, 'stdout',
621 $tmp = &check_output($test{'long-name'}, $tempe, 'stderr',
750 check_output subroutine
    [all...]

Completed in 703 milliseconds