HomeSort by relevance Sort by last modified time
    Searched full:code (Results 1801 - 1825 of 26167) sorted by null

<<71727374757677787980>>

  /dalvik/dx/tests/109-int-branch/
info.txt 4 This test compares emitted code against a known-good (via eyeballing)
  /dalvik/libcore/archive/src/main/java/java/util/zip/
ZipException.java 23 * This runtime exception is thrown by {@code ZipFile} and {@code
34 * Constructs a new {@code ZipException} instance.
41 * Constructs a new {@code ZipException} instance with the specified
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
RC2ParameterSpec.java 35 * Creates a new <code>RC2ParameterSpec</code> instance with the specified
47 * Creates a new <code>RC2ParameterSpec</code> instance with the specified
73 * Creates a new <code>RC2ParameterSpec</code> instance with the specified
77 * <code>offset</code> must be at least 8 bytes which are copied to protect
88 * <code>offset</code> is shorter than 8 bytes
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
Filter.java 21 * A {@code Filter} provides a mechanism for exercising fine-grained control
27 * Checks {@code record} to determine if it should be logged.
31 * @return {@code true} if the supplied log record needs to be logged,
32 * {@code false} otherwise.
  /dalvik/libcore/luni/src/main/java/java/io/
FilenameFilter.java 33 * the directory in which the {@code filename} was found.
35 * the name of the file in {@code dir} to test.
36 * @return {@code true} if the filename matches the filter
37 * and can be included in the list, {@code false}
PipedOutputStream.java 43 * Constructs a new unconnected {@code PipedOutputStream}. The resulting
52 * Constructs a new {@code PipedOutputStream} connected to the
53 * {@link PipedInputStream} {@code dest}. Any data written to this stream
59 * if this stream or {@code dest} are already connected.
128 * Writes {@code count} bytes from the byte array {@code buffer} starting at
129 * {@code offset} to this stream. The written data can then be read from the
132 * Separate threads should be used to write to a {@code PipedOutputStream}
139 * the index of the first byte in {@code buffer} to write.
141 * the number of bytes from {@code buffer} to write to thi
    [all...]
Serializable.java 22 * deserialization based on the {@code ObjectOutputStream} and {@code
29 * {@code private void writeObject(java.io.ObjectOutputStream out) throws
32 * {@code private void readObject(java.io.ObjectInputStream in) throws
  /dalvik/libcore/luni/src/main/java/java/net/
SocketTimeoutException.java 23 * This exception is thrown when a timeout expired on a socket {@code read} or
24 * {@code accept} operation.
31 * Creates a new {@code SocketTimeoutException} instance with its walkback
39 * Creates a new {@code SocketTimeoutException} instance with its walkback
URLStreamHandlerFactory.java 21 * Defines a factory which creates an {@code URLStreamHandler} for a specified
22 * protocol. It is used by the class {@code URL}.
27 * Creates a new {@code URLStreamHandler} instance for the given {@code
  /dalvik/libcore/luni/src/main/java/java/util/
EventListenerProxy.java 22 * This abstract class provides a simple wrapper for objects of type {@code EventListener}.
29 * Creates a new {@code EventListener} proxy instance.
40 * Returns the wrapped {@code EventListener}.
42 * @return the wrapped {@code EventListener}.
InputMismatchException.java 21 * An {@code InputMismatchException} is thrown by a scanner to indicate that the
34 * Constructs a new {@code InputMismatchException} with the current stack
42 * Constructs a new {@code InputMismatchException} with the stack trace
43 * filled in and {@code msg} as its error message.
  /dalvik/libcore/nio/src/main/java/java/nio/
BufferOverflowException.java 20 * A <code>BufferOverflowException</code> is thrown when elements are written
28 * Constructs a <code>BufferOverflowException</code>.
BufferUnderflowException.java 20 * A <code>BufferUnderflowException</code> is thrown when elements are read
28 * Constructs a <code>BufferUnderflowException</code>.
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
NoConnectionPendingException.java 20 * A {@code NoConnectionPendingException} is thrown if {@code SocketChannel}'s
22 * the {@code SocketChannel}'s {@link
31 * Constructs a {@code NoConnectionPendingException}.
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
BackingStoreException.java 31 * Constructs a new {@code BackingStoreException} instance with a detailed
42 * Constructs a new {@code BackingStoreException} instance with a nested
43 * {@code Throwable}.
46 * the nested {@code Throwable}.
  /dalvik/libcore/security/src/main/java/java/security/
DigestInputStream.java 25 * {@code DigestInputStream} is a {@code FilterInputStream} which maintains an
39 * Constructs a new instance of this {@code DigestInputStream}, using the
40 * given {@code stream} and the {@code digest}.
72 * Reads the next byte and returns it as an {@code int}. Updates the digest
79 * if reading the source stream causes an {@code IOException}.
96 * Reads {@code len} bytes into the specified {@code byte[]}, starting from
105 * the initial position in {@code b} to store the bytes read fro
    [all...]
Guard.java 21 * {@code Guard} implementors protect access to other objects.
26 * Checks whether access to the specified {@code Object} should be granted.
27 * This method returns silently if access is granted, otherwise a {@code
31 * the object to be protected by this {@code Guard}.
UnrecoverableKeyException.java 21 * {@code UnrecoverableKeyException} indicates, that a key cannot be recovered
22 * from a {@code KeyStore}.
31 * Constructs a new instance of {@code UnrecoverableKeyException} with the
42 * Constructs a new instance of {@code UnrecoverableKeyException}.
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
Name.java 64 * Creates new <code>Name</code> instance from its DER encoding
83 * Creates new <code>Name</code> instance
98 * Returns <code>X500Principal</code> instance corresponding to this
99 * <code>Name</code> instance
108 * Returns Relative Distinguished Name as <code>String</code> accordin
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/
special-test-cases.txt 7 - ? for SignatureSPI.engineGetParameters(): see source code comments
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
KeyManagerFactory.java 34 * The public API for {@code KeyManagerFactory} implementations.
50 * {@code 'ssl.KeyManagerFactory.algorithm'}.
63 * Creates a new {@code KeyManagerFactory} instance for the specified key
72 * if {@code algorithm} is {@code null} (instead of
88 * Creates a new {@code KeyManagerFactory} instance for the specified key
103 * if {@code algorithm} is {@code null} (instead of
119 * Creates a new {@code KeyManagerFactory} instance for the specified key
131 * if {@code algorithm} is {@code null} (instead o
    [all...]
SSLSession.java 120 * @return the host name of the peer of this session, or {@code null} if no
129 * @return the port number of the peer, of {@code -1} is no port number is
155 * {@code SSLPermission("getSSLSessionContext"} is checked with the security
158 * @return the context of this session or {@code null} if no context is
169 * @return the value bound to the specified name, or {@code null} if the
173 * if {@code name} is {@code null}.
200 * @return {@code true} if this session is valid, otherwise {@code false}.
209 * {@code SSLSessionBindingListener} interface the object will be notified
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIterNodeList.java 30 * <code>DTMAxisNodeList</code> gives us an implementation of the DOM's
96 * Returns the <code>index</code>th item in the collection. If
97 * <code>index</code> is greater than or equal to the number of nodes in
98 * the list, this returns <code>null</code>.
100 * @return The node at the <code>index</code>th position in the
    [all...]
DTMChildIterNodeList.java 27 * <code>DTMNodeList</code> gives us an implementation of the DOM's
87 * Returns the <code>index</code>th item in the collection. If
88 * <code>index</code> is greater than or equal to the number of nodes in
89 * the list, this returns <code>null</code>.
91 * @return The node at the <code>index</code>th position in the
    [all...]
DTMNodeList.java 28 * <code>DTMNodeList</code> gives us an implementation of the DOM's
99 * Returns the <code>index</code>th item in the collection. If
100 * <code>index</code> is greater than or equal to the number of nodes in
101 * the list, this returns <code>null</code>.
103 * @return The node at the <code>index</code>th position in the
    [all...]

Completed in 632 milliseconds

<<71727374757677787980>>