HomeSort by relevance Sort by last modified time
    Searched full:wrap (Results 351 - 375 of 970) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/archive/src/main/java/java/util/zip/
ZipFile.java 326 * file. We wrap a buffered stream around the random-access file
359 * Wrap a stream around a RandomAccessFile. The RandomAccessFile is shared
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SourceChannelTest.java 70 buffer = ByteBuffer.wrap("bytes".getBytes(ISO8859_1));
71 positionedBuffer = ByteBuffer.wrap("12345bytes".getBytes(ISO8859_1));
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 86 * @param xmlReader The SAX2 XMLReader to wrap.
446 * Internal class to wrap a SAX2 Attributes object for SAX1.
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_common.h 404 HttpParsingBasicObject *iParser; // wrap http parser to do parsing for each input media data
649 HttpParsingBasicObject *iParser; // wrap http parser to do parsing for each input media data
  /external/stlport/stlport/stl/pointers/
_tools.h 166 /* If the compiler do not support the iterator_traits structure we cannot wrap
173 /* With iterator_traits we can wrap passed iterators and make the necessary casts.
  /external/webkit/WebCore/css/
html.css 383 white-space: pre-wrap;
384 word-wrap: break-word;
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 85 virtual WebFrame* traverseNext(bool wrap) const;
86 virtual WebFrame* traversePrevious(bool wrap) const;
  /external/wpa_supplicant/tests/
test_aes.c 250 printf("AES-WRAP-128-128 reported failure\n");
254 printf("AES-WRAP-128-128 failed\n");
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_aes.c 252 printf("AES-WRAP-128-128 reported failure\n");
256 printf("AES-WRAP-128-128 failed\n");
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 396 samplerBuilder.setWrapS(WRAP);
397 samplerBuilder.setWrapT(WRAP);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ThreadPanel.java 196 mNotEnabled = new Label(mBase, SWT.CENTER | SWT.WRAP);
201 mNotSelected = new Label(mBase, SWT.CENTER | SWT.WRAP);
  /bionic/libc/netbsd/net/
reentrant.h 81 * pthreads, however it should be reasonably easy to wrap another mutex
  /bionic/libc/netbsd/resolv/
res_random.c 14 * Later modified by Damien Miller to wrap the LCG output in a 15-bit
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
FutureTask.java 20 * <p>A <tt>FutureTask</tt> can be used to wrap a {@link Callable} or
  /dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 18 * Bit of code to wrap DEX force-updating with a fork() call.
  /dalvik/libcore/luni/src/main/java/java/io/
FilterReader.java 24 * decompression of the underlying reader. Readers that wrap another reader and
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 484 signature.update(ByteBuffer.wrap("Hello".getBytes()));
  /dalvik/vm/alloc/
Alloc.c 266 * We allow attempts to delete NULL "obj" so that callers don't have to wrap
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java 94 * @param in The session input buffer to wrap
  /external/astl/include/
ios_base.h 212 // (cout, cerr,...) declared in iostream. These wrap the standard
iterator 94 // Wrap an interator that is not a class (e.g pointer) into an
  /external/bluetooth/glib/glib/
gmacros.h 124 /* Wrap the gcc __PRETTY_FUNCTION__ and __FUNCTION__ variables with
  /external/guava/src/com/google/common/collect/
TreeMultimap.java 65 * update operations, wrap your multimap with a call to {@link
  /external/icu4c/common/
ustrenum.cpp 229 * Given a StringEnumeration, wrap it in a UEnumeration. The
  /external/kernel-headers/original/linux/
init.h 165 * module_exit() will wrap the driver clean-up code

Completed in 97 milliseconds

<<11121314151617181920>>