HomeSort by relevance Sort by last modified time
    Searched full:stdout (Results 451 - 475 of 5598) sorted by null

<<11121314151617181920>>

  /development/tools/checkstyle/
checkstyle.py 55 stdout = _ExecuteCheckstyle(java_files, config_xml)
56 (errors, warnings) = _ParseAndFilterOutput(stdout)
88 stdout = _ExecuteCheckstyle(java_files, config_xml)
93 (errors, warnings) = _ParseAndFilterOutput(stdout,
101 def _WarnIfUntrackedFiles(out=sys.stdout):
141 stdout=subprocess.PIPE, env=checkstyle_env)
142 stdout, _ = check.communicate()
149 if 'Checkstyle ends with' in stdout.splitlines()[-1]:
150 stdout = '\n'.join(stdout.splitlines()[:-1]
    [all...]
  /external/autotest/client/profilers/perf/
perf.py 47 stderr=subprocess.STDOUT)
62 p = subprocess.Popen(cmd, shell=True, stdout=outfile,
63 stderr=subprocess.STDOUT)
71 p = subprocess.Popen(cmd, shell=True, stdout=outfile,
72 stderr=subprocess.STDOUT)
  /external/autotest/client/site_tests/platform_Mosys/
platform_Mosys.py 57 # usage info on stdout when the command needs arguments. These are
60 stdout = result.stdout
63 need_argument = stdout and stdout.startswith('usage:')
  /external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
host_fake_test.py 58 self.assertEqual(h.stdout.getvalue(), '')
62 h.print_('on stdout')
65 self.assertEqual(out, 'on stdout\n')
67 self.assertEqual(h.stdout.getvalue(), 'on stdout\n')
  /external/libbrillo/brillo/minijail/
minijail.cc 103 int* stdout,
107 stdin, stdout, stderr) == 0;
109 return minijail_run_pid_pipes(jail, args[0], args.data(), pid, stdin, stdout,
143 int* stdout,
145 bool res = RunPipes(jail, args, pid, stdin, stdout, stderr);
  /external/libjpeg-turbo/
cdjpeg.c 106 * Routines to establish binary I/O mode for stdin and stdout.
131 FILE * output_file = stdout;
134 setmode(fileno(stdout), O_BINARY);
137 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
138 fprintf(stderr, "Cannot reopen stdout\n");
  /external/libvorbis/examples/
vorbisfile_example.c 19 stdout using vorbisfile. Using vorbisfile is much simpler than
28 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
40 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
44 _setmode( _fileno( stdout ), _O_BINARY );
83 fwrite(pcmout,1,ret,stdout);
  /external/opencv3/modules/ts/misc/
report.py 97 tbl.htmlPrintTable(sys.stdout, True)
99 htmlPrintHeader(sys.stdout, "Report %s tests from %s" % (len(tests), ", ".join(files)))
100 tbl.htmlPrintTable(sys.stdout)
101 htmlPrintFooter(sys.stdout)
103 tbl.consolePrintTable(sys.stdout)
  /external/v8/test/cctest/compiler/
test-graph-visualizer.cc 41 OFStream os(stdout);
60 OFStream os(stdout);
79 OFStream os(stdout);
96 OFStream os(stdout);
123 OFStream os(stdout);
  /external/webrtc/webrtc/tools/
simple_command_line_parser.cc 76 fprintf(stdout, "You have entered:\n");
79 fprintf(stdout, "%s=%s, ", flag_iter->first.c_str(),
83 fprintf(stdout, "\n");
98 fprintf(stdout, "Flag '%s' is not recognized\n", flag_name.c_str());
114 fprintf(stdout, "%s", usage_message_.c_str());
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 46 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
109 //fprintf(stdout, "Content has %d channel(s)\n", numChannels);
128 fprintf(stdout, "channel 0: playing, channel 1: muted\n");
130 fprintf(stdout, "channel 0: muted, channel 1: playing\n");
148 fprintf(stdout, "channel 0: normal, channel 1: soloed\n");
150 fprintf(stdout, "channel 0: soloed, channel 1: normal\n");
244 fprintf(stdout, "URI example: after Realize\n");
303 fprintf(stdout, "Player configured\n");
335 fprintf(stdout, "Content has %d channel(s)\n", numChannels);
338 fprintf(stdout, "SLMuteSolotItf only works one content with more than one channel. Bye\n")
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 71 //fprintf(stdout, "PrefetchEventCallback: received event %u\n", event);
75 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data, exiting\n");
80 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d\n", level);
83 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status);
98 fprintf(stdout, "SL_PLAYEVENT_HEADATEND reached\n");
101 fprintf(stdout, "after getPosition in SL_PLAYEVENT_HEADATEND handler\n");
105 fprintf(stdout, "position is %d at SL_PLAYEVENT_HEADATEND\n", posMsec);
114 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%ums\n", posMsec);
119 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%ums\n", posMsec);
200 fprintf(stdout, "URI example: after Realize\n")
    [all...]
slesTestManyPlayers.cpp 81 //fprintf(stdout, "PrefetchEventCallback: received event %u\n", event);
85 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data for player %d, "
90 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d for player %d\n",
94 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u for player %d\n",
110 fprintf(stdout, "SL_PLAYEVENT_HEADATEND reached for player %d\n", *pPlayerId);
117 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%ums for player %d\n",
124 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%ums for player %d\n",
187 fprintf(stdout, "TestSetup(%s) completed\n", path);
215 fprintf(stdout, "CreateAudioPlayer for player %d failed\n", playerId);
225 fprintf(stdout, "Realize for player %d failed\n", playerId)
    [all...]
  /external/ImageMagick/tests/
validate.c 606 (void) FormatLocaleFile(stdout," HSIToRGB");
622 (void) FormatLocaleFile(stdout," RGBToHSI");
639 (void) FormatLocaleFile(stdout," HSLToRGB");
655 (void) FormatLocaleFile(stdout," RGBToHSL");
672 (void) FormatLocaleFile(stdout," HSVToRGB");
688 (void) FormatLocaleFile(stdout," RGBToHSV");
705 (void) FormatLocaleFile(stdout," RGBToJPEGYCbCr");
722 (void) FormatLocaleFile(stdout," JPEGYCbCrToRGB");
738 (void) FormatLocaleFile(stdout," LabToRGB");
755 (void) FormatLocaleFile(stdout," RGBToLab")
    [all...]
  /external/autotest/client/cros/faft/utils/
shell_wrapper.py 30 process = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,
39 In case of the command returning an error print its stdout and stderr
48 err.append('stdout:')
49 err.append(process.stdout.read())
72 return [x.rstrip() for x in process.stdout.readlines()]
121 In case of the command returning an error print its stdout and stderr
130 err.append('stdout:')
131 err.append(process.stdout.read())
157 # stderr is merged into stdout through adb shell.
160 return [x.rstrip() for x in process.stdout.readlines()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_update.py 114 cwd=gsutil_dst, stdout=subprocess.PIPE,
117 p.stdout.close()
125 cwd=gsutil_dst, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
127 p.stdout.close()
134 cwd=gsutil_dst, stdout=subprocess.PIPE,
137 p.stdout.close()
146 cwd=gsutil_dst, stdout=subprocess.PIPE,
149 p.stdout.close()
162 cwd=tmpdir_dst, stdout=subprocess.PIPE,
165 p.stdout.close(
    [all...]
  /external/clang/utils/
CmpDriver 95 self.stdout = out
118 stdout=subprocess.PIPE,
136 # Compare stdout.
137 if infoA.stdout != infoB.stdout:
138 print '-- STDOUT DIFFERS -'
139 print 'A OUTPUT: ',infoA.stdout
140 print 'B OUTPUT: ',infoB.stdout
143 diff = ZipperDiff(infoA.stdout.split('\n'),
144 infoB.stdout.split('\n')
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 63 fprintf(stdout, "%u SL failure, exiting\n", res);
67 //fprintf(stdout, "%d SL success, proceeding...\n", res);
87 //fprintf(stdout, "BufferQueueCallback called\n");
89 //fprintf(stdout, " pContext=%p\n", pContext);
94 //fprintf(stdout, "callback: before enqueue\n");
101 //fprintf(stdout, "end of BufferQueueCallback()\n");
202 fprintf(stdout, "bufferQueue example: after CreateAudioPlayer\n");
206 fprintf(stdout, "bufferQueue example: after Realize\n");
211 fprintf(stdout, "bufferQueue example: after GetInterface(PLAY)\n");
242 fprintf(stdout, "bufferQueue example: starting to play\n")
    [all...]
slesTestDecodeToBuffQueue.cpp 134 //fprintf(stdout, "PrefetchEventCallback: received event %u\n", event);
139 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data, exiting\n");
157 fprintf(stdout, "SL_PLAYEVENT_HEADATEND current position=%u ms\n", msec);
162 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%u ms\n", msec);
166 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%u ms\n", msec);
189 fprintf(stdout, "Error writing to output file, signaling EOS\n");
222 fprintf(stdout, "Content duration is unknown (in dec callback)\n");
224 fprintf(stdout, "Content duration is %ums (in dec callback)\n",
235 fprintf(stdout, "Content position is unknown (in dec callback)\n");
237 fprintf(stdout, "Content position is %ums (in dec callback)\n"
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 99 fputc('-', stdout);
112 fputs(" [", stdout);
115 fputs(", ", stdout);
116 fputs(str, stdout);
133 fputc(']', stdout);
134 fputc('\n', stdout);
183 fputc('\n', stdout);
198 fputs(")", stdout);
227 fputc(has_super ? ',' : ' ', stdout);
233 fputc('\n', stdout);
    [all...]
  /external/icu/icu4c/source/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/rmi4utils/rmi4update/
rmi4update.cpp 112 fprintf(stdout, "Device Properties:\n");
135 fprintf(stdout, "Writing lockdown...\n");
146 fprintf(stdout, "Done writing lockdown, time: %lld us.\n", duration_us);
163 fprintf(stdout, "Erasing FW...\n");
179 fprintf(stdout, "Erase complete, time: %lld us.\n", duration_us);
182 fprintf(stdout, "Writing firmware...\n");
192 fprintf(stdout, "Done writing FW, time: %lld us.\n", duration_us);
196 fprintf(stdout, "Writing configuration...\n");
206 fprintf(stdout, "Done writing config, time: %lld us.\n", duration_us);
307 fprintf(stdout, "F34 bootloader id: %s (%#04x %#04x)\n", idStr, m_bootloaderID[0]
    [all...]
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 91 //fprintf(stdout, "ABQ state count=%lu, index=%lu\n", state.count, state.index);
126 fprintf(stdout, "rendering will resume at 15s mark");
139 fprintf(stdout, "item key=0x%lx size=%lu data=0x%lx\n",
147 fprintf(stdout, "Successfully detected my discontinuity buffer having been consumed\n");
255 fprintf(stdout, "URI example: after Realize\n");
278 fprintf(stdout, "Content duration is unknown (before starting to prefetch)\n");
280 fprintf(stdout, "Content duration is %u ms (before starting to prefetch)\n",
291 fprintf(stdout, "Before set to PAUSED\n");
293 fprintf(stdout, "After set to PAUSED\n");
344 fprintf(stdout, "Content duration is unknown (after prefetch completed)\n")
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 6 // easier to remap stdin and stdout, connect I/O with pipes, and do other
72 // Stdout and Stderr specify the process's standard output and error.
77 // If Stdout and Stderr are the same writer, at most one
79 Stdout io.Writer
199 func (c *Cmd) stdout() (f *os.File, err error) { func
200 return c.writerDescriptor(c.Stdout)
204 if c.Stderr != nil && interfaceEqual(c.Stderr, c.Stdout) {
248 // copying stdin, stdout, and stderr, and exits with a zero exit
311 for _, setupFd := range []F{(*Cmd).stdin, (*Cmd).stdout, (*Cmd).stderr} {
360 // copying stdin, stdout, and stderr, and exits with a zero exi
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 6 // easier to remap stdin and stdout, connect I/O with pipes, and do other
72 // Stdout and Stderr specify the process's standard output and error.
77 // If Stdout and Stderr are the same writer, at most one
79 Stdout io.Writer
199 func (c *Cmd) stdout() (f *os.File, err error) { func
200 return c.writerDescriptor(c.Stdout)
204 if c.Stderr != nil && interfaceEqual(c.Stderr, c.Stdout) {
248 // copying stdin, stdout, and stderr, and exits with a zero exit
311 for _, setupFd := range []F{(*Cmd).stdin, (*Cmd).stdout, (*Cmd).stderr} {
360 // copying stdin, stdout, and stderr, and exits with a zero exi
    [all...]

Completed in 2048 milliseconds

<<11121314151617181920>>