HomeSort by relevance Sort by last modified time
    Searched defs:AsyncService (Results 1 - 17 of 17) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service_impl.cc 61 WorkerService::AsyncService::AsyncService() {
70 WorkerService::AsyncService::~AsyncService() {}
grpc_master_service_impl.cc 118 MasterService::AsyncService::AsyncService() {
127 MasterService::AsyncService::~AsyncService() {}
grpc_master_service_impl.h 122 class AsyncService : public ::grpc::Service {
124 AsyncService();
125 virtual ~AsyncService();
grpc_worker_service_impl.h 136 class AsyncService : public ::grpc::Service {
138 AsyncService();
139 virtual ~AsyncService();
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service_impl.cc 56 VerbsService::AsyncService::AsyncService() {
65 VerbsService::AsyncService::~AsyncService() {}
grpc_verbs_service_impl.h 70 class AsyncService : public ::grpc::Service {
72 AsyncService();
73 virtual ~AsyncService();
  /external/guice/extensions/service/src/com/google/inject/service/
AsyncService.java 32 public abstract class AsyncService implements Service {
41 public AsyncService(ExecutorService executor) {
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 35 abstract public class AsyncService extends Service {
36 private static final String TAG = "AsyncService";
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 39 intent.setClass(context, AsyncService.class);
43 public static class AsyncService extends IntentService {
44 public AsyncService() {
  /external/flatbuffers/tests/
monster_test.grpc.fb.h 125 typedef WithAsyncMethod_Store< WithAsyncMethod_Retrieve< Service > > AsyncService;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 124 milliseconds