Searched refs:out_ (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/tools/gn/
H A Dninja_group_target_writer.cc22 out_ << std::endl << "build ";
23 path_output_.WriteFile(out_, helper_.GetTargetOutputFile(target_));
24 out_ << ": "
30 out_ << " ";
31 path_output_.WriteFile(out_, helper_.GetTargetOutputFile(deps[i].ptr));
36 out_ << " ";
37 path_output_.WriteFile(out_, helper_.GetTargetOutputFile(datadeps[i].ptr));
39 out_ << std::endl;
H A Dninja_script_target_writer.cc40 out_ << "build";
42 out_ << " ";
51 out_ << " ";
52 path_output_.WriteFile(out_, output_path);
54 out_ << ": " << custom_rule_name << implicit_deps << std::endl;
56 out_ << " depfile = ";
58 out_ << std::endl;
61 out_ << std::endl;
85 out_ << "rule " << custom_rule_name << std::endl;
86 out_ << " comman
[all...]
H A Dninja_copy_target_writer.cc39 out_ << "build ";
40 path_output_.WriteFile(out_, output_file);
41 out_ << ": " << rule_prefix << "copy ";
42 path_output_.WriteFile(out_, input_file);
43 out_ << std::endl;
47 out_ << std::endl << "build ";
48 path_output_.WriteFile(out_, helper_.GetTargetOutputFile(target_));
49 out_ << ": " << rule_prefix << "stamp";
51 out_ << " ";
52 path_output_.WriteFile(out_, output_file
[all...]
H A Dninja_binary_target_writer.cc112 out_ << "defines =";
114 DefineWriter(), out_);
115 out_ << std::endl;
118 out_ << "includes =";
121 out_);
123 out_ << std::endl;
128 out_ << #name " ="; \
130 flag_escape_options, out_); \
131 out_ << std::endl;
141 out_ << st
[all...]
H A Dgyp_script_target_writer.cc48 path_output_.WriteDir(out_, ninja_dir, PathOutput::DIR_NO_LAST_SLASH);
49 out_ << "',\n";
68 path_output_.WriteFile(out_, sources[i]);
69 out_ << "',\n";
75 path_output_.WriteFile(out_, prereqs[i]);
76 out_ << "',\n";
91 path_output_.WriteFile(out_, output[output_i]);
92 out_ << "',\n";
103 path_output_.WriteFile(out_, SourceFile(output[output_i]));
104 out_ << "',\
[all...]
H A Dninja_build_writer.cc90 out_(out),
135 out_ << "rule gn\n";
136 out_ << " command = " << GetSelfInvocationCommand(build_settings_) << "\n";
137 out_ << " description = Regenerating ninja files\n\n";
140 out_ << "build build.ninja: gn\n"
145 out_ << "\nbuild refresh: gn\n";
151 out_ << "rule echo\n";
152 out_ << " command = echo $text\n";
153 out_ << " description = ECHO $desc\n";
154 out_ << "buil
[all...]
H A Dninja_toolchain_writer.cc25 out_(out),
75 out_ << "rule " << rule_prefix << Toolchain::ToolTypeToName(tool_type)
80 out_ << indent << " " STRINGIZE(name) " = " << tool.name << std::endl;
91 out_ << std::endl;
98 out_ << "subninja ";
99 path_output_.WriteFile(out_, ninja_file);
100 out_ << std::endl;
102 out_ << std::endl;
H A Dgyp_binary_target_writer.cc142 out_ << "'executable',\n";
145 out_ << "'static_library',\n";
148 out_ << "'shared_library',\n";
151 out_ << "'static_library',\n"; // TODO(brettw) fixme.
292 out_ << " '";
293 EscapeStringToStream(out_,
296 out_ << "',";
298 out_ << " ],\n";
323 out_ << " '";
324 EscapeStringToStream(out_,
[all...]
H A Dninja_target_writer.h47 std::ostream& out_; member in class:NinjaTargetWriter
H A Dninja_build_writer.h45 std::ostream& out_; member in class:NinjaBuildWriter
H A Dninja_toolchain_writer.h44 std::ostream& out_; member in class:NinjaToolchainWriter
H A Dgyp_target_writer.cc29 out_(out),
97 return Indent(out_, spaces);
/external/chromium_org/sdch/open-vcdiff/src/
H A Djsonwriter_test.cc32 : output_string_(&out_) {
39 string out_; member in class:open_vcdiff::__anon10663::JSONWriterTest
47 EXPECT_EQ("", out_);
55 EXPECT_EQ("[]", out_);
65 EXPECT_EQ("[\"123\",]", out_);
74 EXPECT_EQ("[3,5,]", out_);
83 EXPECT_EQ("[\"aaa\",]", out_);
92 EXPECT_EQ("[\"\\n\\b\\r\",]", out_);
103 EXPECT_EQ("[\"abc\",3,5,\"defghij\",]", out_);
111 EXPECT_EQ("[\"abc\",", out_);
[all...]
/external/open-vcdiff/src/
H A Djsonwriter_test.cc32 : output_string_(&out_) {
39 string out_; member in class:open_vcdiff::__anon24294::JSONWriterTest
47 EXPECT_EQ("", out_);
55 EXPECT_EQ("[]", out_);
65 EXPECT_EQ("[\"123\",]", out_);
74 EXPECT_EQ("[3,5,]", out_);
83 EXPECT_EQ("[\"aaa\",]", out_);
92 EXPECT_EQ("[\"\\n\\b\\r\",]", out_);
103 EXPECT_EQ("[\"abc\",3,5,\"defghij\",]", out_);
111 EXPECT_EQ("[\"abc\",", out_);
[all...]
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_printer.cc129 std::ostream* out_; member in class:__anon7337::EventPrinter
134 : out_(out) {
147 *out_ << std::setfill('0')
162 *out_ << '[' << event->Header.ProcessId << ':'
166 *out_ << ':' << level;
168 *out_ << ':' << context;
169 *out_ << "] ";
177 *out_ << error << " (class=" << guid << ", type="
198 *out_ << "Log captured from Windows "
213 *out_ << messag
[all...]
/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.cc52 TestResultsTracker::TestResultsTracker() : iteration_(-1), out_(NULL) {
58 if (!out_)
60 fprintf(out_, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
61 fprintf(out_, "<testsuites name=\"AllTests\" tests=\"\" failures=\"\""
79 fprintf(out_, " <testsuite name=\"%s\" tests=\"%" PRIuS "\" failures=\"\""
84 fprintf(out_, " <testcase name=\"%s\" status=\"run\" time=\"%.3f\""
90 fprintf(out_, " <failure message=\"\" type=\"\"></failure>\n");
91 fprintf(out_, " </testcase>\n");
93 fprintf(out_, " </testsuite>\n");
95 fprintf(out_, "</testsuite
[all...]
H A Dtest_results_tracker.h92 FILE* out_; member in class:base::TestResultsTracker
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
H A DIRCProxyWebSocket.java40 OutputStreamWriter out_; field in class:IRCProxyWebSocket.ChatWebSocket
60 out_ = new OutputStreamWriter(socket_.getOutputStream());
78 out_.write(data);
79 out_.flush();
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
H A DIRCProxyWebSocket.java40 OutputStreamWriter out_; field in class:IRCProxyWebSocket.ChatWebSocket
60 out_ = new OutputStreamWriter(socket_.getOutputStream());
78 out_.write(data);
79 out_.flush();
/external/chromium_org/net/quic/crypto/
H A Dcrypto_server_test.cc62 ASSERT_EQ(kREJ, out_.tag());
65 ASSERT_TRUE(out_.GetStringPiece(kSourceAddressTokenTag, &srct));
69 ASSERT_TRUE(out_.GetStringPiece(kSCFG, &scfg));
143 &params_, &out_, &error_details);
186 CryptoHandshakeMessage out_; member in class:net::test::CryptoServerTest
232 EXPECT_TRUE(out_.GetStringPiece(kCertificateTag, &cert));
233 EXPECT_TRUE(out_.GetStringPiece(kPROF, &proof));
308 ASSERT_EQ(kREJ, out_.tag());
314 ASSERT_EQ(kSHLO, out_.tag());
318 ASSERT_EQ(kSHLO, out_
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.h139 bool enabled() const { return out_ >= 0; }
167 int out_; // fd for output file. member in class:ProfileData
H A Dprofiledata.cc83 out_(-1),
126 out_ = fd;
191 DumpProcSelfMaps(out_);
206 close(out_);
216 out_ = -1;
328 FDWrite(out_, buf, bytes);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.h139 bool enabled() const { return out_ >= 0; }
167 int out_; // fd for output file. member in class:ProfileData
H A Dprofiledata.cc83 out_(-1),
126 out_ = fd;
191 DumpProcSelfMaps(out_);
206 close(out_);
216 out_ = -1;
328 FDWrite(out_, buf, bytes);
/external/chromium_org/sync/engine/
H A Dget_commit_ids.cc240 syncable::Directory::Metahandles* out_; member in class:syncer::__anon10709::Traversal
252 : out_(out),
355 return out_->size() >= max_entries_;
364 out_->insert(out_->end(), handles.begin(), handles.end());
369 out_->push_back(metahandle);
403 if (out_->size() > max_entries_)
404 out_->resize(max_entries_);

Completed in 361 milliseconds

12