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

1 2 3 4 5

  /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...]
  /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/apache-http/src/org/apache/http/conn/
EofSensorWatcher.java 59 * @param wrapped the underlying stream which has reached EOF
61 * @return <code>true</code> if <code>wrapped</code> should be closed,
67 * wrapped stream alone, as if <code>false</code> was returned.
69 boolean eofDetected(InputStream wrapped)
79 * @param wrapped the underlying stream which has not reached EOF
81 * @return <code>true</code> if <code>wrapped</code> should be closed,
87 * wrapped stream alone, as if <code>false</code> was returned.
89 boolean streamClosed(InputStream wrapped)
102 * @param wrapped the underlying stream which has not reached EOF
104 * @return <code>true</code> if <code>wrapped</code> should be closed
    [all...]
BasicEofSensorWatcher.java 83 public boolean eofDetected(InputStream wrapped)
90 wrapped.close();
101 public boolean streamClosed(InputStream wrapped)
108 wrapped.close();
119 public boolean streamAbort(InputStream wrapped)
BasicManagedEntity.java 159 public boolean eofDetected(InputStream wrapped)
166 wrapped.close();
177 public boolean streamClosed(InputStream wrapped)
184 wrapped.close();
195 public boolean streamAbort(InputStream wrapped)
  /external/chromium_org/third_party/WebKit/Source/platform/
RefCountedSupplement.h 45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { }
50 ThisType* wrapped() const { return m_wrapped.get(); } function in class:blink::RefCountedSupplement::FINAL
68 return static_cast<Wrapper*>(found)->wrapped();
  /external/chromium_org/sync/api/
sync_change_processor_wrapper_for_test.cc 10 syncer::SyncChangeProcessor* wrapped)
11 : wrapped_(wrapped) {
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);
  /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/internal_api/attachments/
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()));
attachment_service_proxy.cc 45 const base::WeakPtr<syncer::AttachmentService>& wrapped)
46 : wrapped_task_runner_(wrapped_task_runner), core_(new Core(wrapped)) {
103 const base::WeakPtr<syncer::AttachmentService>& wrapped)
104 : wrapped_(wrapped) {
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 46 * should not be delegated to the wrapped entity.
59 /** The wrapped entity. */
65 * @param wrapped the entity to wrap
67 public HttpEntityWrapper(HttpEntity wrapped) {
70 if (wrapped == null) {
72 ("wrapped entity must not be null");
74 wrappedEntity = wrapped;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
main_unittest.py 17 long_list = ['this is a list of strings that should be wrapped', "and consistently quoted"]
18 longer_list = ['this is a list of strings that should be wrapped', "and consistently quoted", "because it's important to test quoting"]
29 long_list = ['this is a list of strings that should be wrapped', 'and consistently quoted']
31 'this is a list of strings that should be wrapped',
45 'this is a list of strings that should be wrapped',
48 'this is a list of strings that should be wrapped',
60 long_list = ["this is a list of strings that should be wrapped", "and consistently quoted"]
61 longer_list = ["this is a list of strings that should be wrapped", "and consistently quoted", "because it's important to test quoting"]
  /external/llvm/bindings/python/llvm/
common.py 78 def __init__(self, wrapped):
79 self.wrapped = wrapped
81 self.__doc__ = wrapped.__doc__
89 value = self.wrapped(instance)
90 setattr(instance, self.wrapped.__name__, value)
  /external/chromium_org/content/shell/renderer/
binding_helpers.h 20 void InstallAsWindowProperties(WrappedClass* wrapped,
31 gin::Handle<WrappedClass> bindings = gin::CreateHandle(isolate, wrapped);
  /external/openfst/src/include/fst/
edit-fst.h 34 // The EditFst class enables non-destructive edit operations on a wrapped
41 // added, and one may add transitions from existing nodes of the wrapped fst to
61 // WrappedFstT the type of fst wrapped by the EditFst instance that
125 Weight Final(StateId s, const WrappedFstT *wrapped) const {
130 wrapped->Final(s) : edits_.Final(it->second);
137 size_t NumArcs(StateId s, const WrappedFstT *wrapped) const {
140 wrapped->NumArcs(s) : edits_.NumArcs(it->second);
143 size_t NumInputEpsilons(StateId s, const WrappedFstT *wrapped) const {
146 wrapped->NumInputEpsilons(s) :
150 size_t NumOutputEpsilons(StateId s, const WrappedFstT *wrapped) const
    [all...]
  /external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
ChromeCodingConvention.java 28 public ChromeCodingConvention(CodingConvention wrapped) {
29 super(wrapped);
32 props.addAll(wrapped.getIndirectlyDeclaredProperties());
  /external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
SignalingThreadMock.java 134 public InvokeWrapper(Callable<T> wrapped) {
135 mWrapped = wrapped;
153 public PostWrapper(Runnable wrapped) {
154 mWrapped = wrapped;
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_service_proxy.h 21 // to share the wrapped AttachmentService and invoke its methods in the
27 // This class does not own its wrapped AttachmentService object. This class
28 // holds a WeakPtr to the wrapped object. Once the the wrapped object is
31 // Users of this class should take care to destroy the wrapped object on the
42 // Construct an AttachmentServiceProxy that forwards calls to |wrapped| on the
45 // Note, this object does not own |wrapped|. When |wrapped| is destroyed,
49 const base::WeakPtr<syncer::AttachmentService>& wrapped);
75 // (e.g. one type of core might own the wrapped AttachmentService)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 348 * simply so that the cursor of a wrapped {@link #MyInputStream}
353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream
355 public MyDataInputStream(MyInputStream wrapped) {
356 super(wrapped);
358 this.wrapped = wrapped;
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 348 * simply so that the cursor of a wrapped {@link #MyInputStream}
353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream
355 public MyDataInputStream(MyInputStream wrapped) {
356 super(wrapped);
358 this.wrapped = wrapped;
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java 348 * simply so that the cursor of a wrapped {@link #MyInputStream}
353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream
355 public MyDataInputStream(MyInputStream wrapped) {
356 super(wrapped);
358 this.wrapped = wrapped;
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 113 Class<T> wrapped = (Class<T>) PRIMITIVE_TO_WRAPPER_TYPE.get(type); local
114 return (wrapped == null) ? type : wrapped;

Completed in 449 milliseconds

1 2 3 4 5