HomeSort by relevance Sort by last modified time
    Searched full:kick (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
DisconnectMessage.java 45 public static final String KICK = "Kick";
  /external/chromium/chrome/browser/resources/file_manager/js/
main.js 11 * Kick off the file manager dialog.
  /external/guava/guava-tests/test/com/google/common/collect/
RangeNonGwtTest.java 26 * @author Gregory Kick
AbstractImmutableTableTest.java 24 * @author gak@google.com (Gregory Kick)
EmptyImmutableTableTest.java 24 * @author gak@google.com (Gregory Kick)
ForwardingTableTest.java 22 * @author Gregory Kick
RangesTest.java 32 * @author Gregory Kick
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
UncaughtExceptionHandlersTest.java 30 * @author Gregory Kick
  /external/icu4c/test/intltest/
tufmtts.h 46 * time unit format will be ingored and subsequently, fall back will kick in
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 21 // Kick off a position request and then reload the page, this should set up
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
build_clcore.sh 4 # kick in automatically during Android build process.
  /system/core/adb/
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);
  /external/chromium/chrome/browser/chromeos/login/
authenticator.h 35 // Returns true if we kick off the attempt successfully and false if we can't.
45 // Returns true if we kick off the attempt successfully and false if
  /external/guava/guava/src/com/google/common/util/concurrent/
UncaughtExceptionHandlers.java 29 * @author Gregory Kick
  /external/open-vcdiff/gflags/m4/
google_namespace.m4 13 # the namespace rules might kick in.
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 30 * that a wider range of touch events than just the lock pattern widget can kick
  /external/smack/src/org/jivesoftware/smackx/muc/
UserStatusListener.java 36 * @param reason the reason provided by the actor to kick you from the room.
81 * will be able to kick users, grant and revoke voice, invite other users, modify room's
89 * you will no longer be able to kick users, grant and revoke voice, invite other users,
ParticipantStatusListener.java 57 * @param reason the reason provided by the actor to kick the occupant from the room.
111 * will be able to kick users, grant and revoke voice, invite other users, modify room's
121 * user will no longer be able to kick users, grant and revoke voice, invite other users,
  /external/guava/guava/src/com/google/common/base/
Equivalences.java 31 * @author Gregory Kick
  /external/guava/guava/src/com/google/common/collect/
EmptyContiguousSet.java 28 * @author Gregory Kick
EmptyImmutableTable.java 31 * @author gak@google.com (Gregory Kick)
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyContiguousSet.java 26 * @author Gregory Kick
  /external/quake/quake/src/QW/server/
newnet.txt 1 registered clients will auto-kick unregistered clients
  /packages/apps/Email/tests/src/com/android/email/
UtilityLargeTest.java 57 // Kick ForEachAccount and collect IDs...
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
ThreadingTest.java 75 // Kick off downloads in parallel

Completed in 1211 milliseconds

1 2 3 4 5 6 7 8 91011