Home
last modified time | relevance | path

Searched refs:runnable (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/tools/
Drun_perf.py204 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/
Dnumbers_test.cc927 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/
Dlocate-test17 --runnable List only tests that are executable
90 runnable)
Dgenerate-makefiles.sh341 generate_locate_test_makefile runnable '.run-test'
/third_party/node/deps/googletest/src/
Dgtest-port.cc430 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/
Dgtest-port.cc467 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/
Dgtest-port.cc424 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/
Drun-tests.py345 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/
Dacinclude.m4164 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/
Dacinclude.m4164 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/
Ddispatch.h260 DispatchResult(bool method_found, std::function<void()> runnable);
Ddispatch.cc523 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/
Dok.min.css2runnable-track{cursor:pointer;-webkit-appearance:none;border-radius:var(--ok-br);border:var(--ok-b…
/third_party/rust/crates/cxx/book/src/
Dindex.md66 the C++ code. The code is also provided in runnable form in the *demo* directory
Dtutorial.md10 provided in runnable form in the *demo* directory of
662 together in runnable form in the* demo *directory of
/third_party/node/doc/api/
Dsingle-executable-applications.md98 binary would still be runnable.
/third_party/python/Doc/using/
Dvenv-create.inc137 installed in a virtual environment should be runnable without activating it,
/third_party/mindspore/patches/
D0013-hiappevent.patch185 + Runnable runnable = msg->r;
187 + return runnable;
/third_party/python/Lib/idlelib/idle_test/
DREADME.txt208 # Don't complain if non-runnable code isn't run:
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1483 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-port.h1515 ThreadWithParamBase(Runnable* runnable, Notification* thread_can_start);
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1489 ThreadWithParamBase(Runnable* runnable, Notification* thread_can_start);
/third_party/rust/crates/cxx/
DREADME.md79 A runnable version of this example is provided under the *demo* directory of
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_AMDX_shader_enqueue.adoc39 … a single compute shader invocation to process each token stream into a runnable command buffer, a…
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst1940 Make idlelib.run runnable; add test clause.

12