OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandQueue
(Results
1 - 4
of
4
) 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
...]
/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
...]
/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 83 milliseconds