HomeSort by relevance Sort by last modified time
    Searched refs:output_type (Results 26 - 49 of 49) sorted by null

12

  /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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 1110 NetEqOutputType output_type; local
1188 NetEqOutputType output_type; local
1260 NetEqOutputType output_type; local
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
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/chromium_org/tools/gn/
target.h 55 OutputType output_type() const { return output_type_; } function in class:Target
header_checker.cc 429 if (chain[i]->output_type() == Target::GROUP)
  /device/samsung/manta/audio/
audio_hw.c 122 enum output_type { enum
432 * out stream(s) in enum output_type order
631 enum output_type type;
974 enum output_type type;
1028 enum output_type type;
1043 enum output_type type = OUTPUT_TOTAL;
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_unittest.cc 183 AutocompleteMatch::Type output_type; member in struct:__anon7487
215 EXPECT_EQ(cases[i].output_type, match_core.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...]
descriptor.cc 3996 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
descriptor_unittest.cc 153 const string& output_type) {
157 result->set_output_type(output_type);
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 4460 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 756 const Descriptor* output_type() const;
    [all...]
descriptor.cc 3602 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
descriptor.pb.cc 557 "\001 \001(\t\022\022\n\ninput_type\030\002 \001(\t\022\023\n\013output_type"
    [all...]
descriptor_unittest.cc 151 const string& output_type) {
155 result->set_output_type(output_type);
    [all...]
descriptor.pb.h 3559 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 72 OutputSectDesc::Type output_type;
197 %type <output_type> opt_type type
  /external/chromium_org/v8/src/
code-stubs.cc 466 Type* output_type = GetType(zone, map); local
469 return Type::Union(output_type, nil_type, zone);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_test.py 95 output_type=None)
581 output_type: '.protobuf_unittest.FooResponse'
586 output_type: '.protobuf_unittest.BarResponse'
  /external/valgrind/main/perf/
tinycc.c 2408 int output_type; member in struct:TCCState
21431 static int output_type; variable
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 502 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type()));
513 "output_type=$output_type$,\n"
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 473 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type()));
484 "output_type=$output_type$,\n"
    [all...]

Completed in 842 milliseconds

12