HomeSort by relevance Sort by last modified time
    Searched refs:output_type (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/chrome_frame/
custom_sync_call_context.h 22 typedef Tuple4<HWND, HWND, int, int> output_type; typedef in class:CreateExternalTabContext
39 typedef Tuple1<AutomationMsg_NavigationResponseValues> output_type; typedef in class:BeginNavigateContext
52 typedef Tuple1<bool> output_type; typedef in class:UnloadContext
sync_msg_reply_dispatcher.h 26 // the output_type tuple and has a Completed member function.
30 // typedef Tuple1<int> output_type;
104 T::output_type tmp; // Acts as "initializer" for output parameters.
105 IPC::ParamDeserializer<T::output_type> deserializer(tmp);
  /external/chromium_org/tools/gn/
target.cc 56 if (deps_[dep]->output_type() == STATIC_LIBRARY ||
57 deps_[dep]->output_type() == SHARED_LIBRARY ||
58 deps_[dep]->output_type() == LOADABLE_MODULE)
64 if (deps_[dep]->output_type() != SHARED_LIBRARY &&
65 deps_[dep]->output_type() != LOADABLE_MODULE &&
66 deps_[dep]->output_type() != EXECUTABLE) {
ninja_helper.cc 112 if (target->output_type() == Target::NONE) {
120 (target->output_type() == Target::SHARED_LIBRARY ||
121 target->output_type() == Target::STATIC_LIBRARY))
127 if (target->output_type() == Target::NONE ||
128 target->output_type() == Target::COPY_FILES ||
129 target->output_type() == Target::CUSTOM) {
132 extension = GetExtensionForOutputType(target->output_type(),
141 if (target->output_type() == Target::EXECUTABLE ||
142 target->output_type() == Target::LOADABLE_MODULE ||
144 (target->output_type() == Target::SHARED_LIBRARY |
    [all...]
target_generator.cc 65 const std::string& output_type,
71 output_type_(output_type),
81 Target::OutputType output_type = GetOutputType(); local
82 target_->set_output_type(output_type);
86 if (TypeHasConfigs(output_type)) {
91 if (TypeHasSources(output_type))
93 if (TypeHasData(output_type))
95 if (output_type == Target::CUSTOM) {
99 if (TypeHasOutputs(output_type))
104 if (TypeHasConfigValues(output_type)) {
    [all...]
target_generator.h 31 const std::string& output_type,
42 const std::string& output_type,
ninja_target_writer.cc 84 if (target_->output_type() == Target::COPY_FILES) {
86 } else if (target_->output_type() == Target::CUSTOM) {
100 if (target->output_type() == Target::NONE)
459 if (target_->output_type() == Target::SHARED_LIBRARY) {
472 if (target_->output_type() == Target::SHARED_LIBRARY) {
529 if (target_->output_type() != Target::STATIC_LIBRARY &&
539 if (target_->output_type() == Target::STATIC_LIBRARY) {
603 if (target_->output_type() == Target::NONE) {
608 if (target_->output_type() == Target::STATIC_LIBRARY) {
614 if (target_->output_type() == Target::SHARED_LIBRARY
    [all...]
ninja_toolchain_writer.cc 87 if (targets_[i]->output_type() != Target::NONE) {
ninja_build_writer.cc 146 if (target->output_type() == Target::NONE)
target.h 56 OutputType output_type() const { return output_type_; } function in class:Target
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.cc 198 vars["output"] = ClassName(method->output_type());
243 vars["output"] = ClassName(method->output_type());
287 (which == REQUEST) ? method->input_type() : method->output_type());
338 vars["output"] = ClassName(method->output_type());
402 vars["output"] = ClassName(method->output_type());
426 vars["output"] = ClassName(method->output_type());
441 vars["output"] = ClassName(method->output_type());
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 189 vars["output"] = ClassName(method->output_type());
234 vars["output"] = ClassName(method->output_type());
278 (which == REQUEST) ? method->input_type() : method->output_type());
329 vars["output"] = ClassName(method->output_type());
393 vars["output"] = ClassName(method->output_type());
417 vars["output"] = ClassName(method->output_type());
432 vars["output"] = ClassName(method->output_type());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 149 sub_vars["output_type"] = ClassName(method->output_type(), true);
155 " $output_type$* response,\n"
220 sub_vars["output_type"] = ClassName(method->output_type(), true);
225 " $output_type$*,\n"
250 sub_vars["output_type"] = ClassName(method->output_type(), true);
258 " ::google::protobuf::down_cast< $output_type$*>(response),\n"
290 (which == REQUEST) ? method->input_type() : method->output_type();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 149 sub_vars["output_type"] = ClassName(method->output_type(), true);
155 " $output_type$* response,\n"
220 sub_vars["output_type"] = ClassName(method->output_type(), true);
225 " $output_type$*,\n"
250 sub_vars["output_type"] = ClassName(method->output_type(), true);
258 " ::google::protobuf::down_cast< $output_type$*>(response),\n"
290 (which == REQUEST) ? method->input_type() : method->output_type();
    [all...]
  /external/chromium_org/tools/cygprofile/
symbolize.py 191 parser.add_option('-t', '--outputType', dest='output_type',
202 output_type = options.output_type
222 if output_type == 'lineize':
226 elif output_type == 'orderfile':
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service_reflection.py 203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
descriptor.py 624 output_type: The descriptor of the message that this method returns.
630 input_type, output_type, options=None):
642 self.output_type = output_type
  /external/protobuf/python/google/protobuf/
service_reflection.py 203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
descriptor.py 536 output_type: The descriptor of the message that this method returns.
542 input_type, output_type, options=None):
554 self.output_type = output_type
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_api.cc 51 const std::string& output_type,
56 pid, output_type, output));
62 args->Append(new base::StringValue(output_type));
  /external/llvm/tools/gold/
gold-plugin.cpp 65 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon24128
156 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC;
159 output_type = LTO_CODEGEN_PIC_MODEL_STATIC;
167 //output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC;
396 lto_codegen_set_pic_model(code_gen, output_type);
  /external/qemu/audio/
fmodaudio.c 534 int output_type = -1; local
555 output_type = drvtab[i].type;
569 if (output_type != -1) {
570 status = FSOUND_SetOutput (output_type);
572 fmod_logerr ("FSOUND_SetOutput(%d) failed\n", output_type);
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 94 output_type=None)
318 output_type: '.protobuf_unittest.FooResponse'
323 output_type: '.protobuf_unittest.BarResponse'
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 756 const Descriptor* output_type() const;
    [all...]

Completed in 703 milliseconds

1 2