/libcore/luni/src/main/java/java/util/ |
Deque.java | 167 * Inserts the specified element at the front of this deque if it is 175 * @throws ClassCastException if the class of the specified element 177 * @throws NullPointerException if the specified element is null and this 179 * @throws IllegalArgumentException if some property of the specified 185 * Inserts the specified element at the end of this deque if it is 195 * @throws ClassCastException if the class of the specified element 197 * @throws NullPointerException if the specified element is null and this 199 * @throws IllegalArgumentException if some property of the specified 205 * Inserts the specified element at the front of this deque unless it would 213 * @throws ClassCastException if the class of the specified elemen [all...] |
List.java | 29 * Inserts the specified object into this {@code List} at the specified location. 30 * The object is inserted before the current element at the specified 33 * {@code List}, then all elements beyond the specified location are moved by one 53 * Adds the specified object at the end of this {@code List}. 69 * Inserts the objects in the specified collection at the specified location 93 * Adds the objects in the specified collection to the end of this {@code List}. The 123 * Tests whether this {@code List} contains the specified object. 134 * specified collection [all...] |
Map.java | 38 * Compares the specified object to this {@code Map.Entry} and returns if they 44 * @return {@code true} if the specified {@code Object} is equal to this 74 * Sets the value of this entry to the specified value, replacing any 95 * Returns whether this {@code Map} contains the specified key. 99 * @return {@code true} if this map contains the specified key, 105 * Returns whether this {@code Map} contains the specified value. 109 * @return {@code true} if this map contains the specified value, 125 * specified object is a {@code Map} and both {@code Map}s contain the same mappings. 137 * Returns the value of the mapping with the specified key. 141 * @return the value of the mapping with the specified key, or {@code null [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
TrustManagerFactory.java | 48 * default algorithm name is specified by the security property 59 * Creates a new {@code TrustManagerFactory} instance for the specified 81 * Creates a new {@code TrustManagerFactory} instance for the specified 82 * trust management algorithm from the specified provider. 91 * if the specified provider cannot provide the requested 94 * if the specified provider does not exist. 112 * Creates a new {@code TrustManagerFactory} instance for the specified 113 * trust management algorithm from the specified provider. 121 * if the specified provider cannot provide the requested 186 * Initializes this factory instance with the specified keystore as sourc [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
Filters.java | 48 * Creates a filter that returns true for any value in the specified 57 * Creates a filter that returns true for any value in the specified 66 * Creates a filter that returns true for any value NOT in the specified 76 * Creates a filter that returns true for any value NOT in the specified 87 * equivalent to the specified value. 96 * equivalent to the specified value. This is the equivalent of calling 105 * Creates a filter that returns true when the specified delegate filter
|
/external/llvm/docs/CommandGuide/ |
llvm-extract.rst | 13 it from the specified LLVM bitcode file. It is primarily used as a debugging 16 In addition to extracting the bitcode of the specified function, 22 standard output, unless the **-o** option is specified (see below). 37 specified multiple times to extract multiple functions at once. 43 specified multiple times. 48 specified multiple times to extract multiple global variables at once. 54 extracted. May be specified multiple times.
|
/external/llvm/test/MC/ARM/ |
invalid-neon-v8.s | 8 @ CHECK: error: instruction 'vmaxnm' is not predicable, but condition code specified 17 @ CHECK: error: instruction 'vcvtp' is not predicable, but condition code specified 26 @ CHECK: error: instruction 'vrintm' is not predicable, but condition code specified 37 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified 46 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified 63 @ CHECK: error: instruction 'sha256su1' is not predicable, but condition code specified 70 @ CHECK: error: instruction 'vmull' is not predicable, but condition code specified
|
/frameworks/base/core/java/android/util/ |
LongArray.java | 41 * Creates an empty LongArray with the specified initial capacity. 53 * Appends the specified value to the end of this array. 60 * Inserts a value at the specified position in this array. 80 * Adds the values in the specified array to this array. 126 * Returns the value at the specified position in this array. 136 * Returns the index of the first occurrence of the specified value in this 150 * Removes the value at the specified index from this array.
|
IntArray.java | 43 * Creates an empty IntArray with the specified initial capacity. 55 * Appends the specified value to the end of this array. 62 * Inserts a value at the specified position in this array. 82 * Searches the array for the specified value using the binary search algorithm. The array must 85 * the specified value, there is no guarantee which one will be found. 91 * {@link #size()} if all elements in the array are less than the specified key. 100 * Adds the values in the specified array to this array. 141 * Returns the value at the specified position in this array. 151 * Returns the index of the first occurrence of the specified value in this 165 * Removes the value at the specified index from this array [all...] |
/libcore/luni/src/main/java/java/lang/ |
AssertionError.java | 45 * {@link String#valueOf(Object)} with the specified object. If the object 62 * {@link String#valueOf(boolean)} with the specified boolean value. 73 * {@link String#valueOf(char)} with the specified character value. 84 * {@link String#valueOf(int)} with the specified integer value. 95 * {@link String#valueOf(long)} with the specified long value. 106 * {@link String#valueOf(float)} with the specified float value. 117 * {@link String#valueOf(double)} with the specified double value.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
xmalloc.h | 40 /** Allocate the specified number of bytes, just like malloc() does. However, in case of OOM, terminate */ 52 /** Duplicate the specified string, allocating memory with pa_xmalloc() */ 55 /** Duplicate the specified string, but truncate after l characters */ 58 /** Duplicate the specified memory block */ 69 /** Allocate n new structures of the specified type. */ 91 /** Same as pa_xnew() but duplicate the specified data */ 102 /** Reallocate n new structures of the specified type. */
|
volume.h | 127 /** Initialize the specified volume and return a pointer to 138 /** Set the volume of all channels to the specified parameter */ 185 * specified channel map with the specified channel position mask. If 195 * specified channel map with the specified channel position mask. If 205 * specified channel map with the specified channel position mask. If 214 /** Return non-zero if the volume of all channels is equal to the specified value */ 217 /** Return 1 if the specified volume has all channels muted * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
xmalloc.h | 40 /** Allocate the specified number of bytes, just like malloc() does. However, in case of OOM, terminate */ 52 /** Duplicate the specified string, allocating memory with pa_xmalloc() */ 55 /** Duplicate the specified string, but truncate after l characters */ 58 /** Duplicate the specified memory block */ 69 /** Allocate n new structures of the specified type. */ 91 /** Same as pa_xnew() but duplicate the specified data */ 102 /** Reallocate n new structures of the specified type. */
|
/external/clang/include/clang/Rewrite/Core/ |
Rewriter.h | 73 /// getRangeSize - Return the size in bytes of the specified range if they 80 /// getRewrittenText - Return the rewritten form of the text in the specified 88 /// InsertText - Insert the specified string at the specified location in the 97 /// InsertTextAfter - Insert the specified string at the specified location in 106 /// \brief Insert the specified string after the token in the 107 /// specified location. 110 /// InsertText - Insert the specified string at the specified location in th [all...] |
RewriteBuffer.h | 57 /// RemoveText - Remove the specified text. 61 /// InsertText - Insert some text at the specified point, where the offset in 62 /// the buffer is specified relative to the original SourceBuffer. The 63 /// text is inserted after the specified location. 69 /// InsertTextBefore - Insert some text before the specified point, where the 70 /// offset in the buffer is specified relative to the original 71 /// SourceBuffer. The text is inserted before the specified location. This is 77 /// InsertTextAfter - Insert some text at the specified point, where the 78 /// offset in the buffer is specified relative to the original SourceBuffer. 79 /// The text is inserted after the specified location [all...] |
/external/iproute2/man/man8/ |
ip-xfrm.8 | 389 is specified by a source address, destination address, 410 .RB "authentication with a specified truncation length (" auth-trunc ")," 417 must be specified. For 421 must additionally be specified. 426 must additionally be specified. 453 protocols, the source and destination port can optionally be specified. 456 protocols, the type and code numbers can optionally be specified. 459 protocol, the key can optionally be specified as a dotted-quad or number. 500 protocols, the source and destination port can optionally be specified. 503 protocols, the type and code numbers can optionally be specified [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
FileSystem.java | 29 * Add the specified file system entry (file or directory) to this file system
36 * Return the List of FileSystemEntry objects for the files in the specified directory path. If the
40 * @return the List of FileSystemEntry objects for all files in the specified directory may be empty
45 * Return the List of filenames in the specified directory path. The returned filenames do not
50 * @return the List of filenames (not including paths) for all files in the specified directory
57 * Delete the file or directory specified by the path. Return true if the file is successfully
79 * Return the formatted directory listing entry for the file represented by the specified FileSystemEntry
91 * Return true if there exists a file or directory at the specified path
100 * Return true if the specified path designates an existing directory, false otherwise
109 * Return true if the specified path designates an existing file, false otherwise [all...] |
/external/smali/util/src/main/java/org/jf/util/ |
SparseIntArray.java | 49 * require any additional memory allocation to store the specified 59 * Gets the int mapped from the specified key, or <code>0</code> 67 * Gets the int mapped from the specified key, or the specified value 81 * Gets the int mapped from the specified key, or if not present, the 82 * closest key that is less than the specified key. 99 * Removes the mapping from the specified key, if there was any. 119 * Adds a mapping from the specified key to the specified value, 120 * replacing the previous mapping from the specified key if ther [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
PBEKeySpecTest.java | 54 assertFalse("The change of password specified in the constructor " 62 * of inappropriate parameters and checks that array objects specified as 129 assertFalse("The change of password specified in the constructor " 133 assertFalse("The change of salt specified in the constructor " 141 * of inappropriate parameters and checks that array objects specified as 192 assertFalse("The change of password specified in the constructor " 196 assertFalse("The change of salt specified in the constructor " 219 * to the password specified in the constructor and that the change of 227 fail("The returned password is not equal to the specified " 238 * to the salt specified in the constructor and that the change o [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
uregion.h | 125 * Returns a pointer to a URegion for the specified region code: A 2-letter or 3-letter ISO 3166 136 * Returns a pointer to a URegion for the specified numeric region code. If the numeric region 152 * Returns true if the specified uregion is equal to the specified otherRegion. 159 * Returns a pointer to the URegion that contains the specified uregion. Returns NULL if the 160 * specified uregion is code "001" (World) or "ZZ" (Unknown region). For example, calling 169 * specified type, moving multiple steps up the containment chain if necessary. Returns NULL if no 170 * containing region can be found that matches the specified type. Will return NULL if URegionType 181 * of the specified uregion in the region hierarchy. These returned regions could be either macro 194 * specified uregion anywhere in the region hierarchy and match the given type. This API may retur [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
PBEKeySpecTest.java | 54 assertFalse("The change of password specified in the constructor " 62 * of inappropriate parameters and checks that array objects specified as 129 assertFalse("The change of password specified in the constructor " 133 assertFalse("The change of salt specified in the constructor " 141 * of inappropriate parameters and checks that array objects specified as 192 assertFalse("The change of password specified in the constructor " 196 assertFalse("The change of salt specified in the constructor " 219 * to the password specified in the constructor and that the change of 227 fail("The returned password is not equal to the specified " 238 * to the salt specified in the constructor and that the change o [all...] |
/libcore/luni/src/main/java/java/sql/ |
PreparedStatement.java | 130 * Sets the value of a specified parameter to the supplied {@code Array}. 146 * Sets the value of a specified parameter to the content of a supplied 147 * {@code InputStream}, which has a specified number of bytes. 151 * InputStream} until end-of-file is reached or the specified number of 170 * Sets the value of a specified parameter to a supplied {@code 187 * Sets the value of a specified parameter to the content of a supplied 188 * binary {@code InputStream}, which has a specified number of bytes. 209 * Sets the value of a specified parameter to the given {@code Blob} object. 224 * Sets the value of a specified parameter to a supplied {@code boolean} 240 * Sets the value of a specified parameter to a supplied {@code byte} value [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorSpecTest.java | 51 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 53 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 55 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 59 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()); 74 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 76 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 78 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 80 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 82 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()) [all...] |
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
AbstractGroovyTestCase.groovy | 35 * Write out the specified log message, prefixing with the current class name. 49 * Assert that the specified code throws an exception of the specified type. 51 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type 69 * Assert that the specified code throws an exception with an error message 70 * containing the specified text. 72 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type 85 * Return the specified paths concatenated with the path separator in between 94 * Create a new InetAddress from the specified host String, using the 97 * @return an InetAddress for the specified hos [all...] |
/frameworks/base/tools/aapt/ |
AaptXml.h | 34 * Returns the string value for the specified attribute. 41 * Returns the string value for the specified attribute, or an empty string 49 * Returns the integer value for the specified attribute, or the default value 57 * Returns the integer value for the specified attribute, or the default value 67 * Returns the integer value for the specified attribute, or the default value 75 * Returns the integer value for the specified attribute, or the default value 85 * Returns the integer value for the specified attribute, or the default value 94 * Returns the integer value for the specified attribute, or the default value 105 * Returns the string value for the specified attribute, or an empty string 114 * Returns the resource for the specified attribute in the outValue parameter [all...] |