/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedCreateFeedTask.java | 21 import org.apache.tools.ant.Task; 39 public class RSSFeedCreateFeedTask extends Task { 76 // The method executing the task
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/art/runtime/ |
monitor_test.cc | 106 class CreateTask : public Task { 147 // Give the other task a chance to do its thing. 181 class UseTask : public Task { 193 // Give the other task a chance to do its thing. 220 class InterruptTask : public Task { 231 // Give the other task a chance to do its thing. 263 class WatchdogTask : public Task { 359 // => The use task will get the lock first and get to self == owner check. 367 // => The create task will get the lock first and get to ms >= 0 375 // after which it will interrupt the create task and then wait another 10ms [all...] |
/external/chromium_org/cc/resources/ |
image_copy_raster_worker_pool.h | 42 virtual SkCanvas* AcquireCanvasForRaster(RasterTask* task) OVERRIDE; 43 virtual void ReleaseCanvasForRaster(RasterTask* task) OVERRIDE; 55 explicit TaskComparator(const RasterTask* task) : task_(task) {} 58 return state.task == task_; 67 RasterTaskState(const RasterTask* task, ScopedResource* resource) 68 : task(task), resource(resource) {} 70 const RasterTask* task; member in struct:cc::ImageCopyRasterWorkerPool::RasterTaskState 100 // Task graph used when scheduling tasks and vector used to gathe [all...] |
rasterizer.h | 23 virtual SkCanvas* AcquireCanvasForRaster(RasterTask* task) = 0; 24 virtual void ReleaseCanvasForRaster(RasterTask* task) = 0; 30 class CC_EXPORT RasterizerTask : public Task { 103 explicit TaskComparator(const RasterTask* task) : task_(task) {} 105 bool operator()(const Item& item) const { return item.task == task_; } 113 Item(RasterTask* task, bool required_for_activation); 120 RasterTask* task; member in struct:cc::RasterTaskQueue::Item
|
pixel_buffer_raster_worker_pool.h | 42 virtual SkCanvas* AcquireCanvasForRaster(RasterTask* task) OVERRIDE; 43 virtual void ReleaseCanvasForRaster(RasterTask* task) OVERRIDE; 49 explicit TaskComparator(const RasterTask* task) : task_(task) {} 52 return state.task == task_; 61 RasterTaskState(RasterTask* task, bool required_for_activation) 63 task(task), 67 RasterTask* task; member in struct:cc::PixelBufferRasterWorkerPool::RasterTaskState 126 // Task graph used when scheduling tasks and vector used to gathe [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
sync_engine_initializer.h | 78 typedef base::Callback<void(const SyncStatusCallback& callback)> Task;
|
sync_task_manager.cc | 24 explicit SyncTaskAdapter(const SyncTaskManager::Task& task) : task_(task) {} 32 SyncTaskManager::Task task_; 42 const base::Closure& task, Priority pri, int seq) 43 : task(task), priority(pri), seq(seq) {} 80 const Task& task, 86 scoped_ptr<SyncTask>(new SyncTaskAdapter(task)), 222 scoped_ptr<SyncTask> task; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
PageScriptDebugServer.h | 57 static void interruptAndRun(PassOwnPtr<Task>);
|
WorkerScriptDebugServer.cpp | 87 void WorkerScriptDebugServer::interruptAndRunTask(PassOwnPtr<Task> task) 89 interruptAndRun(task, m_isolate);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
WorkerDebuggerAgent.cpp | 58 class RunInspectorCommandsTask FINAL : public ScriptDebugServer::Task { 66 // alive if this task is being executed.
|
/external/chromium_org/third_party/skia/dm/ |
DMQuiltTask.cpp | 13 QuiltTask::QuiltTask(const Task& parent, skiagm::GM* gm, SkBitmap reference)
|
/external/skia/dm/ |
DMQuiltTask.cpp | 13 QuiltTask::QuiltTask(const Task& parent, skiagm::GM* gm, SkBitmap reference)
|
/frameworks/base/libs/hwui/ |
TessellationCache.cpp | 27 #include "thread/Task.h" 95 // General purpose tessellation task processing 98 class TessellationCache::TessellationTask : public Task<VertexBuffer*> { 117 virtual void onProcess(const sp<Task<VertexBuffer*> >& task) { 118 TessellationTask* t = static_cast<TessellationTask*>(task.get()); 127 Buffer(const sp<Task<VertexBuffer*> >& task) 128 : mTask(task) 155 sp<Task<VertexBuffer*> > mTask 383 sp<ShadowTask> task = new ShadowTask(drawTransform, localClip, opaque, local 399 ShadowTask* task = static_cast<ShadowTask*>(mShadowCache.get(key)); local 418 sp<TessellationTask> task = new TessellationTask(tessellator, entry); local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
RecentsView.java | 43 import com.android.systemui.recents.model.Task; 130 /** Removes all the task stack views from this recents view. */ 141 /** Launches the focused task from the first stack if possible */ 150 // Iterate the stack views and try and find the focused task 154 Task task = tv.getTask(); local 156 onTaskViewClicked(stackView, tv, stack, task, false); 165 /** Launches the task that Recents was launched from, if possible */ 174 ArrayList<Task> tasks = stack.getTasks(); 176 // Find the launch task in the stac 181 Task task = tasks.get(j); local [all...] |
TaskView.java | 36 import com.android.systemui.recents.model.Task; 38 /* A task view */ 39 public class TaskView extends FrameLayout implements Task.TaskCallbacks, 46 public void onTaskViewClicked(TaskView tv, Task task, boolean lockToTask); 63 Task mTask; 120 /** Gets the task */ 121 Task getTask() { 189 /** Synchronizes this view's properties with the task's transform */ 210 // Update the task progres [all...] |
/prebuilts/devtools/tools/lib/ |
ant-tasks.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/ |
repository-tools-ant.jar | |
/external/chromium_org/cc/test/ |
pixel_test.h | 65 virtual void RunOnDemandRasterTask(Task* on_demand_raster_task) OVERRIDE;
|
/external/chromium_org/content/child/ |
worker_task_runner.cc | 19 class RunClosureTask : public WebWorkerRunLoop::Task { 21 RunClosureTask(const base::Closure& task) : task_(task) {}
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
OfflineAudioDestinationNode.cpp | 35 #include "platform/Task.h" 88 m_renderThread->postTask(new Task(WTF::bind(&OfflineAudioDestinationNode::offlineRender, this)));
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseTask.h | 36 #include "platform/Task.h" 49 class DatabaseTask : public blink::WebThread::Task { 119 // Transaction task is never synchronous, so no 'synchronizer' parameter.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-weblogic.jar | |
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
file_operation_manager.js | 214 // Found unknown state. Cancel the task, and return an error. 331 * FileOperationManager.Task.getStatus(). 332 * @param {string} taskId ID of task related with the event. 362 * Dispatches an event to notify entries are changed for delete task. 366 * @param {DeleteTask} task Delete task related with the event. 369 reason, task) { 372 event.taskId = task.taskId; 373 event.entries = task.entries; 374 event.totalBytes = task.totalBytes [all...] |
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
antlr3.jar | |