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

  /external/compiler-rt/test/asan/android_commands/
android_compile.py 11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
  /external/zopfli/src/zopfli/
zopfli_bin.c 83 ZopfliFormat output_type,
96 ZopfliCompress(options, output_type, in, insize, &out, &outsize);
130 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; local
142 output_type = ZOPFLI_FORMAT_DEFLATE;
144 else if (StringsEqual(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB;
145 else if (StringsEqual(arg, "--gzip")) output_type = ZOPFLI_FORMAT_GZIP;
181 } else if (output_type == ZOPFLI_FORMAT_GZIP) {
183 } else if (output_type == ZOPFLI_FORMAT_ZLIB) {
186 assert(output_type == ZOPFLI_FORMAT_DEFLATE);
192 CompressFile(&options, output_type, filename, outfilename)
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_unittest.cc 183 AutocompleteMatch::Type output_type; member in struct:__anon7559
215 EXPECT_EQ(cases[i].output_type, match_core.type)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 139 NetEqOutputType output_type; local
148 &output_type));
157 &output_type));
279 NetEqOutputType output_type; variable
288 &output_type));
291 UpdateState(output_type); variable
294 virtual void UpdateState(NetEqOutputType output_type) {
297 if (output_type == kOutputNormal) {
303 if (output_type == kOutputPLC) {
309 if (output_type == kOutputPLCtoCNG)
    [all...]
neteq_stereo_unittest.cc 213 NetEqOutputType output_type; local
220 &output_type));
228 &output_type));
neteq_unittest.cc 1139 NetEqOutputType output_type; local
1217 NetEqOutputType output_type; local
1289 NetEqOutputType output_type; local
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 70 static lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; variable
162 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC;
165 output_type = LTO_CODEGEN_PIC_MODEL_STATIC;
440 CodeGen->setCodePICModel(output_type);
  /external/chromium_org/v8/src/
code-stubs.cc 535 Type* output_type = GetType(zone, map); local
538 return Type::Union(output_type, nil_type, zone);
  /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/tools/gn/
target.h 58 OutputType output_type() const { return output_type_; } function in class:Target
  /external/chromium_org/v8/src/compiler/
simplified-lowering.cc 318 MachineTypeUnion output_type = rep | changer_->TypeFromUpperBound(upper); local
319 SetOutput(node, output_type);
325 MachineType type = static_cast<MachineType>(output_type);
335 ProcessInput(node, iter.index(), values > 0 ? output_type : 0);
    [all...]
  /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/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 3996 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 952 milliseconds