Home
last modified time | relevance | path

Searched defs:output_type (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/test/asan/android_commands/
Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
/external/v8/src/compiler/
Drepresentation-change.h35 Node* GetRepresentationFor(Node* node, MachineTypeUnion output_type, in GetRepresentationFor()
70 Node* GetTaggedRepresentationFor(Node* node, MachineTypeUnion output_type) { in GetTaggedRepresentationFor()
114 Node* GetFloat64RepresentationFor(Node* node, MachineTypeUnion output_type) { in GetFloat64RepresentationFor()
150 Node* GetWord32RepresentationFor(Node* node, MachineTypeUnion output_type, in GetWord32RepresentationFor()
192 Node* GetBitRepresentationFor(Node* node, MachineTypeUnion output_type) { in GetBitRepresentationFor()
224 Node* GetWord64RepresentationFor(Node* node, MachineTypeUnion output_type) { in GetWord64RepresentationFor()
332 Node* TypeError(Node* node, MachineTypeUnion output_type, in TypeError()
Dsimplified-lowering.cc318 MachineTypeUnion output_type = rep | changer_->TypeFromUpperBound(upper); in VisitPhi() local
/external/zopfli/src/zopfli/
Dzopfli_bin.c83 ZopfliFormat output_type, in CompressFile()
130 ZopfliFormat output_type = ZOPFLI_FORMAT_GZIP; in main() local
Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, in ZopfliCompress()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto202 optional string output_type = 3; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto215 optional string output_type = 3; field
Ddescriptor.pb.h4887 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()
Ddescriptor.cc4422 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); in CrossLinkMethod() local
Ddescriptor_unittest.cc153 const string& output_type) { in AddMethod()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py630 input_type, output_type, options=None): argument
/external/protobuf/python/google/protobuf/
Ddescriptor.py683 input_type, output_type, options=None): argument
/external/v8/src/
Dcode-stubs.cc535 Type* output_type = GetType(zone, map); in GetInputType() local
/external/valgrind/perf/
Dtinycc.c2408 int output_type; member
21119 int tcc_set_output_type(TCCState *s, int output_type) in tcc_set_output_type()
21431 static int output_type; variable