OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underlying
(Results
51 - 75
of
2097
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/include/android_runtime/
android_view_Surface.h
32
/* Gets the
underlying
Surface from a Surface Java object. */
/libcore/luni/src/main/java/java/nio/
FileDescriptorChannel.java
22
* Allows access to the FileDescriptor
underlying
a Channel.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ip6_tunnel.h
24
int link; /* ifindex of
underlying
L2 interface */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h
24
int link; /* ifindex of
underlying
L2 interface */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h
24
int link; /* ifindex of
underlying
L2 interface */
/external/apache-http/src/org/apache/commons/logging/
Log.java
35
* The mapping of these log levels to the concepts used by the
underlying
54
* <p>Configuration of the
underlying
logging system will generally be done
75
* @return true if debug is enabled in the
underlying
logger.
87
* @return true if error is enabled in the
underlying
logger.
99
* @return true if fatal is enabled in the
underlying
logger.
111
* @return true if info is enabled in the
underlying
logger.
123
* @return true if trace is enabled in the
underlying
logger.
135
* @return true if warn is enabled in the
underlying
logger.
/external/srec/shared/include/
LStringImpl.h
39
*
Underlying
string value.
43
*
Underlying
string size.
/frameworks/base/core/java/android/widget/
BaseAdapter.java
46
* Notifies the attached observers that the
underlying
data has been changed
54
* Notifies the attached observers that the
underlying
data is no longer valid
/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
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java
40
* return the
underlying
block cipher that we are wrapping.
42
* @return the
underlying
block cipher that we are wrapping.
93
* @return the name of the
underlying
algorithm followed by "/CBC".
101
* return the block size of the
underlying
cipher.
103
* @return the block size of the
underlying
cipher.
134
* reset the chaining vector back to the IV and reset the
underlying
/external/llvm/include/llvm/ADT/
Optional.h
65
/// explicitly compare the
underlying
values and account for empty \c Optional
74
/// explicitly compare the
underlying
values and account for empty \c Optional
83
/// explicitly compare the
underlying
values and account for empty \c Optional
92
/// explicitly compare the
underlying
values and account for empty \c Optional
101
/// explicitly compare the
underlying
values and account for empty \c Optional
110
/// explicitly compare the
underlying
values and account for empty \c Optional
/external/llvm/include/llvm/Support/
circular_raw_ostream.h
24
///
underlying
stream if specified with a buffer of zero.
28
/// TAKE_OWNERSHIP - Tell this stream that it owns the
underlying
45
/// OwnsStream - Are we responsible for managing the
underlying
97
/// circular-buffered stream, handing it an
underlying
stream to
142
/// it should take responsibility for managing the
underlying
159
/// back to the
underlying
stream.
/libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java
130
* Compress the data in the input buffer and write it to the
underlying
144
* Writes any unwritten compressed data to the
underlying
stream, the closes
145
* 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
187
* {@code offset} and writes it to the
underlying
stream.
204
* Flushes the
underlying
stream. This flushes only the bytes that can be
GZIPInputStream.java
29
* format, reading and decompressing GZIP data from the
underlying
stream into
73
*
underlying
stream.
86
*
underlying
stream. Set the internal buffer size to {@code size}.
143
* Closes this stream and any
underlying
streams.
152
* Reads and decompresses GZIP data from the
underlying
stream into 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.
/external/guava/guava/src/com/google/common/collect/
SortedMaps.java
68
* <p>Changes in the
underlying
map are reflected in this view. Conversely,
70
*
underlying
map.
72
* <p>It's acceptable for the
underlying
map to contain null keys, and even
78
*
underlying
map is.
117
* <p>Changes in the
underlying
map are reflected in this view. Conversely,
119
*
underlying
map.
121
* <p>It's acceptable for the
underlying
map to contain null keys and null
127
*
underlying
map is.
203
* filter will be removed from the
underlying
map.
209
* iterate across every key/value mapping in the
underlying
map and determin
[
all
...]
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherOutputStreamTest.java
68
* the
underlying
output stream.
86
* to the
underlying
output stream.
144
*
underlying
output stream.
160
* the
underlying
input stream.
173
+ "of its
underlying
output stream.", tos.wasClosed());
/external/protobuf/src/google/protobuf/io/
gzip_stream.h
36
// GzipInputStream decompresses data from an
underlying
41
// an
underlying
ZeroCopyOutputStream.
163
// Flushes data written so far to zipped data in the
underlying
stream.
164
// It is the caller's responsibility to flush the
underlying
stream if
171
// It is the caller's responsibility to close the
underlying
stream if
/frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h
35
// It is assumed that the
underlying
processor works in S7.24 format and an
45
// single call to the
underlying
processor. Setting this to a small
47
// overhead, resulting from multiple calls to the
underlying
process()
53
// processor The
underlying
audio processor.
106
// The
underlying
processor.
/frameworks/base/core/java/android/util/
ReflectiveProperty.java
65
throw new NoSuchPropertyException("
Underlying
type (" + fieldType + ") " +
79
throw new NoSuchPropertyException("
Underlying
type (" + getterType + ") " +
91
* Utility method to check whether the type of the
underlying
field/method on the target
93
* generics will force the Property type to be a class, whereas the type of the
underlying
157
* Returns false if there is no setter or public field
underlying
this Property.
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java
78
* the
underlying
output stream.
96
* to the
underlying
output stream.
161
*
underlying
output stream.
177
* the
underlying
input stream.
190
+ "of its
underlying
output stream.", tos.wasClosed());
/bionic/libc/stdio/
ftell.c
53
* Find offset of
underlying
I/O object, then
69
* smaller than that in the
underlying
object.
78
*
underlying
object.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs
44
/// and caches the contents of it's
underlying
file fully during
83
/// Gets the file name of this ANTLRFileStream
underlying
file
132
/// <summary>Fully qualified name of the stream's
underlying
file</summary>
/external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
IndexBuffer.java
89
* Returns the
underlying
data-type specific {@link Buffer}.
90
* Implementations may return null if there's no
underlying
93
* @return the
underlying
{@link Buffer}.
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMapStorageStrategy.java
55
* Sets the internal state of the
underlying
storage implementation from the provided {@code
64
* Sets the internal state of the
underlying
storage implementation reading the provided {@code
73
* Writes the internal state of the
underlying
storage implementation to the provided {@code
Completed in 1979 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>