HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 1 - 25 of 6829) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_iprange.man 4 Match source IP in the specified range.
7 Match destination IP in the specified range.
libipt_CONNMARK.man 4 Set connection mark. If a mask is specified then only those bits set in the
9 is specified then only those bits are copied.
12 Copy the connection mark value to the packet. If a mask is specified
libip6t_mark.man 8 specified, this is logically ANDed with the \fImask\fP before the
libipt_connmark.man 8 specified, this is logically ANDed with the mark before the
libipt_icmp.man 1 This extension is loaded if `--protocol icmp' is specified. It
libipt_mark.man 8 specified, this is logically ANDed with the \fImask\fP before the
  /libcore/luni/src/main/java/java/nio/
BufferFactory.java 31 * Returns a new byte buffer based on the specified byte array.
35 * @return A new byte buffer based on the specified byte array.
42 * Returns a new array based byte buffer with the specified capacity.
46 * @return A new array based byte buffer with the specified capacity.
53 * Returns a new char buffer based on the specified char array.
57 * @return A new char buffer based on the specified char array.
64 * Returns a new readonly char buffer based on the specified char sequence.
68 * @return A new readonly char buffer based on the specified char sequence.
75 * Returns a new array based char buffer with the specified capacity.
79 * @return A new array based char buffer with the specified capacity
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
SecretKeyFactory.java 92 * Creates a new {@code SecretKeyFactory} instance for the specified key
97 * @return a secret key factory for the specified key algorithm.
101 * if the specified algorithm is {@code null}.
116 * Creates a new {@code SecretKeyFactory} instance for the specified key
117 * algorithm from the specified {@code provider}.
124 * @return a secret key factory for the specified key algorithm from the
125 * specified provider.
127 * if the specified provider cannot provide the requested
130 * if the specified provider does not exist.
132 * if the specified provider name is {@code null} or empty
    [all...]
KeyGenerator.java 87 * Creates a new {@code KeyGenerator} instance that provides the specified
94 * if the specified algorithm is not available by any provider.
111 * Creates a new {@code KeyGenerator} instance that provides the specified
112 * key algorithm from the specified provider.
120 * if the specified algorithm is not provided by the specified
123 * if the specified provider is not available.
125 * if the specified provider is name is {@code null} or empty.
127 * if the specified algorithm name is {@code null}.
142 * Creates a new {@code KeyGenerator} instance that provides the specified
    [all...]
KeyAgreement.java 89 * Creates a new {@code KeyAgreement} for the specified algorithm.
93 * @return a key agreement for the specified algorithm.
97 * if the specified algorithm is {@code null}.
112 * Creates a new {@code KeyAgreement} for the specified algorithm from the
113 * specified provider.
120 * @return a key agreement for the specified algorithm from the specified
123 * if the specified provider cannot provide the requested
126 * if the specified provider does not exist.
128 * if the specified provider name is {@code null} or empty
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 32 * If the specified key is not already associated
42 * @param key key with which the specified value is to be associated
43 * @param value value to be associated with the specified key
44 * @return the previous value associated with the specified key, or
51 * @throws ClassCastException if the class of the specified key or value
53 * @throws NullPointerException if the specified key or value is null,
55 * @throws IllegalArgumentException if some property of the specified key
71 * @param key key with which the specified value is associated
72 * @param value value expected to be associated with the specified key
78 * @throws NullPointerException if the specified key or value is null
    [all...]
TimeoutException.java 11 * operations for which a timeout is specified need a means to
24 * Constructs a <tt>TimeoutException</tt> with no specified detail
30 * Constructs a <tt>TimeoutException</tt> with the specified detail
BlockingDeque.java 183 * Inserts the specified element at the front of this deque if it is
192 * @throws NullPointerException if the specified element is null
198 * Inserts the specified element at the end of this deque if it is
207 * @throws NullPointerException if the specified element is null
213 * Inserts the specified element at the front of this deque if it is
223 * @throws NullPointerException if the specified element is null
229 * Inserts the specified element at the end of this deque if it is
239 * @throws NullPointerException if the specified element is null
245 * Inserts the specified element at the front of this deque,
250 * @throws ClassCastException if the class of the specified elemen
    [all...]
BlockingQueue.java 88 * <em>not</em> necessarily performed atomically unless specified
154 * Inserts the specified element into this queue if it is possible to do
162 * @return <tt>true</tt> (as specified by {@link Collection#add})
165 * @throws ClassCastException if the class of the specified element
167 * @throws NullPointerException if the specified element is null
168 * @throws IllegalArgumentException if some property of the specified
174 * Inserts the specified element into this queue if it is possible to do
184 * @throws ClassCastException if the class of the specified element
186 * @throws NullPointerException if the specified element is null
187 * @throws IllegalArgumentException if some property of the specified
    [all...]
  /frameworks/base/core/java/android/text/
SpanWatcher.java 26 * This method is called to notify you that the specified object
27 * has been attached to the specified range of the text.
31 * This method is called to notify you that the specified object
32 * has been detached from the specified range of the text.
36 * This method is called to notify you that the specified object
  /libcore/luni/src/main/java/java/lang/reflect/
Modifier.java 114 * Indicates whether or not the specified modifiers contain the {@code
119 * @return {@code true} if the specified modifiers contain the {@code
127 * Indicates whether or not the specified modifiers contain the {@code
132 * @return {@code true} if the specified modifiers contain the {@code
140 * Indicates whether or not the specified modifiers contain the {@code
145 * @return {@code true} if the specified modifiers contain the {@code
153 * Indicates whether or not the specified modifiers contain the {@code
158 * @return {@code true} if the specified modifiers contain the {@code
166 * Indicates whether or not the specified modifiers contain the {@code
171 * @return {@code true} if the specified modifiers contain the {@cod
    [all...]
  /external/chromium/net/http/
http_byte_range.h 12 // A container class that represents a "range" specified for range request
13 // specified by RFC 2616 Section 14.35.1.
32 // Returns true if the first byte position is specified in this request.
34 // Returns true if the last byte position is specified in this request.
42 // range specified by this object. If the range specified is invalid with
  /libcore/luni/src/main/java/java/security/spec/
package.html 13 Keys may be specified via algorithm or in a more abstract and general way with ASN.1.
14 The parameters for the Elliptic Curve (EC) encryption algorithm are only specified as
  /libcore/luni/src/main/java/javax/crypto/spec/
package.html 11 <p>Keys may be specified via algorithm or in a more abstract and general way
14 <p>Keys and algorithm parameters are specified for the following procedures:
  /libcore/luni/src/main/java/javax/net/ssl/
X509TrustManager.java 30 * Checks whether the specified certificate chain (partial or complete) can
31 * be validated and is trusted for client authentication for the specified
41 * if the specified certificate chain is empty or {@code null},
42 * or if the specified authentication type is {@code null} or an
50 * Checks whether the specified certificate chain (partial or complete) can
51 * be validated and is trusted for server authentication for the specified
61 * if the specified certificate chain is empty or {@code null},
62 * or if the specified authentication type is {@code null} or an
  /cts/tools/signature-tools/src/signature/model/
IWildcardType.java 27 * Returns the upper bounds for this type variable as specified by the
28 * extends clause. If no upper bounds are explicitly specified then
36 * Returns the lower bounds for this type variable as specified by the super
37 * clause. If no lower bounds are explicitly specified then null is returned
  /external/bzip2/
bzdiff.1 22 program on bzip2 compressed files. All options specified are passed
27 If only 1 file is specified, then the files compared are
31 If two files are specified, then they are uncompressed if necessary and fed to
47 programs refer to temporary filenames instead of those specified.
  /external/expat/conftools/
expat.m4 1 dnl Check if --with-expat[=PREFIX] is specified and
4 dnl the specified PREFIX and set with_expat to PREFIX, or 'yes' if PREFIX
5 dnl has not been specified. Also HAVE_LIBEXPAT, HAVE_EXPAT_H are defined.
6 dnl If --with-expat has not been specified, set with_expat to 'no'.
  /external/icu4c/samples/layout/
FontMap.GDI 5 # Fonts are specified by font name, as shown
FontMap.Gnome 4 # Fonts are specified by file names.

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>