Home
last modified time | relevance | path

Searched refs:method_ (Results 1 – 14 of 14) sorted by relevance

/external/webp/src/dec/
Dalpha.c62 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()
Dalphai.h30 int method_; member
Didec.c139 if (alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION) { in DoRemap()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h891 : 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/
Dconfig.c150 uint8_t method_; member
160 config->method = kLosslessPresets[level].method_; in WebPConfigLosslessPreset()
Danalysis.c340 if (enc->method_ >= 5) { in MBAnalyze()
448 (enc->method_ == 0); // for method 0, we need preds_[] to be filled. in VP8EncAnalyze()
Dwebpenc.c97 enc->method_ = method; in MapConfigToTools()
Dvp8enci.h449 int method_; // 0=fastest, 6=best/slowest. member
Dquant.c218 (enc->method_ >= 4) ? enc->config_->sns_strength in SetupMatrices()
1140 const int method = it->enc_->method_; in VP8Decimate()
Dframe.c580 const int method = enc->method_; in StatLoop()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1074 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/
Ddescriptor.pb.h1365 ::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()
Ddescriptor.pb.cc256 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/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...