/packages/apps/Email/provider_src/com/android/email/service/ |
AttachmentService.java | 608 kick(); method 643 // Kick it awake to get it to realize that we are stopping. 644 kick(); method 737 private void kick() { method in class:AttachmentService 806 kick(); method 1100 kick(); method 1175 kick(); method 1189 kick(); method [all...] |
/system/core/adb/ |
usb_linux_client.cpp | 66 void (*kick)(usb_handle *h); member in struct:usb_handle 355 h->kick = usb_adb_kick; 538 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno); 543 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno); 575 h->kick = usb_ffs_kick; 619 h->kick(h);
|
/external/autotest/docs/ |
test-that.md | 67 This will kick off a suite in the lab that consists of just 1 job, dummy\_Pass, 87 You can also kick off a suite, for example with:
|
/prebuilts/go/darwin-x86/src/time/ |
internal_test.go | 38 // overflow timer and kick the timer proc back into service.
|
/prebuilts/go/linux-x86/src/time/ |
internal_test.go | 38 // overflow timer and kick the timer proc back into service.
|
/external/v8/test/mjsunit/regress/ |
regress-prepare-break-while-recompile.js | 49 // Mark and kick off recompilation.
|
/system/core/logd/ |
LogBuffer.cpp | 592 bool kick = false; local 674 kick = true; 718 kick = true; 751 if (!kick || !mPrune.worstUidEnabled()) { 779 // kick a misbehaving log reader client off the island 819 // kick a misbehaving log reader client off the island [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
time.go | 91 // Add a timer to the heap and start or kick the timer proc.
|
mgc.go | 597 // else for a while, so kick everything out of its run [all...] |
/prebuilts/go/darwin-x86/src/runtime/trace/ |
trace_stack_test.go | 34 // on a channel, in a select or otherwise. So we kick off goroutines
|
/prebuilts/go/linux-x86/src/runtime/ |
time.go | 91 // Add a timer to the heap and start or kick the timer proc.
|
mgc.go | 597 // else for a while, so kick everything out of its run [all...] |
/prebuilts/go/linux-x86/src/runtime/trace/ |
trace_stack_test.go | 34 // on a channel, in a select or otherwise. So we kick off goroutines
|
/prebuilts/go/darwin-x86/src/net/ |
dial_test.go | 329 // Primary is slow; fallback should kick in.
|
/prebuilts/go/linux-x86/src/net/ |
dial_test.go | 329 // Primary is slow; fallback should kick in.
|