Home
last modified time | relevance | path

Searched refs:testAPI (Results 1 – 22 of 22) 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.cpp453 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() function in TestIDNA
702 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testToASCII()
714 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testToUnicode()
734 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToUnicode()
736 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToUnicode()
760 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in testIDNToASCII()
762 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, FALSE, TRUE, func); in testIDNToASCII()
921 testAPI(src,buf, in testErrorCases()
925 testAPI(src,buf, in testErrorCases()
930 testAPI((src==NULL)? NULL : buf,src, in testErrorCases()
[all …]
Dsdtfmtts.h28 void testAPI(/* char* par */);
Dnmfmapts.h29 void testAPI(/* char* par */);
Ddtfmapts.h31 void testAPI(/* char* par */);
Ddtptngts.h28 void testAPI(/* char* par */);
Ddcfmapts.h28 void testAPI(/*char *par*/);
Ddtifmtts.h29 void testAPI();
Dplurults.h30 void testAPI();
Dsdtfmtts.cpp36 testAPI(/*par*/); in runIndexedTest()
48 void IntlTestSimpleDateFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestSimpleDateFormatAPI
Dtufmtts.cpp32 TESTCASE_AUTO(testAPI); in runIndexedTest()
49 void testAPI();
167 void TimeUnitTest::testAPI() { in testAPI() function in TimeUnitTest
Ddtfmapts.cpp39 testAPI(/*par*/); in runIndexedTest()
131 void IntlTestDateFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestDateFormatAPI
Dtestidna.h83 void testAPI(const UChar *src, const UChar *expected, const char *testName,
Dnmfmapts.cpp38 testAPI(/* par */); in runIndexedTest()
63 void IntlTestNumberFormatAPI::testAPI(/* char* par */) in testAPI() function in IntlTestNumberFormatAPI
Ddtifmtts.cpp48 TESTCASE(0, testAPI); in runIndexedTest()
65 void DateIntervalFormatTest::testAPI() { in testAPI() function in DateIntervalFormatTest
Ddtptngts.cpp33 TESTCASE(0, testAPI); in runIndexedTest()
47 void IntlTestDateTimePatternGeneratorAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDateTimePatternGeneratorAPI
Dplurults.cpp44 TESTCASE_AUTO(testAPI); in runIndexedTest()
80 void PluralRulesTest::testAPI(/*char *par*/) in testAPI() function in PluralRulesTest
Ddcfmapts.cpp44 testAPI(/*par*/); in runIndexedTest()
98 void IntlTestDecimalFormatAPI::testAPI(/*char *par*/) in testAPI() function in IntlTestDecimalFormatAPI
/external/openssh/
Dlogintest.c84 testAPI() in testAPI() function
300 if (!testAPI()) in main()
/external/icu/icu4c/source/test/cintltst/
Didnatest.c73 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() function
437 testAPI(unicodeIn[i], buf,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestToASCII()
451 testAPI(buf,unicodeIn[i],testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestToUnicode()
474 testAPI(buf,expected,testName,FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToUnicode()
476 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToUnicode()
504 testAPI(buf,expected,testName, FALSE,U_ZERO_ERROR, TRUE, TRUE, func); in TestIDNToASCII()
506 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"