HomeSort by relevance Sort by last modified time
    Searched refs:executing (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 46 int StartWork(bool executing);
104 /* executing & pause */
106 bool executing; member in class:WorkQueue
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 25 executing = true;
49 int WorkQueue::StartWork(bool executing)
51 this->executing = executing;
90 executing = false;
100 executing = true;
151 if (!executing) {
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 43 1. Have the GL call a user-specified function prior to executing
50 be called prior to executing each vertex or fragment program instruction.
176 prior to executing each instruction in the current fragment or
187 program is currently executing and <data> will be the value
260 Begin and End when a vertex or fragment program is currently executing.
312 be used to print the values of R0, R1, R2 and R3 while executing
316 /* This is called by the GL when the vertex program is executing.
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 43 1. Have the GL call a user-specified function prior to executing
50 be called prior to executing each vertex or fragment program instruction.
176 prior to executing each instruction in the current fragment or
187 program is currently executing and <data> will be the value
260 Begin and End when a vertex or fragment program is currently executing.
312 be used to print the values of R0, R1, R2 and R3 while executing
316 /* This is called by the GL when the vertex program is executing.
  /external/smack/src/org/jivesoftware/smackx/provider/
AdHocCommandDataProvider.java 56 if (AdHocCommand.Status.executing.toString().equalsIgnoreCase(status)) {
57 adHocCommandData.setStatus(AdHocCommand.Status.executing);
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommand.java 30 * An ad-hoc command is responsible for executing the provided service and
51 * All the actions may throw an XMPPException if there is a problem executing
210 * command. It is invoked on every command. If there is a problem executing
213 * @throws XMPPException if there is an error executing the command.
221 * or more stages. If there is a problem executing the command it throws an
225 * @throws XMPPException if there is a problem executing the command.
233 * or more stages. If there is a problem executing the command it throws an
237 * @throws XMPPException if there is a problem executing the command.
244 * the previous one. If there is a problem executing the command it throws
247 * @throws XMPPException if there is a problem executing the command.
358 executing, enum constant in enum:AdHocCommand.Status
    [all...]
AdHocCommandManager.java 355 * before executing the command, if:
365 * If this is not the first request, this method checks, before executing
448 // Else it is still executing, and is registered to be
450 response.setStatus(Status.executing);
508 // command be removed from the executing list.
543 * executing command i.e. the same session id, all the execution of
591 // Otherwise it is still executing
592 response.setStatus(Status.executing);
623 // command be removed from the executing list.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 463 was_executing = console.executing
464 console.executing = False
505 self.tkconsole.executing = False
739 if self.tkconsole.executing:
750 if self.tkconsole.executing:
822 "Already executing",
823 "The Python Shell window is already executing a command; "
908 executing = False variable in class:PyShell
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 463 was_executing = console.executing
464 console.executing = False
505 self.tkconsole.executing = False
739 if self.tkconsole.executing:
750 if self.tkconsole.executing:
822 "Already executing",
823 "The Python Shell window is already executing a command; "
908 executing = False variable in class:PyShell
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 45 * Creates a class for executing several asynchronous closures in a fifo queue.
154 * Creates a class for executing several asynchronous closures in a fifo queue.
167 * Creates a class for executing several asynchronous closures in a group in
247 * Finishes the passed task and continues executing enqueued closures.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1748.js 29 // Bug in x64 caused it to match when executing the RegExp on a part
  /external/chromium_org/tools/telemetry/telemetry/core/
network_quiescence.js 14 // Make executing this code idempotent.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 73 REM command for executing antRunner headless
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
load_failures.js 145 // executing this code when it's loaded in the unittests.
overview.js 169 // executing this code when it's loaded in the unittests.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-declaration.js 56 // an exception in eval code during parsing, before even compiling or executing
  /external/libunwind/doc/
libunwind-setjmp.tex 33 other hand, executing a non-local goto by calling one of the
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 343 * Called when we want to remove a JobStatus object that we've finished executing. Returns the
366 final JobStatus executing = jsc.getRunningJob(); local
367 if (executing != null && executing.matches(job.getUid(), job.getJobId())) {
456 * A job just finished executing. We fetch the
469 Slog.d(TAG, "Could not find job to remove. Was job removed while executing?");
687 Slog.d(TAG, "Error executing " + nextPending);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 377 temporary script and executing it. Normally, you should let
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 377 temporary script and executing it. Normally, you should let
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 6 // stream, finding and executing appropriate extension API method.
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 84 directly loading an LLVM module and executing its functions without first
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 216 * Block the currently executing task and return the next task control block
227 * Suspend the currently executing task and return the next task control block
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 211 * Block the currently executing task and return the next task control block
222 * Suspend the currently executing task and return the next task control block
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 211 * Block the currently executing task and return the next task control block
222 * Suspend the currently executing task and return the next task control block

Completed in 879 milliseconds

1 2 3 4