HomeSort by relevance Sort by last modified time
    Searched refs:stdout (Results 501 - 525 of 3483) sorted by null

<<21222324252627282930>>

  /external/v8/tools/gyp/test/builddir/
gyptest-all.py 77 test.run(program=test.workpath(dir + prog), stdout=expect)
gyptest-default.py 77 test.run(program=test.workpath(dir + prog), stdout=expect)
  /external/v8/tools/gyp/test/ios/xctests/
gyptest-xctests.py 21 '-v'], stdout=subprocess.PIPE)
  /external/v8/tools/gyp/test/mac/
gyptest-xctest.py 21 stdout=subprocess.PIPE, variable
22 stderr=subprocess.STDOUT)
gyptest-xcuitest.py 21 stdout=subprocess.PIPE, variable
22 stderr=subprocess.STDOUT)
  /external/v8/tools/gyp/test/variables/filelist/
gyptest-filelist-golden.py 18 expect = test.read('filelist.gyp.stdout')
24 stdout=expect, ignore_line_numbers=True)
  /external/valgrind/
runtest.sh 37 logfile_native=$test_name.stdout.log
38 logfile_valgrind=$test_name.stdout.vlog
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_throw_on_failure_ex_test.cc 47 fflush(stdout);
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 56 proc = subprocess.Popen(command, stdout=subprocess.PIPE)
71 retcode = subprocess.call(command, stdout=subprocess.PIPE)
108 retcode = subprocess.call(command, stdout=subprocess.PIPE)
115 proc = subprocess.Popen(command, stdout=subprocess.PIPE)
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 117 fprintf(stdout, "Effect library contains %d effects:\n", nbEffects);
126 fprintf(stdout,"- effect %d: ", i);
144 fprintf(stdout, " type=%s, impl=%s name=%.*s \n", typeString, implString, effectNameLength,
155 fprintf(stdout, "OpenSL ES test %s: exercises SLAndroidEffectCapabilitiesItf.\n", argv[0]);
  /hardware/bsp/intel/peripheral/libmraa/examples/c++/
Pwm3-cycle.cpp 52 fprintf(stdout, "Cycling PWM on IO3 (pwm3) \n");
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
groverotary.cxx 49 fprintf(stdout, "Absolute: %4d raw %5.2f deg = %3.2f rad Relative: %4d raw %5.2f deg %3.2f rad\n",
  /hardware/bsp/intel/peripheral/libupm/src/am2315/
am2315.cpp 68 fprintf(stdout,"%s: Model: 0x%04x Version: 0x%02x ID: 0x%08x\n",
128 fprintf(stdout, "%s: Executing Sensor Test\n", m_name );
148 fprintf(stdout, "%s: Humidity/Temp reading was unchanged - warning\n",
153 fprintf(stdout, "%s: Device appears functional\n", m_name );
156 fprintf(stdout, "%s: Test complete\n", m_name );
212 fprintf(stdout, "%s: Error, timeout writing sensor.\n", m_name);
222 fprintf(stdout, "%s: CRC error during write verification\n", m_name);
246 fprintf(stdout, "%s: Error, timeout reading sensor.\n", m_name);
259 fprintf(stdout, "%s: Read crc failed.\n", m_name);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_ex_test.cc 47 fflush(stdout);
  /ndk/tests/
util.py 52 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
53 stderr=subprocess.STDOUT, *args, **kwargs)
  /sdk/find_lock/
find_lock_exe.cpp 72 fflush(stdout);
  /system/extras/tests/cpueater/
cpueater.c 57 fflush(stdout);
  /toolchain/binutils/binutils-2.25/binutils/
bin2c.c 44 stream = ishelp ? stdout : stderr;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
relro_test.sh 74 check relro_test.stdout
  /external/chromium-trace/catapult/third_party/typ/typ/fakes/
host_fake.py 41 self.stdout = io.StringIO()
61 del d['stdout']
72 self.stdout = io.StringIO()
189 stream = stream or self.stdout
251 self.stdout = _TeedStream(self.stdout)
254 sys.stdout = self.stdout
258 assert isinstance(self.stdout, _TeedStream)
259 self.stdout = self.stdout.strea
    [all...]
  /external/jsoncpp/
makerelease.py 52 stdout=subprocess.PIPE,
53 stderr=subprocess.STDOUT )
54 stdout = process.communicate()[0]
56 error = SVNError( 'SVN command failed:\n' + stdout )
59 return stdout
63 stdout = svn_command( 'status', '--xml' )
64 etree = ElementTree.fromstring( stdout )
157 stdout=flog,
158 stderr=subprocess.STDOUT,
160 stdout = process.communicate()[0
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 523 fprintf(stdout, "(To run suppressed tests, use the -K option.) \n\n");
531 fprintf(stdout,"\nSUMMARY:\n");
532 fflush(stdout);
533 fprintf(stdout,"******* [Total error count:\t%d]\n", ERROR_COUNT);
534 fflush(stdout);
535 fprintf(stdout, " Errors in\n");
537 fprintf(stdout, "[%s]\n",ERROR_LOG[i]);
645 fputs(mrk, stdout);
671 fputs(" ", stdout);
680 fputs("!", stdout); /* col 1 - bang *
    [all...]
  /build/tools/fs_config/
fs_config_generate.c 58 FILE *fp = stdout;
80 if (fp != stdout) {
  /development/tools/yuv420sp2rgb/
debug.h 76 fprintf(stdout, ##x); \
84 fprintf(stdout, ##x); \
  /external/autotest/client/profilers/kvm_modload/
kvm_modload.py 24 if cmd_status.stdout:
25 log.write(cmd_status.stdout)

Completed in 1681 milliseconds

<<21222324252627282930>>