Home
last modified time | relevance | path

Searched refs:testAPI (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/modules/video_render/
Dvideo_render.gypi184 'test/testAPI/testAPI.cc',
185 'test/testAPI/testAPI.h',
186 'test/testAPI/testAPI_android.cc',
187 'test/testAPI/testAPI_mac.mm',
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() function in TestIDNA
699 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testToASCII()
711 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testToUnicode()
731 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToUnicode()
733 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToUnicode()
757 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToASCII()
759 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func); in testIDNToASCII()
918 testAPI(src,buf, in testErrorCases()
922 testAPI(src,buf, in testErrorCases()
927 testAPI((src==NULL)? NULL : buf,src, in testErrorCases()
[all …]
Dsdtfmtts.h26 void testAPI(/* char* par */);
Dnmfmapts.h27 void testAPI(/* char* par */);
Ddtptngts.h26 void testAPI(/* char* par */);
Ddtfmapts.h29 void testAPI(/* char* par */);
Ddcfmapts.h26 void testAPI(/*char *par*/);
Ddtifmtts.h27 void testAPI();
Dplurults.h28 void testAPI();
Dsdtfmtts.cpp34 testAPI(/*par*/); in runIndexedTest()
46 void IntlTestSimpleDateFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestSimpleDateFormatAPI
Dtufmtts.cpp30 TESTCASE_AUTO(testAPI); in runIndexedTest()
47 void testAPI();
165 void TimeUnitTest::testAPI() { in testAPI() function in TimeUnitTest
Ddtfmapts.cpp37 testAPI(/*par*/); in runIndexedTest()
129 void IntlTestDateFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestDateFormatAPI
Dtestidna.h81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
Dnmfmapts.cpp36 testAPI(/* par */); in runIndexedTest()
61 void IntlTestNumberFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestNumberFormatAPI
Ddtifmtts.cpp46 TESTCASE(0, testAPI); in runIndexedTest()
60 void DateIntervalFormatTest::testAPI() { in testAPI() function in DateIntervalFormatTest
Ddtptngts.cpp30 TESTCASE(0, testAPI); in runIndexedTest()
42 void IntlTestDateTimePatternGeneratorAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDateTimePatternGeneratorAPI
Dplurults.cpp42 TESTCASE_AUTO(testAPI); in runIndexedTest()
78 void PluralRulesTest::testAPI(/*char *par*/) in testAPI() function in PluralRulesTest
Ddcfmapts.cpp42 testAPI(/*par*/); in runIndexedTest()
96 void IntlTestDecimalFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDecimalFormatAPI
/external/icu/icu4c/source/test/cintltst/
Didnatest.c71 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() function
435 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestToASCII()
449 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestToUnicode()
472 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToUnicode()
474 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToUnicode()
502 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToASCII()
504 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func); in TestIDNToASCII()
/external/webrtc/webrtc/modules/
Dmodules.gyp339 'rtp_rtcp/test/testAPI/test_api.cc',
340 'rtp_rtcp/test/testAPI/test_api.h',
341 'rtp_rtcp/test/testAPI/test_api_audio.cc',
342 'rtp_rtcp/test/testAPI/test_api_rtcp.cc',
343 'rtp_rtcp/test/testAPI/test_api_video.cc',
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI_mac.mm11 #include "testAPI.h"