HomeSort by relevance Sort by last modified time
    Searched full:set_output_type (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/tools/gn/
ninja_group_target_writer_unittest.cc 17 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);
target_unittest.cc 24 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(Target::SHARED_LIBRARY)
    [all...]
ninja_toolchain_writer_unittest.cc 15 //target.set_output_type(Target::EXECUTABLE);
ninja_target_writer_unittest.cc 39 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);
function_get_target_outputs_unittest.cc 63 action->set_output_type(Target::COPY_FILES);
78 action->set_output_type(Target::ACTION);
93 action->set_output_type(Target::ACTION_FOREACH);
ninja_copy_target_writer_unittest.cc 21 target.set_output_type(Target::COPY_FILES);
53 target.set_output_type(Target::COPY_FILES);
copy_target_generator.cc 24 target_->set_output_type(Target::COPY_FILES);
group_target_generator.cc 21 target_->set_output_type(Target::GROUP);
builder_unittest.cc 103 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);
header_checker_unittest.cc 23 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);
ninja_binary_target_writer_unittest.cc 20 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);
config_values_extractors_unittest.cc 48 dep2.set_output_type(Target::SOURCE_SET);
65 dep1.set_output_type(Target::SOURCE_SET);
92 target.set_output_type(Target::SOURCE_SET);
ninja_action_target_writer_unittest.cc 21 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);
substitution_writer_unittest.cc 179 target.set_output_type(Target::STATIC_LIBRARY);
214 target.set_output_type(Target::STATIC_LIBRARY);
235 target.set_output_type(Target::SHARED_LIBRARY);
action_target_generator.cc 30 target_->set_output_type(output_type_);
binary_target_generator.cc 29 target_->set_output_type(output_type_);
target.h 59 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_unittest.cc 155 result->set_output_type(output_type);
    [all...]
descriptor.cc     [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.cc     [all...]
descriptor_unittest.cc 157 result->set_output_type(output_type);
    [all...]
descriptor.pb.cc     [all...]

Completed in 1956 milliseconds

1 2