/external/webp/src/dec/ |
D | alpha.c | 62 dec->method_ = (data[0] >> 0) & 0x03; in ALPHInit() 66 if (dec->method_ < ALPHA_NO_COMPRESSION || in ALPHInit() 67 dec->method_ > ALPHA_LOSSLESS_COMPRESSION || in ALPHInit() 74 if (dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHInit() 78 assert(dec->method_ == ALPHA_LOSSLESS_COMPRESSION); in ALPHInit() 94 if (alph_dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHDecode()
|
D | alphai.h | 30 int method_; member
|
D | idec.c | 139 if (alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION) { in DoRemap()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 891 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0() 896 (object_->*method_)(); in Run() 902 MethodType method_; variable 936 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1() 942 (object_->*method_)(arg1_); in Run() 948 MethodType method_; variable 984 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure2() 990 (object_->*method_)(arg1_, arg2_); in Run() 996 MethodType method_; variable
|
/external/webp/src/enc/ |
D | config.c | 150 uint8_t method_; member 160 config->method = kLosslessPresets[level].method_; in WebPConfigLosslessPreset()
|
D | analysis.c | 340 if (enc->method_ >= 5) { in MBAnalyze() 448 (enc->method_ == 0); // for method 0, we need preds_[] to be filled. in VP8EncAnalyze()
|
D | webpenc.c | 97 enc->method_ = method; in MapConfigToTools()
|
D | vp8enci.h | 449 int method_; // 0=fastest, 6=best/slowest. member
|
D | quant.c | 218 (enc->method_ >= 4) ? enc->config_->sns_strength in SetupMatrices() 1140 const int method = it->enc_->method_; in VP8Decimate()
|
D | frame.c | 580 const int method = enc->method_; in StatLoop()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1074 method_(""), in MockTestService() 1092 method_ = "Foo"; in Foo() 1105 method_ = "Bar"; in Bar() 1115 string method_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService 1126 method_(NULL), in MockRpcChannel() 1148 method_ = method; in CallMethod() 1158 const MethodDescriptor* method_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel 1257 EXPECT_EQ("Foo" , mock_service_.method_ ); in TEST_F() 1269 EXPECT_EQ("Bar", mock_service_.method_); in TEST_F() 1311 EXPECT_EQ(foo_ , mock_channel_.method_ ); in TEST_F() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 1365 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; 4646 return method_.size(); in method_size() 4649 method_.Clear(); in clear_method() 4653 return method_.Get(index); in method() 4657 return method_.Mutable(index); in mutable_method() 4661 return method_.Add(); in add_method() 4666 return method_; in method() 4671 return &method_; in mutable_method()
|
D | descriptor.pb.cc | 256 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, method_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 4193 method_.Clear(); in Clear() 4393 method_.MergeFrom(from.method_); in MergeFrom() 4429 method_.Swap(&other->method_); in Swap()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |