Home
last modified time | relevance | path

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

12

/third_party/cef/include/base/internal/
Dcef_bind_internal.h929 static ReturnType MakeItSo(Runnable runnable) { return runnable.Run(); }
934 static void MakeItSo(Runnable runnable) { runnable.Run(); }
939 static ReturnType MakeItSo(Runnable runnable, A1 a1) {
940 return runnable.Run(CallbackForward(a1));
946 static void MakeItSo(Runnable runnable, A1 a1) {
947 runnable.Run(CallbackForward(a1));
953 static void MakeItSo(Runnable runnable, BoundWeakPtr weak_ptr) {
957 runnable.Run(weak_ptr.get());
963 static ReturnType MakeItSo(Runnable runnable, A1 a1, A2 a2) {
964 return runnable.Run(CallbackForward(a1), CallbackForward(a2));
[all …]
/third_party/ltp/testcases/open_posix_testsuite/scripts/
Dlocate-test17 --runnable List only tests that are executable
90 runnable)
Dgenerate-makefiles.sh323 generate_locate_test_makefile runnable '.run-test'
/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc833 void ExhaustiveFloat(uint32_t cases, R&& runnable) { in ExhaustiveFloat() argument
834 runnable(0.0f); in ExhaustiveFloat()
835 runnable(-0.0f); in ExhaustiveFloat()
839 runnable(-f); in ExhaustiveFloat()
840 runnable(f); in ExhaustiveFloat()
855 runnable(last); in ExhaustiveFloat()
856 runnable(-last); in ExhaustiveFloat()
862 runnable(testf); in ExhaustiveFloat()
863 runnable(-testf); in ExhaustiveFloat()
870 runnable(testf); in ExhaustiveFloat()
[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/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DVirtualDisplayController.java185 static void schedule(View view, Runnable runnable) { in schedule() argument
186 OneTimeOnDrawListener listener = new OneTimeOnDrawListener(view, runnable); in schedule()
/third_party/googletest/googletest/src/
Dgtest-port.cc383 static HANDLE CreateThread(Runnable* runnable, in CreateThread() argument
385 ThreadMainParam* param = new ThreadMainParam(runnable, thread_can_start); in CreateThread()
405 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam()
406 : runnable_(runnable), in ThreadMainParam()
431 ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable, in ThreadWithParamBase() argument
433 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
/third_party/boringssl/src/third_party/googletest/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/grpc/tools/dockerfile/grpc_clang_format/
DDockerfile21 # to make the script runnable by everyone.
/third_party/grpc/templates/tools/dockerfile/grpc_clang_tidy/
DDockerfile.template29 # to make the script runnable by everyone.
/third_party/grpc/templates/tools/dockerfile/grpc_clang_format/
DDockerfile.template29 # to make the script runnable by everyone.
/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/flutter/engine/flutter/shell/testing/observatory/
Dtest.dart127 // If it is not runnable, wait until it becomes runnable.
/third_party/grpc/tools/dockerfile/grpc_clang_tidy/
DDockerfile43 # to make the script runnable by everyone.
/third_party/flutter/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/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/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/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/
DREADME.BENCHTESTS6 "tests" directory. These should be runnable using the
/third_party/flutter/flutter/.github/
DPULL_REQUEST_TEMPLATE.md3 …ing visual properties, consider including before/after screenshots (and runnable code snippets to …
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Dbenchmarks.md26 The benchmark programs aim to be runnable "out of the box" without any
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dexample_code.dart5 // Note: This code is not runnable, it contains code snippets displayed in the
/third_party/boost/libs/beast/doc/qbk/03_core/
D7a_echo.qbk77 The listing for a complete, runnable version of this example is in
/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/expat/doc/
Dok.min.css2runnable-track{cursor:pointer;-webkit-appearance:none;border-radius:var(--ok-br);border:var(--ok-b…
/third_party/python/Doc/using/
Dvenv-create.inc137 installed in a virtual environment should be runnable without activating it,

12