Searched refs:print_output (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/gn/
H A Dfunction_foreach_unittest.cc24 EXPECT_EQ("5 1\n6 2\n7 3\n8 6\n", setup.print_output());
39 EXPECT_EQ("1\n2\n3\n", setup.print_output());
40 setup.print_output().clear();
69 EXPECT_EQ("1\n2\n", setup.print_output());
70 setup.print_output().clear();
H A Dtemplate_unittest.cc25 EXPECT_EQ("lala\n42\n", setup.print_output());
H A Dtest_with_scope.h36 std::string& print_output() { return print_output_; } function in class:TestWithScope
/external/chromium_org/tools/python/google/
H A Dprocess_utils.py41 print_output=True):
56 print_output: if True, prints the output of the command
93 if print_output:
137 print_output=True):
149 print_output: if True, prints the output of each command.
200 if print_output:
/external/chromium_org/testing/gtest/scripts/
H A Dupload.py541 def RunShellWithReturnCode(command, print_output=False,
547 print_output: If True, the output is printed to stdout.
557 if print_output:
570 if print_output and errout:
578 print_output=False):
579 data, retcode = RunShellWithReturnCode(command, print_output,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc1821 PP_Resource print_output = plugin_print_interface_->PrintPages(
1823 if (!print_output)
1829 ret = PrintPDFOutput(print_output, canvas);
1832 PluginModule::GetCore()->ReleaseResource(print_output);
1972 bool PepperPluginInstanceImpl::PrintPDFOutput(PP_Resource print_output, argument
1975 ppapi::thunk::EnterResourceNoLock<PPB_Buffer_API> enter(print_output, true);
H A Dpepper_plugin_instance_impl.h650 bool PrintPDFOutput(PP_Resource print_output, blink::WebCanvas* canvas);
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py3115 def RunShellWithReturnCode(command, print_output=False,
3121 print_output: If True, the output is printed to stdout.
3131 if print_output:
3144 if print_output and errout:
3152 print_output=False, env=os.environ):
3153 data, retcode = RunShellWithReturnCode(command, print_output, universal_newlines, env)
/external/regex-re2/lib/codereview/
H A Dcodereview.py3112 def RunShellWithReturnCode(command, print_output=False,
3118 print_output: If True, the output is printed to stdout.
3128 if print_output:
3141 if print_output and errout:
3149 print_output=False, env=os.environ):
3150 data, retcode = RunShellWithReturnCode(command, print_output, universal_newlines, env)

Completed in 885 milliseconds