Home
last modified time | relevance | path

Searched refs:kick (Results 1 – 25 of 55) sorted by relevance

123

/external/grpc-grpc/src/core/lib/iomgr/
Dpollset_uv.cc69 static void kick() { in kick() function
91 grpc_custom_poller_vtable uv_pollset_vtable = {init, run_loop, kick, shutdown};
Dpollset_custom.h29 void (*kick)(); member
Dpollset.cc53 return grpc_pollset_impl->kick(pollset, specific_worker); in grpc_pollset_kick()
Dpollset.h49 grpc_error* (*kick)(grpc_pollset* pollset, member
Dpollset_custom.cc93 poller_vtable->kick(); in pollset_kick()
Dev_poll_posix.cc692 int kick = 0; local
705 kick = 1;
713 kick = 1;
724 kick = 1;
729 kick = 1;
732 if (kick) {
/external/autotest/docs/
Dtest-that.md75 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/venv/skylab_suite/
DREADME.md18 `run_suite_skylab` is a script to kick off a suite running in Skylab.
/external/cmockery/cmockery_0_1_2/m4/
Dgoogle_namespace.m413 # the namespace rules might kick in.
/external/autotest/test_suites/
Dcontrol.hardware_memoryqual35 # Don't wait for results, just kick off child job.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsplit-store.ll174 ; 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.
Dregalloc-reconcile-broken-hints.ll3 ; This is tricky to have something reasonably small to kick this optimization since
/external/autotest/client/site_tests/cellular_ModemControl/
Dcontrol.novatel-e36236 # or else the out-of-credits logic will kick in and attempt to reconnect (see
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.full22 You will need to use a lab DUT and a lab devserver but kick it off from your
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc65 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll13 ; Currently, LSR won't kick in on such loops.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll13 ; Currently, LSR won't kick in on such loops.
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pxd.pxi108 void (*kick)()
/external/u-boot/doc/
DREADME.nokia_rx5120 NOLO so u-boot must kick watchdog to prevent reboot device (but not very
/external/tensorflow/tensorflow/lite/examples/ios/simple/
DRunModelViewController.mm68 // If at capacity, kick the smallest value out.
/external/tensorflow/tensorflow/examples/ios/camera/
Dtensorflow_utils.mm72 // If at capacity, kick the smallest value out.
/external/ipsec-tools/src/racoon/
DTODO107 - kick tcp retransmission timer on first SA establishment
/external/tensorflow/tensorflow/examples/ios/simple/
DRunModelViewController.mm88 // If at capacity, kick the smallest value out.
/external/llvm/test/CodeGen/X86/
Dregalloc-reconcile-broken-hints.ll3 ; This is tricky to have something reasonably small to kick this optimization since
/external/tensorflow/tensorflow/examples/ios/benchmark/
DBenchmarkViewController.mm90 // If at capacity, kick the smallest value out.

123