Searched defs:output_type (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/gold/
H A Dgold-plugin.cpp67 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon7135
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;
407 lto_codegen_set_pic_model(code_gen, output_type);
/external/qemu/audio/
H A Dfmodaudio.c534 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/src/google/protobuf/
H A Ddescriptor_unittest.cc151 const string& output_type) {
155 result->set_output_type(output_type);
1135 EXPECT_EQ(foo_response_, foo_->output_type());
1136 EXPECT_EQ(bar_response_, bar_->output_type());
2992 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3005 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3017 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3030 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3513 " output_type: \"TestMessage\""
3537 " output_type
148 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.cc1476 if (!output_type()->is_unqualified_placeholder_) {
1479 proto->mutable_output_type()->append(output_type()->full_name());
1798 output_type()->full_name());
3602 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
3603 if (output_type.IsNull()) {
3606 proto.output_type());
3607 } else if (output_type.type != Symbol::MESSAGE) {
3610 "\"" + proto.output_type() + "\" is not a message type.");
3612 method->output_type_ = output_type
[all...]
H A Ddescriptor.pb.h1330 // optional string output_type = 3;
1334 inline const ::std::string& output_type() const;
3549 // optional string output_type = 3;
3559 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
/external/valgrind/main/coregrind/
H A Dm_main.c334 const Char *output_type = xml ? "xml" : "log"; local
362 output_type, filename, VG_(strerror)(sr_Err(sres)));
/external/valgrind/main/perf/
H A Dtinycc.c2031 int tcc_set_output_type(TCCState *s, int output_type);
2410 int output_type;
18590 if (s1->output_type == TCC_OUTPUT_DLL) {
18605 if (s1->output_type == TCC_OUTPUT_DLL) {
18839 if (s1->output_type == TCC_OUTPUT_DLL)
18868 if (s1->output_type == TCC_OUTPUT_EXE)
18877 if (s1->output_type == TCC_OUTPUT_DLL)
18899 if (s1->output_type == TCC_OUTPUT_EXE)
19095 if (s1->output_type != TCC_OUTPUT_MEMORY) {
19116 if (s1->output_type !
2408 int output_type; member in struct:TCCState
21118 tcc_set_output_type(TCCState *s, int output_type) argument
21430 static int output_type; variable
[all...]

Completed in 181 milliseconds