HomeSort by relevance Sort by last modified time
    Searched defs:output_type (Results 1 - 24 of 24) 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/mesa3d/src/compiler/nir/
nir_search.c 64 nir_alu_type output_type = nir_op_infos[src_alu->op].output_type; local
80 return nir_alu_type_get_base_type(output_type) == type;
350 tree->is_dest_sized = !!nir_alu_type_get_type_size(info.output_type);
352 tree->dest_size = nir_alu_type_get_type_size(info.output_type);
nir.h 738 nir_alu_type output_type; member in struct:__anon27419
    [all...]
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 67 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon33030
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;
407 lto_codegen_set_pic_model(code_gen, output_type);
  /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/fio/t/
genzipf.c 57 static int output_type = OUTPUT_NORMAL; variable
144 output_type = OUTPUT_CSV;
293 if (output_type != OUTPUT_CSV)
342 if (output_type == OUTPUT_CSV)
  /external/protobuf/src/google/protobuf/
descriptor.cc 5061 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
descriptor.pb.cc 7735 const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
7771 output_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), output_type); local
    [all...]
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...]
  /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...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 1960 unsigned output_type = get_fundamental_type(fs, it_a->second.type_id); local
    [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/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 1719 unsigned output_type = get_fundamental_type(fs, it_a->second.type_id); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 1719 unsigned output_type = get_fundamental_type(fs, it_a->second.type_id); local
    [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/protobuf/php/ext/google/protobuf/
upb.h 6935 inline upb::reffed_ptr<const upb::FieldDef> output_type() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_MethodDescriptorProto_output_type) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::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 2554 milliseconds