OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrap
(Results
276 - 300
of
970
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/libcore/nio/src/main/java/java/nio/
ShortToByteBufferAdapter.java
37
static ShortBuffer
wrap
(ByteBuffer byteBuffer) {
method in class:ShortToByteBufferAdapter
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
SocketChannelImpl.java
390
readBuffer = ByteBuffer.
wrap
(readArray);
416
ByteBuffer readBuffer = ByteBuffer.
wrap
(readArray);
[
all
...]
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java
256
ByteBuffer writeBuffer = ByteBuffer.
wrap
(CONTENT_AS_BYTES);
396
ByteBuffer writeBuffer = ByteBuffer.
wrap
(CONTENT_AS_BYTES);
418
ByteBuffer writeBuffer = ByteBuffer.
wrap
(CONTENT_AS_BYTES);
571
ByteBuffer writeBuffer = ByteBuffer.
wrap
(CONTENT_AS_BYTES);
[
all
...]
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
AbstractCharsetTestCase.java
203
CharBuffer chb = this.testingCharset.decode(ByteBuffer.
wrap
(input));
UTF16BECharsetEncoderTest.java
135
return CharBuffer.
wrap
("\ud800 buffer");
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIterNodeList.java
69
* Public constructor:
Wrap
a DTMNodeList around an existing
DTMNodeIterator.java
67
/** Public constructor:
Wrap
a DTMNodeIterator around an existing
DTMNodeList.java
65
* Public constructor:
Wrap
a DTMNodeList around an existing
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java
152
* but we need to
wrap
it with ToXMLSAXHandler which
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/
AndroidSequencer.java
244
* MediaPlayer can actually bail out at this point. We
wrap
the
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
AndroidClip.java
169
* MediaPlayer can actually bail out at this point. We
wrap
the
/dalvik/vm/
Exception.h
138
*
Wrap
the now-pending exception in a different exception.
/dalvik/vm/compiler/
Compiler.h
92
kJitTSelectEnd = 5, // Done with the trace -
wrap
it up
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java
163
//
wrap
around when we've drawn enough for one row
/development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html
153
<code>android:layout_height="
wrap
-content"</code>,
366
<p>In this example, a ScrollView is used to
wrap
a LinearLayout. The LinearLayout
369
wrap
the LinearLayout (<code>android:layout_height="
wrap
-content"</code>). The
/external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java
68
* @param entity the entity of which to
wrap
the content.
/external/apache-http/src/org/apache/http/impl/io/
ContentLengthOutputStream.java
70
* @param out The data transmitter to
wrap
/external/bluetooth/glib/
glibconfig.h
16
/* Specifies that GLib's g_print*() functions
wrap
the
/external/clearsilver/cgi/
cgiwrap.h
91
* Function: cgiwrap_putenv -
wrap
the putenv call
/external/dropbear/
random.c
48
* It is important to ensure that counter doesn't
wrap
around before we
/external/e2fsprogs/e2fsck/
pass4.c
114
/* Protect loop from
wrap
-around if s_inodes_count maxed */
/external/e2fsprogs/lib/ext2fs/
bitmaps.c
105
/* Protect loop from
wrap
-around if map->real_end is maxed */
/external/emma/ant/ant14/com/vladium/emma/ant/
VerbosityCfg.java
74
settings = EMMAProperties.
wrap
(new Properties ());
/external/emma/core/java12/com/vladium/emma/
Processor.java
78
m_propertyOverrides = EMMAProperties.
wrap
(overrides);
/external/expat/
configure.in
23
dnl NOTE: esyscmd() is a GNU M4 extension. Thus, we
wrap
it in an appropriate
Completed in 115 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>