/external/openssl/crypto/asn1/ |
asn1t.h | 489 * tag field. If EXPLICIT then the underlying type 497 /* EXPLICIT tagging, inner tag from underlying type */ 510 * determined by the underlying type. These 558 long utype; /* underlying type */ 571 * For PRIMITIVE types the underlying type
|
/external/openssl/include/openssl/ |
asn1t.h | 489 * tag field. If EXPLICIT then the underlying type 497 /* EXPLICIT tagging, inner tag from underlying type */ 510 * determined by the underlying type. These 558 long utype; /* underlying type */ 571 * For PRIMITIVE types the underlying type
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 79 * Constructs a "stretchy" instance. The underlying array may be 108 * Gets the underlying {@code byte[]} of this instance, which 538 * Reallocates the underlying array if necessary. Calls to this method
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Collection.java | 35 * {@code UnsupportedOperationException} if the underlying collection does not 42 * {@code UnsupportedOperationException} if the underlying collection doesn't 287 * array is created even if the underlying data structure is already an
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 77 * @param out the underlying output stream. 99 * specified underlying output stream with the specified buffer 102 * @param out the underlying output stream.
|
ToSAXHandler.java | 62 * Underlying SAX handler. Taken from XSLTC 67 * Underlying LexicalHandler. Taken from XSLTC
|
/external/guava/src/com/google/common/io/ |
CharStreams.java | 365 * from the readers of the underlying suppliers. 370 * <p>Only one underlying reader will be open at a time. Closing the 371 * joined reader will close the open underlying reader.
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 64 underlying link bandwidth. 262 To determine the idle time, CBQ must know the bandwidth of your underlying 281 parameters about the underlying link. Actual shaping is done in classes.
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.h | 294 // Callback from the underlying graphics system to draw layer contents. 296 // Callback from the underlying graphics system when the layer has been displayed 306 // Report whether the underlying compositing system uses a top-down
|
/frameworks/base/core/java/com/android/internal/widget/ |
ContactHeaderWidget.java | 350 * the underlying {@link Contacts} value, only the UI state. 382 * underlying {@link Contacts}, only the UI state. 390 * This doesn't change the underlying {@link Contacts}, only the UI state.
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
FileChannel.java | 73 * The logical view of the underlying file is consistent across all FileChannels 135 * underlying this channel have been committed if the file resides on a 146 * time, etc. Note that passing <code>true</code> may invoke an underlying 461 * Returns the size of the file underlying this channel in bytes. 546 * Truncates the file underlying this channel to a given size. Any bytes 554 * the maximum size of the underlying file. [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherInputStream1Test.java | 272 * method of the underlying input stream. 286 + "of its underlying input stream.", tis.wasClosed());
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
StreamHandler.java | 225 * Closes this handler, but the underlying output stream is only closed if 229 * whether to close the underlying output stream.
|
/dalvik/libcore/luni/src/main/java/java/net/ |
DatagramPacket.java | 280 * if an error in the underlying protocol occurs. 303 * if an error in the underlying protocol occurs.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 116 # {0} the message of the underlying exception 117 # {1} the underlying exception 124 # {0} the message of the underlying exception 125 # {1} the underlying exception 182 # {0} message of the underlying exception (english) 183 # {1} the underlying exception 410 # {0} message from the underlying exception 411 # {1} the underlying exception [all...] |
CertPathReviewerMessages_de.properties | 116 # {0} the message of the underlying exception 117 # {1} the underlying exception 124 # {0} the message of the underlying exception 125 # {1} the underlying exception 182 # {0} message of the underlying exception (english) 183 # {1} the underlying exception 410 # {0} message from the underlying exception 411 # {1} the underlying exception [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPathFactory.java | 122 * @param uri Identifies the underlying object model. 286 * <p>Return a new <code>XPath</code> using the underlying object
|
/external/apache-http/src/org/apache/commons/logging/ |
package.html | 171 <h4>Configuring the Underlying Logging System</h4> 174 configuration of the underlying logging system.
|
/external/apache-http/src/org/apache/http/impl/io/ |
ChunkedInputStream.java | 53 * Note that this class NEVER closes the underlying stream, even when close 254 * leaving the underlying socket at a position to start reading the
|
/external/guava/src/com/google/common/collect/ |
Collections2.java | 91 * satisfy the filter will be removed from the underlying collection. 97 * iterate across every element in the underlying collection and determine
|
/external/kernel-headers/original/linux/ |
if_vlan.h | 115 struct net_device *real_dev; /* the underlying device/interface */ 190 * This allows the VLAN to have a different MAC than the underlying
|
/external/qemu/docs/ |
CHAR-DEVICES.TXT | 28 on the underlying implementation (some of them will just return 0 instead). 33 can accept, nor to be notified when its underlying implementation is ready
|
/external/skia/include/views/ |
SkEvent.h | 128 /** Return the underlying metadata object */ 130 /** Return the underlying metadata object */
|
/external/stlport/stlport/stl/ |
_pthread_alloc.h | 98 typedef pthread_alloc _S_Alloc; // The underlying allocator. 278 typedef pthread_alloc _S_Alloc; // The underlying allocator.
|
/external/stlport/test/unit/ |
sstream_test.cpp | 265 * underlying character sequence and initializes the input and output 267 * the output sequence with underlying sequence. ...
|