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

<<11121314151617181920>>

  /frameworks/base/tests/CoreTests/android/core/
NIOTest.java 56 ShortBuffer sb = ShortBuffer.wrap(shortArray);
61 IntBuffer ib = IntBuffer.wrap(intArray);
66 FloatBuffer fb = FloatBuffer.wrap(floatArray);
  /hardware/broadcom/wlan/bcm4329/src/shared/
aiutils.c 317 uint32 wrap = sii->common_info->wrapba[coreidx]; local
338 sii->common_info->wrappers[coreidx] = REG_MAP(wrap, SI_CORE_SIZE);
348 sii->curwrap = (void *)((uintptr)wrap);
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java     [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/
ByteBuffer.java 31 * <li>{@link #wrap(byte[]) Wrap} an existing byte array to create a new
75 * {@code wrap(array, 0, array.length)}.
81 public static ByteBuffer wrap(byte[] array) { method in class:ByteBuffer
103 public static ByteBuffer wrap(byte[] array, int start, int len) { method in class:ByteBuffer
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
StatementTest.java 410 @KnownFailure("statment.close() does not wrap up")
445 @KnownFailure("statment.close() does not wrap up")
549 @KnownFailure("statment.close() does not wrap up")
783 @KnownFailure("statment.close() does not wrap up")
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 529 word-wrap: break-word;
538 white-space: pre-wrap;
597 white-space: pre-wrap;
856 white-space: pre-wrap;
862 white-space: pre-wrap;
868 white-space:pre-wrap;
897 white-space: pre-wrap;
898 word-wrap: break-word;
1123 white-space: pre-wrap;
1130 word-wrap: break-word
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 31 * This class will wrap a FastStringBuffer and allow for
52 * @param val FastStringBuffer object this will wrap, must be non-null.
72 * @param val String object this will wrap.
  /build/core/
armelf.x 69 /* We have to wrap extab and exidx sections with KEEP because we use
armelf.xsc 69 /* We have to wrap extab and exidx sections with KEEP because we use
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Manifest.java 394 CharBuffer cBuf = CharBuffer.wrap(value);
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 313 ByteBuffer bb1 = ByteBuffer.wrap(bbuf);
  /dalvik/libcore/luni/src/main/java/java/io/
InputStreamReader.java 253 CharBuffer out = CharBuffer.wrap(buf, offset, length);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
BrokenJCEBlockCipher.java 478 throw new InvalidKeyException("Cannot wrap key, null encoding.");
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest1Test.java 150 ByteBuffer byteBuffer = ByteBuffer.wrap(b);
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
package.html 151 exception may wrap another exception, and if any of the
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 400 // wrap it into an Iterator.
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 162 // Format header blocks and wrap outside content in ordered list
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 111 * @param conn the connection to wrap, or <code>null</code>
ProxySelectorRoutePlanner.java 224 //@@@ need to wrap these in [] for the string representation?
  /external/bluetooth/glib/docs/reference/glib/tmpl/
fileutils.sgml 9 There is a group of functions which wrap the common POSIX functions
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 243 m_settings = EMMAProperties.wrap (new Properties ());
  /external/emma/core/java12/com/vladium/util/
IProperties.java 85 public static IProperties wrap (final Properties properties, final IMapper mapper) method in class:IProperties.Factory
  /external/guava/javadoc/com/google/common/annotations/class-use/
GwtIncompatible.html 326 the first 4 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getInt()</code>.</TD>
335 stored in the first 8 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getLong()</code>.</TD>
344 stored in the first ? bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getShort()</code>.</TD>
353 stored in the first 2 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getChar()</code>.</TD>
  /external/guava/src/com/google/common/collect/
Multimaps.java 78 * allow concurrent update operations, wrap the multimap with a call to
157 * allow concurrent update operations, wrap the multimap with a call to
231 * allow concurrent update operations, wrap the multimap with a call to
306 * allow concurrent update operations, wrap the multimap with a call to
    [all...]
  /external/icu4c/test/intltest/
punyref.c 273 /* i was supposed to wrap around from out+1 to 0, */

Completed in 454 milliseconds

<<11121314151617181920>>