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

  /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/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/webkit/Tools/Scripts/webkitpy/common/net/
testoutput_unittest.py 45 def __init__(self, platform, output_type, contents, is_expected=False):
46 self._output_type = output_type
54 super(FakeTestOutput, self).__init__(platform, output_type, [file])
testoutput.py 40 def __init__(self, platform, output_type, files):
41 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/llvm/tools/gold/
gold-plugin.cpp 64 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon11977
155 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC;
158 output_type = LTO_CODEGEN_PIC_MODEL_STATIC;
166 //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/protobuf/src/google/protobuf/
descriptor.h 756 const Descriptor* output_type() const;
    [all...]
descriptor.cc 3602 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
descriptor.pb.cc 557 "\001 \001(\t\022\022\n\ninput_type\030\002 \001(\t\022\023\n\013output_type"
    [all...]
descriptor_unittest.cc 151 const string& output_type) {
155 result->set_output_type(output_type);
    [all...]
descriptor.pb.h 3559 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 114 enum output_type { enum
608 enum output_type type;
948 enum output_type type;
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 633 enum output_type { enum
3234 int output_type; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 2408 int output_type; member in struct:TCCState
21431 static int output_type; variable
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 473 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type()));
484 "output_type=$output_type$,\n"
    [all...]

Completed in 337 milliseconds