HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 1 - 12 of 12) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DeferredHandler.java 37 private Impl mHandler = new Impl();
39 private class Impl extends Handler implements MessageQueue.IdleHandler {
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 134 struct SkXMLPullParser::Impl {
151 fImpl = new Impl;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h 245 RationalFstImpl<A> *Impl() { return impl_; }
symbol-table.h 228 SymbolTableImpl* impl = SymbolTableImpl::ReadText(filename); local
229 if (!impl)
232 return new SymbolTable(impl);
237 SymbolTableImpl* impl = SymbolTableImpl::Read(strm, source); local
238 if (!impl)
241 return new SymbolTable(impl);
307 explicit SymbolTable(SymbolTableImpl* impl) : impl_(impl) {}
309 const SymbolTableImpl* Impl() const {
328 impl_ = symbol_table.Impl();
    [all...]
factor-weight.h 405 FactorWeightFstImpl<A, F> *Impl() { return impl_; }
rmepsilon.h 494 RmEpsilonFstImpl<A> *Impl() { return impl_; }
synchronize.h 388 SynchronizeFstImpl<A> *Impl() { return impl_; }
determinize.h 608 DeterminizeFstImplBase<A> *Impl() { return impl_; }
compose.h 756 ComposeFstImplBase<A> *Impl() { return impl_; }
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 61 static class Impl implements SSLClientSessionCache {
83 Impl(File directory) throws IOException {
315 static final Map<File, FileClientSessionCache.Impl> caches
316 = new HashMap<File, FileClientSessionCache.Impl>();
330 FileClientSessionCache.Impl cache = caches.get(directory);
332 cache = new FileClientSessionCache.Impl(directory);
  /frameworks/base/core/java/android/provider/
Downloads.java 588 public static final class Impl implements BaseColumns {
589 private Impl() {}
    [all...]
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 211 return new Impl<K, V, E>(strategy, this);
536 static class Impl<K, V, E> extends AbstractMap<K, V>
595 Impl(Strategy<K, V, E> strategy, Builder builder) {
792 Strategy<K, V, E> s = Impl.this.strategy;
823 Strategy<K, V, E> s = Impl.this.strategy;
846 Strategy<K, V, E> s = Impl.this.strategy;
871 Strategy<K, V, E> s = Impl.this.strategy;
899 Strategy<K, V, E> s = Impl.this.strategy;
    [all...]

Completed in 290 milliseconds