Home
last modified time | relevance | path

Searched refs:SampleImpl (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java96 SampleImpl target = new SampleImpl(DELAY_MS); in testNewProxy_goodMethodWithEnoughTime()
108 SampleImpl target = new SampleImpl(9999); in testNewProxy_goodMethodWithNotEnoughTime()
126 SampleImpl target = new SampleImpl(DELAY_MS); in testNewProxy_badMethodWithEnoughTime()
140 SampleImpl target = new SampleImpl(9999); in testNewProxy_badMethodWithNotEnoughTime()
267 private static class SampleImpl implements Sample { class in SimpleTimeLimiterTest
271 SampleImpl(long delayMillis) { in SampleImpl() method in SimpleTimeLimiterTest.SampleImpl
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java96 SampleImpl target = new SampleImpl(DELAY_MS); in testNewProxy_goodMethodWithEnoughTime()
108 SampleImpl target = new SampleImpl(9999); in testNewProxy_goodMethodWithNotEnoughTime()
126 SampleImpl target = new SampleImpl(DELAY_MS); in testNewProxy_badMethodWithEnoughTime()
140 SampleImpl target = new SampleImpl(9999); in testNewProxy_badMethodWithNotEnoughTime()
267 private static class SampleImpl implements Sample { class in SimpleTimeLimiterTest
271 SampleImpl(long delayMillis) { in SampleImpl() method in SimpleTimeLimiterTest.SampleImpl
/external/libprotobuf-mutator/src/
Dmutator.cc196 SampleImpl(message); in Sample()
203 void SampleImpl(Message* message) { in SampleImpl() function in protobuf_mutator::__anonb2429a380111::MutationSampler
268 SampleImpl(reflection->MutableRepeatedMessage(message, field, j)); in SampleImpl()
270 SampleImpl(reflection->MutableMessage(message, field)); in SampleImpl()
307 void Sample(const Message& message) { SampleImpl(message); } in Sample()
318 void SampleImpl(const Message& message) { in SampleImpl() function in protobuf_mutator::__anonb2429a380111::DataSourceSampler
329 SampleImpl(reflection->GetRepeatedMessage(message, field, j)); in SampleImpl()
332 SampleImpl(reflection->GetMessage(message, field)); in SampleImpl()