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

1 2

  /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
  /external/python/cpython2/Lib/idlelib/
PyShell.py 491 was_executing = console.executing
492 console.executing = False
534 self.tkconsole.executing = False
769 if self.tkconsole.executing:
780 if self.tkconsole.executing:
852 "Already executing",
853 "The Python Shell window is already executing a command; "
934 executing = False variable in class:PyShell
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 222 // Once we'e begun executing a job, we by definition no longer care whether
297 final JobStatus executing = getRunningJobLocked(); local
298 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId())
299 && (pkgName == null || pkgName.equals(executing.getSourcePackageName()))
300 && (!matchJobId || jobId == executing.getJobId())) {
669 Slog.i(TAG, "Client timed out while executing (no jobFinished received), " +
672 sendStopMessageLocked("timeout while executing");
JobSchedulerService.java 324 * giving up on it, for jobs that are executing work.
853 final JobStatus executing = jsc.getRunningJobLocked(); local
1088 final JobStatus executing = jsc.getRunningJobLocked(); local
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp 372 executing = false;
383 bool executing; member in struct:DummyBufferSource
389 executing = true;
411 executing = false;
422 EXPECT_EQ(executing, false);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/swiftshader/src/Renderer/
Renderer.hpp 311 executing = false;
316 volatile bool executing; member in struct:sw::Renderer::PixelProgress
  /external/v8/src/compiler/
js-typed-lowering.cc 2336 Node* executing = jsgraph()->Constant(JSGeneratorObject::kGeneratorExecuting); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 

Completed in 623 milliseconds

1 2