/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | pollset_uv.cc | 69 static void kick() { in kick() function 91 grpc_custom_poller_vtable uv_pollset_vtable = {init, run_loop, kick, shutdown};
|
D | pollset_custom.h | 29 void (*kick)(); member
|
D | pollset.cc | 53 return grpc_pollset_impl->kick(pollset, specific_worker); in grpc_pollset_kick()
|
D | pollset.h | 49 grpc_error* (*kick)(grpc_pollset* pollset, member
|
D | pollset_custom.cc | 93 poller_vtable->kick(); in pollset_kick()
|
D | ev_poll_posix.cc | 653 int kick = 0; local 666 kick = 1; 674 kick = 1; 685 kick = 1; 690 kick = 1; 693 if (kick) {
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | pollset_uv.cc | 69 static void kick() { in kick() function 91 grpc_custom_poller_vtable uv_pollset_vtable = {init, run_loop, kick, shutdown};
|
D | pollset_custom.h | 29 void (*kick)(); member
|
D | pollset.cc | 53 return grpc_pollset_impl->kick(pollset, specific_worker); in grpc_pollset_kick()
|
D | pollset.h | 49 grpc_error* (*kick)(grpc_pollset* pollset, member
|
D | pollset_custom.cc | 93 poller_vtable->kick(); in pollset_kick()
|
D | ev_poll_posix.cc | 692 int kick = 0; local 705 kick = 1; 713 kick = 1; 724 kick = 1; 729 kick = 1; 732 if (kick) {
|
/external/rust/crates/grpcio/src/task/ |
D | executor.rs | 41 pub fn kick(&self, tag: Box<CallTag>) -> Result<()> { in kick() method 157 match task.kicker.kick(Box::new(CallTag::Spawn(w))) { in wake_by_ref()
|
/external/autotest/docs/ |
D | test-that.md | 75 This will kick off a suite in the lab that consists of just 1 job, dummy\_Pass, 95 You can also kick off a suite, for example with: 131 This will kick off the dummy_Pass test on a lumpy device on the Autotest
|
/external/autotest/test_suites/ |
D | control.hardware_thermalqual_full | 35 # Don't wait for results, just kick off child job.
|
D | control.hardware_memoryqual | 35 # Don't wait for results, just kick off child job.
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | pr38984.ll | 23 ; The "compare base pointers" optimization should not kick in for vector icmp.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | split-store.ll | 174 ; getTypeSizeInBits(i12) != getTypeStoreSizeInBits(i12), so store split doesn't kick in. 195 ; getTypeSizeInBits(i14) != getTypeStoreSizeInBits(i14), so store split doesn't kick in. 214 ; getTypeSizeInBits(i2) != getTypeStoreSizeInBits(i2), so store split doesn't kick in.
|
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/ |
D | control.full | 22 You will need to use a lab DUT and a lab devserver but kick it off from your
|
D | control.full.moblab | 22 You will need to use a lab DUT and a lab devserver but kick it off from your
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | completion_queue.cc | 73 grpc_error* (*kick)(grpc_pollset* pollset, member 740 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr); 824 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), pluck_worker); 1079 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);
|
/external/grpc-grpc/src/core/lib/surface/ |
D | completion_queue.cc | 65 grpc_error* (*kick)(grpc_pollset* pollset, member 727 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr); 809 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), pluck_worker); 1052 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2012-01-02-nopreheader.ll | 13 ; Currently, LSR won't kick in on such loops.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2012-01-02-nopreheader.ll | 13 ; Currently, LSR won't kick in on such loops.
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc_gevent.pxd.pxi | 108 void (*kick)()
|