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

<<11121314151617181920>>

  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 63 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
64 stdout, stderr = gsutil.communicate()
69 return stdout
73 stdout = _RunCommand(['ls', 'gs://%s' % bucket])
74 return [url.split('/')[-1] for url in stdout.splitlines()]
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 220 printf("[SDL_Quit] : Enter! Calling QuitSubSystem()\n"); fflush(stdout);
226 printf("[SDL_Quit] : CHECK_LEAKS\n"); fflush(stdout);
236 printf("[SDL_Quit] : SDL_UninstallParachute()\n"); fflush(stdout);
246 printf("[SDL_Quit] : Returning!\n"); fflush(stdout);
312 /* Make stdout and stderr unbuffered! */
313 setbuf(stdout, NULL);
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 36 fputs(nuance, stdout);
44 fputs("#LANG=EN-US\n", stdout);
67 fputc(tolower(*p), stdout);
70 fputc(' ', stdout);
183 fputc('\n', stdout);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 180 print >>self.stdout, args
189 print >>self.stdout, '*** Unknown syntax: EOF'
196 cmd = self.simplecmd(stdin=input, stdout=output)
208 cmd = self.simplecmd2(stdin=input, stdout=output)
218 cmd.stdout = output
test_ssl.py 32 sys.stdout.write(prefix + exc_format)
95 sys.stdout.write("\n RAND_status is %d (%s)\n"
108 sys.stdout.write("\n" + pprint.pformat(p) + "\n")
120 sys.stdout.write("\n" + pprint.pformat(p) + "\n")
353 sys.stdout.write("\nNeeded %d calls to do_handshake() to establish session.\n" % count)
373 sys.stdout.write("\nVerified certificate for svn.python.org:443 is\n%s\n" % pem)
392 sys.stdout.write("\nCipher with %r is %r\n" %
394 sys.stdout.write("Certificate is:\n%s\n" %
428 sys.stdout.write(" client cert is " + pprint.pformat(cert) + "\n")
431 sys.stdout.write(" cert binary is " + str(len(cert_binary)) + " bytes\n"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 130 stdout = StringIO()
131 print >>stdout, "Hello world!"
132 print >>stdout
135 print >>stdout, k,'=', repr(v)
137 return [stdout.getvalue()]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 180 print >>self.stdout, args
189 print >>self.stdout, '*** Unknown syntax: EOF'
196 cmd = self.simplecmd(stdin=input, stdout=output)
208 cmd = self.simplecmd2(stdin=input, stdout=output)
218 cmd.stdout = output
test_ssl.py 32 sys.stdout.write(prefix + exc_format)
95 sys.stdout.write("\n RAND_status is %d (%s)\n"
108 sys.stdout.write("\n" + pprint.pformat(p) + "\n")
120 sys.stdout.write("\n" + pprint.pformat(p) + "\n")
353 sys.stdout.write("\nNeeded %d calls to do_handshake() to establish session.\n" % count)
373 sys.stdout.write("\nVerified certificate for svn.python.org:443 is\n%s\n" % pem)
392 sys.stdout.write("\nCipher with %r is %r\n" %
394 sys.stdout.write("Certificate is:\n%s\n" %
428 sys.stdout.write(" client cert is " + pprint.pformat(cert) + "\n")
431 sys.stdout.write(" cert binary is " + str(len(cert_binary)) + " bytes\n"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 130 stdout = StringIO()
131 print >>stdout, "Hello world!"
132 print >>stdout
135 print >>stdout, k,'=', repr(v)
137 return [stdout.getvalue()]
  /system/core/toolbox/
cat.c 70 if (fprintf(stdout,
76 if (fprintf(stdout,
84 if (fprintf(stdout, "%6d\t", ++line) < 0) {
161 wfd = fileno(stdout);
285 if (fclose(stdout))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 121 executive.popen(command_line('echo', 1), stdout=executive.PIPE).wait()
127 executive.popen(args=command_line('echo', 1), stdout=executive.PIPE).wait()
170 process = subprocess.Popen(never_ending_command(), stdout=subprocess.PIPE)
191 process = subprocess.Popen(never_ending_command(), stdout=subprocess.PIPE)
240 def main(platform, stdin, stdout, cmd, args):
241 if platform == 'win32' and hasattr(stdout, 'fileno'):
243 msvcrt.setmode(stdout.fileno(), os.O_BINARY)
245 stdout.write(stdin.read())
247 stdout.write(' '.join(args))
251 sys.exit(main(sys.platform, sys.stdin, sys.stdout, sys.argv[1], sys.argv[2:])
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py 93 def make_drt(self, options, args, host, stdin, stdout, stderr):
94 return mock_drt.MockDRT(options, args, host, stdin, stdout, stderr)
132 stdout = newstringio.StringIO()
136 drt = self.make_drt(options, args, host, stdin, stdout, stderr)
143 self.assertEqual(stdout.buflist, drt_output)
150 stdout = newstringio.StringIO()
153 host, stdin, stdout, stderr)
155 self.assertEqual(stdout.getvalue(), '')
201 def make_drt(self, options, args, host, stdin, stdout, stderr):
209 return mock_drt.MockTestShell(options, args, host, stdin, stdout, stderr
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 91 fputc('-', stdout);
104 fputs(" [", stdout);
107 fputs(", ", stdout);
108 fputs(str, stdout);
125 fputc(']', stdout);
126 fputc('\n', stdout);
169 fputc('\n', stdout);
184 fputs(")", stdout);
207 fputc(has_super ? ',' : ' ', stdout);
213 fputc('\n', stdout);
    [all...]
  /external/chromium_org/ppapi/generators/
idl_lexer.py 227 if verbose: sys.stdout.write(' Loaded %s...\n' % filename)
285 sys.stdout.write('Generating original.txt and tokenized.txt\n')
290 sys.stdout.write('Same: Pass\n')
294 sys.stdout.write('Same: Failed\n')
322 sys.stdout.write('Expect: Pass\n')
325 sys.stdout.write('Expect: Failed\n')
335 if GetOption('output'): sys.stdout.write(' <> '.join(values) + '\n')
  /external/chromium_org/third_party/sqlite/src/test/
threadtest1.c 86 fprintf(stdout,"%s: malloc failed\n", pResult->zFile);
121 fprintf(stdout,"%s: query failed: %s - %s\n", zFile, zSql, zErrMsg);
151 fprintf(stdout,"%s: command failed: %s - %s\n", zFile, zSql, zErrMsg);
180 fprintf(stdout,"%s: %s: bad result in column %d: %s\n",
206 fflush(stdout);
210 fprintf(stdout,"%s: can't open\n", zFilename);
238 fflush(stdout);
  /external/valgrind/main/auxprogs/
valgrind-listener.c 133 fprintf(stdout, "\n(%d) ", conn_count);
136 = fwrite(&buf[i], 1, 1, stdout);
139 fflush(stdout);
218 fflush(stdout);
339 fflush(stdout);
387 fflush(stdout);
390 fflush(stdout);
  /external/chromium_org/third_party/libxml/src/
xmllint.c 805 fprintf(stdout, "%s", prompt);
897 fprintf(stdout, "SAX.isStandalone()\n");
915 fprintf(stdout, "SAX.hasInternalSubset()\n");
933 fprintf(stdout, "SAX.hasExternalSubset()\n");
950 fprintf(stdout, "SAX.internalSubset(%s,", name);
952 fprintf(stdout, " ,");
954 fprintf(stdout, " %s,", ExternalID);
956 fprintf(stdout, " )\n");
958 fprintf(stdout, " %s)\n", SystemID);
974 fprintf(stdout, "SAX.externalSubset(%s,", name)
    [all...]
  /external/libxml2/
xmllint.c 809 fprintf(stdout, "%s", prompt);
901 fprintf(stdout, "SAX.isStandalone()\n");
919 fprintf(stdout, "SAX.hasInternalSubset()\n");
937 fprintf(stdout, "SAX.hasExternalSubset()\n");
954 fprintf(stdout, "SAX.internalSubset(%s,", name);
956 fprintf(stdout, " ,");
958 fprintf(stdout, " %s,", ExternalID);
960 fprintf(stdout, " )\n");
962 fprintf(stdout, " %s)\n", SystemID);
978 fprintf(stdout, "SAX.externalSubset(%s,", name)
    [all...]
  /external/chromium-trace/
systrace-legacy.py 153 adb = subprocess.Popen(atrace_args, stdout=subprocess.PIPE,
157 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr])
162 if adb.stdout in ready[0]:
163 out = leftovers + os.read(adb.stdout.fileno(), 4096)
176 sys.stdout.write("downloading trace...")
177 sys.stdout.flush()
187 sys.stdout.write(line)
188 sys.stdout.flush()
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 96 process = subprocess.Popen(cmd, stdout=subprocess.PIPE)
130 process = subprocess.Popen(cmd, stdout=subprocess.PIPE)
131 stdout, _ = process.communicate()
135 print stdout
137 return stdout
140 stdout = self._Run(['version'])
141 match = re.search('version r(\d+)', stdout)
220 stdout = self._Run(['update', 'sdk_tools'])
221 self.assertTrue(stdout.find('Ignoring manual update request.') != -1)
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 250 child = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
260 symbol = child.stdout.readline().strip()
263 location = child.stdout.readline().strip()
277 child.stdout.close()
345 stream = subprocess.Popen(cmd, stdout=subprocess.PIPE).stdout
379 process = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
383 demangled_symbol = process.stdout.readline().strip()
384 process.stdout.close()
  /external/e2fsprogs/e2fsck/
message.c 178 fputs("M-", stdout);
182 fputc('^', stdout);
185 fputc(ch, stdout);
200 fputs(_(special_inode_name[ino]), stdout); local
206 fputs("???", stdout);
251 fputc(toupper(*str++), stdout);
411 fputc('%', stdout);
432 fputc(toupper(*m++), stdout);
433 fputs(m, stdout);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 131 #define G726DEC_DPRINT(...) fprintf(stdout, "%s %d:: ",__FUNCTION__, __LINE__); \
132 fprintf(stdout, __VA_ARGS__); \
133 fprintf(stdout, "\n");
155 #define G726DEC_MEMPRINT(...) fprintf(stdout, "%s %d:: ",__FUNCTION__, __LINE__); \
156 fprintf(stdout, __VA_ARGS__); \
157 fprintf(stdout, "\n");
164 #define G726DEC_EPRINT(...) fprintf(stdout, "%s %s %d:: ", __FILE__,__FUNCTION__, __LINE__); \
165 fprintf(stdout, __VA_ARGS__); \
166 fprintf(stdout, "\n");
    [all...]
  /external/blktrace/btt/
bt_timeline.c 73 if (msgs_ofp != stdout)
75 if (rngs_ofp != stdout)
77 if (avgs_ofp != stdout)
  /external/bzip2/
dlltest.c 130 fp_w = stdout;
141 if(fp_w != stdout) fclose(fp_w);
159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL)

Completed in 1043 milliseconds

<<11121314151617181920>>