HomeSort by relevance Sort by last modified time
    Searched full:underlying (Results 76 - 100 of 2097) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/zip/
CheckedInputStream.java 53 * Reads one byte of data from the underlying input stream and updates the
71 * Reads up to n bytes of data from the underlying input stream, storing it
106 * Skip up to {@code byteCount} bytes of data on the underlying input
GZIPOutputStream.java 51 * the underlying stream.
64 * the underlying stream. Set the internal compression buffer to size
100 * 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.
  /libcore/luni/src/main/java/javax/crypto/
CipherOutputStream.java 27 * send the data through the cipher before writing them to the underlying output
115 * On the underlying cipher {@code doFinal} will be invoked, and any
117 * reset to its initial state. The underlying output stream is also closed.
  /libcore/luni/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.");
  /external/bouncycastle/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.
251 * @exception IllegalStateException if the underlying cipher is not
309 // reset the underlying cipher.
  /external/libnfc-nxp/src/
phHciNfc_SWP.h 192 * \param[in] pHwRef pHwRef is underlying Hardware context.
217 * \param[in] pHwRef pHwRef is underlying Hardware context.
243 * \param[in] pHwRef pHwRef is underlying Hardware context.
271 * \param[in] pHwRef pHwRef is underlying Hardware context.
293 * \param[in] pHwRef pHwRef is underlying Hardware context.
336 * \param[in] pHwRef pHwRef is underlying Hardware context.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArray.java 29 * can "reveal" a partial slice of the underlying array.
34 /** non-null; underlying array */
47 * @param bytes non-null; the underlying array
77 * @param bytes non-null; the underlying array
110 * @param bytes non-null; (alleged) underlying array
113 * not the underlying array of this instance
  /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.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DistributionPointName.java 78 * Return the tag number applying to the underlying choice.
90 * @return the underlying choice item.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
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
OFBBlockCipher.java 41 * return the underlying block cipher that we are wrapping.
43 * @return the underlying block cipher that we are wrapping.
100 * @return the name of the underlying algorithm followed by "/OFB"
170 * reset the feedback vector back to the IV and reset the underlying
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view_unittest.mm 66 // Click gets eaten by findbar, not passed through to underlying view.
87 // Click is ignored by findbar, passed through to underlying view.
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 75 underlying = typedef.underlying_typedef_type
76 assert underlying.kind == TypeKind.INT
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp 19 enum class E : T { // expected-error {{non-integral type 'void *' is an invalid underlying type}}
70 enum E : T { // expected-error {{non-integral type 'void *' is an invalid underlying type}}
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
LocalStreamForwarder.java 61 * Close the underlying SSH forwarding channel and free up resources.
62 * You can also use this method to force the shutdown of the underlying
  /external/nist-sip/java/gov/nist/javax/sip/
SipListenerExt.java 25 * SipProvider. Timeout events represent timers expiring in the underlying SipProvider dialog
35 * Processes an expiration Timeout of an underlying {@link Dialog} handled by this
  /external/skia/include/gpu/
GrResource.h 28 * Frees the resource in the underlying 3D API. It must be safe to call this
34 * Removes references to objects in the underlying 3D API without freeing
  /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/native/opengl/libs/GLES_trace/src/
gltrace_transport.h 53 * BufferedOutputStream provides buffering of data sent to the underlying
67 * its underlying channel for transport.
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1009 final Socket underlying = new Socket(c.host, c.port); local
1049 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1075 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1098 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
AddressMap.java 27 /** underlying map. TODO: This might be too inefficient. */
  /external/chromium/chrome/browser/policy/
policy_map.h 17 // Exposes interesting methods of the underlying std::map.

Completed in 485 milliseconds

1 2 34 5 6 7 8 91011>>