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

1 2 3 4 5 6 7 8 910

  /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) {
  /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/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 100 $(error You must define $$(prefix) before executing install)
  /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/chromium-trace/catapult/telemetry/telemetry/internal/browser/
wait_for_frame.js 14 // Make executing this code idempotent.
  /prebuilts/go/darwin-x86/src/runtime/
debug.go 12 // GOMAXPROCS sets the maximum number of CPUs that can be executing
crash_unix_test.go 133 // Wait for all the goroutines to start executing.
138 // Tell our parent that all the goroutines are executing.
  /prebuilts/go/linux-x86/src/runtime/
debug.go 12 // GOMAXPROCS sets the maximum number of CPUs that can be executing
crash_unix_test.go 133 // Wait for all the goroutines to start executing.
138 // Tell our parent that all the goroutines are executing.
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 286 final JobStatus executing = getRunningJobLocked(); local
287 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId())
288 && (pkgName == null || pkgName.equals(executing.getSourcePackageName()))
289 && (!matchJobId || jobId == executing.getJobId())) {
658 Slog.i(TAG, "Client timed out while executing (no jobFinished received), " +
662 sendStopMessageLocked("timeout while executing");
  /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.
  /external/swiftshader/src/Renderer/
Renderer.hpp 308 executing = false;
313 volatile bool executing; member in struct:sw::Renderer::PixelProgress
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
util.go 74 // Exit exits with code after executing all atExitFuncs.
  /prebuilts/go/darwin-x86/src/net/rpc/
debug.go 91 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 74 // Exit exits with code after executing all atExitFuncs.
  /prebuilts/go/linux-x86/src/net/rpc/
debug.go 91 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 1754 milliseconds

1 2 3 4 5 6 7 8 910