Home
last modified time | relevance | path

Searched refs:executing (Results 1 - 25 of 31) sorted by relevance

12

/third_party/python/Lib/idlelib/
H A Dpyshell.py506 was_executing = console.executing
507 console.executing = False
552 self.tkconsole.executing = False
758 if self.tkconsole.executing:
769 if self.tkconsole.executing:
838 "Already executing",
839 "The Python Shell window is already executing a command; "
1027 executing = False variable in PyShell
1041 if self.executing:
1087 state = 'disabled' if self.executing els
[all...]
/third_party/python/Lib/venv/scripts/nt/
H A Dactivate.bat3 rem This file is UTF-8 encoded, so we need to update the current code page while executing it
/third_party/python/Modules/_sre/
H A Dsre.h92 int executing; member
H A Dsre.c2556 if (self->executing) { in scanner_begin()
2558 "regular expression scanner already executing"); in scanner_begin()
2561 self->executing = 1; in scanner_begin()
2568 assert(self->executing); in scanner_end()
2569 self->executing = 0; in scanner_end()
2685 scanner->executing = 0; in pattern_scanner()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-generator-gen.cc70 // If the generator is not suspended (i.e., its state is 'executing'), in InnerResume()
79 TNode<Smi> executing = SmiConstant(JSGeneratorObject::kGeneratorExecuting); in InnerResume() local
80 GotoIf(SmiEqual(result_continuation, executing), &if_final_return); in InnerResume()
H A Dbuiltins-object-gen.cc1278 TNode<Smi> executing = SmiConstant(JSGeneratorObject::kGeneratorExecuting); in TF_BUILTIN() local
1280 executing); in TF_BUILTIN()
/third_party/ltp/include/mk/
H A Denv_post.mk89 $(error You must define $$(prefix) before executing install)
/third_party/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh60 executing the filesystem tests.
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp265 executing = false; in init()
270 AtomicInt executing; member
H A DRenderer.cpp781 if(!pixelProgress[cluster].executing) in findAvailableTasks()
796 pixelProgress[cluster].executing = true; in findAvailableTasks()
1115 pixelProgress[cluster].executing = false; in finishRendering()
/third_party/gn/src/gn/
H A Dfunction_rebase_path.cc140 directory when executing scripts).
186 # directory (the current dir when executing compilers and scripts).
H A Dvariables.cc301 when executing all compilers and scripts.
1358 all inputs must be available before compiling any of the sources or executing
1378 executing the script. This is more efficient than doing processing while
H A Dfunction_toolchain.cc916 // Find the toolchain definition we're executing inside of. The toolchain
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex33 other hand, executing a non-local goto by calling one of the
H A Dlibunwind.tex70 you want to unwind the stack while executing in some function
/third_party/ffmpeg/libavcodec/
H A Domx.c599 int executing; in cleanup() local
605 executing = s->state == OMX_StateExecuting; in cleanup()
608 if (executing) { in cleanup()
/third_party/python/Tools/msi/
H A Duploadrelease.bat104 echo --dry-run Display commands and filenames without executing them
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S51 ! to determine if the CPU the code is executing on is V8- or
/third_party/openssl/crypto/
H A Dsparccpuid.S51 ! to determine if the CPU the code is executing on is V8- or
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py418 cls.shell.executing = False
/third_party/pcre2/pcre2/
H A DRunTest.bat262 echo. failed executing command-line:
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc2154 Node* executing = jsgraph()->Constant(JSGeneratorObject::kGeneratorExecuting); in ReduceJSGeneratorRestoreContinuation() local
2156 generator, executing, effect, control); in ReduceJSGeneratorRestoreContinuation()
/third_party/libevdev/
H A Dconfigure118 # into an infinite loop, continuously re-executing ourselves.
1728 # left behind by Apple's compiler. We do this before executing the actions.
15595 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15596 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
/third_party/skia/third_party/externals/libpng/
H A Dconfigure138 # into an infinite loop, continuously re-executing ourselves.
1753 # left behind by Apple's compiler. We do this before executing the actions.
15431 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15432 $as_echo "$as_me: executing $ac_file commands" >&6;}
/third_party/eudev/
H A Dconfigure138 # into an infinite loop, continuously re-executing ourselves.
1917 # left behind by Apple's compiler. We do this before executing the actions.
2105 # left behind by Apple's compiler. We do this before executing the actions.
21336 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21337 $as_echo "$as_me: executing $ac_file commands" >&6;}

Completed in 78 milliseconds

12