HomeSort by relevance Sort by last modified time
    Searched full:tasks (Results 526 - 550 of 864) sorted by null

<<21222324252627282930>>

  /external/v8/tools/
test.py 81 def Run(self, tasks):
87 for i in xrange(tasks - 1):
730 def RunTestCases(cases_to_run, progress, tasks):
734 result = progress.Run(tasks)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 445 new EnableDisableTask().execute(TASK_BOOT); // do blocking boot tasks
534 * Manages tasks that involve turning on/off the NFC controller.
538 * In other words, mState is only modified in these tasks (and we
539 * don't need a lock to read it in these tasks).
541 * <p>These tasks are all done on the same AsyncTask background
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 894 // We post all of our delayed tasks with a 2ms delay. I.e. they don't
896 // to flush all tasks, we need to wait so that we know there are no
897 // soon-to-be-pending tasks waiting.
    [all...]
  /sdk/files/ant/
build.xml 6 all the targets and tasks necessary to build Android projects, be they
44 by the custom tasks receiving them. -->
101 <!-- ********************* Custom Tasks ******************** -->
104 <!-- jar file from where the tasks are loaded -->
106 <pathelement path="${sdk.dir}/tools/lib/ant-tasks.jar" />
109 <!-- Custom tasks -->
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/readme/
readme_eclipse.html 509 <p>If <code>Plugin.startup</code> code is too complex and performs tasks such
511 simple bookkeeping tasks should be performed in <code>Plugin.startup</code>
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 637 * host an opportunity to allow other tasks to run. There are two ways to
641 * OS to allow other tasks to run. In this case, return EAS_FALSE to tell
645 * If tasks run in a single thread by sequential function calls (sometimes
  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 637 * host an opportunity to allow other tasks to run. There are two ways to
641 * OS to allow other tasks to run. In this case, return EAS_FALSE to tell
645 * If tasks run in a single thread by sequential function calls (sometimes
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 667 * host an opportunity to allow other tasks to run. There are two ways to
671 * OS to allow other tasks to run. In this case, return EAS_FALSE to tell
675 * If tasks run in a single thread by sequential function calls (sometimes
  /external/sonivox/arm-wt-22k/misc/
eas_host.c 765 * host an opportunity to allow other tasks to run. There are two ways to
769 * OS to allow other tasks to run. In this case, return EAS_FALSE to tell
773 * If tasks run in a single thread by sequential function calls (sometimes
  /frameworks/base/docs/html/distribute/googleplay/publish/
localizing.jd 32 <p>Localization involves a variety of tasks throughout your app's development
33 cycle, and advance planning is essential. Some of the tasks include
38 and the tasks you'll need to perform, to get your app ready for a
preparing.jd 43 tasks you'll need to complete before publishing your app on Google Play, such as
47 <p>The preparation and publishing tasks are numbered to give you a rough idea of
48 sequence. However, you can handle the tasks in any sequence that works for you
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 150 on the device to perform advanced user tasks, such as capture a photo or view
    [all...]
  /development/build/tools/
sdk_repo.mk 178 # ADDON_SDK_ZIP is defined in build/core/tasks/sdk-addon.sh and is
  /docs/source.android.com/src/source/community/
index.jd 108 <li><em>Working Lists</em>: Some of our groups are considered "working lists", by which we mean that the list is intended to be used in support of the completion of specific tasks. On these groups, we don't welcome off-topic conversations, and will generally ask you to take general discussions to a different list. Since these are lists where people are trying to get work done, we will be pretty aggressive about keeping the noise level low. We ask that you respect our contributors' time and keep general discussions to appropriate lists.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 61 * considerable amount of state each time. Structuring it as two tasks
  /external/chromium/base/
callback.h.pump 34 // They are used in Chromium code to schedule tasks on different MessageLoops.
  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 64 // Invokes Start on provider_, then runs all pending tasks.
  /external/chromium/chrome/browser/history/
text_database_manager.h 298 // Generates tasks for our periodic checking of expired "recent changes".
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 391 // individual import tasks.
  /external/chromium/chrome/browser/metrics/
metrics_service.h 142 INIT_TASK_SCHEDULED, // Waiting for deferred init tasks to complete.
  /external/chromium/chrome/browser/net/
predictor.h 264 // series of short tasks by posting continuations again an again until done.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 440 // to the IO thread, not post additional tasks back to this thread, lest we
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_mac.mm 150 // By allowing nested tasks, the code below also allows Close(),
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 379 // Enable recursive tasks on the message loop so we can get updates while
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
background.html 272 // Go back to the browser so that tasks can run.

Completed in 487 milliseconds

<<21222324252627282930>>