Home
last modified time | relevance | path

Searched defs:runnable (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/tools/
Drun_perf.py204 def AddRunnableDuration(self, runnable, duration): argument
626 def _Run(self, runnable, count, secondary=False): argument
629 def _LoggedRun(self, runnable, count, secondary=False): argument
647 def Run(self, runnable, count, secondary): argument
698 def _Run(self, runnable, count, secondary=False): argument
753 def _Run(self, runnable, count, secondary=False): argument
1080 def RunGenerator(runnable): argument
/third_party/jerryscript/tools/
Drun-tests.py345 def run_check(runnable, env=None): argument
/third_party/googletest/googletest/src/
Dgtest-port.cc424 static HANDLE CreateThread(Runnable* runnable, in CreateThread()
470 ThreadWithParamBase::ThreadWithParamBase(Runnable* runnable, in ThreadWithParamBase()
/third_party/node/deps/googletest/src/
Dgtest-port.cc430 static HANDLE CreateThread(Runnable* runnable, in CreateThread()
476 ThreadWithParamBase::ThreadWithParamBase(Runnable* runnable, in ThreadWithParamBase()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc467 static HANDLE CreateThread(Runnable* runnable, in CreateThread()
514 ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable, in ThreadWithParamBase()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc523 std::function<void()> runnable) in DispatchResult()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc927 void ExhaustiveFloat(uint32_t cases, R&& runnable) { in ExhaustiveFloat()