HomeSort by relevance Sort by last modified time
    Searched refs:old_stdout (Results 1 - 19 of 19) sorted by null

  /external/lldb/test/functionalities/command_source/
TestCommandSource.py 25 old_stdout = sys.stdout
34 sys.stdout = old_stdout
  /external/chromium_org/tools/grit/grit/
grit_runner_unittest.py 22 self.old_stdout = sys.stdout
26 sys.stdout = self.old_stdout
  /external/bison/djgpp/
subpipe.c 55 static int old_stdout; variable
129 old_stdout = dup(STDOUT_FILENO);
130 if (old_stdout < 0)
251 if (dup2(old_stdout, STDOUT_FILENO) < 0)
253 close(old_stdout);
  /external/chromium_org/tools/grit/grit/tool/
buildinfo_unittest.py 29 self.old_stdout = sys.stdout
33 sys.stdout = self.old_stdout
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py 36 self.old_stdout = sys.stdout
41 sys.stdout = self.old_stdout
test_build_py.py 81 old_stdout = sys.stdout
100 sys.stdout = old_stdout
test_build_ext.py 57 old_stdout = sys.stdout
70 sys.stdout = old_stdout
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py 36 self.old_stdout = sys.stdout
41 sys.stdout = self.old_stdout
test_build_py.py 81 old_stdout = sys.stdout
100 sys.stdout = old_stdout
test_build_ext.py 57 old_stdout = sys.stdout
70 sys.stdout = old_stdout
  /external/chromium_org/third_party/cython/src/bin/
cython_freeze 28 old_stdout = sys.stdout variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 151 self.old_stdout = sys.stdout
178 sys.stdout = self.old_stdout
269 self.old_stdout = sys.stdout
288 sys.stdout = self.old_stdout
test_argparse.py 103 old_stdout = sys.stdout
112 setattr(result, key, old_stdout)
122 sys.stdout = old_stdout
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 151 self.old_stdout = sys.stdout
178 sys.stdout = self.old_stdout
269 self.old_stdout = sys.stdout
288 sys.stdout = self.old_stdout
test_argparse.py 103 old_stdout = sys.stdout
112 setattr(result, key, old_stdout)
122 sys.stdout = old_stdout
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 180 old_stdout = sys.stdout
196 sys.stdout = old_stdout
  /external/chromium_org/third_party/cython/src/Cython/Tests/
xmlrunner.py 137 (self.old_stdout, self.old_stderr) = (sys.stdout, sys.stderr)
144 (sys.stdout, sys.stderr) = (self.old_stdout, self.old_stderr)
  /external/lldb/test/
dotest.py 1306 old_stdout = sys.stdout variable
    [all...]
lldbtest.py     [all...]

Completed in 425 milliseconds