HomeSort by relevance Sort by last modified time
    Searched full:underlying (Results 51 - 75 of 2373) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverIOException.java 22 * JSilver failed to access underlying IO stream. Wraps an IOException to make it a
  /external/libvpx/libvpx/nestegg/halloc/
halloc.h 36 * the underlying allocator
  /frameworks/base/core/jni/android/graphics/
Matrix.h 25 /* Gets the underlying SkMatrix from a Matrix object. */
Region.h 25 /* Gets the underlying SkRegion from a Region object. */
  /frameworks/base/include/android_runtime/
android_graphics_SurfaceTexture.h 32 /* Gets the underlying GLConsumer from a SurfaceTexture Java object. */
android_view_SurfaceSession.h 26 /* Gets the underlying SurfaceComposerClient for a SurfaceSession. */
  /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/bcprov/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.
111 * @return the name of the underlying algorithm followed by "/CBC".
119 * return the block size of the underlying cipher.
121 * @return the block size of the underlying cipher.
152 * reset the chaining vector back to the IV and reset the underlying
  /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 132 * Compress the data in the input buffer and write it to the underlying
146 * Writes any unwritten compressed data to the underlying stream, the closes
147 * all underlying streams. This stream can no longer be used after close()
165 * Writes any unwritten data to the underlying stream. Does not close the
189 * {@code offset} and writes it to the underlying stream.
206 * 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());

Completed in 1470 milliseconds

1 23 4 5 6 7 8 91011>>