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

/external/chromium_org/chrome_frame/
H A Dcustom_sync_call_context.h22 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
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_backend_unittest.cc115 AutocompleteMatch::Type output_type; member in struct:history::__anon5380
128 EXPECT_EQ(type_cases[i].output_type,
/external/chromium_org/chrome/browser/extensions/api/terminal/
H A Dterminal_private_api.cc51 const std::string& output_type,
56 pid, output_type, output));
62 args->Append(new base::StringValue(output_type));
48 NotifyProcessOutput(Profile* profile, const std::string& extension_id, pid_t pid, const std::string& output_type, const std::string& output) argument
/external/chromium_org/tools/gn/
H A Dtarget_generator.cc52 const std::string& output_type,
75 if (output_type == functions::kCopy) {
78 } else if (output_type == functions::kCustom) {
81 } else if (output_type == functions::kExecutable) {
85 } else if (output_type == functions::kGroup) {
88 } else if (output_type == functions::kSharedLibrary) {
92 } else if (output_type == functions::kSourceSet) {
96 } else if (output_type == functions::kStaticLibrary) {
49 GenerateTarget(Scope* scope, const FunctionCallNode* function_call, const std::vector<Value>& args, const std::string& output_type, Err* err) argument
H A Dtarget.h54 OutputType output_type() const { return output_type_; } function in class:Target
/external/llvm/tools/gold/
H A Dgold-plugin.cpp65 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon22688
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/chromium_org/v8/src/
H A Dcode-stubs.cc485 Handle<Type> output_type = GetType(isolate, map); local
488 return handle(Type::Union(output_type, nil_type), isolate);
/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc153 const string& output_type) {
157 result->set_output_type(output_type);
1137 EXPECT_EQ(foo_response_, foo_->output_type());
1138 EXPECT_EQ(bar_response_, bar_->output_type());
3375 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3389 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3402 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3416 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3940 " output_type: \"TestMessage\""
3965 " output_type
150 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.cc1622 if (!output_type()->is_unqualified_placeholder_) {
1625 proto->mutable_output_type()->append(output_type()->full_name());
1975 output_type()->full_name());
3998 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
3999 if (output_type.IsNull()) {
4002 proto.output_type());
4003 } else if (output_type.type != Symbol::MESSAGE) {
4006 "\"" + proto.output_type() + "\" is not a message type.");
4008 method->output_type_ = output_type
[all...]
H A Ddescriptor.pb.h1370 // optional string output_type = 3;
1374 inline const ::std::string& output_type() const;
1380 inline void set_allocated_output_type(::std::string* output_type);
4444 // optional string output_type = 3;
4460 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
4501 inline void MethodDescriptorProto::set_allocated_output_type(::std::string* output_type) { argument
4505 if (output_type) {
4507 output_type_ = 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/perf/
H A Dtinycc.c2031 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 365 milliseconds