Home
last modified time | relevance | path

Searched refs:test_lambda (Results 1 – 16 of 16) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/with_lock_guard/
Dwith_lock_guard_lambda.cpp24 void test_lambda() { in test_lambda() function
28 void test_lambda() { in test_lambda() function
57 test_lambda(); in main()
/external/sdv/vsomeip/third_party/boost/proto/test/
Dlambda.cpp155 void test_lambda() in test_lambda() function
185 test->add(BOOST_TEST_CASE(&test_lambda)); in init_unit_test_suite()
Dexamples.cpp401 void test_lambda() in test_lambda() function
484 lambda_transform::test_lambda(); in test_examples()
/external/clang/test/CodeGenCXX/
Dexceptions-seh-filter-captures.cpp60 void test_lambda() { in test_lambda() function
/external/cronet/stable/third_party/libc++/src/test/std/utilities/variant/variant.visit.member/
Dvisit_return_type.pass.cpp229 auto test_lambda = [](int arg) constexpr { in test_constexpr_explicit_side_effect() local
239 static_assert(test_lambda(202) == 202); in test_constexpr_explicit_side_effect()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/variant/variant.visit.member/
Dvisit_return_type.pass.cpp229 auto test_lambda = [](int arg) constexpr { in test_constexpr_explicit_side_effect() local
239 static_assert(test_lambda(202) == 202); in test_constexpr_explicit_side_effect()
/external/clang/test/SemaCXX/
Dcaptured-statements.cpp112 void test_lambda() { in test_lambda() function
Duninitialized.cpp605 int test_lambda() { in test_lambda() function
/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py120 def test_lambda(self): member in DocXMLRPCHTTPGETServer
Dtest_reprlib.py179 def test_lambda(self): member in ReprTests
Dtest_fstring.py1062 def test_lambda(self): member in TestCase
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler_test.py117 def test_lambda(self): member in PyToPyTest
/external/cronet/stable/third_party/libc++/src/test/std/utilities/variant/variant.visit/
Dvisit_return_type.pass.cpp369 auto test_lambda = [](int arg) constexpr { in test_constexpr_explicit_side_effect() local
375 static_assert(test_lambda(202) == 202, ""); in test_constexpr_explicit_side_effect()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/variant/variant.visit/
Dvisit_return_type.pass.cpp369 auto test_lambda = [](int arg) constexpr { in test_constexpr_explicit_side_effect() local
375 static_assert(test_lambda(202) == 202, ""); in test_constexpr_explicit_side_effect()
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity_test.py550 def test_lambda(self): member in ActivityAnalyzerTest
/external/python/cpython3/Lib/test/test_ast/
Dtest_ast.py1987 def test_lambda(self): member in ASTValidatorTests
2439 def test_lambda(self): member in EndPositionTests