HomeSort by relevance Sort by last modified time
    Searched refs:method_ (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 204 RtcpMode method_ GUARDED_BY(critical_section_rtcp_sender_);
  /art/compiler/optimizing/
inliner.cc 310 : method_(method),
321 DCHECK_EQ(profiling_info_, method_->GetProfilingInfo(pointer_size));
322 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_);
329 ArtMethod* const method_; member in class:art::ScopedProfilingInfoInlineUse
    [all...]
nodes.h 1866 ArtMethod* method_; member in class:art::HEnvironment
    [all...]
  /art/runtime/
dex_file.cc     [all...]
stack.cc     [all...]
debugger.cc 87 : method_(method->GetCanonicalMethod(kRuntimePointerSize)),
96 : method_(other.method_),
103 return method_;
117 return method_ == m->GetCanonicalMethod(kRuntimePointerSize);
122 ArtMethod* method_; member in class:art::Breakpoint
    [all...]
thread.cc 3146 ArtMethod* method_; member in struct:FINAL
    [all...]
class_linker.cc 9024 const ArtMethod* const method_; member in class:ClassLinker::FindVirtualMethodHolderVisitor
    [all...]
  /build/make/tools/ijar/
classfile.cc 554 attr->method_ = constant(get_u2be(p));
561 put_u2be(p, method_ == NULL ? 0 : method_->slot());
565 Constant *method_; member in struct:devtools_ijar::EnclosingMethodAttribute
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 350 distortImage( const Magick::DistortMethod method_,
355 distortImage( const Magick::DistortMethod method_,
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 2162 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto> method_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto>(); field in class:Google.Protobuf.Reflection.ServiceDescriptorProto
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 1662 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; member in class:google::protobuf::ServiceDescriptorProto
    [all...]
descriptor.pb.cc 287 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, method_),
    [all...]
  /external/webp/src/enc/
quant_enc.c 242 (enc->method_ >= 4) ? enc->config_->sns_strength
    [all...]
frame_enc.c 580 const int method = enc->method_;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 1277 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; member in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 1277 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; member in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 1277 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; member in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 1662 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; member in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 1277 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; member in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /external/webp/src/dec/
idec_dec.c 144 if (alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION) {
151 } else { // alph_dec->method_ == ALPHA_NO_COMPRESSION
  /external/webrtc/talk/session/media/
channel_unittest.cc 430 method_(method),
435 bool result = (*obj_.*method_)();
442 Method method_; member in class:ChannelTest::CallThread
    [all...]
  /art/runtime/jit/
jit_code_cache.cc     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]

Completed in 1444 milliseconds

1 23 4