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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
plain_report_formatter.hpp 49 counter_t m_indent;
xml_log_formatter.hpp 42 void log_start( std::ostream&, counter_t test_cases_amount );
compiler_log_formatter.hpp 39 void log_start( std::ostream&, counter_t test_cases_amount );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
progress_monitor.hpp 40 void test_start( counter_t test_cases_amount );
test_observer.hpp 38 virtual void test_start( counter_t /* test_cases_amount */ ) {}
results_collector.hpp 52 typedef BOOST_READONLY_PROPERTY( counter_t, (results_collector_t)(test_results)(results_collect_helper) ) counter_prop;
82 void test_start( counter_t test_cases_amount );
unit_test_suite_impl.hpp 74 readwrite_property<counter_t> p_expected_failures; // number of expected failures in this test unit
134 void add( test_unit* tu, counter_t expected_failures = 0, unsigned timeout = 0 );
214 BOOST_READONLY_PROPERTY( counter_t, (test_case_counter)) p_count;
281 auto_test_unit_registrar( test_case* tc, counter_t exp_fail );
341 virtual void test_start( counter_t ) { m_fixure = new F; }
unit_test_log_formatter.hpp 93 virtual void log_start( std::ostream&, counter_t test_cases_amount ) = 0;
unit_test_log.hpp 96 void test_start( counter_t test_cases_amount );
  /external/valgrind/drd/tests/
annotate_smart_pointer.cpp 162 typedef AtomicInt32 counter_t; typedef in class:smart_ptr
173 set(pT, pT ? new counter_t(0) : NULL);
180 set(q, q ? new counter_t(0) : NULL);
209 set(p, p ? new counter_t(0) : NULL);
216 set(q, q ? new counter_t(0) : NULL);
233 void set(T* const pT, counter_t* const count_ptr)
259 counter_t* m_count_ptr;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp 31 typedef unsigned long counter_t; typedef in namespace:boost::unit_test

Completed in 77 milliseconds