Searched refs:wrapped (Results 1 - 25 of 92) sorted by relevance

1234

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawableResource.java6 private Resource<GifData> wrapped; field in class:GifDrawableResource
8 public GifDrawableResource(Resource<GifData> wrapped) { argument
9 this.wrapped = wrapped;
14 return wrapped.get().getDrawable();
19 return wrapped.getSize();
24 wrapped.recycle();
H A DGifDataTransformation.java9 private Transformation<Bitmap> wrapped; field in class:GifDataTransformation
11 public GifDataTransformation(Transformation<Bitmap> wrapped) { argument
12 this.wrapped = wrapped;
19 new MultiTransformation<Bitmap>(data.getFrameTransformation(), wrapped);
26 return wrapped.getId();
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c43 } 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);}
62 static void wrMemFree(void *p) {wrapped
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java11 * 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) { argument
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
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DEofSensorWatcher.java59 * @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) argument
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) argument
102 * @param wrapped the underlying stream which has not reached EOF
104 * @return <code>true</code> if <code>wrapped</cod
112 streamAbort(InputStream wrapped) argument
[all...]
H A DBasicEofSensorWatcher.java83 public boolean eofDetected(InputStream wrapped) argument
90 wrapped.close();
101 public boolean streamClosed(InputStream wrapped) argument
108 wrapped.close();
119 public boolean streamAbort(InputStream wrapped) argument
H A DBasicManagedEntity.java159 public boolean eofDetected(InputStream wrapped) argument
166 wrapped.close();
177 public boolean streamClosed(InputStream wrapped) argument
184 wrapped.close();
195 public boolean streamAbort(InputStream wrapped) argument
/external/chromium_org/sync/api/
H A Dsync_change_processor_wrapper_for_test.cc10 syncer::SyncChangeProcessor* wrapped)
11 : wrapped_(wrapped) {
9 SyncChangeProcessorWrapperForTest( syncer::SyncChangeProcessor* wrapped) argument
H A Dsync_change_processor_wrapper_for_test.h17 // 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/
H A DOptimizingTemplateFactory.java31 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) { argument
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/
H A Dattachment_service_proxy_for_test.cc14 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()));
13 OwningCore( scoped_ptr<AttachmentService> wrapped, scoped_ptr<base::WeakPtrFactory<AttachmentService> > weak_ptr_factory) argument
H A Dattachment_service_proxy.cc45 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) {
43 AttachmentServiceProxy( const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner, const base::WeakPtr<syncer::AttachmentService>& wrapped) argument
102 Core( const base::WeakPtr<syncer::AttachmentService>& wrapped) argument
/external/apache-http/src/org/apache/http/entity/
H A DHttpEntityWrapper.java46 * should not be delegated to the wrapped entity.
59 /** The wrapped entity. */
65 * @param wrapped the entity to wrap
67 public HttpEntityWrapper(HttpEntity wrapped) { argument
70 if (wrapped == null) {
72 ("wrapped entity must not be null");
74 wrappedEntity = wrapped;
/external/llvm/bindings/python/llvm/
H A Dcommon.py78 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/third_party/WebKit/Source/platform/
H A DRefCountedSupplement.h45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } argument
50 ThisType* wrapped() const { return m_wrapped.get(); } function in class:blink::RefCountedSupplement::FINAL
68 return static_cast<Wrapper*>(found)->wrapped();
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DChromeCodingConvention.java28 public ChromeCodingConvention(CodingConvention wrapped) { argument
29 super(wrapped);
32 props.addAll(wrapped.getIndirectlyDeclaredProperties());
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DSignalingThreadMock.java134 public InvokeWrapper(Callable<T> wrapped) { argument
135 mWrapped = wrapped;
153 public PostWrapper(Runnable wrapped) { argument
154 mWrapped = wrapped;
/external/chromium_org/content/shell/renderer/
H A Dbinding_helpers.h20 void InstallAsWindowProperties(WrappedClass* wrapped, argument
31 gin::Handle<WrappedClass> bindings = gin::CreateHandle(isolate, wrapped);
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_service_proxy.h21 // 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 AttachmentServic
[all...]
/external/smack/src/com/kenai/jbosh/
H A DBodyQName.java42 * @param wrapped QName instance to wrap
45 final QName wrapped) {
46 qname = wrapped;
44 BodyQName( final QName wrapped) argument
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java348 * 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) { argument
356 super(wrapped);
358 this.wrapped = wrapped;
/external/chromium_org/chrome/test/chromedriver/js/
H A Dcall_function.js142 * @return {*} The wrapped value.
149 var wrapped = {};
151 wrapped[ELEMENT_KEY] = getPageCache(root).storeItem(value);
152 return wrapped;
168 * @param {Cache} cache The cache to retrieve wrapped elements from.
187 * The inputs to and outputs of the function will be unwrapped and wrapped
200 * is a WebDriver status code and value is the wrapped value. If an
/external/guava/guava/src/com/google/common/primitives/
H A DPrimitives.java113 Class<T> wrapped = (Class<T>) PRIMITIVE_TO_WRAPPER_TYPE.get(type);
114 return (wrapped == null) ? type : wrapped;
/external/openfst/src/include/fst/
H A Dedit-fst.h34 // 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) cons
169 SetFinal(StateId s, Weight w, const WrappedFstT *wrapped) argument
194 AddArc(StateId s, const Arc &arc, const WrappedFstT *wrapped) argument
217 DeleteArcs(StateId s, size_t n, const WrappedFstT *wrapped) argument
222 DeleteArcs(StateId s, const WrappedFstT *wrapped) argument
244 InitMutableArcIterator(StateId s, MutableArcIteratorData<A> *data, const WrappedFstT *wrapped) argument
288 GetEditableInternalId(StateId s, const WrappedFstT *wrapped) argument
424 EditFstImpl(const Fst<A> &wrapped) argument
[all...]
/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_parameters.cc20 wrapped(false) {
28 bool wrapped)
33 wrapped(wrapped) {
42 wrapped == other.wrapped;
56 false /* wrapped */));
23 Secret( bool encrypt, bool sign, const std::string& symmetric_key, const std::string& public_key, bool wrapped) argument

Completed in 553 milliseconds

1234