Searched refs:set_output_type (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/tools/gn/
H A Dninja_group_target_writer_unittest.cc17 target.set_output_type(Target::GROUP);
21 dep.set_output_type(Target::ACTION);
27 dep2.set_output_type(Target::ACTION);
33 datadep.set_output_type(Target::ACTION);
H A Dcopy_target_generator.cc24 target_->set_output_type(Target::COPY_FILES);
H A Dgroup_target_generator.cc21 target_->set_output_type(Target::GROUP);
H A Dtarget_unittest.cc24 z.set_output_type(Target::STATIC_LIBRARY);
42 shared.set_output_type(Target::SHARED_LIBRARY);
59 exec.set_output_type(Target::EXECUTABLE);
75 a.set_output_type(Target::EXECUTABLE);
79 b.set_output_type(Target::STATIC_LIBRARY);
83 c.set_output_type(Target::STATIC_LIBRARY);
119 a_fwd.set_output_type(Target::EXECUTABLE);
123 b_fwd.set_output_type(Target::STATIC_LIBRARY);
148 a.set_output_type(Target::EXECUTABLE);
152 b.set_output_type(Targe
[all...]
H A Dninja_copy_target_writer_unittest.cc21 target.set_output_type(Target::COPY_FILES);
53 target.set_output_type(Target::COPY_FILES);
H A Dninja_target_writer_unittest.cc39 base_target.set_output_type(Target::ACTION);
47 target.set_output_type(Target::EXECUTABLE);
57 action.set_output_type(Target::ACTION);
120 toolchain_dep_target.set_output_type(Target::ACTION);
127 target.set_output_type(Target::EXECUTABLE);
H A Dninja_action_target_writer_unittest.cc21 target.set_output_type(Target::ACTION_FOREACH);
46 target.set_output_type(Target::ACTION);
87 target.set_output_type(Target::ACTION);
164 dep.set_output_type(Target::ACTION);
170 datadep.set_output_type(Target::ACTION);
176 target.set_output_type(Target::ACTION_FOREACH);
285 target.set_output_type(Target::ACTION_FOREACH);
H A Dninja_binary_target_writer_unittest.cc20 target.set_output_type(Target::SOURCE_SET);
60 shlib_target.set_output_type(Target::SHARED_LIBRARY);
97 stlib_target.set_output_type(Target::STATIC_LIBRARY);
174 action.set_output_type(Target::ACTION_FOREACH);
181 target.set_output_type(Target::SHARED_LIBRARY);
234 target.set_output_type(Target::SHARED_LIBRARY);
H A Dbuilder_unittest.cc103 a->set_output_type(Target::EXECUTABLE);
147 c->set_output_type(Target::STATIC_LIBRARY);
158 b->set_output_type(Target::SHARED_LIBRARY);
203 b->set_output_type(Target::EXECUTABLE);
213 a->set_output_type(Target::EXECUTABLE);
H A Dconfig_values_extractors_unittest.cc48 dep2.set_output_type(Target::SOURCE_SET);
65 dep1.set_output_type(Target::SOURCE_SET);
92 target.set_output_type(Target::SOURCE_SET);
H A Dfunction_get_target_outputs_unittest.cc63 action->set_output_type(Target::COPY_FILES);
78 action->set_output_type(Target::ACTION);
93 action->set_output_type(Target::ACTION_FOREACH);
H A Dheader_checker_unittest.cc23 a_.set_output_type(Target::SOURCE_SET);
24 b_.set_output_type(Target::SOURCE_SET);
25 c_.set_output_type(Target::SOURCE_SET);
26 d_.set_output_type(Target::SOURCE_SET);
79 p.set_output_type(Target::SOURCE_SET);
199 z.set_output_type(Target::SOURCE_SET);
H A Daction_target_generator.cc30 target_->set_output_type(output_type_);
H A Dsubstitution_writer_unittest.cc179 target.set_output_type(Target::STATIC_LIBRARY);
214 target.set_output_type(Target::STATIC_LIBRARY);
235 target.set_output_type(Target::SHARED_LIBRARY);
H A Dbinary_target_generator.cc29 target_->set_output_type(output_type_);
H A Dtarget.h59 void set_output_type(OutputType t) { output_type_ = t; } function in class:Target
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1335 inline void set_output_type(const ::std::string& value);
1336 inline void set_output_type(const char* value);
1337 inline void set_output_type(const char* value, size_t size);
3562 inline void MethodDescriptorProto::set_output_type(const ::std::string& value) { function in class:google::protobuf::MethodDescriptorProto
3569 inline void MethodDescriptorProto::set_output_type(const char* value) { function in class:google::protobuf::MethodDescriptorProto
3576 inline void MethodDescriptorProto::set_output_type(const char* value, size_t size) { function in class:google::protobuf::MethodDescriptorProto
H A Ddescriptor.cc1477 proto->set_output_type(".");
H A Ddescriptor_unittest.cc155 result->set_output_type(output_type);
H A Ddescriptor.pb.cc4075 set_output_type(from.output_type());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1375 inline void set_output_type(const ::std::string& value);
1376 inline void set_output_type(const char* value);
1377 inline void set_output_type(const char* value, size_t size);
4463 inline void MethodDescriptorProto::set_output_type(const ::std::string& value) { function in class:google::protobuf::MethodDescriptorProto
4470 inline void MethodDescriptorProto::set_output_type(const char* value) { function in class:google::protobuf::MethodDescriptorProto
4477 inline void MethodDescriptorProto::set_output_type(const char* value, size_t size) { function in class:google::protobuf::MethodDescriptorProto
H A Ddescriptor.cc1621 proto->set_output_type(".");
H A Ddescriptor_unittest.cc157 result->set_output_type(output_type);
H A Ddescriptor.pb.cc4297 set_output_type(from.output_type());

Completed in 511 milliseconds