Searched defs:stdout (Results 1 - 25 of 52) sorted by path

123

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitBaseTest.java57 protected String stdout; field in class:gUnitBaseTest
81 PrintStream ps = null; // for redirecting stdout later
111 this.stdout = null;
119 this.stdout = out.toString();
150 return this.stdout;
173 PrintStream ps = null; // for redirecting stdout later
241 this.stdout = "";
250 // retVal could be actual return object from rule, stderr or stdout
251 this.stdout += out.toString();
255 if ( out.toString().length()>0 ) return this.stdout;
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc74 // Limit of output snippet lines when printing to stdout.
99 fprintf(stdout,
102 fflush(stdout);
112 fprintf(stdout,
114 fflush(stdout);
118 fprintf(stdout, "done.\n");
119 fflush(stdout);
121 fprintf(stdout,
124 fflush(stdout);
134 fprintf(stdout, "don
147 fflush(stdout); variable
[all...]
/external/chromium_org/chrome/test/base/
H A Dchrome_test_launcher.cc91 fprintf(stdout,
93 fflush(stdout); variable
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/libvpx/
H A Dobj_int_extract.py29 stdout=fh) variable
/external/chromium_org/third_party/skia/experimental/webtry/res/js/
H A Dwebtry.js27 var stdout = document.getElementById('stdout'); variable
167 if (stdout) {
168 stdout.textContent = "";
238 if (stdout) {
239 stdout.textContent = body.stdout;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dgen_x86_insn.py32 from sys import stdout, version_info namespace
62 def lprint(s, f = stdout, e = '\n') :
/external/chromium_org/tools/gyp/test/actions-multiple/
H A Dgyptest-all.py61 stdout=( variable
/external/chromium_org/tools/gyp/test/configurations/inheritance/
H A Dgyptest-inheritance.py26 stdout=('Base configuration\n' variable
34 stdout=('Base configuration\n' variable
/external/chromium_org/tools/gyp/test/dependency-copy/
H A Dgyptest-copy.py21 stdout="Hello from file1.c\n") variable
24 stdout="Hello from file2.c\n") variable
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-subdir2-deep.py35 stdout="Hello from deeper.c\n") variable
H A Dgyptest-symlink.py42 stdout="Hello from deeper.c\n") variable
/external/chromium_org/tools/gyp/test/home_dot_gyp/
H A Dgyptest-home-includes-config-arg.py29 stdout='FOO is fromhome3\n') variable
H A Dgyptest-home-includes-config-env.py31 stdout='FOO is fromhome3\n') variable
H A Dgyptest-home-includes-regyp.py31 stdout='FOO is fromhome\n') variable
42 stdout='FOO is fromhome2\n') variable
H A Dgyptest-home-includes.py28 stdout='FOO is fromhome\n') variable
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py99 test.stdout()
100 test.stdout(run)
598 (stdin, stdout, stderr) = os.popen3(' ' + command)
600 self.stdout = stdout
603 self.stdout.close()
659 self.stdout = self.fromchild
696 return self._recv('stdout', maxsize)
1179 stdout=subprocess.PIPE,
1193 self._stdout.append(popen.stdout
1292 def stdout(self, run = None): member in class:TestCmd
[all...]
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-postbuild-fail.py37 stdout=subprocess.PIPE, variable
H A Dgyptest-xctest.py21 stdout=subprocess.PIPE, variable
/external/chromium_org/tools/gyp/test/make/
H A Dgyptest-noload.py26 stdout='Hello from shared.c.\n') variable
32 stdout='Hello from shared.c.\n') variable
36 stdout='Hello from shared.c.\n') variable
44 stdout='Hello from shared.c.\n') variable
55 stdout='Hello from shared.c.\n') variable
/external/chromium_org/tools/gyp/test/msvs/multiple_actions_error_handling/
H A Dgyptest.py23 stdout=r'.*"cmd\.exe" exited with code 1\..*', variable
/external/chromium_org/tools/gyp/test/rules-dirname/
H A Dgyptest-dirname.py32 test.run_built_executable('gencc_int_output', chdir=chdir, stdout=expect)
35 stdout=expect) variable
/external/chromium_org/tools/gyp/test/rules-variables/
H A Dgyptest-rules-variables.py23 stdout="input_root\ninput_dirname\ninput_path\n" + variable
/external/chromium_org/tools/gyp/test/sibling/
H A Dgyptest-all.py31 stdout="Hello from prog1.c\n") variable
37 stdout="Hello from prog2.c\n") variable

Completed in 3581 milliseconds

123