HomeSort by relevance Sort by last modified time
    Searched refs:AddMethod (Results 26 - 39 of 39) sorted by null

12

  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
test_support.py 116 method = interface.AddMethod('Foo', 42)
module.py 12 # method = interface.AddMethod('Tat', 0)
628 def AddMethod(self, mojom_name, ordinal=None, attributes=None):
  /art/libprofile/profile/
profile_compilation_info.cc 172 return data->AddMethod(flags, ref.index);
186 return data->AddMethod(flags, method_idx);
192 if (!AddMethod(method, flags)) {
705 bool ProfileCompilationInfo::AddMethod(const std::string& dex_location,
767 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags) {
    [all...]
  /art/profman/
profile_assistant_test.cc 93 ASSERT_TRUE(info->AddMethod(
95 ASSERT_TRUE(info->AddMethod(
98 ASSERT_TRUE(info->AddMethod(
100 ASSERT_TRUE(info->AddMethod(
    [all...]
profman.cc     [all...]
  /external/grpc-grpc/examples/csharp/Helloworld/Greeter/
HelloworldGrpc.cs 144 .AddMethod(__Method_SayHello, serviceImpl.SayHello).Build();
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
HelloworldGrpc.cs 144 .AddMethod(__Method_SayHello, serviceImpl.SayHello).Build();
  /external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
HelloworldGrpc.cs 145 .AddMethod(__Method_SayHello, serviceImpl.SayHello).Build();
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
ReportQpsScenarioServiceGrpc.cs 143 .AddMethod(__Method_ReportScenario, serviceImpl.ReportScenario).Build();
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
ReflectionGrpc.cs 123 .AddMethod(__Method_ServerReflectionInfo, serviceImpl.ServerReflectionInfo).Build();
  /art/libdexfile/dex/
test_dex_file_builder.h 63 void AddMethod(const std::string& class_descriptor, const std::string& signature,
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 165 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service,
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 155 void AddMethod(ArtMethod* method) {
    [all...]

Completed in 311 milliseconds

12