/external/chromium_org/remoting/tools/ |
native_messaging_host_test.py | 110 stdout=subprocess.PIPE, close_fds=True) 141 reply_length_bytes = child.stdout.read(4) 146 reply = child.stdout.read(reply_length).decode('utf-8')
|
/external/chromium_org/testing/ |
xvfb.py | 55 cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 67 stdout=subprocess.PIPE, 68 stderr=subprocess.STDOUT, 114 ice_cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=env)
|
/external/chromium_org/tools/grit/grit/tool/ |
buildinfo_unittest.py | 29 self.old_stdout = sys.stdout 30 sys.stdout = self.buf 33 sys.stdout = self.old_stdout
|
/external/chromium_org/tools/gyp/test/defines-escaping/ |
gyptest-defines-escaping.py | 31 test.run_built_executable('defines_escaping', stdout=expect) 49 test.run_built_executable('defines_escaping', stdout=expect) 72 test.run_built_executable('defines_escaping', stdout=expect) 95 test.run_built_executable('defines_escaping', stdout=expect) 119 test.run_built_executable('defines_escaping', stdout=expect) 138 test.run_built_executable('defines_escaping', stdout=expect) 156 test.run_built_executable('defines_escaping', stdout=expect) 179 test.run_built_executable('defines_escaping', stdout=expect)
|
/external/chromium_org/tools/vim/ |
chromium.ycm_extra_conf.py | 148 stdout=subprocess.PIPE) 149 stdout, stderr = p.communicate() 156 for line in reversed(stdout.split('\n')):
|
/external/icu4c/common/ |
cmemory.c | 75 fflush(stdout); 96 fflush(stdout); 121 fflush(stdout);
|
/external/jpeg/ |
cdjpeg.c | 144 * Routines to establish binary I/O mode for stdin and stdout. 169 FILE * output_file = stdout; 172 setmode(fileno(stdout), O_BINARY); 175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) { 176 fprintf(stderr, "Cannot reopen stdout\n");
|
/external/llvm/lib/Support/ |
DynamicLibrary.cpp | 166 EXPLICIT_SYMBOL(stdout); 176 #ifndef stdout 177 EXPLICIT_SYMBOL(stdout);
|
/external/qemu/android/protocol/ |
user-events-proxy.c | 98 fprintf(stdout, "user-events is now connected to the core at %s.", 102 fprintf(stdout, " Handshake: %s", handshake); 106 fprintf(stdout, "\n");
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.c | 144 * Routines to establish binary I/O mode for stdin and stdout. 169 FILE * output_file = stdout; 172 setmode(fileno(stdout), O_BINARY); 175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) { 176 fprintf(stderr, "Cannot reopen stdout\n");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_atexit.py | 11 self.save_stdout = sys.stdout 13 sys.stdout = sys.stderr = self.subst_io = s 18 sys.stdout = self.save_stdout
|
test_dis.py | 89 save_stdout = sys.stdout 90 sys.stdout = s 92 sys.stdout = save_stdout
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_atexit.py | 11 self.save_stdout = sys.stdout 13 sys.stdout = sys.stderr = self.subst_io = s 18 sys.stdout = self.save_stdout
|
test_dis.py | 89 save_stdout = sys.stdout 90 sys.stdout = s 92 sys.stdout = save_stdout
|
/external/icu4c/test/intltest/ |
intltest.cpp | 532 testoutfp = stdout; 1178 fprintf(stdout, 1204 fprintf(stdout, "### Too many properties. Exiting.\n"); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.cpp | 516 testoutfp = stdout; 1148 fprintf(stdout, 1173 fprintf(stdout, "### Too many properties. Exiting.\n"); 1189 fprintf(stdout, "-----------------------------------------------\n"); 1190 fprintf(stdout, " IntlTest (C++) Test Suite for \n"); 1191 fprintf(stdout, " International Components for Unicode %s\n", U_ICU_VERSION); 1203 fprintf(stdout, [all...] |
/external/chromium/build/ |
compiler_version.py | 22 pipe = subprocess.Popen(compiler, stdout=subprocess.PIPE, shell=True)
|
/external/chromium_org/build/android/buildbot/tests/ |
bb_run_bot_test.py | 29 '--testing'], stdout=subprocess.PIPE, stderr=subprocess.PIPE))
|
/external/chromium_org/build/android/pylib/utils/ |
run_tests_helper.py | 42 custom_handler = logging.StreamHandler(sys.stdout)
|
/external/chromium_org/build/ |
compiler_version.py | 22 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/external/chromium_org/chrome/test/functional/media/ |
audio_tools.py | 76 returncode = subprocess.call(cmd, stdout=subprocess.PIPE, 103 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 141 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 165 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
chrome_mock.py | 13 sys.stdout.flush()
|
quote_test.py | 26 sys.stdout.write('Invoking quote(%s, %s, %s)\n' % 36 sys.stdout.write('Invoking unquote(%s, %s, %s)\n' % 128 sys.stdout.write('unquote(%s) = %s\n' 136 sys.stdout.write('quote(%s) = %s, unquote(%s) = %s\n'
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
ppapi_bad_get_ppp_messaging_crash.cc | 30 fflush(stdout);
|
ppapi_bad_get_ppp_printing_crash.cc | 30 fflush(stdout);
|