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

1 2 3 4 5 6 7 8 91011

  /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) {
  /test/vts-testcase/kernel/api/proc/
ProcUidTimeInStateTest.py 23 executing at each available frequency.
  /frameworks/rs/tests/lldb/tests/harness/
util_timer.py 48 '''Checks whether the timer is executing.
72 '''Stops the timer if it's executing.
  /external/mesa3d/docs/specs/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/ltp/include/mk/
env_post.mk 109 $(error You must define $$(prefix) before executing install)
  /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...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 473 was_executing = console.executing
474 console.executing = False
520 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; "
912 executing = False variable in class:PyShell
    [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...]
  /prebuilts/go/darwin-x86/src/runtime/
debug.go 12 // GOMAXPROCS sets the maximum number of CPUs that can be executing
  /prebuilts/go/linux-x86/src/runtime/
debug.go 12 // GOMAXPROCS sets the maximum number of CPUs that can be executing
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 243 // Once we'e begun executing a job, we by definition no longer care whether
330 final JobStatus executing = getRunningJobLocked(); local
331 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId())
332 && (pkgName == null || pkgName.equals(executing.getSourcePackageName()))
333 && (!matchJobId || jobId == executing.getJobId())) {
723 Slog.i(TAG, "Client timed out while executing (no jobFinished received), " +
726 sendStopMessageLocked("timeout while executing");
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm 95 ; Begin executing an EBC image.
164 ; Begin executing an EBC image.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm 107 ; Begin executing an EBC image.
200 ; Begin executing an EBC image.
  /external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh 60 executing the filesystem tests.
  /compatibility/cdd/3_software/
3_5_api-behavioral-compatibility.md 15 * [C-0-4] they MUST stop executing callbacks that are registered by the
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
util.go 76 // Exit exits with code after executing all atExitFuncs.
  /prebuilts/go/darwin-x86/src/net/rpc/
debug.go 88 fmt.Fprintln(w, "rpc: error executing template:", err.Error())
  /prebuilts/go/darwin-x86/src/text/template/
example_test.go 48 log.Println("executing template:", err)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
util.go 76 // Exit exits with code after executing all atExitFuncs.
  /prebuilts/go/linux-x86/src/net/rpc/
debug.go 88 fmt.Fprintln(w, "rpc: error executing template:", err.Error())
  /prebuilts/go/linux-x86/src/text/template/
example_test.go 48 log.Println("executing template:", err)

Completed in 697 milliseconds

1 2 3 4 5 6 7 8 91011