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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/ext_auto/auto_provider/
background.js 5 // Kick off web server.
  /external/skia/dm/
README 15 for each GM/configuration pair we want to run. Tasks can kick off new tasks
16 themselves. For example, a CpuTask can kick off a ReplayTask to make sure
30 kick off a new task
31 < tasks run, maybe fail, and maybe kick off new tasks >
DMTask.h 10 // or make any number of spawnChild() calls to kick off dependent tasks.
  /external/chromium_org/chrome/browser/resources/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();
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
DisconnectMessage.java 45 public static final String KICK = "Kick";
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
BrowserStartupControllerTest.java 98 // Kick off the asynchronous startup request.
132 // Kick off the asynchronous startup requests.
187 // Kick off the asynchronous startup requests.
221 // Kick off more asynchronous startup requests.
258 // Kick off the asynchronous startup request.
289 // Kick off the asynchronous startup requests.
323 // Kick off more asynchronous startup requests.
354 // Kick off the synchronous startup.
378 // Kick off the startups.
433 // Kick off the asynchronous startup request. This should just queue the callback
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
main.js 11 * Kick off the file manager dialog.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
main.js 19 * Kick off the file manager dialog.
  /external/chromium_org/content/test/data/
cross-origin-redirect-blocked.html 48 // Kick off a request that will attempt a cross-origin redirect.
  /external/chromium_org/third_party/WebKit/ManualTests/
canvas-large-temporary.html 11 // Garbage collection should kick-in to prevent OOM failures.
  /external/guava/guava-tests/test/com/google/common/collect/
RangeNonGwtTest.java 26 * @author Gregory Kick
AbstractImmutableTableTest.java 24 * @author gak@google.com (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
  /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/chromium_org/sandbox/win/src/
handle_policy_test.cc 52 // Kick off an asynchronous target process for testing.
73 // Kick off an asynchronous target process for testing.
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_token_fetcher.h 25 // used to kick off other token retrieval tasks.
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementObserver.h 45 // API for CustomElement to kick off notifications
  /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,
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 363 // Kick off initialization. This returns chunks from the DB synchronously.
404 // Kick off initialization. This returns chunks from the DB synchronously.
452 // Kick off initialization. This returns chunks from the DB synchronously.
499 // Kick off initialization. This returns chunks from the DB synchronously.
547 // Kick off initialization. This returns chunks from the DB synchronously.
598 // Kick off initialization. This returns chunks from the DB synchronously.
646 // Kick off initialization. This returns chunks from the DB synchronously.
693 // Kick off initialization. This returns chunks from the DB synchronously.
742 // Kick off initialization. This returns chunks from the DB synchronously.
789 // Kick off initialization. This returns chunks from the DB synchronously
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 54 // Called on the frontend's thread to kick off asynchronous initialization.
107 // Called on |frontend_loop_| to kick off shutdown procedure. Attempts to cut
112 // Called on |frontend_loop_| to kick off shutdown.

Completed in 1666 milliseconds

1 2 3 4 5 6 7 8 91011>>