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

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPStackTimerTask.java 16 * override run(); instead they should override runTask().
23 protected abstract void runTask();
29 runTask();
SIPServerTransaction.java 225 protected void runTask() {
248 protected void runTask() {
301 protected void runTask() {
329 protected void runTask() {
362 protected void runTask() {
    [all...]
SIPDialog.java 375 protected void runTask() {
396 protected void runTask() {
472 protected void runTask() {
490 protected void runTask() {
    [all...]
SIPTransaction.java 284 protected void runTask() {
    [all...]
SIPTransactionStack.java 375 protected void runTask() {
406 protected void runTask() {
    [all...]
SIPClientTransaction.java 216 protected void runTask() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSchedulerProxy.cpp 18 void runTask(PassOwnPtr<WebThread::Task> task)
43 m_scheduler->postInputTask(location, bind(&runTask, adoptPtr(task)));
49 m_scheduler->postCompositorTask(location, bind(&runTask, adoptPtr(task)));
55 m_scheduler->postIpcTask(location, bind(&runTask, adoptPtr(task)));
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 156 public void runTask(Object identifier) throws InterruptedException {
159 runTask(tasks.get(0));
176 runTask(task);
185 private <T> void runTask(final SubmittedTask submittedTask) throws InterruptedException {
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 122 threadPool.runTask(createTask1(i));
134 threadPool.runTask(createTask1(1));
135 threadPool.runTask(createTask2(2));
136 threadPool.runTask(createTask3(3));
148 threadPool.runTask(createTask4(id1));
151 threadPool.runTask(createTask5(id2));
155 threadPool.runTask(createTask6(oldID, newID));
217 threadPool.runTask(createTask7(id, field));
StressTest.java 130 threadPool.runTask(createTask(i));
203 threadPool.runTask(insertTask(numConnections, i));
  /packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java 112 mFakeAsyncTaskExecutor.runTask(CHECK_FOR_CONTENT);
120 mFakeAsyncTaskExecutor.runTask(CHECK_FOR_CONTENT);
124 mFakeAsyncTaskExecutor.runTask(PREPARE_MEDIA_PLAYER);
134 mFakeAsyncTaskExecutor.runTask(CHECK_FOR_CONTENT);
219 mFakeAsyncTaskExecutor.runTask(CHECK_FOR_CONTENT);
220 mFakeAsyncTaskExecutor.runTask(PREPARE_MEDIA_PLAYER);
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 44 public synchronized void runTask(Runnable task) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 67 protected void runTask() {
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 157 return runTask(mExecutor,
191 return runTask(mExecutor,
239 return runTask(mExecutor,
253 return runTask(mExecutor,
395 private static <T> AccountManagerFuture<T> runTask(Executor executorService,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 799 runTask();
803 private void runTask() {
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 229 milliseconds