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

1 2

  /art/libprofile/profile/
profile_compilation_info_test.cc 44 bool AddMethod(const std::string& dex_location,
55 bool AddMethod(const std::string& dex_location,
60 return info->AddMethod(
151 ASSERT_TRUE(AddMethod("dex_location1", /* checksum= */ 1, /* method_idx= */ i, &saved_info));
152 ASSERT_TRUE(AddMethod("dex_location2", /* checksum= */ 2, /* method_idx= */ i, &saved_info));
210 ASSERT_TRUE(AddMethod("dex_location1", /* checksum= */ 1, /* method_idx= */ i, &saved_info));
211 ASSERT_TRUE(AddMethod("dex_location2", /* checksum= */ 2, /* method_idx= */ i, &saved_info));
224 ASSERT_TRUE(AddMethod("dex_location1", /* checksum= */ 1, /* method_idx= */ i, &saved_info));
225 ASSERT_TRUE(AddMethod("dex_location2", /* checksum= */ 2, /* method_idx= */ i, &saved_info));
226 ASSERT_TRUE(AddMethod("dex_location3", /* checksum= */ 3, /* method_idx= */ i, &saved_info))
    [all...]
profile_compilation_info.h 286 bool AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags);
301 if (!data->AddMethod(flags, *it)) {
539 bool AddMethod(MethodHotness::Flag flags, size_t index);
614 bool AddMethod(const std::string& dex_location,
    [all...]
  /art/libdexfile/dex/
test_dex_file_builder_test.cc 29 builder.AddMethod("LTestClass;", "()I", "foo");
30 builder.AddMethod("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar");
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service_impl.cc 71 AddMethod(new ::grpc::internal::RpcServiceMethod(
grpc_master_service_impl.cc 153 AddMethod(new ::grpc::internal::RpcServiceMethod(
  /external/mesa3d/scons/
custom.py 162 env.AddMethod(code_generate, 'CodeGenerate')
235 env.AddMethod(pkg_check_modules, 'PkgCheckModules')
236 env.AddMethod(pkg_use_modules, 'PkgUseModules')
301 env.AddMethod(parse_source_list, 'ParseSourceList')
gallium.py 676 env.AddMethod(install_program, 'InstallProgram')
677 env.AddMethod(install_shared_library, 'InstallSharedLibrary')
678 env.AddMethod(msvc2013_compat, 'MSVC2013Compat')
679 env.AddMethod(unit_test, 'UnitTest')
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service_impl.cc 58 AddMethod(new ::grpc::internal::RpcServiceMethod(
  /external/grpc-grpc/src/csharp/Grpc.Core/
ServerServiceDefinition.cs 82 public Builder AddMethod<TRequest, TResponse>(
100 public Builder AddMethod<TRequest, TResponse>(
118 public Builder AddMethod<TRequest, TResponse>(
136 public Builder AddMethod<TRequest, TResponse>(
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
MockServiceHelper.cs 90 .AddMethod(unaryMethod, (request, context) => unaryHandler(request, context))
91 .AddMethod(clientStreamingMethod, (requestStream, context) => clientStreamingHandler(requestStream, context))
92 .AddMethod(serverStreamingMethod, (request, responseStream, context) => serverStreamingHandler(request, responseStream, context))
93 .AddMethod(duplexStreamingMethod, (requestStream, responseStream, context) => duplexStreamingHandler(requestStream, responseStream, context))
  /external/flatbuffers/tests/
monster_test.grpc.fb.cc 87 AddMethod(new ::grpc::internal::RpcServiceMethod(
92 AddMethod(new ::grpc::internal::RpcServiceMethod(
97 AddMethod(new ::grpc::internal::RpcServiceMethod(
102 AddMethod(new ::grpc::internal::RpcServiceMethod(
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
GenericService.cs 53 .AddMethod(StreamingCallMethod, handler).Build();
TestGrpc.cs     [all...]
BenchmarkServiceGrpc.cs 320 .AddMethod(__Method_UnaryCall, serviceImpl.UnaryCall)
321 .AddMethod(__Method_StreamingCall, serviceImpl.StreamingCall)
322 .AddMethod(__Method_StreamingFromClient, serviceImpl.StreamingFromClient)
323 .AddMethod(__Method_StreamingFromServer, serviceImpl.StreamingFromServer)
324 .AddMethod(__Method_StreamingBothWays, serviceImpl.StreamingBothWays).Build();
WorkerServiceGrpc.cs 318 .AddMethod(__Method_RunServer, serviceImpl.RunServer)
319 .AddMethod(__Method_RunClient, serviceImpl.RunClient)
320 .AddMethod(__Method_CoreCount, serviceImpl.CoreCount)
321 .AddMethod(__Method_QuitWorker, serviceImpl.QuitWorker).Build();
MetricsGrpc.cs 192 .AddMethod(__Method_GetAllGauges, serviceImpl.GetAllGauges)
193 .AddMethod(__Method_GetGauge, serviceImpl.GetGauge).Build();
  /art/runtime/jit/
profiling_info_test.cc 66 bool AddMethod(const std::string& dex_location,
77 bool AddMethod(const std::string& dex_location,
82 return info->AddMethod(
  /external/grpc-grpc/include/grpcpp/impl/codegen/
service_type.h 129 void AddMethod(internal::RpcServiceMethod* method) {
  /external/grpc-grpc/src/cpp/server/health/
default_health_check_service.cc 46 AddMethod(method_);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
grpc_eager_service.cc 121 AddMethod(new ::grpc::internal::RpcServiceMethod(
  /external/protobuf/python/
mox.py 677 group.AddMethod(self)
682 new_group.AddMethod(self)
1194 def AddMethod(self, mock_method):
1214 def AddMethod(self, mock_method):
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 558 builder1.AddMethod("Lsome.TestClass;", "()I", "foo");
573 builder2.AddMethod("Land.AnotherTestClass;", "()J", "bar");
680 builder1.AddMethod("Lsome.TestClass;", "()D", "foo");
698 builder2.AddMethod("Land.AnotherTestClass;", "()J", "bar");
    [all...]
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
RouteGuideGrpc.cs 323 .AddMethod(__Method_GetFeature, serviceImpl.GetFeature)
324 .AddMethod(__Method_ListFeatures, serviceImpl.ListFeatures)
325 .AddMethod(__Method_RecordRoute, serviceImpl.RecordRoute)
326 .AddMethod(__Method_RouteChat, serviceImpl.RouteChat).Build();
  /external/grpc-grpc/src/csharp/Grpc.Examples/
MathGrpc.cs 284 .AddMethod(__Method_Div, serviceImpl.Div)
285 .AddMethod(__Method_DivMany, serviceImpl.DivMany)
286 .AddMethod(__Method_Fib, serviceImpl.Fib)
287 .AddMethod(__Method_Sum, serviceImpl.Sum).Build();
  /external/grpc-grpc/src/csharp/Grpc.HealthCheck/
HealthGrpc.cs 110 .AddMethod(__Method_Check, serviceImpl.Check).Build();

Completed in 378 milliseconds

1 2