Searched defs:TestFunc (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtestidna.h30 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
72 void testToASCII(const char* testName, TestFunc func);
73 void testToUnicode(const char* testName, TestFunc func);
74 void testIDNToUnicode(const char* testName, TestFunc func);
75 void testIDNToASCII(const char* testName, TestFunc func);
77 void testChaining(const char* toASCIIName, TestFunc toASCII,
78 const char* toUnicodeName, TestFunc toUnicode);
83 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE);
90 void testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII,
91 const char* IDNToUnicodeName, TestFunc IDNToUnicod
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.hpp84 typedef void (*TestFunc)(NegativeTestContext& ctx); typedef in namespace:deqp::gles31::Functional::NegativeTestShared
88 TestFunc function;
/external/deqp/modules/gles2/functional/
H A Des2fFboApiTest.cpp553 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context); typedef in class:deqp::gles2::Functional::FboApiCase
555 FboApiCase (Context& context, const char* name, const char* description, TestFunc test);
564 TestFunc m_testFunc;
567 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test)
/external/deqp/modules/gles3/functional/
H A Des3fFboApiTests.cpp529 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context); typedef in class: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)
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c44 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
73 UBool doCompare, UBool testUnassigned, TestFunc func){
432 TestFunc func = uidna_toASCII;
446 TestFunc func = uidna_toUnicode;
463 TestFunc func = uidna_IDNToUnicode;
492 TestFunc func=uidna_IDNToASCII;
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp80 enum TestFunc enum in namespace:rr
176 TestFunc func;
237 TestFunc depthFunc;

Completed in 461 milliseconds