Home
last modified time | relevance | path

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

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