Searched refs:wrapped (Results 1 – 12 of 12) sorted by relevance
22 private final Supplier<T> wrapped; field in CachedSupplier25 public CachedSupplier(Supplier<T> wrapped) { in CachedSupplier() argument26 this.wrapped = wrapped; in CachedSupplier()32 cache = wrapped.get(); in get()
241 public ByteCountingInputStream(InputStream wrapped) { in ByteCountingInputStream() argument242 mWrapped = wrapped; in ByteCountingInputStream()
34 final Cursor wrapped = getWrappedCursor(); in toString() local36 if (wrapped.getCount() == 0) { in toString()40 return DatabaseUtils.dumpCursorToString(wrapped); in toString()
48 public DelayedDiscovery(Discovery wrapped, int startDelay, int findDelay) { in DelayedDiscovery() argument49 super(wrapped.getPrintService()); in DelayedDiscovery()50 mChild = wrapped; in DelayedDiscovery()
25 public NowOrLaterWrapper(NowOrLater<A> wrapped) { in NowOrLaterWrapper() argument26 mWrapped = wrapped; in NowOrLaterWrapper()
29 public InvertedChartAxis(ChartAxis wrapped) { in InvertedChartAxis() argument30 mWrapped = wrapped; in InvertedChartAxis()
50 public CachingIconLoader(IconLoader wrapped) { in CachingIconLoader() argument51 mWrapped = wrapped; in CachingIconLoader()
91 …s not handle encodings. If the file is not UTF-8, the byte stream can be wrapped in a `EncodedInpu…132 … For example, you may have a file in memory, or a custom byte stream, be wrapped in encoded stream…136 …`UTF16LE`, defined in `rapidjson/encodings.h`. The second one is the class of stream to be wrapped.
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...