HomeSort by relevance Sort by last modified time
    Searched refs:stdout (Results 776 - 800 of 2121) sorted by null

<<31323334353637383940>>

  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 75 // -f=FILE save output in file FILE instead of stdout
111 reporter = new FileReporter(stdout, doMonitoring);
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 75 // -f=FILE save output in file FILE instead of stdout
111 reporter = new FileReporter(stdout, doMonitoring);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 48 write(s, stream=STDOUT)
50 sys.stdout = GdbOutputFile()
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 48 write(s, stream=STDOUT)
50 sys.stdout = GdbOutputFile()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 278 stdout = subprocess.PIPE,
290 stdout, stderr = p.communicate(data)
291 self.wfile.write(stdout)
295 p.stdout.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 29 stream = sys.stdout
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 105 with captured_stdout() as stdout:
107 self.assertEqual(stdout.getvalue(), '')
111 with captured_stdout() as stdout:
113 self.assertEqual(stdout.getvalue(), 'xxx\n')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 204 if sys.stdout.softspace:
205 sys.stdout.softspace = 0
206 sys.stdout.write("\n")
263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 43 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 278 stdout = subprocess.PIPE,
290 stdout, stderr = p.communicate(data)
291 self.wfile.write(stdout)
295 p.stdout.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 29 stream = sys.stdout
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 105 with captured_stdout() as stdout:
107 self.assertEqual(stdout.getvalue(), '')
111 with captured_stdout() as stdout:
113 self.assertEqual(stdout.getvalue(), 'xxx\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 204 if sys.stdout.softspace:
205 sys.stdout.softspace = 0
206 sys.stdout.write("\n")
263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 43 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /system/core/libzipfile/
test_zipfile.c 61 dump_zipfile(stdout, zip);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 101 #ifndef stdout
102 #error "stdout must be a macro"
  /development/ndk/platforms/android-3/include/
stdio.h 196 #define stdout (&__sF[1]) macro
417 #define putchar(x) putc(x, stdout)
419 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /development/ndk/platforms/android-8/include/
stdio.h 196 #define stdout (&__sF[1]) macro
417 #define putchar(x) putc(x, stdout)
419 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /development/scripts/app_engine_server/gae_shell/
shell.py 261 old_stdout = sys.stdout
264 sys.stdout = self.response.out
268 sys.stdout = old_stdout
  /external/blktrace/
blkrawverify.c 296 printf("Verifying %s\n", devname); fflush(stdout);
307 printf(" CPU %d ", cpu); fflush(stdout);
317 fprintf(stdout, "Wrote output to %s\n", ofname);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 235 fflush(stdout);
252 fflush(stdout);
276 fflush(stdout);
  /external/chromium_org/chrome/test/functional/
webrtc_video_quality.py 276 rgba_converter = subprocess.Popen(start_cmd, stdout=sys.stdout,
330 compare_videos = subprocess.Popen(cmd, stdout=subprocess.PIPE,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 39 def __init__(self, stdout='MOCK STDOUT\n', stderr=''):
41 self.stdout = StringIO.StringIO(stdout)
52 STDOUT = "MOCK STDOUT"
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 61 ** Default is stdout.
92 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
296 outOptions->mOutput = stdout;
297 outOptions->mOutputName = strdup("stdout");
302 ERROR_REPORT(retval, "stdin/stdout", "Unable to strdup.");
393 if(NULL != outOptions->mOutput && stdout != outOptions->mOutput)
442 if(NULL != inOptions->mOutput && stdout != inOptions->mOutput)
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 453 fputc(c, stdout);
454 fflush(stdout);
488 fputc('C', stdout);

Completed in 626 milliseconds

<<31323334353637383940>>