OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:APITest
(Results
1 - 3
of
3
) sorted by null
/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
();
/external/icu/icu4c/source/test/intltest/
alphaindextst.cpp
57
TESTCASE_AUTO(
APITest
);
78
//
APITest
. Invoke every function at least once, and check that it does something.
81
void AlphabeticIndexTest::
APITest
() {
[
all
...]
Completed in 3202 milliseconds