Searched defs:histogram1 (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc176 HistogramBase* histogram1 = local
178 ASSERT_TRUE(histogram1);
180 histogram1->Add(3);
181 histogram1->Add(1);
182 histogram1->Add(4);
183 histogram1->AddCount(1, 4);
184 histogram1->Add(6);
247 histogram1->AddCount(1, 3);
248 histogram1->Add(6);
H A Dstatistics_recorder_unittest.cc217 HistogramBase* histogram1 = Histogram::FactoryGet( local
222 EXPECT_EQ(histogram1, StatisticsRecorder::FindHistogram("TestHistogram1"));
/external/mockito/src/test/java/org/mockitousage/annotation/
H A DMockInjectionUsingSetterOrPropertyTest.java45 @Mock private Set<?> histogram1; field in class:MockInjectionUsingSetterOrPropertyTest
102 assertSame(histogram1, subUnderTest.getHistogram1());
166 private Set<?> histogram1; field in class:MockInjectionUsingSetterOrPropertyTest.SubUnderTesting
169 public Set<?> getHistogram1() { return histogram1; }

Completed in 380 milliseconds