OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_framework
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
test.cc
32
//
Test_framework
methods.
36
Test_report*
Test_framework
::current_report;
41
Test_framework
::run(const char *name, bool (*pfn)(Test_report*))
47
Test_framework
::current_report = &tr;
60
Test_framework
::current_report = NULL;
67
Test_framework
::fail(const char* filename, int lineno)
76
Test_framework
::error(const char* message)
99
Register_test::run_tests(
Test_framework
* tf)
test.h
33
class
Test_framework
36
Test_framework
()
53
{ return
Test_framework
::current_report; }
85
Test_report(
Test_framework
* tf)
100
Test_framework
* tf_;
112
run_tests(
Test_framework
*);
137
: (::gold_testsuite::
Test_framework
::report()->fail(__FILE__, \
143
#define ERROR(msg) (::gold_testsuite::
Test_framework
::report()->error(msg))
testmain.cc
36
Test_framework
tf;
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc
314
AudioProcessingImplLockTest*
test_framework
,
360
AudioProcessingImplLockTest*
test_framework
,
616
AudioProcessingImplLockTest*
test_framework
,
623
test_(
test_framework
),
877
AudioProcessingImplLockTest*
test_framework
,
884
test_(
test_framework
),
[
all
...]
audio_processing_performance_unittest.cc
235
CallSimulator*
test_framework
,
244
test_(
test_framework
),
Completed in 55 milliseconds