Searched defs:output_type (Results 1 - 7 of 7) sorted by relevance
/external/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 67 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon9798 158 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC; 161 output_type = LTO_CODEGEN_PIC_MODEL_STATIC; 169 //output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC; 409 lto_codegen_set_pic_model(code_gen, output_type);
|
/external/qemu/audio/ |
H A D | 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/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 151 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 D | descriptor.cc | 1476 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 D | descriptor.pb.h | 1330 // 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 D | m_main.c | 344 const Char *output_type = xml ? "xml" : "log"; local 372 output_type, filename, VG_(strerror)(sr_Err(sres)));
|
/external/valgrind/main/perf/ |
H A D | tinycc.c | 2031 int tcc_set_output_type(TCCState *s, int output_type); 2410 int output_type; 18591 if (s1->output_type == TCC_OUTPUT_DLL) { 18606 if (s1->output_type == TCC_OUTPUT_DLL) { 18840 if (s1->output_type == TCC_OUTPUT_DLL) 18869 if (s1->output_type == TCC_OUTPUT_EXE) 18878 if (s1->output_type == TCC_OUTPUT_DLL) 18900 if (s1->output_type == TCC_OUTPUT_EXE) 19096 if (s1->output_type != TCC_OUTPUT_MEMORY) { 19117 if (s1->output_type ! 2408 int output_type; member in struct:TCCState 21119 tcc_set_output_type(TCCState *s, int output_type) argument 21431 static int output_type; variable [all...] |
Completed in 2073 milliseconds