HomeSort by relevance Sort by last modified time
    Searched refs:executing (Results 26 - 50 of 234) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 30 // not currently executing user code. The stack is not owned.
38 // _Gsyscall means this goroutine is executing a system call.
39 // It is not executing user code. The stack is owned by this
44 // It is not executing user code. It is not on a run queue,
59 // is not executing user code. It may or may not have a stack
69 // is not executing user code and is not on a run queue. The
75 // goroutine is not executing user code and the stack is owned
416 p puintptr // attached p for executing go code (nil if not executing go code)
429 inwb bool // m is executing a write barrie
    [all...]
signal_windows.go 42 // Only handle exception if executing instructions in Go binary
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 30 // not currently executing user code. The stack is not owned.
38 // _Gsyscall means this goroutine is executing a system call.
39 // It is not executing user code. The stack is owned by this
44 // It is not executing user code. It is not on a run queue,
59 // is not executing user code. It may or may not have a stack
69 // is not executing user code and is not on a run queue. The
75 // goroutine is not executing user code and the stack is owned
416 p puintptr // attached p for executing go code (nil if not executing go code)
429 inwb bool // m is executing a write barrie
    [all...]
signal_windows.go 42 // Only handle exception if executing instructions in Go binary
  /frameworks/base/core/java/com/android/internal/app/procstats/
ServiceState.java 152 + " from " + mOwner + " while executing: pkg="
333 public void setExecuting(boolean executing, int memFactor, long now) {
335 Slog.wtf(TAG, "Executing service " + this + " without owner");
337 final int state = executing ? memFactor : STATE_NOTHING;
342 } else if (executing) {
372 dumpStats(pw, prefix, prefixInner, headerPrefix, "Executing",
  /build/blueprint/gotestrunner/
gotestrunner.go 32 chdir = flag.String("p", "", "Change to a path before executing test")
  /external/swiftshader/src/Renderer/
Renderer.hpp 311 executing = false;
316 volatile bool executing; member in struct:sw::Renderer::PixelProgress
  /external/ltp/
runltplite.sh 372 Done executing testcases."
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 139 executing Go code, it should invoke the Go signal handler (whether the
140 signal occurs while executing Go code can be determined by looking at
186 signal arrives while executing non-Go code, the Go runtime will invoke
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 139 executing Go code, it should invoke the Go signal handler (whether the
140 signal occurs while executing Go code can be determined by looking at
186 signal arrives while executing non-Go code, the Go runtime will invoke
  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 21 and authenticity of all the bytes in the next stage before executing the code in
  /external/libunwind/doc/
libunwind-setjmp.tex 33 other hand, executing a non-local goto by calling one of the
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 24 directly loading an LLVM module and executing its functions without first
  /external/llvm/tools/lli/
lli.cpp 178 cl::desc("Override the 'argv[0]' value passed into the executing"
682 DEBUG(dbgs() << "Executing '" << EntryFn->getName() << "' at 0x"
741 perror("Error executing child process: ");
742 llvm_unreachable("Error executing child process");
  /external/openssh/contrib/redhat/
openssh.spec 135 SSH (Secure SHell) is a program for logging into and executing
151 into and executing commands on a remote machine. This package includes
157 into and executing commands on a remote machine. This package contains
164 into and executing commands on a remote machine. This package contains
169 into and executing commands on a remote machine. This package contains
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 32 depth int // the height of the stack of executing templates.
111 format = fmt.Sprintf("template: %s: executing %q at <%s>: %s", location, name, doublePercent(context), format)
153 // If an error occurs executing the template or writing its output,
170 // If an error occurs executing the template or writing its output,
399 // executing commands depending on the pipeline value.
  /prebuilts/go/linux-x86/src/text/template/
exec.go 32 depth int // the height of the stack of executing templates.
111 format = fmt.Sprintf("template: %s: executing %q at <%s>: %s", location, name, doublePercent(context), format)
153 // If an error occurs executing the template or writing its output,
170 // If an error occurs executing the template or writing its output,
399 // executing commands depending on the pipeline value.
  /frameworks/base/services/core/java/com/android/server/job/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 445 temporary script and executing it. Normally, you should let
  /external/python/cpython2/Lib/distutils/
util.py 355 temporary script and executing it. Normally, you should let
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 377 temporary script and executing it. Normally, you should let
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 377 temporary script and executing it. Normally, you should let
  /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
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 268 ;; clear Dr7 while executing debugger itself

Completed in 2419 milliseconds

12 3 4 5 6 7 8 910