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

  /external/v8/src/
cancelable-task.h 17 class Cancelable;
21 // Keeps track of cancelable tasks. It is possible to register and remove tasks
27 // Registers a new cancelable {task}. Returns the unique {id} of the task that
29 uint32_t Register(Cancelable* task);
46 // Only called by {Cancelable} destructor. The task is done with executing,
53 // A set of cancelable tasks that are currently registered.
61 friend class Cancelable;
67 class Cancelable {
69 explicit Cancelable(CancelableTaskManager* parent);
70 virtual ~Cancelable();
    [all...]
cancelable-task.cc 5 #include "src/cancelable-task.h"
14 Cancelable::Cancelable(CancelableTaskManager* parent)
21 Cancelable::~Cancelable() {
38 uint32_t CancelableTaskManager::Register(Cancelable* task) {
67 Cancelable* value = reinterpret_cast<Cancelable*>(entry->value);
82 // Clean up all cancelable fore- and background tasks. Tasks are canceled on
92 // Cancelable tasks could potentially register new tasks, requiring a loo
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/
RequestKey.java 87 * @return If the client will attempt to create a FileDescriptorFactory, return a Cancelable
89 * return null. The callback must be notified if and only if the client returns a Cancelable
92 public Cancelable createFileDescriptorFactoryAsync(RequestKey key, Callback callback);
133 * Interface for a background task that is cancelable.
135 public interface Cancelable {
ResourceRequestKey.java 49 public Cancelable createFileDescriptorFactoryAsync(RequestKey requestKey, Callback callback) {
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapRequestKeyImpl.java 69 public Cancelable createFileDescriptorFactoryAsync(final RequestKey key,
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactRequest.java 85 public Cancelable createFileDescriptorFactoryAsync(RequestKey key, Callback callback) {
  /external/v8/test/unittests/
cancelable-tasks-unittest.cc 7 #include "src/cancelable-task.h"
16 class TestTask : public Task, public Cancelable {
22 : Cancelable(parent), result_(result), mode_(mode) {}
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 34 import com.android.bitmap.RequestKey.Cancelable;
74 private Cancelable mCreateFileDescriptorFactoryTask;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 216 milliseconds