Home
last modified time | relevance | path

Searched refs:output_type (Results 1 – 25 of 53) sorted by relevance

123

/external/chromium_org/v8/src/compiler/
Drepresentation-change.h35 Node* GetRepresentationFor(Node* node, MachineTypeUnion output_type, in GetRepresentationFor() argument
37 if (!base::bits::IsPowerOfTwo32(output_type & kRepMask)) { in GetRepresentationFor()
39 return TypeError(node, output_type, use_type); in GetRepresentationFor()
41 if ((use_type & kRepMask) == (output_type & kRepMask)) { in GetRepresentationFor()
45 if ((use_type & rWord) && (output_type & rWord)) { in GetRepresentationFor()
53 return GetTaggedRepresentationFor(node, output_type); in GetRepresentationFor()
55 return GetFloat64RepresentationFor(node, output_type); in GetRepresentationFor()
57 return TypeError(node, output_type, use_type); // TODO(titzer): handle in GetRepresentationFor()
59 return GetBitRepresentationFor(node, output_type); in GetRepresentationFor()
61 return GetWord32RepresentationFor(node, output_type, in GetRepresentationFor()
[all …]
/external/zopfli/src/zopfli/
Dzopfli_bin.c83 ZopfliFormat output_type, in CompressFile() argument
96 ZopfliCompress(options, output_type, in, insize, &out, &outsize); in CompressFile()
130 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; in main() local
142 output_type = ZOPFLI_FORMAT_DEFLATE; in main()
144 else if (StringsEqual(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB; in main()
145 else if (StringsEqual(arg, "--gzip")) output_type = ZOPFLI_FORMAT_GZIP; in main()
181 } else if (output_type == ZOPFLI_FORMAT_GZIP) { in main()
183 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in main()
186 assert(output_type == ZOPFLI_FORMAT_DEFLATE); in main()
192 CompressFile(&options, output_type, filename, outfilename); in main()
Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress() argument
31 if (output_type == ZOPFLI_FORMAT_GZIP) { in ZopfliCompress()
33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) { in ZopfliCompress()
35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) { in ZopfliCompress()
Dzopfli.h89 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type,
/external/compiler-rt/test/asan/android_commands/
Dandroid_compile.py11 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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dneteq_external_decoder_unittest.cc139 NetEqOutputType output_type; in GetOutputAudio() local
148 &output_type)); in GetOutputAudio()
157 &output_type)); in GetOutputAudio()
279 NetEqOutputType output_type; in GetOutputAudio() local
288 &output_type)); in GetOutputAudio()
291 UpdateState(output_type); in GetOutputAudio()
294 virtual void UpdateState(NetEqOutputType output_type) { in UpdateState() argument
297 if (output_type == kOutputNormal) { in UpdateState()
303 if (output_type == kOutputPLC) { in UpdateState()
309 if (output_type == kOutputPLCtoCNG) { in UpdateState()
[all …]
Dneteq_stereo_unittest.cc213 NetEqOutputType output_type; in RunTest() local
220 &output_type)); in RunTest()
228 &output_type)); in RunTest()
Dneteq_unittest.cc1139 NetEqOutputType output_type; in TEST_F() local
1148 &output_type)); in TEST_F()
1166 &output_type)); in TEST_F()
1184 &output_type)); in TEST_F()
1217 NetEqOutputType output_type; in TEST_F() local
1227 &output_type)); in TEST_F()
1267 &output_type)); in TEST_F()
1289 NetEqOutputType output_type; in WrapTest() local
1339 &output_type)); in WrapTest()
/external/chromium_org/tools/gn/
Dninja_target_writer.cc58 if (target->output_type() == Target::COPY_FILES) { in RunAndWriteFile()
61 } else if (target->output_type() == Target::ACTION || in RunAndWriteFile()
62 target->output_type() == Target::ACTION_FOREACH) { in RunAndWriteFile()
65 } else if (target->output_type() == Target::GROUP) { in RunAndWriteFile()
68 } else if (target->output_type() == Target::EXECUTABLE || in RunAndWriteFile()
69 target->output_type() == Target::STATIC_LIBRARY || in RunAndWriteFile()
70 target->output_type() == Target::SHARED_LIBRARY || in RunAndWriteFile()
71 target->output_type() == Target::SOURCE_SET) { in RunAndWriteFile()
154 bool list_sources_as_input_deps = (target_->output_type() == Target::ACTION); in WriteInputDepsStampAndGetDep()
158 (target_->output_type() == Target::ACTION) || in WriteInputDepsStampAndGetDep()
[all …]
Dtarget_generator.cc62 const std::string& output_type, in GenerateTarget() argument
85 if (output_type == functions::kCopy) { in GenerateTarget()
88 } else if (output_type == functions::kAction) { in GenerateTarget()
92 } else if (output_type == functions::kActionForEach) { in GenerateTarget()
96 } else if (output_type == functions::kExecutable) { in GenerateTarget()
100 } else if (output_type == functions::kGroup) { in GenerateTarget()
103 } else if (output_type == functions::kSharedLibrary) { in GenerateTarget()
107 } else if (output_type == functions::kSourceSet) { in GenerateTarget()
111 } else if (output_type == functions::kStaticLibrary) { in GenerateTarget()
Dfunction_get_target_outputs.cc121 if (target->output_type() == Target::ACTION || in RunGetTargetOutputs()
122 target->output_type() == Target::COPY_FILES || in RunGetTargetOutputs()
123 target->output_type() == Target::ACTION_FOREACH) { in RunGetTargetOutputs()
Dcommand_desc.cc332 if (target->output_type() == Target::ACTION) { in PrintOutputs()
640 target->output_type() != Target::GROUP &&
641 target->output_type() != Target::COPY_FILES &&
642 target->output_type() != Target::ACTION &&
643 target->output_type() != Target::ACTION_FOREACH;
655 Target::GetStringForOutputType(target->output_type())) + "\n");
688 if (target->output_type() == Target::ACTION ||
689 target->output_type() == Target::ACTION_FOREACH) {
695 if (target->output_type() == Target::ACTION ||
696 target->output_type() == Target::ACTION_FOREACH ||
[all …]
Daction_values.cc19 if (target->output_type() == Target::COPY_FILES || in GetOutputsAsSourceFiles()
20 target->output_type() == Target::ACTION_FOREACH) { in GetOutputsAsSourceFiles()
Dtarget.cc213 if (dep->output_type() == STATIC_LIBRARY || in PullDependentTargetInfo()
214 dep->output_type() == SHARED_LIBRARY || in PullDependentTargetInfo()
215 dep->output_type() == SOURCE_SET) in PullDependentTargetInfo()
363 if (!(output_type() == Target::STATIC_LIBRARY && complete_static_lib())) in CheckNoNestedStaticLibs()
368 if (iter.target()->output_type() == Target::STATIC_LIBRARY) { in CheckNoNestedStaticLibs()
376 if (inherited_libraries()[i]->output_type() == Target::STATIC_LIBRARY) { in CheckNoNestedStaticLibs()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc198 vars["output"] = ClassName(method->output_type()); in GenerateCallMethod()
243 vars["output"] = ClassName(method->output_type()); in GenerateCallBlockingMethod()
287 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype()
338 vars["output"] = ClassName(method->output_type()); in GenerateStub()
402 vars["output"] = ClassName(method->output_type()); in GenerateBlockingStub()
426 vars["output"] = ClassName(method->output_type()); in GenerateMethodSignature()
441 vars["output"] = ClassName(method->output_type()); in GenerateBlockingMethodSignature()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc189 vars["output"] = ClassName(method->output_type()); in GenerateCallMethod()
234 vars["output"] = ClassName(method->output_type()); in GenerateCallBlockingMethod()
278 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype()
329 vars["output"] = ClassName(method->output_type()); in GenerateStub()
393 vars["output"] = ClassName(method->output_type()); in GenerateBlockingStub()
417 vars["output"] = ClassName(method->output_type()); in GenerateMethodSignature()
432 vars["output"] = ClassName(method->output_type()); in GenerateBlockingMethodSignature()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.cc149 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateMethodSignatures()
220 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateNotImplementedMethods()
250 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateCallMethod()
290 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()
318 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateStubMethods()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.cc149 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateMethodSignatures()
220 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateNotImplementedMethods()
250 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateCallMethod()
290 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()
318 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateStubMethods()
/external/chromium_org/tools/cygprofile/
Dsymbolize.py202 output_type = options.output_type
222 if output_type == 'lineize':
226 elif output_type == 'orderfile':
/external/chromium_org/chrome/browser/extensions/api/terminal/
Dterminal_private_api.cc50 const std::string& output_type, in NotifyProcessOutput() argument
55 pid, output_type, output)); in NotifyProcessOutput()
61 args->Append(new base::StringValue(output_type)); in NotifyProcessOutput()
/external/protobuf/python/google/protobuf/
Dservice_reflection.py203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
Ddescriptor.py542 input_type, output_type, options=None): argument
554 self.output_type = output_type
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Dservice_reflection.py203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
/external/qemu/audio/
Dfmodaudio.c534 int output_type = -1; in fmod_audio_init() local
555 output_type = drvtab[i].type; in fmod_audio_init()
569 if (output_type != -1) { in fmod_audio_init()
570 status = FSOUND_SetOutput (output_type); in fmod_audio_init()
572 fmod_logerr ("FSOUND_SetOutput(%d) failed\n", output_type); in fmod_audio_init()
/external/llvm/tools/gold/
Dgold-plugin.cpp70 static lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; variable
162 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC; in onload()
165 output_type = LTO_CODEGEN_PIC_MODEL_STATIC; in onload()
440 CodeGen->setCodePICModel(output_type); in all_symbols_read_hook()

123