OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrap
(Results
176 - 200
of
970
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/private/
thread_private.h
24
* efficiently
wrap
libc functions.
/bionic/libc/stdio/
wbuf.c
54
* calls might
wrap
_w from negative to positive.
/dalvik/dx/
Android.mk
7
# .jar files they
wrap
.
/dalvik/libcore/luni/src/main/java/java/io/
FilterWriter.java
24
* decompression of the underlying writer. Writers that
wrap
another writer and
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
Charset_SingleByte_ISO_8859_3.java
67
// ByteBuffer inputBB = ByteBuffer.
wrap
(new byte[] {(byte)166});
UTF16LECharsetEncoderTest.java
149
return CharBuffer.
wrap
("\ud800 buffer");
UTFCharsetEncoderTest.java
123
return CharBuffer.
wrap
("\ud800 buffer");
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySSLContextSpi.java
142
public SSLEngineResult
wrap
(ByteBuffer[] srcs, int offset,
method in class:MySSLContextSpi.tmpSSLEngine
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java
140
public SSLEngineResult
wrap
(ByteBuffer[] srcs, int offset,
method in class:MySSLContextSpi.tmpSSLEngine
/dalvik/libcore/text/src/main/java/java/text/
RuleBasedBreakIterator.java
25
* Default implementation of BreakIterator,
wrap
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLEngineResult.java
22
* by the {@code
wrap
()} and {@code unwrap()} operations.
/dalvik/libcore/xml/src/main/java/org/xml/sax/
SAXException.java
25
* exceptions, it must
wrap
those exceptions in a SAXException
/external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java
60
* @param wrapped the entity to
wrap
/external/apache-http/src/org/apache/http/protocol/
HttpProcessor.java
40
* and they may
wrap
the message entity for example to implement a
/external/bzip2/
bz-fo.xsl
39
<fo:block start-indent="0.25in"
wrap
-option="no-
wrap
"
49
<fo:block start-indent="0.25in"
wrap
-option="no-
wrap
"
/external/clearsilver/util/
filter.h
23
* Function: filter_wait -
wrap
waitpid to decode the exitcode and why
/external/dnsmasq/
Makefile
75
echo -n msgmerge $$f && $(MSGMERGE) --no-
wrap
-U $$f ../$(SRC)/dnsmasq.pot; \
/external/guava/src/com/google/common/io/
LineReader.java
39
private final CharBuffer cbuf = CharBuffer.
wrap
(buf);
/external/icu4c/common/
unorm_it.h
119
* to
wrap
. The normalizing iterator will read from the character iterator,
/external/kernel-headers/original/asm-arm/
pgalloc.h
42
* This actually allocates two hardware PTE tables, but we
wrap
this up
/external/libpcap/
ethertype.h
27
* We
wrap
the declarations with #ifdef, so that if a file includes
/external/proguard/src/proguard/io/
ClassReader.java
78
//
Wrap
it into a data input stream.
/external/proguard/src/proguard/util/
ListParser.java
98
//
Wrap
the matcher if the regular expression starts with a '!' negator.
/external/qemu/
trace_common.h
123
/* XXX: we
wrap
16-bit thumb instructions into 32-bit undefined ARM instructions
/external/stlport/doc/
pointer_specialization.txt
48
So you need to
wrap
the _Compare type within a _WrapCompare type
Completed in 62 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>