/external/icu/icu4c/source/test/intltest/ |
D | testidna.h | 32 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef 75 void testToASCII(const char* testName, TestFunc func); 76 void testToUnicode(const char* testName, TestFunc func); 77 void testIDNToUnicode(const char* testName, TestFunc func); 78 void testIDNToASCII(const char* testName, TestFunc func); 80 void testChaining(const char* toASCIIName, TestFunc toASCII, 81 const char* toUnicodeName, TestFunc toUnicode); 86 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE); 93 void testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII, 94 const char* IDNToUnicodeName, TestFunc IDNToUnicode); [all …]
|
D | testidna.cpp | 456 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){ in testAPI() 700 void TestIDNA::testToASCII(const char* testName, TestFunc func){ in testToASCII() 712 void TestIDNA::testToUnicode(const char* testName, TestFunc func){ in testToUnicode() 724 void TestIDNA::testIDNToUnicode(const char* testName, TestFunc func){ in testIDNToUnicode() 750 void TestIDNA::testIDNToASCII(const char* testName, TestFunc func){ in testIDNToASCII() 906 void TestIDNA::testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII, in testErrorCases() 907 const char* IDNToUnicodeName, TestFunc IDNToUnicode){ in testErrorCases() 1002 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func){ in testChaining() 1158 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining() 1159 const char* toUnicodeName, TestFunc toUnicode){ in testChaining() [all …]
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | ctor.pass.cpp | 39 struct TestFunc { struct 62 TestFunc<UserType>()(); in main() argument 63 TestEachIntegralType<TestFunc>()(); in main()
|
/external/llvm-project/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | ctor.pass.cpp | 35 struct TestFunc { struct 58 TestFunc<UserType>()(); in main() argument 59 TestEachIntegralType<TestFunc>()(); in main()
|
/external/catch2/include/internal/ |
D | catch_test_registry.h | 62 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION_2( TestName, TestFunc, Name, Tags, Signa… argument 63 INTERNAL_CATCH_DEFINE_SIG_TEST(TestFunc, INTERNAL_CATCH_REMOVE_PARENS(Signature)) 146 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_2(TestName, TestFunc, Name, Tags, Signature, ... )\ argument 151 INTERNAL_CATCH_DECLARE_SIG_TEST(TestFunc, INTERNAL_CATCH_REMOVE_PARENS(Signature));\ 156 INTERNAL_CATCH_NTTP_REG_GEN(TestFunc,INTERNAL_CATCH_REMOVE_PARENS(Signature))\ 173 INTERNAL_CATCH_DEFINE_SIG_TEST(TestFunc,INTERNAL_CATCH_REMOVE_PARENS(Signature)) 240 #define INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_2(TestName, TestFunc, Name, Tags, TmplList)\ argument 244 template<typename TestType> static void TestFunc(); \ 253 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFunc<Types> ), CATCH_INTERNAL_LINEINF… 265 static void TestFunc()
|
D | catch_preprocessor.hpp | 165 #define INTERNAL_CATCH_NTTP_REGISTER0(TestFunc, signature)\ argument 169 …Catch::AutoReg( Catch::makeTestInvoker(&TestFunc<Type>), CATCH_INTERNAL_LINEINFO, Catch::StringRef… 172 #define INTERNAL_CATCH_NTTP_REGISTER(TestFunc, signature, ...)\ argument 176 …Catch::AutoReg( Catch::makeTestInvoker(&TestFunc<__VA_ARGS__>), CATCH_INTERNAL_LINEINFO, Catch::St… 220 …TestFunc, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_NTTP_REGISTER, I… argument 230 …TestFunc, ...) INTERNAL_CATCH_EXPAND_VARGS(INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INT… argument
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTestShared.hpp | 87 typedef void (*TestFunc)(NegativeTestContext& ctx); typedef 91 TestFunc function;
|
D | es31fSeparateShaderTests.cpp | 1004 typedef void (SeparateShaderTest::*TestFunc) typedef in deqp::gles31::Functional::__anon8142914b0111::SeparateShaderTest 1012 TestFunc testFunc); 1048 TestFunc m_testFunc; 1075 TestFunc testFunc) in SeparateShaderTest()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 91 enum TestFunc enum 187 TestFunc func; 248 TestFunc depthFunc;
|
D | rrFragmentOperations.hpp | 138 …agNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const …
|
/external/angle/src/tests/gl_tests/ |
D | WebGLReadOutsideFramebufferTest.cpp | 269 using TestFunc = void (WebGLReadOutsideFramebufferTest::*)(int x, typedef in angle::WebGLReadOutsideFramebufferTest 274 void Main2D(TestFunc testFunc, bool zeroOutside) { mainImpl(testFunc, zeroOutside, 0); } in Main2D() 276 void Main3D(TestFunc testFunc, bool zeroOutside) in Main3D() 281 void mainImpl(TestFunc testFunc, bool zeroOutside, int readLayer) in mainImpl()
|
/external/llvm/unittests/Support/ |
D | ThreadPool.cpp | 106 static void TestFunc(std::atomic_int &checked_in, int i) { checked_in += i; } in TestFunc() function 115 Pool.async(TestFunc, std::ref(checked_in), i); in TEST_F()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcCAPITest.cpp | 29 Function *TestFunc = MB.createFunctionDecl<int()>("testFunc"); in createTestModule() local 34 Value* Result = B.CreateCall(TestFunc); in createTestModule()
|
/external/llvm-project/mlir/test/lib/IR/ |
D | CMakeLists.txt | 3 TestFunc.cpp
|
/external/llvm-project/llvm/unittests/Support/ |
D | ThreadPool.cpp | 106 static void TestFunc(std::atomic_int &checked_in, int i) { checked_in += i; } in TestFunc() function 115 Pool.async(TestFunc, std::ref(checked_in), i); in TEST_F()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 45 rr::TestFunc mapGLTestFunc (deUint32 func);
|
D | sglrReferenceUtils.cpp | 215 rr::TestFunc mapGLTestFunc (deUint32 func) in mapGLTestFunc()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | function_list.h | 69 int (*TestFunc)(const struct Func *, MTdata, bool); member
|
/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 46 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef 75 UBool doCompare, UBool testUnassigned, TestFunc func){ in testAPI() 434 TestFunc func = uidna_toASCII; in TestToASCII() 448 TestFunc func = uidna_toUnicode; in TestToUnicode() 465 TestFunc func = uidna_IDNToUnicode; in TestIDNToUnicode() 494 TestFunc func=uidna_IDNToASCII; in TestIDNToASCII()
|
/external/llvm-project/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 1234 const sampleprof::FunctionSamples &TestFunc, 1252 const sampleprof::FunctionSamples *TestFunc, 1378 const sampleprof::FunctionSamples &TestFunc, in computeSampleFunctionInternalOverlap() argument 1391 TestFunc.getBodySamples().cbegin(), TestFunc.getBodySamples().cend()); in computeSampleFunctionInternalOverlap() 1415 TestFunc.getCallsiteSamples().cbegin(), in computeSampleFunctionInternalOverlap() 1416 TestFunc.getCallsiteSamples().cend()); in computeSampleFunctionInternalOverlap() 1506 const sampleprof::FunctionSamples *TestFunc, in computeSampleFunctionOverlap() argument 1518 if (!BaseFunc || !TestFunc) { in computeSampleFunctionOverlap() 1524 *BaseFunc, *TestFunc, *FuncOverlap); in computeSampleFunctionOverlap() 1548 for (const auto &TestFunc : TestProfiles) { in computeSampleProfileOverlap() local [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboApiTests.cpp | 529 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context); typedef in deqp::gles3::Functional::FboApiCase 531 FboApiCase (Context& context, const char* name, const char* description, TestFunc test); 540 TestFunc m_testFunc; 543 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test) in FboApiCase()
|
/external/pigweed/pw_preprocessor/ |
D | arguments_test.cc | 68 constexpr int TestFunc(int arg, ...) { return arg; } in TestFunc() function 70 #define CALL_FUNCTION(arg, ...) TestFunc(arg PW_COMMA_ARGS(__VA_ARGS__)) 81 static_assert(TestFunc(0 PW_COMMA_ARGS()) == 0); in TEST() 82 static_assert(TestFunc(1 /* whoa */ PW_COMMA_ARGS( in TEST() 97 static_assert(TestFunc(0 PW_COMMA_ARGS(1)) == 0); in TEST() 98 static_assert(TestFunc(1 PW_COMMA_ARGS(1, 2)) == 1); in TEST() 99 static_assert(TestFunc(2 PW_COMMA_ARGS(1, 2, "three")) == 2); in TEST()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 581 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context); typedef in deqp::gles2::Functional::FboApiCase 583 FboApiCase (Context& context, const char* name, const char* description, TestFunc test); 592 TestFunc m_testFunc; 595 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test) in FboApiCase()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 64 rr::TestFunc compareOp = rr::TESTFUNC_LESS;
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 365 rr::TestFunc mapVkCompareOp (vk::VkCompareOp compareFunc);
|