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

  /external/v8/src/
cancelable-task.cc 5 #include "src/cancelable-task.h"
14 Cancelable::Cancelable(CancelableTaskManager* parent)
20 Cancelable::~Cancelable() {
32 uint32_t CancelableTaskManager::Register(Cancelable* task) {
56 Cancelable* value = entry->second;
71 // Clean up all cancelable fore- and background tasks. Tasks are canceled on
78 // Cancelable tasks could be running or could potentially register new
98 : Cancelable(isolate->cancelable_task_manager()), isolate_(isolate) {
    [all...]
cancelable-task.h 19 class Cancelable;
23 // Keeps track of cancelable tasks. It is possible to register and remove tasks
29 // Registers a new cancelable {task}. Returns the unique {id} of the task that
32 uint32_t Register(Cancelable* task);
49 // Only called by {Cancelable} destructor. The task is done with executing,
56 // A set of cancelable tasks that are currently registered.
57 std::map<uint32_t, Cancelable*> cancelable_tasks_;
66 friend class Cancelable;
71 class V8_EXPORT_PRIVATE Cancelable {
73 explicit Cancelable(CancelableTaskManager* parent)
    [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 {
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 

Completed in 880 milliseconds