| /third_party/ltp/testcases/open_posix_testsuite/bin/ |
| D | run-posix-option-group-test.sh | 32 echo "Executing asynchronous I/O tests" 37 echo "Executing signals tests" 46 echo "Executing semaphores tests" 50 echo "Executing threads tests" 54 echo "Executing timers and clocks tests" 61 echo "Executing message queues tests" 65 echo "Executing process and thread scheduling tests" 69 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. 58 Return the line number that *frame* is currently executing.
|
| /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/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/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/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/dart/ |
| D | DartExecutor.java | 22 * Configures, bootstraps, and starts executing Dart code. 103 * Is this {@link DartExecutor} currently executing Dart code? 112 * Starts executing Dart code based on the given {@code dartEntrypoint}. 124 Log.v(TAG, "Executing Dart entrypoint: " + dartEntrypoint); in executeDartEntrypoint() 137 * Starts executing Dart code based on the given {@code dartCallback}. 149 Log.v(TAG, "Executing Dart callback: " + dartCallback); in executeDartCallback()
|
| /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/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/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/json/doc/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/ltp/ |
| D | INSTALL | 148 4. The disk I/O tests can be run by executing the diskio.sh script. In order 212 Issue: When executing configure it says: 222 Issue: When executing make [all] it says: 228 Issue: When executing make [all] it says something like: 244 Issue: When executing make (no target, 3.80), it does the following, and doesn't execute 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/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/cef/include/wrapper/ |
| D | cef_closure_task.h | 44 // Helpers for asynchronously executing a base::[Once|Repeating]Closure (bound 56 // Example of executing a bound function: 65 // Example of executing a bound method:
|
| /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/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/flutter/flutter/packages/flutter_tools/templates/module/ |
| D | README.md | 18 Executing `./gradlew flutter:assembleDebug` in that folder produces 37 Executing `./gradlew app:assembleDebug` in the target folder produces
|
| /third_party/python/Lib/idlelib/ |
| D | pyshell.py | 515 was_executing = console.executing 516 console.executing = False 561 self.tkconsole.executing = False 767 if self.tkconsole.executing: 778 if self.tkconsole.executing: 847 "Already executing", 848 "The Python Shell window is already executing a command; " 1035 executing = False variable in PyShell 1049 if self.executing: 1095 state = 'disabled' if self.executing else 'normal' [all …]
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | office-ui-fabric.log | 24 @fluentui/digest: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modu… 29 @fluentui/scripts: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mod… 31 @fluentui/scripts: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mod… 39 @fluentui/a11y-testing: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/nod… 41 @fluentui/a11y-testing: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/nod… 46 @fluentui/codemods: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mo… 48 @fluentui/codemods: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_mo… 53 @fluentui/example-data: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/nod… 55 @fluentui/example-data: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/nod… 60 @fluentui/keyboard-key: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/nod… [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
| D | 6-1.c | 20 sigqueu has returned before the handler finished executing, and thus is 47 ("Test FAILED: sigqueue() seems to have returned before handler finished executing.\n"); in myhandler()
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrOpFlushState.h | 58 /** Additional data required on a per-op basis when executing GrOps. */ 157 // Info about the op that is currently preparing or executing using the flush state or null if 158 // an op is not currently preparing of executing.
|