Home
last modified time | relevance | path

Searched defs:TestCounter (Results 1 – 4 of 4) 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/
DTestHelper.java210 public void TestCounter() { in TestCounter() method in TestHelper
/external/tensorflow/tensorflow/core/framework/
Dmetrics.cc518 const monitoring::CounterCell* TestCounter(const string& name, in TestCounter() function
/external/python/cpython3/Lib/test/
Dtest_collections.py2060 class TestCounter(unittest.TestCase): class