Home
last modified time | relevance | path

Searched refs:TestFunc (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
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 IDNToUnicode);
[all …]
Dtestidna.cpp452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){ in testAPI()
692 void TestIDNA::testToASCII(const char* testName, TestFunc func){ in testToASCII()
704 void TestIDNA::testToUnicode(const char* testName, TestFunc func){ in testToUnicode()
716 void TestIDNA::testIDNToUnicode(const char* testName, TestFunc func){ in testIDNToUnicode()
742 void TestIDNA::testIDNToASCII(const char* testName, TestFunc func){ in testIDNToASCII()
898 void TestIDNA::testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII, in testErrorCases()
899 const char* IDNToUnicodeName, TestFunc IDNToUnicode){ in testErrorCases()
994 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func){ in testChaining()
1150 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining()
1151 const char* toUnicodeName, TestFunc toUnicode){ in testChaining()
[all …]
/external/icu/icu4c/source/test/intltest/
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 IDNToUnicode);
[all …]
Dtestidna.cpp452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){ in testAPI()
692 void TestIDNA::testToASCII(const char* testName, TestFunc func){ in testToASCII()
704 void TestIDNA::testToUnicode(const char* testName, TestFunc func){ in testToUnicode()
716 void TestIDNA::testIDNToUnicode(const char* testName, TestFunc func){ in testIDNToUnicode()
742 void TestIDNA::testIDNToASCII(const char* testName, TestFunc func){ in testIDNToASCII()
898 void TestIDNA::testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII, in testErrorCases()
899 const char* IDNToUnicodeName, TestFunc IDNToUnicode){ in testErrorCases()
994 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func){ in testChaining()
1150 void TestIDNA::testChaining(const char* toASCIIName, TestFunc toASCII, in testChaining()
1151 const char* toUnicodeName, TestFunc toUnicode){ in testChaining()
[all …]
/external/chromium_org/components/nacl/loader/nonsfi/
Dirt_icache_unittest.cc28 typedef int (*TestFunc)(void); in TEST() typedef
29 TestFunc func = reinterpret_cast<TestFunc>(start); in TEST()
/external/chromium_org/third_party/webrtc/base/
Dprofiler_unittest.cc21 const char* TestFunc() { in TestFunc() function
35 const char* function_name = TestFunc(); in TEST()
43 TestFunc(); in TEST()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dprofiler_unittest.cc38 const char* TestFunc() { in TestFunc() function
52 const char* function_name = TestFunc(); in TEST()
60 TestFunc(); in TEST()
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp77 typedef void (*TestFunc)(NegativeTestContext& ctx); typedef
81 TestFunc function;
Des31fDebugTests.cpp188 using NegativeTestShared::TestFunc;
549 TestFunc errorFunc);
559 const TestFunc m_errorFunc;
566 TestFunc errorFunc) in CallbackErrorCase()
619 TestFunc errorFunc);
627 const TestFunc m_errorFunc;
634 TestFunc errorFunc) in LogErrorCase()
726 TestFunc errorFunc);
735 const TestFunc m_errorFunc;
741 TestFunc errorFunc) in GetErrorCase()
[all …]
Des31fSeparateShaderTests.cpp897 typedef void (SeparateShaderTest::*TestFunc) typedef in deqp::gles31::Functional::__anon15431ca80111::SeparateShaderTest
905 TestFunc testFunc);
941 TestFunc m_testFunc;
968 TestFunc testFunc) in SeparateShaderTest()
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp80 enum TestFunc enum
176 TestFunc func;
237 TestFunc depthFunc;
DrrFragmentOperations.hpp137 …agNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const …
DrrFragmentOperations.cpp164 …agNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const … in executeDepthCompare()
/external/chromium_org/base/time/
Dtime_win_unittest.cc178 typedef TimeTicks (*TestFunc)(); in TEST() typedef
180 TestFunc func; in TEST()
188 { reinterpret_cast<TestFunc>(Time::Now), "Time::Now" }, in TEST()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp45 rr::TestFunc mapGLTestFunc (deUint32 func);
DsglrReferenceUtils.cpp215 rr::TestFunc mapGLTestFunc (deUint32 func) in mapGLTestFunc()
/external/icu/icu4c/source/test/cintltst/
Didnatest.c46 (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/chromium_org/third_party/icu/source/test/cintltst/
Didnatest.c46 (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/deqp/modules/gles3/functional/
Des3fFboApiTests.cpp518 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context); typedef in deqp::gles3::Functional::FboApiCase
520 FboApiCase (Context& context, const char* name, const char* description, TestFunc test);
529 TestFunc m_testFunc;
532 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test) in FboApiCase()
/external/deqp/modules/gles2/functional/
Des2fFboApiTest.cpp542 typedef void (*TestFunc) (tcu::TestContext& testCtx, sglr::Context& context); typedef in deqp::gles2::Functional::FboApiCase
544 FboApiCase (Context& context, const char* name, const char* description, TestFunc test);
553 TestFunc m_testFunc;
556 FboApiCase::FboApiCase (Context& context, const char* name, const char* description, TestFunc test) in FboApiCase()