HomeSort by relevance Sort by last modified time
    Searched refs:APITest (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/intltest/
alphaindextst.h 23 virtual void APITest();
alphaindextst.cpp 55 TESTCASE_AUTO(APITest);
76 // APITest. Invoke every function at least once, and check that it does something.
79 void AlphabeticIndexTest::APITest() {
  /external/webrtc/webrtc/modules/audio_coding/test/
APITest.cc 11 #include "webrtc/modules/audio_coding/test/APITest.h"
40 void APITest::Wait(uint32_t waitLengthMs) {
51 APITest::APITest(const Config& config)
101 APITest::~APITest() {
127 int16_t APITest::SetUp() {
291 bool APITest::PushAudioThreadA(void* obj) {
292 return static_cast<APITest*>(obj)->PushAudioRunA();
295 bool APITest::PushAudioThreadB(void* obj)
    [all...]
APITest.h 32 class APITest : public ACMTest {
34 explicit APITest(const Config& config);
35 ~APITest();
Tester.cc 17 #include "webrtc/modules/audio_coding/test/APITest.h"
178 webrtc::APITest().Perform();

Completed in 188 milliseconds