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

  /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
  /external/chromium_org/tools/gn/
target_generator.cc 65 const std::string& output_type,
71 output_type_(output_type),
81 Target::OutputType output_type = GetOutputType(); local
82 target_->set_output_type(output_type);
86 if (TypeHasConfigs(output_type)) {
91 if (TypeHasSources(output_type))
93 if (TypeHasData(output_type))
95 if (output_type == Target::CUSTOM) {
99 if (TypeHasOutputs(output_type))
104 if (TypeHasConfigValues(output_type)) {
    [all...]
target.h 56 OutputType output_type() const { return output_type_; } function in class:Target
  /external/llvm/tools/gold/
gold-plugin.cpp 65 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon24124
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/
code-stubs.cc 545 Handle<Type> output_type = GetType(isolate, map); local
548 return handle(Type::Union(output_type, nil_type), isolate);
  /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);
  /device/samsung/manta/audio/
audio_hw.c 114 enum output_type { enum
609 enum output_type type;
949 enum output_type type;
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3602 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
descriptor.pb.h 3559 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 3994 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
descriptor.pb.h 4460 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/valgrind/main/perf/
tinycc.c 2408 int output_type; member in struct:TCCState
21431 static int output_type; variable
    [all...]

Completed in 562 milliseconds