Home
last modified time | relevance | path

Searched defs:TestCounter (Results 1 – 5 of 5) sorted by relevance

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/monitors/
DByteCountingOutputMonitorTest.java36 private class TestCounter implements ByteCountingOutputMonitor.Counter { class in ByteCountingOutputMonitorTest
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUtilities.java243 public void TestCounter() { in TestCounter() method in TestUtilities
/external/tensorflow/tensorflow/core/framework/
Dmetrics.cc518 const monitoring::CounterCell* TestCounter(const string& name, in TestCounter() function
/external/python/cpython2/Lib/test/
Dtest_collections.py847 class TestCounter(unittest.TestCase): class
/external/python/cpython3/Lib/test/
Dtest_collections.py2012 class TestCounter(unittest.TestCase): class