Searched defs:output_type (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/test/asan/android_commands/
H A 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/zopfli/src/zopfli/
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, argument
31 if (output_type == ZOPFLI_FORMAT_GZIP) {
33 } else if (output_type == ZOPFLI_FORMAT_ZLIB) {
35 } else if (output_type == ZOPFLI_FORMAT_DEFLATE) {
H A Dzopfli_bin.c83 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, filenam
82 CompressFile(const ZopfliOptions* options, ZopfliFormat output_type, const char* infilename, const char* outfilename) argument
[all...]
/external/v8/src/compiler/
H A Drepresentation-change.h35 Node* GetRepresentationFor(Node* node, MachineTypeUnion output_type, argument
37 if (!base::bits::IsPowerOfTwo32(output_type & kRepMask)) {
39 return TypeError(node, output_type, use_type);
41 if ((use_type & kRepMask) == (output_type & kRepMask)) {
45 if ((use_type & rWord) && (output_type & rWord)) {
53 return GetTaggedRepresentationFor(node, output_type);
55 return GetFloat64RepresentationFor(node, output_type);
57 return TypeError(node, output_type, use_type); // TODO(titzer): handle
59 return GetBitRepresentationFor(node, output_type);
61 return GetWord32RepresentationFor(node, output_type,
70 GetTaggedRepresentationFor(Node* node, MachineTypeUnion output_type) argument
114 GetFloat64RepresentationFor(Node* node, MachineTypeUnion output_type) argument
150 GetWord32RepresentationFor(Node* node, MachineTypeUnion output_type, bool use_unsigned) argument
192 GetBitRepresentationFor(Node* node, MachineTypeUnion output_type) argument
224 GetWord64RepresentationFor(Node* node, MachineTypeUnion output_type) argument
332 TypeError(Node* node, MachineTypeUnion output_type, MachineTypeUnion use) argument
[all...]
H A Dsimplified-lowering.cc318 MachineTypeUnion output_type = rep | changer_->TypeFromUpperBound(upper); local
319 SetOutput(node, output_type);
325 MachineType type = static_cast<MachineType>(output_type);
335 ProcessInput(node, iter.index(), values > 0 ? output_type : 0);
/external/v8/src/
H A Dcode-stubs.cc535 Type* output_type = GetType(zone, map); local
538 return Type::Union(output_type, nil_type, zone);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc153 const string& output_type) {
157 result->set_output_type(output_type);
1235 EXPECT_EQ(foo_response_, foo_->output_type());
1236 EXPECT_EQ(bar_response_, bar_->output_type());
3965 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3979 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3992 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
4006 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
4614 " output_type: \"TestMessage\""
4639 " output_type
150 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.cc1725 if (!output_type()->is_unqualified_placeholder_) {
1728 proto->mutable_output_type()->append(output_type()->full_name());
2109 output_type()->full_name());
4422 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
4423 if (output_type.IsNull()) {
4426 proto.output_type());
4427 } else if (output_type.type != Symbol::MESSAGE) {
4430 "\"" + proto.output_type() + "\" is not a message type.");
4432 method->output_type_ = output_type
[all...]
H A Ddescriptor.pb.h1453 // optional string output_type = 3;
1457 inline const ::std::string& output_type() const;
1463 inline void set_allocated_output_type(::std::string* output_type);
4871 // optional string output_type = 3;
4887 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
4888 // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.output_type)
4897 // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.output_type)
4905 // @@protoc_insertion_point(field_set_char:google.protobuf.MethodDescriptorProto.output_type)
4913 // @@protoc_insertion_point(field_set_pointer:google.protobuf.MethodDescriptorProto.output_type)
4920 // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProto.output_type)
4933 set_allocated_output_type(::std::string* output_type) argument
[all...]
/external/valgrind/perf/
H A Dtinycc.c2031 int tcc_set_output_type(TCCState *s, int output_type);
2410 int output_type;
18591 if (s1->output_type == TCC_OUTPUT_DLL) {
18606 if (s1->output_type == TCC_OUTPUT_DLL) {
18840 if (s1->output_type == TCC_OUTPUT_DLL)
18869 if (s1->output_type == TCC_OUTPUT_EXE)
18878 if (s1->output_type == TCC_OUTPUT_DLL)
18900 if (s1->output_type == TCC_OUTPUT_EXE)
19096 if (s1->output_type != TCC_OUTPUT_MEMORY) {
19117 if (s1->output_type !
2408 int output_type; member in struct:TCCState
21119 tcc_set_output_type(TCCState *s, int output_type) argument
21431 static int output_type; variable
[all...]

Completed in 267 milliseconds