OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underlying
(Results
26 - 50
of
932
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/srec/shared/include/
LStringImpl.h
39
*
Underlying
string value.
43
*
Underlying
string size.
/dalvik/libcore/archive/src/main/java/java/util/zip/
DeflaterOutputStream.java
130
* Compress the data in the input buffer and write it to the
underlying
145
* Writes any unwritten compressed data to the
underlying
stream, the closes
146
* all
underlying
streams. This stream can no longer be used after close()
163
* Writes any unwritten data to the
underlying
stream. Does not close the
194
* {@code off} and writes it to the
underlying
stream.
224
* Flushes the
underlying
stream. This flushes only the bytes that can be
GZIPInputStream.java
28
* format, reading and decompressing GZIP data from the
underlying
stream into
58
*
underlying
stream.
71
*
underlying
stream. Set the internal buffer size to {@code size}.
127
* Closes this stream and any
underlying
streams.
149
* Reads and decompresses GZIP data from the
underlying
stream into the
GZIPOutputStream.java
36
* the
underlying
stream.
49
* the
underlying
stream. Set the internal compression buffer to size
85
* to the
underlying
stream in GZIP format.
CheckedOutputStream.java
58
* Writes the specified byte to the
underlying
stream. The checksum is
74
* the
underlying
stream. The checksum is updated with the bytes written.
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java
39
* return the
underlying
block cipher that we are wrapping.
41
* @return the
underlying
block cipher that we are wrapping.
92
* @return the name of the
underlying
algorithm followed by "/CBC".
100
* return the block size of the
underlying
cipher.
102
* @return the block size of the
underlying
cipher.
133
* reset the chaining vector back to the IV and reset the
underlying
SICBlockCipher.java
38
* return the
underlying
block cipher that we are wrapping.
40
* @return the
underlying
block cipher that we are wrapping.
CFBBlockCipher.java
42
* return the
underlying
block cipher that we are wrapping.
44
* @return the
underlying
block cipher that we are wrapping.
103
* @return the name of the
underlying
algorithm followed by "/CFB"
241
* reset the chaining vector back to the IV and reset the
underlying
GOFBBlockCipher.java
51
* return the
underlying
block cipher that we are wrapping.
53
* @return the
underlying
block cipher that we are wrapping.
114
* @return the name of the
underlying
algorithm followed by "/GCTR"
196
* reset the feedback vector back to the IV and reset the
underlying
/external/apache-http/src/org/apache/http/conn/
EofSensorWatcher.java
54
* @param wrapped the
underlying
stream which has reached EOF
61
* closes the
underlying
stream. The caller will leave the
74
* @param wrapped the
underlying
stream which has not reached EOF
81
* closes the
underlying
stream. The caller will leave the
97
* @param wrapped the
underlying
stream which has not reached EOF
104
* closes the
underlying
stream. The caller will leave the
/packages/apps/Email/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java
31
* Performs Quoted-Printable decoding on an
underlying
stream.
50
* Closes the
underlying
stream.
72
* Pulls bytes out of the
underlying
stream and places them in the
74
*
underlying
stream directly) to detect and filter out "transport
78
* @throws IOException
Underlying
stream threw IOException.
115
* @throws IOException
Underlying
stream threw IOException.
/packages/apps/IM/src/com/android/im/engine/
ImConnection.java
131
* on the
underlying
protocol.
174
* Gets bit-or of capabilities supported by the
underlying
protocol. Valid
178
* @return bit-or of capabilities supported by the
underlying
protocol
205
*
underlying
protocol.
229
*
underlying
protocol.
252
* if group chat is not supported by the
underlying
protocol.
/bionic/libc/stdio/
ftell.c
52
* Find offset of
underlying
I/O object, then
67
* smaller than that in the
underlying
object.
76
*
underlying
object.
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImplWrapper.java
45
throw new IOException("
Underlying
socket is already connected.");
50
throw new IOException("
Underlying
socket is already connected.");
55
throw new IOException("
Underlying
socket is already connected.");
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java
9
* Note: in the case where the
underlying
cipher is either a CFB cipher or an
33
* @param cipher the
underlying
block cipher this buffering object wraps.
93
* return the blocksize for the
underlying
cipher.
95
* @return the blocksize for the
underlying
cipher.
266
* @exception IllegalStateException if the
underlying
cipher is not
318
// reset the
underlying
cipher.
/packages/apps/Email/src/org/apache/commons/io/output/
ThresholdingOutputStream.java
26
* an exception if a maximum has been reached, or to switch the
underlying
30
* overrides ultimately call the corresponding methods in the
underlying
output
211
* @param count The number of bytes about to be written to the
underlying
239
* Returns the
underlying
output stream, to which the corresponding
242
* @return The
underlying
output stream.
252
* include changing the
underlying
output stream.
/frameworks/base/core/java/android/util/
Pair.java
42
* @return true if the
underlying
objects of the Pair are both considered equals()
57
* Compute a hash code using the hash codes of the
underlying
objects
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
NinePatchDrawable.java
45
* Return the intrinsic width of the
underlying
drawable object. Returns
54
* Return the intrinsic height of the
underlying
drawable object. Returns
/packages/apps/Email/tests/src/com/android/email/
PreferencesUnitTests.java
26
* Technically these are functional because they use the
underlying
preferences framework. It
27
* would be a really good idea if we could inject our own
underlying
preferences storage, to better
/dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherInputStream.java
28
* methods return data that are read from the
underlying
{@code InputStream} and
141
* if the
underlying
input stream is {@code null}.
146
throw new NullPointerException("
Underlying
input stream is null");
194
* Closes this {@code CipherInputStream}, also closes the
underlying
input
/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
KnownFailure.java
25
* Marks a test case as a known failure. This means the
underlying
/dalvik/libcore/luni/src/main/java/java/io/
Flushable.java
26
* Flushes the object by writing out any buffered data to the
underlying
/dalvik/libcore/luni/src/main/java/java/net/
ProtocolException.java
23
*
underlying
protocol has occurred.
/dalvik/libcore/nio/src/main/java/java/nio/channels/
AsynchronousCloseException.java
20
* An {@code AsynchronousCloseException} is thrown when the
underlying
channel
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/
ShortenedDigest.java
18
* @param baseDigest
underlying
digest to use.
Completed in 138 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>