HomeSort by relevance Sort by last modified time
    Searched full:wrapper (Results 151 - 175 of 1325) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
InvocationHandler.java 49 * Primitive types are wrapped in the appropriate wrapper type
52 * wrapped in the appropriate wrapper type
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1SequenceOf.java 73 * Creates array wrapper of provided ASN1 type
76 * @return - a wrapper for ASN1 set of type.
ASN1SetOf.java 71 * Creates array wrapper of provided ASN1 type
74 * @return - a wrapper for ASN1 set of type.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLBufferedInput.java 26 * This is a wrapper input stream for ByteBuffer data source.
30 * So one instance of this wrapper can be reused for several
  /external/bluetooth/glib/glib/
gfileutils.h 100 /* Wrapper / workalike for mkstemp() */
103 /* Wrapper for g_mkstemp */
  /external/icu4c/common/
ustrenum.h 30 * A wrapper to make a UEnumeration into a StringEnumeration. The
31 * wrapper adopts the UEnumeration is wraps.
  /external/opencore/oscl/oscl/osclbase/src/
oscl_int64_utils.h 26 //! The Oscl_Int64_Utils class provides a wrapper for commonly used int64/uint64 operations
30 * Provides a wrapper for commonly used operations to mask the differences between OSes
  /external/webkit/WebCore/bindings/js/
JSSVGElementInstanceCustom.cpp 45 // Mark the wrapper for our corresponding element, so it can mark its event handlers.
77 // Ensure that our corresponding element has a JavaScript wrapper to keep its event handlers alive.
  /external/webkit/WebCore/bindings/objc/
DOMImplementationFront.cpp 37 DOMImplementationFront* implementationFront(JSDOMImplementation* wrapper)
39 return reinterpret_cast<DOMImplementationFront*>(wrapper->impl());
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 206 v8::Handle<v8::Object> wrapper = V8HTMLDocument::wrap(impl, forceNewObject);
207 if (wrapper.IsEmpty())
208 return wrapper;
211 proxy->windowShell()->updateDocumentWrapper(wrapper);
215 ASSERT(wrapper->InternalFieldCount() == V8HTMLDocument::internalFieldCount);
217 wrapper->SetInternalField(V8HTMLDocument::markerIndex, marker);
218 wrapper->SetInternalField(V8HTMLDocument::shadowIndex, marker);
219 return wrapper;
  /external/webkit/WebCore/html/canvas/
CanvasObject.h 60 // The shouldDeleteObject flag indicates whether this wrapper
62 // wrapper is unreferenced for the last time and deleted. It
  /ndk/
ndk-build 17 # This shell script is a wrapper to launch the NDK build from the
30 # This really is a tiny wrapper around GNU Make.
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 92 * Returns the content provider wrapper that allows access to recent searches.
93 * @return Returns the content provider wrapper that allows access to recent searches.
  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.cpp 94 // Returns the owner frame pointer of a DOM wrapper object. It only works for
197 // Clear the document wrapper cache before turning on access checks on
198 // the old DOMWindow wrapper. This way, access to the document wrapper
199 // will be protected by the security checks on the DOMWindow wrapper.
202 // Turn on access check on the old DOMWindow wrapper.
203 v8::Handle<v8::Object> wrapper = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(), m_global); local
204 ASSERT(!wrapper.IsEmpty());
205 wrapper->TurnOnAccessCheck();
408 void V8DOMWindowShell::updateDocumentWrapper(v8::Handle<v8::Object> wrapper)
    [all...]
  /bionic/libstdc++/include/
cassert 31 * Standard C++ Library wrapper around the C assert.h header file. This file
cerrno 34 * Standard C++ Library wrapper around the C errno.h header file.
cfloat 34 * Standard C++ Library wrapper around the C float.h header file.
climits 34 * Standard C++ Library wrapper around the C limits.h header file.
csetjmp 34 * Standard C++ Library wrapper around the C setjmp.h header file.
csignal 34 * Standard C++ Library wrapper around the C signal.h header file.
cstdint 34 * Standard C++ Library wrapper around the C stdint.h header file.
  /build/tools/dexpreopt/
Android.mk 33 $(LOCAL_PATH)/dexopt-wrapper/Android.mk \
  /cts/tools/signature-tools/src/signature/model/
IAnnotationField.java 38 * <li>a wrapper class for a primitive type
  /dalvik/libcore/luni/src/main/java/java/util/
EventListenerProxy.java 22 * This abstract class provides a simple wrapper for objects of type {@code EventListener}.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/
ShortenedDigest.java 6 * Wrapper class that reduces the output length of a particular digest to

Completed in 224 milliseconds

1 2 3 4 5 67 8 91011>>