/external/chromium_org/chrome/browser/resources/file_manager/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;
|
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; 420 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno); 424 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno); 448 h->kick = usb_ffs_kick; 491 h->kick(h);
|
adb.h | 176 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/Exchange/src/com/android/exchange/ |
ExchangeService.java | 181 kick("start outbox"); 230 // Kick ExchangeService 231 kick("host changed"); 474 // Make this a push mailbox and kick; this will start 482 kick("calendar sync changed"); 616 kick("reload folder list"); 636 kick("reload folder list");
|
EasAccountService.java | 188 ExchangeService.kick("sync finished"); 244 ExchangeService.kick("change ping boxes to push"); 466 ExchangeService.kick("push fallback"); [all...] |
EasSyncService.java | [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
SyncManager.java | 107 // Reason codes when SyncServiceManager.kick is called (mainly for debugging) 221 // Whether we have an unsatisfied "kick" pending 525 kick("account changed"); 676 // Make this a push mailbox and kick; this will start 684 kick("calendar sync changed"); [all...] |
/packages/apps/Email/src/com/android/email/service/ |
AttachmentDownloadService.java | 298 kick(); method 584 kick(); method 651 kick(); method 669 kick(); method 690 private void kick() { method in class:AttachmentDownloadService 983 kick(); method [all...] |
/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/oprofile/events/i386/nehalem/ |
unit_masks | 352 0x20 kick_start Count L2 HW prefetcher kick started
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
gallery.js | 415 this.inactivityWatcher_.kick(Gallery.FIRST_FADE_TIMEOUT); 487 this.inactivityWatcher_.kick();
|
/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/chrome/browser/resources/file_manager/js/ |
file_copy_manager.js | 765 * Kick off pasting. 941 // so we need to kick off queue processing and dispatch BEGIN event. [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebFrameTest.cpp | 3515 void kick() function in class:__anon12862::StubbornSpellCheckClient [all...] |