Home
last modified time | relevance | path

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

/external/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 …]
Dsimplified-lowering.cc318 MachineTypeUnion output_type = rep | changer_->TypeFromUpperBound(upper); in VisitPhi() local
319 SetOutput(node, output_type); in VisitPhi()
325 MachineType type = static_cast<MachineType>(output_type); in VisitPhi()
335 ProcessInput(node, iter.index(), values > 0 ? output_type : 0); in VisitPhi()
/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/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/java/
Djava_service.cc213 method->output_type()); in GenerateCallMethod()
261 method->output_type()); in GenerateCallBlockingMethod()
305 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype()
357 method->output_type()); in GenerateStub()
422 method->output_type()); in GenerateBlockingStub()
446 vars["output"] = name_resolver_->GetImmutableClassName(method->output_type()); in GenerateMethodSignature()
461 vars["output"] = name_resolver_->GetImmutableClassName(method->output_type()); in GenerateBlockingMethodSignature()
/external/nanopb-c/generator/google/protobuf/
Dservice_reflection.py203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
Ddescriptor.py630 input_type, output_type, options=None): argument
642 self.output_type = output_type
/external/protobuf/python/google/protobuf/
Dservice_reflection.py203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
Ddescriptor.py683 input_type, output_type, options=None): argument
695 self.output_type = output_type
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1725 if (!output_type()->is_unqualified_placeholder_) { in CopyTo()
1728 proto->mutable_output_type()->append(output_type()->full_name()); in CopyTo()
2109 output_type()->full_name()); in DebugString()
4422 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); in CrossLinkMethod() local
4423 if (output_type.IsNull()) { in CrossLinkMethod()
4426 proto.output_type()); in CrossLinkMethod()
4427 } else if (output_type.type != Symbol::MESSAGE) { in CrossLinkMethod()
4430 "\"" + proto.output_type() + "\" is not a message type."); in CrossLinkMethod()
4432 method->output_type_ = output_type.descriptor; in CrossLinkMethod()
Ddescriptor.h933 const Descriptor* output_type() const;
1545 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, output_type, const Descriptor*)
Ddescriptor.pb.cc4598 this->output_type().data(), this->output_type().length(), in MergePartialFromCodedStream()
4669 this->output_type().data(), this->output_type().length(), in SerializeWithCachedSizes()
4673 3, this->output_type(), output); in SerializeWithCachedSizes()
4717 this->output_type().data(), this->output_type().length(), in SerializeWithCachedSizesToArray()
4722 3, this->output_type(), target); in SerializeWithCachedSizesToArray()
4762 this->output_type()); in ByteSize()
4806 set_output_type(from.output_type()); in MergeFrom()
Ddescriptor_unittest.cc153 const string& output_type) { in AddMethod() argument
157 result->set_output_type(output_type); in AddMethod()
1235 EXPECT_EQ(foo_response_, foo_->output_type()); in TEST_F()
1236 EXPECT_EQ(bar_response_, bar_->output_type()); in TEST_F()
Ddescriptor.pb.h1457 inline const ::std::string& output_type() const;
1463 inline void set_allocated_output_type(::std::string* output_type);
4887 inline const ::std::string& MethodDescriptorProto::output_type() const { in output_type() function
4933 inline void MethodDescriptorProto::set_allocated_output_type(::std::string* output_type) { in set_allocated_output_type() argument
4937 if (output_type) { in set_allocated_output_type()
4939 output_type_ = output_type; in set_allocated_output_type()
Ddescriptor.proto215 optional string output_type = 3; field
/external/v8/src/
Dcode-stubs.cc535 Type* output_type = GetType(zone, map); in GetInputType() local
538 return Type::Union(output_type, nil_type, zone); in GetInputType()
/external/valgrind/perf/
Dtinycc.c2029 int tcc_set_output_type(TCCState *s, int output_type);
2408 int output_type; member
18589 if (s1->output_type == TCC_OUTPUT_DLL) { in relocate_section()
18604 if (s1->output_type == TCC_OUTPUT_DLL) { in relocate_section()
18838 if (s1->output_type == TCC_OUTPUT_DLL) in put_got_entry()
18867 if (s1->output_type == TCC_OUTPUT_EXE) in put_got_entry()
18876 if (s1->output_type == TCC_OUTPUT_DLL) in put_got_entry()
18898 if (s1->output_type == TCC_OUTPUT_EXE) in put_got_entry()
19094 if (s1->output_type != TCC_OUTPUT_MEMORY) { in tcc_add_runtime()
19115 if (s1->output_type != TCC_OUTPUT_MEMORY && !s1->nostdlib) { in tcc_add_runtime()
[all …]
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py95 output_type=None)
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc523 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type())); in PrintServiceDescriptor()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto202 optional string output_type = 3; field