/third_party/node/deps/v8/tools/ |
D | run_perf.py | 204 def AddRunnableDuration(self, runnable, duration): argument 206 if runnable.name not in self.runnables: 207 self.runnables[runnable.name] = { 208 'graphs': runnable.graphs, 210 'timeout': runnable.timeout, 213 existing_entry = self.runnables[runnable.name] 214 assert runnable.timeout == existing_entry['timeout'] 215 assert runnable.graphs == existing_entry['graphs'] 626 def _Run(self, runnable, count, secondary=False): argument 629 def _LoggedRun(self, runnable, count, secondary=False): argument [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 927 void ExhaustiveFloat(uint32_t cases, R&& runnable) { in ExhaustiveFloat() argument 928 runnable(0.0f); in ExhaustiveFloat() 929 runnable(-0.0f); in ExhaustiveFloat() 933 runnable(-f); in ExhaustiveFloat() 934 runnable(f); in ExhaustiveFloat() 949 runnable(last); in ExhaustiveFloat() 950 runnable(-last); in ExhaustiveFloat() 956 runnable(testf); in ExhaustiveFloat() 957 runnable(-testf); in ExhaustiveFloat() 964 runnable(testf); in ExhaustiveFloat() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
D | locate-test | 17 --runnable List only tests that are executable 90 runnable)
|
D | generate-makefiles.sh | 341 generate_locate_test_makefile runnable '.run-test'
|
/third_party/node/deps/googletest/src/ |
D | gtest-port.cc | 430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() argument 432 ThreadMainParam* param = new ThreadMainParam(runnable, thread_can_start); in CreateThread() 451 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam() 452 : runnable_(runnable), thread_can_start_(thread_can_start) {} in ThreadMainParam() 476 ThreadWithParamBase::ThreadWithParamBase(Runnable* runnable, in ThreadWithParamBase() argument 479 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 467 static HANDLE CreateThread(Runnable* runnable, in CreateThread() argument 469 ThreadMainParam* param = new ThreadMainParam(runnable, thread_can_start); in CreateThread() 488 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam() 489 : runnable_(runnable), in ThreadMainParam() 514 ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable, in ThreadWithParamBase() argument 516 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
|
/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 424 static HANDLE CreateThread(Runnable* runnable, in CreateThread() argument 426 ThreadMainParam* param = new ThreadMainParam(runnable, thread_can_start); in CreateThread() 445 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam() 446 : runnable_(runnable), thread_can_start_(thread_can_start) {} in ThreadMainParam() 470 ThreadWithParamBase::ThreadWithParamBase(Runnable* runnable, in ThreadWithParamBase() argument 473 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase()
|
/third_party/jerryscript/tools/ |
D | run-tests.py | 345 def run_check(runnable, env=None): argument 346 report_command('Test command:', runnable, env=env) 353 proc = subprocess.Popen(runnable, env=env)
|
/third_party/icu/icu4c/source/ |
D | acinclude.m4 | 164 AC_MSG_CHECKING([whether runnable 64 bit binaries are built by default]) 175 # do we need to check for buildable/runnable 32 or 64 bit? 371 AC_MSG_CHECKING([whether runnable 64-bit binaries are being built ]) 398 AC_MSG_CHECKING([whether runnable 32-bit binaries are being built ])
|
/third_party/skia/third_party/externals/icu/source/ |
D | acinclude.m4 | 164 AC_MSG_CHECKING([whether runnable 64 bit binaries are built by default]) 175 # do we need to check for buildable/runnable 32 or 64 bit? 371 AC_MSG_CHECKING([whether runnable 64-bit binaries are being built ]) 398 AC_MSG_CHECKING([whether runnable 32-bit binaries are being built ])
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | dispatch.h | 260 DispatchResult(bool method_found, std::function<void()> runnable);
|
D | dispatch.cc | 523 std::function<void()> runnable) in DispatchResult() argument 524 : method_found_(method_found), runnable_(runnable) {} in DispatchResult()
|
/third_party/skia/third_party/externals/expat/expat/doc/ |
D | ok.min.css | 2 …runnable-track{cursor:pointer;-webkit-appearance:none;border-radius:var(--ok-br);border:var(--ok-b…
|
/third_party/rust/crates/cxx/book/src/ |
D | index.md | 66 the C++ code. The code is also provided in runnable form in the *demo* directory
|
D | tutorial.md | 10 provided in runnable form in the *demo* directory of 662 together in runnable form in the* demo *directory of
|
/third_party/node/doc/api/ |
D | single-executable-applications.md | 98 binary would still be runnable.
|
/third_party/python/Doc/using/ |
D | venv-create.inc | 137 installed in a virtual environment should be runnable without activating it,
|
/third_party/mindspore/patches/ |
D | 0013-hiappevent.patch | 185 + Runnable runnable = msg->r; 187 + return runnable;
|
/third_party/python/Lib/idlelib/idle_test/ |
D | README.txt | 208 # Don't complain if non-runnable code isn't run:
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1483 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-port.h | 1515 ThreadWithParamBase(Runnable* runnable, Notification* thread_can_start);
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1489 ThreadWithParamBase(Runnable* runnable, Notification* thread_can_start);
|
/third_party/rust/crates/cxx/ |
D | README.md | 79 A runnable version of this example is provided under the *demo* directory of
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 39 … a single compute shader invocation to process each token stream into a runnable command buffer, a…
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 1940 Make idlelib.run runnable; add test clause.
|