/libcore/luni/src/main/java/java/security/spec/ |
EllipticCurve.java | 45 * Creates a new {@code EllipticCurve} with the specified field, 57 * if the specified coefficients are not in the specified field. 81 // Check conditions for custom ECField are not specified. 102 * Creates a new {@code EllipticCurve} with the specified field and 112 * if the specified coefficients are not in the specified field. 149 * or {@code null} if none specified. 163 * Returns whether the specified object equals to this elliptic curve. 167 * @return {@code true} if the specified object is equal to this ellipti [all...] |
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
AbstractCommandHandlerTest.java | 75 * Verify that the CommandHandler contains the specified number of invocation records
95 * Verify that the InvocationRecord contains exactly one data element, with the specified key
109 * Verify that the InvocationRecord contains exactly two data element, with the specified keys
185 * Return the test-specific reply text for the specified reply code
187 * @return the reply text for the specified reply code
194 * Return the test-specific parameterized reply text for the specified reply code
196 * @return the reply text for the specified reply code
203 * Return the test-specific parameterized reply text for the specified messageKey
205 * @return the reply text for the specified messageKey
212 * Return the test-specific reply text for the specified reply code and message parameter [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
SparseWeakArray.java | 59 * require any additional memory allocation to store the specified 69 * Gets the Object mapped from the specified key, or <code>null</code> 77 * Gets the Object mapped from the specified key, or the specified Object 91 * Removes the mapping from the specified key, if there was any. 112 * Removes the mapping at the specified index. 147 * Adds a mapping from the specified key to the specified value, 148 * replacing the previous mapping from the specified key if there 231 * specified key, or a negative number if the specifie [all...] |
/libcore/luni/src/main/java/java/util/ |
Vector.java | 71 * Constructs a new vector using the specified capacity. 83 * Constructs a new vector using the specified capacity and capacity 124 * Adds the specified object into this vector at the specified location. The 144 * Adds the specified object at the end of this vector. 161 * Inserts the objects in the specified collection at the specified location 203 * Adds the objects in the specified collection to the end of this vector. 215 * Adds the specified object at the end of this vector. 270 * Searches this vector for the specified object [all...] |
ArrayDeque.java | 134 * Copies the elements from our element array into the specified array, 161 * sufficient to hold the specified number of elements. 170 * Constructs a deque containing the elements of the specified 177 * @throws NullPointerException if the specified collection is null 189 * Inserts the specified element at the front of this deque. 192 * @throws NullPointerException if the specified element is null 203 * Inserts the specified element at the end of this deque. 208 * @throws NullPointerException if the specified element is null 219 * Inserts the specified element at the front of this deque. 222 * @return <tt>true</tt> (as specified by {@link Deque#offerFirst} [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
CharacterData.java | 70 * @return The specified substring. If the sum of <code>offset</code> and 74 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is 76 * <code>data</code>, or if the specified <code>count</code> is 78 * <br>DOMSTRING_SIZE_ERR: Raised if the specified range of text does 88 * <code>data</code> and the <code>DOMString</code> specified. 97 * Insert a string at the specified 16-bit unit offset. 101 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is 119 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is 121 * <code>data</code>, or if the specified <code>count</code> is 130 * Replace the characters starting at the specified 16-bit unit offse [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ObjectArrays.java | 42 * Returns a new array of the given length with the specified component type. 119 * Returns an array containing all of the elements in the specified 120 * collection; the runtime type of the returned array is that of the specified 121 * array. If the collection fits in the specified array, it is returned 123 * specified array and the size of the specified collection. 125 * <p>If the collection fits in the specified array with room to spare (i.e., 138 * @throws ArrayStoreException if the runtime type of the specified array is 139 * not a supertype of the runtime type of every element in the specified 156 * array. the runtime type of the returned array is that of the specified array. If the collectio [all...] |
/libcore/luni/src/main/java/javax/crypto/ |
ExemptionMechanism.java | 88 * specified exemption mechanism algorithm. 94 * if the specified algorithm is not available by any provider. 109 * specified exemption mechanism algorithm from the specified provider. 117 * if the specified algorithm is not provided by the specified 120 * if the specified provider is not available. 144 * specified exemption mechanism algorithm from the specified provider. 153 * if the specified algorithm is not provided by the specifie [all...] |
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/ |
PSourceTest.java | 56 assertFalse("The change of p specified in the constructor " 63 * array specified in the constructor. Checks that modification 72 fail("The returned array does not equal to the specified " 83 * equal to the value specified in the constructor. 96 * equal to the value specified in the constructor. 101 assertTrue("The returned value is not equal to the value specified "
|
/external/guava/guava/src/com/google/common/reflect/ |
TypeToInstanceMap.java | 51 * Returns the value the specified class is mapped to, or {@code null} if no 63 * Maps the specified class to the specified value. Does <i>not</i> associate 76 * Returns the value the specified type is mapped to, or {@code null} if no 84 * Maps the specified type to the specified value. Does <i>not</i> associate
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
AbstractData.java | 47 * Retrieves the value at the specified path in this HDF node's subtree. 62 * Retrieves the integer value at the specified path in this HDF node's subtree. If the value does 82 * Retrieves the value at the specified path in this HDF node's subtree. If not found, returns 90 * Retrieves the value at the specified path in this HDF node's subtree. If not found or invalid, 98 * Retrieves the value at the specified path in this HDF node's subtree. If not found or invalid, 106 * Sets the value at the specified path in this HDF node's subtree.
|
/external/libavc/decoder/ |
ih264d_bitstrm.c | 76 * Read specified number of bits from the bitstream. 79 * number specified number of bits from the current bit 103 * Peek specified number of bits from the bitstream. 106 * specified number of bits from the buffer without 138 * Flush specified number of bits from the bitstream. 140 * This function flushes the specified number of bits (marks
|
/external/llvm/test/MC/ARM/ |
eh-directive-personalityindex-diagnostics.s | 29 @ CHECK: note: .cantunwind was specified here 45 @ CHECK: note: .handlerdata was specified here 61 @ CHECK: note: .personality was specified here 64 @ CHECK: note: .personalityindex was specified here 80 @ CHECK: note: .personalityindex was specified here 83 @ CHECK: note: .personalityindex was specified here
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/ |
Session.java | 36 * Send the specified reply code and text across the control connection.
60 * Write the specified data using the data connection
104 * Return the attribute value for the specified name. Return null if no attribute value
113 * Store the value under the specified attribute name.
121 * Remove the attribute value for the specified name. Do nothing if no attribute
122 * value is stored for the specified name.
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/ |
Session.java | 36 * Send the specified reply code and text across the control connection.
60 * Write the specified data using the data connection
97 * Return the attribute value for the specified name. Return null if no attribute value
106 * Store the value under the specified attribute name.
114 * Remove the attribute value for the specified name. Do nothing if no attribute
115 * value is stored for the specified name.
|
/external/selinux/policycoreutils/secon/ |
secon.1 | 58 gets the context from the specified file FILE 61 gets the context from the specified file FILE (doesn't follow symlinks) 64 gets the context from the specified process PID 67 gets the exec context from the specified process PID 70 gets the fscreate context from the specified process PID 92 may be provided and will be used if no options have been specified to make
|
/external/skia/include/core/ |
SkRegion.h | 58 * Replace this region with the specified region, and return true if the 67 * Swap the contents of this and the specified region. This operation 99 * boundary(s) of the region to the specified path. 131 * Set this region to the specified region, and return true if it is 140 * drawn by the path (with no antialiasing) with the specified clip. 145 * Returns true if the specified rectangle has a non-empty intersection 151 * Returns true if the specified region has a non-empty intersection 157 * Return true if the specified x,y coordinate is inside the region. 162 * Return true if the specified rectangle is completely inside the region. 170 * Return true if the specified region is completely inside the region [all...] |
/libcore/luni/src/main/java/java/security/ |
AlgorithmParametersSpi.java | 33 * Initializes this {@code AlgorithmParametersSpi} with the specified 47 * Initializes this {@code AlgorithmParametersSpi} with the specified 60 * Initializes this {@code AlgorithmParametersSpi} with the specified 61 * {@code byte[]} using the specified decoding format. 86 * the specified class. 103 * Returns the parameters in the specified encoding format.
|
/libcore/luni/src/main/java/java/security/cert/ |
CertPathValidatorException.java | 45 * Creates a new {@code CertPathValidatorException} with the specified 79 * Creates a new {@code CertPathValidatorException} with the specified 92 * Creates a new {@code CertPathValidatorException} with the specified 103 * Creates a new {@code CertPathValidatorException} with the specified 123 * none was specified. 133 * {@code -1} if none was specified.
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
GCMParameterSpec.java | 38 * Creates a new {@code GCMParameterSpec} instance from the specified 42 * @throws IllegalArgumentException if the specified {@code iv} is null or 44 * chunk in the specified buffer. 59 * (IV) of {@code byteCount} bytes from the specified buffer {@code iv} 62 * @throws IllegalArgumentException if the specified {@code iv} is null or 64 * chunk in the specified buffer.
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
PSourceTest.java | 56 assertFalse("The change of p specified in the constructor " 63 * array specified in the constructor. Checks that modification 72 fail("The returned array does not equal to the specified " 84 * equal to the value specified in the constructor. 97 * equal to the value specified in the constructor. 102 assertTrue("The returned value is not equal to the value specified "
|
/libcore/luni/src/main/java/java/lang/ |
Integer.java | 82 * Constructs a new {@code Integer} with the specified primitive integer 93 * Constructs a new {@code Integer} from the specified string. 111 * Compares this object to the specified integer object to determine their 142 * Parses the specified string and returns a {@code Integer} instance if the 200 * Compares this instance with the specified object and indicates if they 206 * @return {@code true} if the specified object is equal to this 247 * {@code string}. Returns the specified default value if {@code string} is 276 * {@code string}. Returns the specified default value if {@code string} is 324 * Parses the specified string as a signed decimal integer value. The ASCII 338 * Parses the specified string as a signed integer value using the specifie [all...] |
Long.java | 70 * Constructs a new {@code Long} with the specified primitive long value. 80 * Constructs a new {@code Long} from the specified string. 98 * Compares this object to the specified long object to determine their 128 * Parses the specified string and returns a {@code Long} instance if the 187 * Compares this instance with the specified object and indicates if they 193 * @return {@code true} if the specified object is equal to this 233 * {@code string}. Returns the specified default value if {@code string} is 262 * {@code string}. Returns the specified default value if {@code string} is 310 * Parses the specified string as a signed decimal long value. The ASCII 325 * Parses the specified string as a signed long value using the specifie [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHGenParameterSpecTest.java | 39 * parameters specified in the constructor with the values returned 49 + "equal to the value specified in the constructor", 52 + "equal to the value specified in the constructor",
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
deduction.cpp | 11 // No explicitly-specified arguments 16 // One explicitly-specified argument 24 // FIXME: Extension of explicitly-specified arguments
|