/external/v8/src/compiler/ |
D | representation-change.h | 35 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 …]
|
D | simplified-lowering.cc | 318 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/ |
D | zopfli_bin.c | 83 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()
|
D | zopfli_lib.c | 28 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()
|
D | zopfli.h | 89 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type,
|
/external/compiler-rt/test/asan/android_commands/ |
D | 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/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 149 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/ |
D | java_service.cc | 213 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/ |
D | service_reflection.py | 203 return method_descriptor.output_type._concrete_class 284 method_descriptor.output_type._concrete_class, callback)
|
D | descriptor.py | 630 input_type, output_type, options=None): argument 642 self.output_type = output_type
|
/external/protobuf/python/google/protobuf/ |
D | service_reflection.py | 203 return method_descriptor.output_type._concrete_class 284 method_descriptor.output_type._concrete_class, callback)
|
D | descriptor.py | 683 input_type, output_type, options=None): argument 695 self.output_type = output_type
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1725 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()
|
D | descriptor.h | 933 const Descriptor* output_type() const; 1545 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, output_type, const Descriptor*)
|
D | descriptor.pb.cc | 4598 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()
|
D | descriptor_unittest.cc | 153 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()
|
D | descriptor.pb.h | 1457 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()
|
D | descriptor.proto | 215 optional string output_type = 3; field
|
/external/v8/src/ |
D | code-stubs.cc | 535 Type* output_type = GetType(zone, map); in GetInputType() local 538 return Type::Union(output_type, nil_type, zone); in GetInputType()
|
/external/valgrind/perf/ |
D | tinycc.c | 2029 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/ |
D | descriptor_test.py | 95 output_type=None)
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 523 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type())); in PrintServiceDescriptor()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 202 optional string output_type = 3; field
|