HomeSort by relevance Sort by last modified time
    Searched refs:output_type (Results 1 - 25 of 43) 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/
ninja_helper.cc 126 (target->output_type() == Target::SHARED_LIBRARY ||
127 target->output_type() == Target::STATIC_LIBRARY) &&
134 if (target->output_type() == Target::GROUP ||
135 target->output_type() == Target::SOURCE_SET ||
136 target->output_type() == Target::COPY_FILES ||
137 target->output_type() == Target::CUSTOM) {
140 extension = GetExtensionForOutputType(target->output_type(),
149 if (target->output_type() == Target::EXECUTABLE ||
151 (target->output_type() == Target::SHARED_LIBRARY ||
152 target->output_type() == Target::STATIC_LIBRARY)) |
    [all...]
ninja_target_writer.cc 61 if (target->output_type() == Target::COPY_FILES) {
64 } else if (target->output_type() == Target::CUSTOM) {
67 } else if (target->output_type() == Target::GROUP) {
70 } else if (target->output_type() == Target::EXECUTABLE ||
71 target->output_type() == Target::STATIC_LIBRARY ||
72 target->output_type() == Target::SHARED_LIBRARY ||
73 target->output_type() == Target::SOURCE_SET) {
target_generator.cc 52 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) {
target_generator.h 42 const std::string& output_type,
target.cc 163 if (dep->output_type() == STATIC_LIBRARY ||
164 dep->output_type() == SHARED_LIBRARY ||
165 dep->output_type() == SOURCE_SET)
170 if (dep->output_type() != SHARED_LIBRARY &&
171 dep->output_type() != EXECUTABLE) {
ninja_binary_target_writer.cc 74 switch (target->output_type()) {
104 if (target_->output_type() == Target::SOURCE_SET)
203 if (target_->output_type() == Target::SHARED_LIBRARY) {
216 if (target_->output_type() == Target::SHARED_LIBRARY) {
416 (target_->output_type() == Target::EXECUTABLE ||
417 target_->output_type() == Target::SHARED_LIBRARY);
419 if (dep->output_type() == Target::SOURCE_SET) {
420 if (target_->output_type() == Target::SOURCE_SET) {
gyp_target_writer.cc 64 switch (cur->output_type()) {
target.h 54 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:__anon25076
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/chrome/browser/history/
shortcuts_backend_unittest.cc 115 AutocompleteMatch::Type output_type; member in struct:history::__anon7786
128 EXPECT_EQ(type_cases[i].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...]

Completed in 1494 milliseconds

1 2