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

  /external/chromium_org/tools/gn/
group_target_generator.cc 19 target_->set_output_type(Target::GROUP);
target_unittest.cc 42 g.set_output_type(Target::GROUP);
52 a.set_output_type(Target::EXECUTABLE);
74 z.set_output_type(Target::STATIC_LIBRARY);
90 shared.set_output_type(Target::SHARED_LIBRARY);
105 exec.set_output_type(Target::EXECUTABLE);
117 a.set_output_type(Target::EXECUTABLE);
119 b.set_output_type(Target::STATIC_LIBRARY);
121 c.set_output_type(Target::STATIC_LIBRARY);
155 a_fwd.set_output_type(Target::EXECUTABLE);
157 b_fwd.set_output_type(Target::STATIC_LIBRARY)
    [all...]
ninja_target_writer_unittest.cc 37 base_target.set_output_type(Target::ACTION);
43 target.set_output_type(Target::EXECUTABLE);
51 action.set_output_type(Target::ACTION);
copy_target_generator.cc 24 target_->set_output_type(Target::COPY_FILES);
ninja_binary_target_writer_unittest.cc 17 target.set_output_type(Target::SOURCE_SET);
57 shlib_target.set_output_type(Target::SHARED_LIBRARY);
100 stlib_target.set_output_type(Target::STATIC_LIBRARY);
142 target.set_output_type(Target::SHARED_LIBRARY);
189 target.set_output_type(Target::SHARED_LIBRARY);
function_get_target_outputs_unittest.cc 63 exe->set_output_type(Target::EXECUTABLE);
76 source_set->set_output_type(Target::SOURCE_SET);
87 action->set_output_type(Target::ACTION);
101 action->set_output_type(Target::ACTION_FOREACH);
ninja_helper_unittest.cc 30 target.set_output_type(Target::EXECUTABLE);
94 setup.target.set_output_type(Target::STATIC_LIBRARY);
header_checker_unittest.cc 142 target_a.set_output_type(Target::SOURCE_SET);
143 target_b.set_output_type(Target::SOURCE_SET);
144 target_c.set_output_type(Target::GROUP);
145 target_d.set_output_type(Target::SOURCE_SET);
161 target_c.set_output_type(Target::SOURCE_SET);
166 target_c.set_output_type(Target::GROUP);
builder_unittest.cc 108 a->set_output_type(Target::EXECUTABLE);
145 c->set_output_type(Target::STATIC_LIBRARY);
155 b->set_output_type(Target::SHARED_LIBRARY);
197 b->set_output_type(Target::EXECUTABLE);
207 a->set_output_type(Target::EXECUTABLE);
ninja_action_target_writer_unittest.cc 67 target.set_output_type(Target::ACTION);
139 dep.set_output_type(Target::ACTION);
141 datadep.set_output_type(Target::ACTION);
144 target.set_output_type(Target::ACTION_FOREACH);
253 target.set_output_type(Target::ACTION_FOREACH);
config_values_extractors_unittest.cc 47 dep2.set_output_type(Target::SOURCE_SET);
62 dep1.set_output_type(Target::SOURCE_SET);
87 target.set_output_type(Target::SOURCE_SET);
binary_target_generator.cc 26 target_->set_output_type(output_type_);
ninja_copy_target_writer_unittest.cc 17 target.set_output_type(Target::COPY_FILES);
action_target_generator.cc 45 target_->set_output_type(output_type_);
target.h 56 void set_output_type(OutputType t) { output_type_ = t; } function in class:Target
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 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
    [all...]
descriptor.cc     [all...]
descriptor_unittest.cc 155 result->set_output_type(output_type);
    [all...]
descriptor.pb.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 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
    [all...]
descriptor_unittest.cc 157 result->set_output_type(output_type);
    [all...]
descriptor.cc     [all...]
descriptor.pb.cc     [all...]

Completed in 2398 milliseconds