OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_unit
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
test_trig.c
131
test_unit
( void )
function
250
test_unit
();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp
12
// Description : defines
test_unit
, test_case, test_case_results, test_suite and test_tree_visitor
49
// **************
test_unit
************** //
52
class BOOST_TEST_DECL
test_unit
{
class in namespace:boost::unit_test
57
test_unit
( const_string tu_name, test_unit_type t );
60
void depends_on(
test_unit
* tu );
80
~
test_unit
();
93
virtual
test_unit
* next() const = 0;
103
class BOOST_TEST_DECL test_case : public
test_unit
{
126
class BOOST_TEST_DECL test_suite : public
test_unit
{
134
void add(
test_unit
* tu, counter_t expected_failures = 0, unsigned timeout = 0 )
[
all
...]
Completed in 55 milliseconds