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

  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 17 function CommandQueue(document, canvas, saveFunction) {
51 * @param {ImageEditor.Prompt} prompt Prompt to use with this CommandQueue.
54 CommandQueue.prototype.attachUI = function(imageView, prompt, lock) {
66 CommandQueue.prototype.executeWhenReady = function(callback) {
76 CommandQueue.prototype.isBusy = function() { return this.busy_ };
82 CommandQueue.prototype.setBusy_ = function() {
84 throw new Error('CommandQueue already busy');
98 CommandQueue.prototype.clearBusy_ = function() {
100 throw new Error('Inconsistent CommandQueue already not busy');
119 CommandQueue.prototype.commit_ = function(opt_delay)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 46 typedef std::vector<ScriptCommand*> CommandQueue;
47 typedef CommandQueue::const_iterator const_iterator;
48 typedef CommandQueue::iterator iterator;
49 typedef CommandQueue::const_reference const_reference;
50 typedef CommandQueue::reference reference;
150 CommandQueue m_CommandQueue;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 103 MonkeyCommandReturn translateCommand(List<String> command, CommandQueue queue);
113 CommandQueue queue) {
137 CommandQueue queue) {
181 CommandQueue queue) {
210 CommandQueue queue) {
272 CommandQueue queue) {
295 CommandQueue queue) {
323 CommandQueue queue) {
338 CommandQueue queue) {
367 CommandQueue queue)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 34 public class CommandQueue extends IStatusBar.Stub {
104 public CommandQueue(Callbacks callbacks, StatusBarIconList list) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 104 UCHAR CommandQueue : 1;
scsi.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 113 * cl::CommandQueue queue(context, devices[0], 0, &err);
202 class CommandQueue;
840 F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 113 * cl::CommandQueue queue(context, devices[0], 0, &err);
202 class CommandQueue;
840 F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
    [all...]

Completed in 1390 milliseconds