| /third_party/ltp/testcases/open_posix_testsuite/bin/ |
| D | run-posix-option-group-test.sh | 44 echo "Executing asynchronous I/O tests" 49 echo "Executing signals tests" 58 echo "Executing semaphores tests" 62 echo "Executing threads tests" 66 echo "Executing timers and clocks tests" 73 echo "Executing message queues tests" 77 echo "Executing process and thread scheduling tests" 81 echo "Executing mapped, process and shared memory tests"
|
| /third_party/python/Doc/c-api/ |
| D | reflection.rst | 11 or the interpreter of the thread state if no frame is currently executing. 17 or ``NULL`` if no frame is currently executing. 23 or ``NULL`` if no frame is currently executing. 29 currently executing.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| D | scheduler.h | 130 // The currently executing Fiber can be obtained by calling Fiber::current(). 133 // of the fiber and start executing other pending work. Once the block has 138 // current() returns the currently executing fiber, or nullptr if called 148 // While the Fiber is suspended, the scheduler thread may continue executing 154 // wait() must only be called on the currently executing fiber. 165 // While the Fiber is suspended, the scheduler thread may continue executing 171 // wait() must only be called on the currently executing fiber. 180 // While the Fiber is suspended, the scheduler thread may continue executing 182 // wait() must only be called on the currently executing fiber. 196 // While the Fiber is suspended, the scheduler thread may continue executing [all …]
|
| /third_party/mesa3d/docs/_extra/specs/OLD/ |
| D | 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.
|
| /third_party/openssl/doc/man3/ |
| D | ASYNC_start_job.pod | 97 a pointer to the currently executing B<ASYNC_JOB>. If no job is currently 98 executing then this will return NULL. 100 If executing within the context of a job (i.e. having been called directly or 160 ASYNC_get_current_job returns a pointer to the currently executing B<ASYNC_JOB> 210 printf("Executing within a job\n"); 212 printf("Not executing within a job - should not happen\n"); 304 The expected output from executing the above example program is: 307 Executing within a job
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/ |
| D | scheduler.md | 19 The `marl::Scheduler` is the most complex part of marl and is responsible for executing tasks and k… 33 2. More importantly, it provides a way to get the currently executing fiber for the current thread.… 85 …ed on to the [Single-Threaded-Worker](#single-threaded-workers) for the currently executing thread. 116 …Executing unblocked fibers is prioritized over starting new tasks. This is because new tasks may r… 118 2. Start executing new tasks 172 …s` set and is switched to. This idle fiber when resumed, will continue the role of executing tasks. 173 …3. If none of the above occurs, then a new fiber needs to be created to continue executing tasks. … 191 …ads.count == 0`), then scheduled tasks are queued on to the STW for the currently executing thread.
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | office-ui-fabric.log | 21 @fluentui/digest: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modu… 23 @fluentui/digest: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modu… 34 @fluentui/scripts: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mod… 36 @fluentui/scripts: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mod… 47 @fluentui/a11y-testing: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/nod… 49 @fluentui/a11y-testing: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/nod… 54 @fluentui/api-docs: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mo… 56 @fluentui/api-docs: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mo… 61 @fluentui/codemods: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mo… 63 @fluentui/codemods: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mo… [all …]
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| D | test_proxies.c | 120 fprintf(stderr, "executing mhd failed\nFor this test 'make' must be run before 'make check'!\n"); in main() 147 fprintf(stderr, "executing microspdy2http failed\n"); in main() 173 fprintf(stderr, "executing mhd2spdy failed\n"); in main() 216 fprintf(stderr, "executing curl failed\n"); in main()
|
| /third_party/ltp/ |
| D | INSTALL | 146 4. The disk I/O tests can be run by executing the diskio.sh script. In order 210 Issue: When executing configure it says: 220 Issue: When executing make [all] it says: 226 Issue: When executing make [all] it says something like: 242 Issue: When executing make (no target, 3.80), it does the following, and doesn't execute all:
|
| /third_party/json/docs/mkdocs/docs/api/basic_json/ |
| D | get.md | 27 The function is equivalent to executing 46 The function is then equivalent to executing 59 2. Overload for `basic_json` specializations. The function is equivalent to executing
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cTextureStorageMultisampleSampleMaskiTests.cpp | 57 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed. 97 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed. 137 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed. 197 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
|
| D | es31cTextureStorageMultisampleGetMultisamplefvTests.cpp | 58 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed. 100 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed. 142 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed. 182 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed. 323 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
|
| /third_party/rust/crates/memchr/bench/data/sliceslice/ |
| D | README.md | 11 actual benchmark consists of executing each searcher once on every needle that 20 on the `i386.txt` haystack. This benchmark, executing on a much longer
|
| /third_party/python/Lib/idlelib/ |
| D | pyshell.py | 506 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 else 'normal' [all …]
|
| /third_party/mesa3d/.gitlab-ci/windows/ |
| D | README.md | 30 The Mesa build runs inside the base container, executing `mesa_build.ps1`. 31 This simply compiles Mesa using Meson and Ninja, executing the build and
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Interpreter.h | 58 // executing. 61 Function *CurFunction;// The currently executing function 62 BasicBlock *CurBB; // The currently executing BB 79 // The runtime stack of executing code. The top of the stack is the current
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
| D | ATI_vertex_streams.txt | 121 section 5.4), and the EdgeFlag command. Executing any other 124 INVALID_OPERATION. Executing Begin after Begin has already 126 INVALID_OPERATION error, as does executing End without
|
| /third_party/openGLES/extensions/ATI/ |
| D | ATI_vertex_streams.txt | 121 section 5.4), and the EdgeFlag command. Executing any other 124 INVALID_OPERATION. Executing Begin after Begin has already 126 INVALID_OPERATION error, as does executing End without
|
| /third_party/node/deps/v8/src/base/ |
| D | once.cc | 27 // - EXECUTING_FUNCTION: Another thread is already executing the function. in CallOnceImpl() 39 // Another thread has already started executing the function. We need to in CallOnceImpl()
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 165 THROW_TJ("executing tjInitDecompress()"); in decomp() 210 THROW_TJ("executing tjDecompressToYUV2()"); in decomp() 214 THROW_TJ("executing tjDecodeYUV()"); in decomp() 219 THROW_TJ("executing tjDecompress2()"); in decomp() 233 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in decomp() 378 THROW_TJ("executing tjInitCompress()"); in fullTest() 409 THROW_TJ("executing tjEncodeYUV3()"); in fullTest() 414 THROW_TJ("executing tjCompressFromYUV()"); in fullTest() 419 THROW_TJ("executing tjCompress2()"); in fullTest() 435 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in fullTest() [all …]
|
| /third_party/selinux/libselinux/man/man3/ |
| D | getexeccon.3 | 3 getexeccon, setexeccon \- get or set the SELinux security context used for executing a new process 24 retrieves the context used for executing a new process.
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
| D | assertions.xml | 11 and the threads involved in the lock are executing with the 20 involved in the lock are executing with the SCHED_SPORADIC scheduling policy,
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
| D | linux_eventfd_test.cpp | 19 * eventfd instance will automatically close when executing the exec series of functions. 36 * will be automatically closed when executing exec series functions.
|
| /third_party/gn/src/gn/ |
| D | function_exec_script.cc | 77 The current directory when executing the script will be the root build 213 g_scheduler->Log("Executing", in RunExecScript() 216 g_scheduler->Log("Executing", cmdline.GetCommandLineString()); in RunExecScript() 248 "Executing",
|
| /third_party/python/Lib/concurrent/futures/ |
| D | _base.py | 389 """Return True if the future is currently executing.""" 394 """Return True if the future was cancelled or finished executing.""" 440 TimeoutError: If the future didn't finish executing before the given 477 TimeoutError: If the future didn't finish executing before the given 510 executing the work associated with this future. If this method returns 635 futures have finished executing and the resources used by the
|