HomeSort by relevance Sort by last modified time
    Searched refs:kick (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
util.js 38 this.kick();
111 MouseInactivityWatcher.prototype.kick = function(opt_timeout) {
144 this.kick();
156 this.kick();
168 this.kick();
  /bootable/recovery/minadbd/
transport_usb.c 112 t->kick = remote_kick;
usb_linux_client.c 48 void (*kick)(usb_handle *h); member in struct:usb_handle
239 h->kick = usb_adb_kick;
424 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno);
428 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno);
452 h->kick = usb_ffs_kick;
492 h->kick(h);
adb.h 171 void (*kick)(atransport *t); member in struct:atransport
transport.c 79 t->kick(t);
251 ** threads exit, but the input thread will kick the transport
561 t->kick(t);
  /system/core/adb/
transport_usb.c 116 t->kick = remote_kick;
usb_linux_client.c 47 void (*kick)(usb_handle *h); member in struct:usb_handle
238 h->kick = usb_adb_kick;
422 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno);
426 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno);
453 h->kick = usb_ffs_kick;
496 h->kick(h);
adb.h 183 void (*kick)(atransport *t); member in struct:atransport
transport.c 84 t->kick(t);
256 ** threads exit, but the input thread will kick the transport
719 t->kick(t);
993 t->kick(t);
1088 t->kick(t);
transport_local.c 409 t->kick = remote_kick;
  /packages/apps/Email/src/com/android/email/service/
AttachmentService.java 606 kick(); method
641 // Kick it awake to get it to realize that we are stopping.
642 kick(); method
735 private void kick() { method in class:AttachmentService
804 kick(); method
1097 kick(); method
1169 kick(); method
1183 kick(); method
    [all...]
  /system/core/logd/
LogBuffer.cpp 306 bool kick = false; local
326 kick = true;
345 if (!kick || !mPrune.worstUidEnabled()) {
358 // kick a misbehaving log reader client off the island
389 // kick a misbehaving log reader client off the island
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.js 126 // Call `init` to kick things off.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.js 126 // Call `init` to kick things off.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-prepare-break-while-recompile.js 49 // Mark and kick off recompilation.
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 326 this.inactivityWatcher_.kick(Gallery.FIRST_FADE_TIMEOUT);
386 this.inactivityWatcher_.kick();
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 185 // Already signing, so don't kick off a new sign, but accept the added
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 4405 void kick() function in class:__anon15298::StubbornSpellCheckClient
4421 void kick(int misspellingStartOffset, int misspellingLength, WebTextDecorationType type) function in class:__anon15298::StubbornSpellCheckClient
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 352 0x20 kick_start Count L2 HW prefetcher kick started
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 693 def kick(self, channel, nick, comment=""): member in class:ServerConnection
694 """Send a KICK command."""
695 self.send_raw("KICK %s %s%s" % (channel, nick, (comment and (" :" + comment))))
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
gallery.js 335 this.inactivityWatcher_.kick(Gallery.FIRST_FADE_TIMEOUT);
415 this.inactivityWatcher_.kick();

Completed in 521 milliseconds