Home
last modified time | relevance | path

Searched refs:on_finish (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/core/http/
Dhttpcli_test.cc44 static void on_finish(void* arg, grpc_error* error) { in on_finish() function
84 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get()
123 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post()
Dhttpscli_test.cc46 static void on_finish(void* arg, grpc_error* error) { in on_finish() function
87 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get()
127 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post()
/external/v8/src/heap/
Ditem-parallel-job.cc23 base::Semaphore* on_finish, std::vector<Item*>* items, size_t start_index, in SetupInternal() argument
25 on_finish_ = on_finish; in SetupInternal()
Ditem-parallel-job.h108 base::Semaphore* on_finish, std::vector<Item*>* items,
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi352 self.timer.start(self.on_finish)
354 def on_finish(self): member in TimerWrapper