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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/timeline/
empty_timeline_data_importer_unittest.py 13 # We can import empty lists and empty string wrapped in subclasses of
29 # We can't import raw data (not wrapped in a TimelineData object)
  /frameworks/ex/variablespeed/jni/
ring_buffer.cc 107 int wrapped = size_ - pos; local
109 num_channels_ * wrapped * sizeof(destination[0]));
110 int remaining = num_frames - wrapped;
111 memcpy(destination + wrapped * num_channels_, samples_,
142 int wrapped = size_ - pos; local
144 num_channels_ * wrapped * sizeof(source[0]));
145 int remaining = num_frames - wrapped;
146 memcpy(samples_, source + (wrapped * num_channels_),
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_ppapi.h 19 * Provides a wrapped query function.
  /external/apache-http/src/org/apache/http/conn/
EofSensorWatcher.java 54 * @param wrapped the underlying stream which has reached EOF
56 * @return <code>true</code> if <code>wrapped</code> should be closed,
62 * wrapped stream alone, as if <code>false</code> was returned.
64 boolean eofDetected(InputStream wrapped)
74 * @param wrapped the underlying stream which has not reached EOF
76 * @return <code>true</code> if <code>wrapped</code> should be closed,
82 * wrapped stream alone, as if <code>false</code> was returned.
84 boolean streamClosed(InputStream wrapped)
97 * @param wrapped the underlying stream which has not reached EOF
99 * @return <code>true</code> if <code>wrapped</code> should be closed
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
SizedInputStream.java 25 * Reads exact number of bytes from wrapped stream, returning EOF once those
32 public SizedInputStream(InputStream wrapped, long length) {
33 mWrapped = wrapped;
  /libcore/luni/src/main/java/java/util/
EventListenerProxy.java 32 * the listener wrapped by this proxy.
39 * Returns the wrapped {@code EventListener}.
41 * @return the wrapped {@code EventListener}.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NowOrLaterWrapper.java 25 public NowOrLaterWrapper(NowOrLater<A> wrapped) {
26 mWrapped = wrapped;
47 * on the behaviour of the wrapped object and the caller.
  /frameworks/base/core/java/android/view/
WindowCallbackWrapper.java 24 * to the wrapped instance as a base implementation. Call super.foo() to call into
25 * the wrapped callback for any subclasses.
32 public WindowCallbackWrapper(Window.Callback wrapped) {
33 if (wrapped == null) {
36 mWrapped = wrapped;
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 46 * should not be delegated to the wrapped entity.
54 /** The wrapped entity. */
60 * @param wrapped the entity to wrap
62 public HttpEntityWrapper(HttpEntity wrapped) {
65 if (wrapped == null) {
67 ("wrapped entity must not be null");
69 wrappedEntity = wrapped;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
callback_tracker.h 42 // Returns a wrapped callback.
44 // wrapped callbacks returned by Register().
45 // Invocation of the wrapped callback unregisters |callback| from
  /frameworks/base/opengl/java/android/opengl/
EGLObjectHandle.java 21 * Base class for wrapped EGL objects.
50 * Returns the native handle of the wrapped EGL object. This handle can be
55 * @return the native handle of the wrapped EGL object.
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLObjectHandle.java 21 * Base class for wrapped EGL objects.
50 * Returns the native handle of the wrapped EGL object. This handle can be
55 * @return the native handle of the wrapped EGL object.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
identity_type.hpp 21 it contains commas (not already wrapped within round parenthesis).
25 The type expression to be passed as macro parameter wrapped by a single set
35 template parameters when they are wrapped with this macro (these parameters
  /external/chromium_org/chrome/common/
ref_counted_util.h 11 // RefCountedVector is just a vector wrapped up with
  /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:WebCore::RefCountedSupplement::FINAL
70 return static_cast<Wrapper*>(found)->wrapped();
  /external/icu/icu4c/source/common/
locbased.h 51 * Return locale meta-data for the service object wrapped by this
61 * Return the locale ID for the service object wrapped by this
71 * Set the locale meta-data for the service object wrapped by this
79 * Set the locale meta-data for the service object wrapped by this
  /external/markdown/MarkdownTest/Tests_2004/
Hard-wrapped paragraphs with list-like lines.text-out 10 list item. Because a hard-wrapped line in the middle of a paragraph
Hard-wrapped paragraphs with list-like lines.text-res 10 list item. Because a hard-wrapped line in the middle of a paragraph
  /external/markdown/MarkdownTest/Tests_2007/
Links, inline style.text 11 [URL wrapped in angle brackets](</url/>).
  /external/valgrind/main/tests/
asm.h 5 // general, any symbol named in asm code should be wrapped by VG_SYM.
  /external/chromium_org/third_party/freetype/src/base/
ftbase.h 30 /* Assume the stream is sfnt-wrapped PS Type1 or sfnt-wrapped CID-keyed */
  /external/chromium_org/ui/file_manager/video_player/js/
error_util.js 25 * @param {...} var_args Arguments to be bound with the wrapped function.
26 * @return {function} Wrapped function.
  /external/freetype/src/base/
ftbase.h 30 /* Assume the stream is sfnt-wrapped PS Type1 or sfnt-wrapped CID-keyed */
  /external/objenesis/main/src/org/objenesis/
ObjenesisException.java 40 * @param cause Wrapped exception. The message will be the one of the cause.
51 * @param cause Wrapped exception
  /external/svox/pico/src/com/svox/pico/
Pico.java 24 * wrapped up inside an apk file.
39 // can be wrapped up inside an apk file.

Completed in 1127 milliseconds

12 3 4 5 6 7 8 91011>>