/external/webkit/Source/WebCore/workers/ |
WorkerThread.cpp | 177 // It's not safe to call clearScript until all the cleanup tasks posted by functions initiated by WorkerThreadShutdownStartTask have completed. 217 // with all the cleanup tasks the databases post first. 229 // Ensure that tasks are being handled by thread event loop. If script execution weren't forbidden, a while(1) loop in JS could keep the thread alive forever.
|
WorkerRunLoop.h | 52 // Blocking call. Waits for tasks and timers, invokes the callbacks.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
package.html | 31 procedural tasks associated with the
|
/external/bluetooth/bluedroid/stack/btu/ |
btu_init.c | 87 ** NOTE: Must be called before creating any tasks
|
/external/chromium/chrome/browser/chromeos/notifications/ |
desktop_notifications_unittest.h | 90 // Create a message loop to allow notifications code to post tasks,
|
/external/chromium/chrome/browser/extensions/ |
external_extension_loader.h | 63 // posting tasks will avoid concurrent access and imply the necessary memory
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.h | 36 // ProfileImportProcessHost spawns tasks on this thread for the client.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread.h | 34 // In this mode, the thread only performs configuration tasks. This is 39 // Resumes polling and allows nudges, drops configuration tasks. Runs 56 // higher levels (i.e. the registrar), and c) we service tasks FIFO, so once 338 // don't need refcounting for posting tasks to this internal thread.
|
/external/chromium/chrome/browser/sync/glue/ |
password_change_processor.h | 53 // is risk of deadlock due to the password store posting tasks to the UI
|
/external/chromium/chrome/browser/ |
upgrade_detector.h | 72 // We use this factory to create callback tasks for UpgradeDetected. We pass
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
plugin.xml | 20 <!-- Tasks -->
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
_README.txt | 20 To validate a feed against the latest schema, you can use one of two EMF-based ant tasks.
|
/external/kernel-headers/original/asm-generic/ |
resource.h | 47 #define RLIMIT_RTTIME 15 /* timeout for RT tasks in us */
|
/external/kernel-headers/original/linux/ |
file.h | 23 * suitable for most tasks (which open <= BITS_PER_LONG files)
|
/external/llvm/include/llvm/Support/ |
SystemUtils.h | 11 // system-specific, tasks.
|
/external/openssl/crypto/conf/ |
README | 70 that any application can call to perform various default configuration tasks.
|
/external/webkit/Source/WebKit/chromium/src/ |
IDBTransactionBackendProxy.cpp | 78 // execute tasks in the browser process.
|
WebWorkerImpl.h | 68 // Tasks that are run on the worker thread.
|
/frameworks/base/docs/html/training/basics/firstapp/ |
index.jd | 39 <p>If you haven't already done these tasks, start by downloading the
|
/frameworks/base/docs/html/training/basics/network-ops/ |
index.jd | 41 <p>This class explains the basic tasks involved in connecting to the network,
|
/frameworks/base/docs/html/training/multiple-threads/ |
create-threadpool.jd | 37 time, an {@link android.app.IntentService} suits your needs. To automatically run tasks 38 as resources become available, or to allow multiple tasks to run at the same time (or both), 99 Start your tasks by calling methods in the thread pool class. 187 A queue of tasks
|
/frameworks/support/v4/java/android/support/v4/app/ |
NavUtils.java | 33 * <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back Stack</a> 168 * parent are within the same task. If up navigation should cross tasks in some cases, see 194 * as the destination. If up navigation should cross tasks in some cases, see
|
/packages/apps/Dialer/tests/src/com/android/dialer/ |
CallDetailActivityTest.java | 19 import static com.android.dialer.CallDetailActivity.Tasks.UPDATE_PHONE_CALL_DETAILS; 20 import static com.android.dialer.voicemail.VoicemailPlaybackPresenter.Tasks.CHECK_FOR_CONTENT; 21 import static com.android.dialer.voicemail.VoicemailPlaybackPresenter.Tasks.PREPARE_MEDIA_PLAYER; 327 // We have to run all tasks, not just one.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SingleThreadNamedTaskExecutor.java | 43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName());
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
PerNameExecutorTest.java | 80 assertRanNever("step 2, new tasks", a3, c1, a2);
|