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

<<11121314151617181920>>

  /external/chromium_org/build/android/gyp/util/
build_utils.py 91 stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=cwd)
93 stdout, _ = child.communicate()
105 if stdout:
106 print stdout,
112 if stdout and not suppress_output:
113 print stdout,
114 return stdout
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 63 /* If set, fflush(stdout) on every line output. */
95 FILE *out = errmsg ? stderr : stdout;
114 FILE *out = status ? stderr : stdout;
315 fprintf(stdout, _("super-sed version %s\n"), VERSION);
316 fprintf(stdout, _("based on GNU sed version %s\n\n"), SED_FEATURE_VERSION);
318 fprintf(stdout, _("GNU sed version %s\n"), VERSION);
320 fprintf(stdout, _("Copyright (C) %d Free Software Foundation, Inc.\n\
325 fputc('\n', stdout);
  /external/chromium-trace/
systrace.py 43 adb = subprocess.Popen(getprop_args, stdout=subprocess.PIPE,
148 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 = os.read(adb.stdout.fileno(), 4096)
171 sys.stdout.write(txt)
172 sys.stdout.flush()
176 sys.stdout.write("downloading trace...")
177 sys.stdout.flush(
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 74 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
99 fprintf(stdout, "SL_RECORDEVENT_HEADATNEWPOS current position=%ums\n", pMsec);
105 fprintf(stdout, "SL_RECORDEVENT_HEADATMARKER current position=%ums\n", pMsec);
115 //fprintf(stdout, "RecBufferQueueCallback called\n");
219 fprintf(stdout, "Recorder created\n");
230 fprintf(stdout, "Recorder parameterized with preset %u\n", presetValue);
251 fprintf(stdout, "Recorder realized\n");
267 fprintf(stdout, "Recorder callback registered\n");
284 fprintf(stdout,"Enqueueing buffer ");
286 fprintf(stdout,"%d ", i)
    [all...]
xaVideoDecoderCapabilities.cpp 253 fprintf(stdout, "Found %d video decoders\n", numDecoders);
262 fprintf(stdout, "Decoders:\n");
264 fprintf(stdout, "decoder %d is %s\n", i, videoCodecIdToString(decoderIds[i]));
274 fprintf(stdout, "decoder %s has %d profile/level combinations:\n\t",
284 fprintf(stdout, "%u/%u ", profile, level);
289 fprintf(stdout, "\n");
306 fprintf(stdout, "OpenMAX AL test %s: exercises SLAudioDecoderCapabiltiesItf ", argv[0]);
307 fprintf(stdout, "and displays the list of supported video decoders, and for each, lists the ");
308 fprintf(stdout, "profile / levels combinations, that map to the constants defined in ");
309 fprintf(stdout, "\"XA_VIDEOPROFILE and XA_VIDEOLEVEL\" section of the specification\n\n")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 79 def __init__(self, completekey='tab', stdin=None, stdout=None):
85 is done automatically. The optional arguments stdin and stdout
87 sys.stdin and sys.stdout are used.
95 if stdout is not None:
96 self.stdout = stdout
98 self.stdout = sys.stdout
122 self.stdout.write(str(self.intro)+"\n")
134 self.stdout.write(self.prompt
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 79 def __init__(self, completekey='tab', stdin=None, stdout=None):
85 is done automatically. The optional arguments stdin and stdout
87 sys.stdin and sys.stdout are used.
95 if stdout is not None:
96 self.stdout = stdout
98 self.stdout = sys.stdout
122 self.stdout.write(str(self.intro)+"\n")
134 self.stdout.write(self.prompt
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 261 //fprintf(stdout, "\n=== Handling test: %s: ===\n", name);
262 //fprintf(stdout, "\n%s:\n", name);
272 fprintf(stdout, "\n---ERROR: Test doesn't exist: %s!\n", name);
370 fprintf(stdout,"= %s calibrating %i seconds \n", name, (int)n);
404 fprintf(stdout,"= %s begin " ,name);
407 fprintf(stdout, "%i\n", (int)loops);
409 fprintf(stdout, "%i\n", (int)n);
412 fprintf(stdout, "\n");
427 fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops);
429 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events)
    [all...]
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
crash_dump_tester.py 60 sys.stdout.write('crash_dump_tester: %s exited with status %s\n'
78 sys.stdout.write('crash_dump_tester: Found %i files\n' % len(all_files))
80 sys.stdout.write(' %s (size %i)\n'
171 sys.stdout.write(msg)
178 sys.stdout.write(msg)
188 sys.stdout.write(msg)
197 sys.stdout.write(msg)
200 sys.stdout.write('crash_dump_tester: ERROR: Missing ptype field\n')
207 sys.stdout.write('crash_dump_tester: FAILED\n')
210 sys.stdout.write('crash_dump_tester: PASSED\n'
    [all...]
  /external/chromium_org/tools/linux/
dump-static-initializers.py 46 stdout=subprocess.PIPE)
51 return self.cppfilt.stdout.readline().strip()
67 stdout=subprocess.PIPE)
69 for line in gitlsfiles.stdout:
94 stdout=subprocess.PIPE)
96 for line in gitgrep.stdout:
132 nm = subprocess.Popen(['nm', '-S', binary], stdout=subprocess.PIPE)
133 for line in nm.stdout:
146 objdump = subprocess.Popen(cmd, stdout=subprocess.PIPE)
149 for line in objdump.stdout
    [all...]
  /external/tcpdump/
print-ntp.c 119 fputs("\n\tRoot Delay: ", stdout);
123 fputs(", Root dispersion: ", stdout);
127 fputs(", Reference-ID: ", stdout);
156 fputs("\n\t Reference Timestamp: ", stdout);
160 fputs("\n\t Originator Timestamp: ", stdout);
164 fputs("\n\t Receive Timestamp: ", stdout);
168 fputs("\n\t Transmit Timestamp: ", stdout);
171 fputs("\n\t Originator - Receive Timestamp: ", stdout);
174 fputs("\n\t Originator - Transmit Timestamp: ", stdout);
182 fputs(" [|ntp]", stdout);
    [all...]
print-krb.c 146 fputs(tstr, stdout);
167 fputs(tstr, stdout);
220 fputs("(unknown)", stdout);
226 fputs(tstr, stdout);
237 fputs(tstr, stdout);
256 fputs(" v5", stdout);
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 226 // to stdout in a user-readable format (that's what --help uses).
228 // ShowXMLOfFlags() prints the flag-value information to stdout
270 fprintf(stdout, "%s: %s\n", Basename(argv0), ProgramUsage());
289 fprintf(stdout, "\n\n"); // put blank lines between directories
292 fprintf(stdout, "\n Flags from %s:\n", flag->filename.c_str());
296 fprintf(stdout, "%s", DescribeOneFlag(*flag).c_str());
300 fprintf(stdout, "\n No modules matched: use -help\n");
322 fprintf(stdout, "<?xml version=\"1.0\"?>\n");
324 fprintf(stdout, "<AllFlags>\n");
326 fprintf(stdout, "<program>%s</program>\n"
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 163 sys.stdout.write('\n')
165 sys.stdout.write('Cannot find netlog, did Chrome actually launch?\n')
167 sys.stdout.write('Netlog exists (%d bytes).\n' % os.path.getsize(netlog))
168 sys.stdout.write('Dumping it to stdout.\n\n\n')
169 sys.stdout.write(open(netlog).read())
170 sys.stdout.write('\n\n\n')
207 sys.stdout.write('Could not bind %r, falling back to localhost.\n' % host)
296 sys.stdout.write('##################### Waiting for the tool to exit\n')
298 sys.stdout.write('##################### Processing tool logs\n'
    [all...]
  /external/llvm/utils/lit/lit/
ProgressBar.py 85 def __init__(self, term_stream=sys.stdout):
172 sys.stdout.write(self.header)
182 sys.stdout.write('%-2d' % (i*2))
186 sys.stdout.write('.')
188 sys.stdout.write(' ')
189 sys.stdout.flush()
194 sys.stdout.write('\n')
195 sys.stdout.flush()
236 sys.stdout.write(self.header)
255 sys.stdout.write
    [all...]
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 226 // to stdout in a user-readable format (that's what --help uses).
228 // ShowXMLOfFlags() prints the flag-value information to stdout
270 fprintf(stdout, "%s: %s\n", Basename(argv0), ProgramUsage());
289 fprintf(stdout, "\n\n"); // put blank lines between directories
292 fprintf(stdout, "\n Flags from %s:\n", flag->filename.c_str());
296 fprintf(stdout, "%s", DescribeOneFlag(*flag).c_str());
300 fprintf(stdout, "\n No modules matched: use -help\n");
322 fprintf(stdout, "<?xml version=\"1.0\"?>\n");
324 fprintf(stdout, "<AllFlags>\n");
326 fprintf(stdout, "<program>%s</program>\n"
    [all...]
  /external/clang/tools/clang-format/
git-clang-format 234 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
235 stdout, stderr = p.communicate()
238 return stdout.strip()
244 changed_lines = extract_lines(diff_process.stdout)
245 diff_process.stdout.close()
261 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
363 stdout=subprocess.PIPE)
371 hash_object = subprocess.Popen(hash_object_cmd, stdin=clang_format.stdout,
372 stdout=subprocess.PIPE)
373 clang_format.stdout.close(
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 271 //fprintf(stdout, "\n=== Handling test: %s: ===\n", name);
272 //fprintf(stdout, "\n%s:\n", name);
282 fprintf(stdout, "\n---ERROR: Test doesn't exist: %s!\n", name);
379 fprintf(stdout,"= %s calibrating %i seconds \n", name, (int)n);
413 fprintf(stdout,"= %s begin " ,name);
416 fprintf(stdout, "%i\n", (int)loops);
418 fprintf(stdout, "%i\n", (int)n);
421 fprintf(stdout, "\n");
436 fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops);
438 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util.py 125 sys.stdout.flush()
128 sys.stdout.flush()
158 sys.stdout.flush()
163 sys.stdout.flush()
168 sys.stdout.flush()
173 sys.stdout.flush()
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_interface_unittest.py 148 stdout, _ = cri.RunCmdOnDevice(['echo', '--arg1=value1', '--arg2=value2',
150 assert(stdout.strip() == '--arg1=value1 --arg2=value2 --arg3=value3')
153 stdout, _ = cri.RunCmdOnDevice(['echo', '--arg=A\\; echo \\"B\\"'])
154 assert(stdout.strip() == '--arg=A; echo "B"')
157 stdout, _ = cri.RunCmdOnDevice(['echo', "--arg='$HOME;;$PATH'"])
158 assert(stdout.strip() == "--arg=$HOME;;$PATH")
  /external/libvpx/libvpx/tools/
lint-hunks.py 80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
97 stdout = p.communicate()[0]
98 for hunk in diff.ParseDiffHunks(StringIO.StringIO(stdout)):
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
115 stdin=show.stdout, stderr=subprocess.PIPE)
  /external/skia/tools/
svn.py 34 stdout=subprocess.PIPE,
35 stderr=subprocess.STDOUT)
53 """Run a command (from self._directory) and return stdout as a single
60 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
61 (stdout, stderr) = proc.communicate()
65 return stdout
80 Returns stdout as a single string.
129 stdout = self._RunCommand([SVN, 'status'])
131 files = status_regex.findall(stdout)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 109 with captured_stdout() as stdout:
111 stdout.seek(0)
112 self.assertEqual(stdout.read(), '')
116 with captured_stdout() as stdout:
118 stdout.seek(0)
119 self.assertEqual(stdout.read(), 'xxx\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 109 with captured_stdout() as stdout:
111 stdout.seek(0)
112 self.assertEqual(stdout.read(), '')
116 with captured_stdout() as stdout:
118 stdout.seek(0)
119 self.assertEqual(stdout.read(), 'xxx\n')
  /art/jdwpspy/
Main.cpp 21 printHexDumpEx(stdout, vaddr, length, kHexDumpLocal, "");
25 printHexDumpEx(stdout, vaddr, length, kHexDumpLocal, prefix);
125 setvbuf(stdout, NULL, _IONBF, 0);

Completed in 588 milliseconds

<<11121314151617181920>>