Home
last modified time | relevance | path

Searched +defs:test +defs:py (Results 1 – 14 of 14) sorted by relevance

/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dintrusive_ptr_test.cpp140 void test() in test() function
214 boost::intrusive_ptr<Y> py; in copy_constructor() local
226 boost::intrusive_ptr<Y> py(0); in copy_constructor() local
238 boost::intrusive_ptr<Y> py(0, false); in copy_constructor() local
256 boost::intrusive_ptr<Y> py(new Y); in copy_constructor() local
266 void test() in test() function
278 void test() in test() function
513 void test() in test() function
525 void test() in test() function
693 void test() in test() function
[all …]
Dshared_from_this_test.cpp56 void test() in test() function
58 boost::shared_ptr<Y> py = createY(); in test() local
Dshared_from_raw_test.cpp47 void test() in test() function
49 boost::shared_ptr<Y> py = createY(); in test() local
Dshared_ptr_test.cpp48 void test() in test() function
716 boost::shared_ptr<Y> py(p); in copy_constructor() local
1149 void test() in test() function
1533 void test() in test() function
1977 void test() in test() function
1993 void test() in test() function
2076 void test() in test() function
2124 void test() in test() function
2213 void test() in test() function
2285 boost::shared_ptr<Y> py(new Y); in test() local
[all …]
Dweak_ptr_test.cpp44 void test() in test() function
490 void test() in test() function
645 void test() in test() function
742 void test() in test() function
785 void test() in test() function
872 void test() in test() function
979 void test() in test() function
1167 boost::weak_ptr<Y> py(spy); in test() local
1226 boost::weak_ptr<Y> py(spz); in test() local
1264 void test() in test() function
[all …]
/external/ComputeLibrary/tests/validation/reference/
DROIPoolingLayer.cpp33 namespace test namespace
79 for(size_t py = 0; py < pool_info.pooled_height(); ++py) in roi_pool_layer() local
DROIAlignLayer.cpp34 namespace test namespace
157 for(size_t py = 0; py < pool_info.pooled_height(); ++py) in roi_align_layer() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc962 bssl::UniquePtr<BIGNUM> py(BN_new()); in TEST() local
1009 bssl::UniquePtr<BIGNUM> py(BN_new()); in TEST() local
1104 for (const auto &test : kDeriveTests) { in TEST() local
1175 for (const auto &test : kTests) { in TEST() local
1243 for (const auto &test : kTests) { in TEST() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc1043 bssl::UniquePtr<BIGNUM> py(BN_new()); in TEST() local
1089 bssl::UniquePtr<BIGNUM> py(BN_new()); in TEST() local
1183 for (const auto &test : kDeriveTests) { in TEST() local
1308 for (const auto &test : kTests) { in TEST() local
1389 for (const auto &test : kTests) { in TEST() local
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc1043 bssl::UniquePtr<BIGNUM> py(BN_new()); in TEST() local
1089 bssl::UniquePtr<BIGNUM> py(BN_new()); in TEST() local
1183 for (const auto &test : kDeriveTests) { in TEST() local
1308 for (const auto &test : kTests) { in TEST() local
1389 for (const auto &test : kTests) { in TEST() local
/external/python/cpython3/Lib/test/
Dtest_code.py709 py = ctypes.pythonapi variable
786 def __init__(self, f, test): argument
/external/clang/test/SemaCXX/
Dwarn-unused-local-typedef.cpp68 void test() { in test() function
184 remove_reference<decltype(*pointer_sneaky())>::type::t py; variable
/external/angle/src/tests/gl_tests/
DBlendFuncExtendedTest.cpp79 const auto py = y + yy; in CheckPixels() local
544 auto test = [&](GLenum colorOp, GLenum alphaOp, GLColor color) { in TEST_P() local
764 for (const testCase &test : testCases) in TEST_P() local
/external/skia/src/gpu/ganesh/geometry/
DGrQuadUtils.cpp711 float4 test = dy * next_cw(edgeVectors.fX2D) + (-dx * next_cw(edgeVectors.fY2D) + c); in reset() local
776 float4 py = (oc * next_cw(fA) - fA * next_cw(oc)) / denom; in computeDegenerateQuad() local