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/webrtc/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 189 NetEqOutputType output_type; variable
198 &output_type));
204 samples_per_channel = GetOutputAudio(kMaxBlockSize, output_, &output_type);
258 virtual void UpdateState(NetEqOutputType output_type) {
261 if (output_type == kOutputNormal) {
267 if (output_type == kOutputPLC) {
273 if (output_type == kOutputPLCtoCNG) {
275 } else if (output_type == kOutputNormal) {
281 if (output_type == kOutputNormal) {
294 NetEqOutputType output_type; variable
296 UpdateState(output_type); variable
    [all...]
neteq_network_stats_unittest.cc 179 NetEqOutputType output_type; local
197 GetOutputAudio(kMaxOutputSize, output_, &output_type);
neteq_stereo_unittest.cc 214 NetEqOutputType output_type; local
221 &output_type));
229 &output_type));
neteq_unittest.cc 1274 NetEqOutputType output_type; local
1350 NetEqOutputType output_type; local
1420 NetEqOutputType output_type; local
    [all...]
  /external/v8/src/
code-stubs.cc 572 Type* output_type = GetType(zone, map); local
575 return Type::Union(output_type, nil_type, zone);
  /external/v8/src/compiler/
simplified-lowering.cc 323 Type* output_type() const { return output_.type(); } function in class:v8::internal::compiler::RepresentationSelector::NodeInfo
503 Type* output_type = output_info.type(); local
505 output_type = Type::Intersect(NodeProperties::GetType(node),
509 DCHECK(info->output_type()->Is(output_type));
512 if (!output_type->Is(info->output_type()) ||
517 NodeOutputInfo(output_info.representation(), output_type));
522 return GetInfo(node->InputAt(0))->output_type()->Is(Type::Signed32()) &&
523 GetInfo(node->InputAt(1))->output_type()->Is(Type::Signed32())
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 4422 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
descriptor.pb.h 4897 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/netperf/src/
nettest_omni.c 691 enum netperf_output_type output_type; /* what type is the value? */ member in struct:netperf_output_elt
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4450 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4450 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4450 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5625 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
5661 output_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), output_type); local
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4450 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/valgrind/perf/
tinycc.c 2408 int output_type; member in struct:TCCState
21431 static int output_type; variable
    [all...]

Completed in 808 milliseconds