HomeSort by relevance Sort by last modified time
    Searched full:wrapped (Results 1 - 25 of 1781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawableResource.java 6 private Resource<GifData> wrapped; field in class:GifDrawableResource
8 public GifDrawableResource(Resource<GifData> wrapped) {
9 this.wrapped = wrapped;
14 return wrapped.get().getDrawable();
19 return wrapped.getSize();
24 wrapped.recycle();
GifDataTransformation.java 9 private Transformation<Bitmap> wrapped; field in class:GifDataTransformation
11 public GifDataTransformation(Transformation<Bitmap> wrapped) {
12 this.wrapped = wrapped;
19 new MultiTransformation<Bitmap>(data.getFrameTransformation(), wrapped);
26 return wrapped.getId();
  /external/chromium_org/third_party/sqlite/src/src/
test_init.c 32 static struct Wrapped {
43 } wrapped; variable in typeref:struct:Wrapped
47 if( wrapped.mem_fail ){
50 rc = wrapped.mem.xInit(wrapped.mem.pAppData);
53 wrapped.mem_init = 1;
58 wrapped.mem.xShutdown(wrapped.mem.pAppData);
59 wrapped.mem_init = 0;
61 static void *wrMemMalloc(int n) {return wrapped.mem.xMalloc(n);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
WrappedX509Certificate.java 35 private final X509Certificate wrapped; field in class:WrappedX509Certificate
37 public WrappedX509Certificate(X509Certificate wrapped) {
38 this.wrapped = wrapped;
43 return wrapped.getCriticalExtensionOIDs();
48 return wrapped.getExtensionValue(oid);
53 return wrapped.getNonCriticalExtensionOIDs();
58 return wrapped.hasUnsupportedCriticalExtension();
64 wrapped.checkValidity();
70 wrapped.checkValidity(date)
    [all...]
  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 26 * forward to the wrapped NativeBreakIterator).
35 return wrapped.current();
39 return wrapped.first();
44 return wrapped.following(offset);
48 if (!wrapped.hasText()) {
51 CharacterIterator it = wrapped.getText();
59 return wrapped.getText();
63 return wrapped.last();
67 return wrapped.next();
71 return wrapped.next(n)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 11 * A wrapper drawable to square the wrapped drawable so that it expands to fill a square with exactly the given side
17 private final Drawable wrapped; field in class:SquaringDrawable
20 public SquaringDrawable(Drawable wrapped, int side) {
21 this.wrapped = wrapped;
28 wrapped.setBounds(left, top, right, bottom);
34 wrapped.setBounds(bounds);
37 wrapped.setChangingConfigurations(configs);
42 return wrapped.getChangingConfigurations();
47 wrapped.setDither(dither)
    [all...]
  /external/proguard/src/proguard/io/
package.html 2 This package contains classes to read and write files, optionally wrapped in
  /external/chromium_org/content/browser/indexed_db/
list_set_unittest.cc 96 class Wrapped {
98 explicit Wrapped(const T& value) : value_(value) {}
99 explicit Wrapped(const Wrapped<T>& other) : value_(other.value_) {}
100 Wrapped& operator=(const Wrapped<T>& rhs) {
105 bool operator<(const Wrapped<T>& rhs) const { return value_ < rhs.value_; }
106 bool operator==(const Wrapped<T>& rhs) const { return value_ == rhs.value_; }
113 list_set<Wrapped<int> > set;
116 list_set<Wrapped<int> >::iterator it = set.begin()
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
OptimizingTemplateFactory.java 31 private final TemplateFactory wrapped; field in class:OptimizingTemplateFactory
37 * @param wrapped the template factory instance to be wrapped.
40 public OptimizingTemplateFactory(TemplateFactory wrapped, OptimizerProvider... optimizers) {
41 this.wrapped = wrapped;
59 TemplateSyntaxTree result = wrapped.createTemp(content, escapeMode);
67 TemplateSyntaxTree result = wrapped.find(templateName, resourceLoader, escapeMode);
  /external/chromium_org/sync/api/attachments/
attachment_service_proxy.h 23 // to share the wrapped AttachmentService and invoke its methods in the
29 // This class does not own its wrapped AttachmentService object. This class
30 // holds a WeakPtr to the wrapped object. Once the the wrapped object is
33 // Users of this class should take care to destroy the wrapped object on the
44 // Construct an AttachmentServiceProxy that forwards calls to |wrapped| on the
47 // Note, this object does not own |wrapped|. When |wrapped| is destroyed,
51 const base::WeakPtr<syncer::AttachmentService>& wrapped);
77 // (e.g. one type of core might own the wrapped AttachmentService)
    [all...]
attachment_service_proxy_for_test.cc 14 scoped_ptr<AttachmentService> wrapped,
17 wrapped_(wrapped.Pass()),
27 scoped_ptr<AttachmentService> wrapped(AttachmentServiceImpl::CreateForTest());
36 new base::WeakPtrFactory<AttachmentService>(wrapped.get()));
39 new OwningCore(wrapped.Pass(), weak_ptr_factory.Pass()));
  /external/chromium_org/sync/api/
sync_change_processor_wrapper_for_test.h 17 // All method calls are forwarded to |wrapped|. Caller maintains ownership
18 // of |wrapped| and is responsible for ensuring it outlives this object.
20 syncer::SyncChangeProcessor* wrapped);
sync_change_processor_wrapper_for_test.cc 10 syncer::SyncChangeProcessor* wrapped)
11 : wrapped_(wrapped) {
  /external/valgrind/main/memcheck/tests/
wrap7.c 5 /* The simplest possible wrapping test: just call a wrapped function
6 and check we run the wrapper instead. Except: the wrapped
12 /* The wrapper. The function being wrapped is in a .so with soname
  /frameworks/base/core/java/android/widget/
WrapperListAdapter.java 20 * List adapter that wraps another list adapter. The wrapped adapter can be retrieved
27 * Returns the adapter wrapped by this list adapter.
29 * @return The {@link android.widget.ListAdapter} wrapped by this adapter.
  /external/markdown/MarkdownTest/Tests_2004/
Hard-wrapped paragraphs with list-like lines.html 3 Because a hard-wrapped line in the
Hard-wrapped paragraphs with list-like lines.text 3 Because a hard-wrapped line in the
  /external/markdown/MarkdownTest/Tests_2007/
Hard-wrapped paragraphs with list-like lines.html 3 Because a hard-wrapped line in the
Hard-wrapped paragraphs with list-like lines.text 3 Because a hard-wrapped line in the
  /external/markdown/tests/markdown-test/
hard-wrapped.html 3 Because a hard-wrapped line in the
hard-wrapped.txt 3 Because a hard-wrapped line in the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 18 wrapped,
21 """Update a wrapper function to look like the wrapped function
24 wrapped is the original function
26 from the wrapped function to the wrapper function (defaults to
29 are updated with the corresponding attribute from the wrapped
33 setattr(wrapper, attr, getattr(wrapped, attr))
35 getattr(wrapper, attr).update(getattr(wrapped, attr, {}))
39 def wraps(wrapped,
50 return partial(update_wrapper, wrapped=wrapped,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 18 wrapped,
21 """Update a wrapper function to look like the wrapped function
24 wrapped is the original function
26 from the wrapped function to the wrapper function (defaults to
29 are updated with the corresponding attribute from the wrapped
33 setattr(wrapper, attr, getattr(wrapped, attr))
35 getattr(wrapper, attr).update(getattr(wrapped, attr, {}))
39 def wraps(wrapped,
50 return partial(update_wrapper, wrapped=wrapped,
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
WindowCallbackWrapper.java 27 * to the wrapped instance as a base implementation. Call super.foo() to call into
28 * the wrapped callback for any subclasses.
35 public WindowCallbackWrapper(WindowCallback wrapped) {
36 if (wrapped == null) {
39 mWrapped = wrapped;
  /external/chromium_org/components/policy/proto/
device_management_local.proto 15 // The DevicePolicyResponse wrapped by this message.
23 // The PolicyFetchResponse wrapped by this message.

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>