/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/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...] |
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 60 * Retrieves the specified interface config 66 * Sets the configuration of the specified interface 71 * Clear all IP addresses on the specified interface 106 * Add the specified route to the interface. 111 * Remove the specified route from the interface. 116 * Set the specified MTU size 140 * Start tethering services with the specified dhcp server range 156 * Tethers the specified interface 161 * Untethers the specified interface 214 * Attaches a PPP server daemon to the specified TTY with the specifie [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...] |
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/ |
btTriangleIndexVertexArray.i | 54 /** Create or reuse a btIndexedMesh instance based on the specified {@link MeshPart}. 69 /** Create or reuse a btIndexedMesh instance based on the specified tag. 92 * The specified mesh must be indexed and triangulated and must outlive this btIndexedMesh. 100 * The specified mesh must be indexed and triangulated and must outlive this btIndexedMesh. 108 * The specified mesh must be indexed and triangulated and must outlive this btIndexedMesh. 116 * The specified data must be indexed and triangulated and must outlive this btIndexedMesh. 124 /** Convenience method to set this btIndexedMesh to the specified {@link Mesh} 125 * The specified mesh must be indexed and triangulated and must outlive this btIndexedMesh. 131 /** Convenience method to set this btIndexedMesh to the specified {@link Mesh} 132 * The specified mesh must be indexed and triangulated and must outlive this btIndexedMesh [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
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...] |
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Field.java | 154 * signature does not conform to the format specified in 191 * Compares this {@code Field} against the specified object. Returns 227 * <p>The modifiers are placed in canonical order as specified by 249 * <p>The modifiers are placed in canonical order as specified by 272 * the specified object. The value is automatically wrapped in an 281 * specified {@code obj} argument is null, the method throws a 282 * {@code NullPointerException}. If the specified object is not an 309 * @exception IllegalArgumentException if the specified object is not an 312 * @exception NullPointerException if the specified object is null 330 * @exception IllegalArgumentException if the specified object is no [all...] |
/external/clang/test/OpenMP/ |
ordered_messages.cpp | 34 #pragma omp for ordered(1) // expected-note {{'ordered' clause with specified parameter}} 36 #pragma omp ordered // expected-error {{'ordered' directive without any clauses cannot be closely nested inside ordered region with specified parameter}} 41 #pragma omp for ordered(1) // expected-note {{'ordered' clause with specified parameter}} 43 #pragma omp ordered threads // expected-error {{'ordered' directive with 'threads' clause cannot be closely nested inside ordered region with specified parameter}} 97 #pragma omp ordered depend(source) // expected-error {{'ordered' directive with 'depend' clause cannot be closely nested inside ordered region without specified parameter}} 99 #pragma omp parallel for ordered(1) // expected-note 3 {{'ordered' clause with specified parameter}} 102 #pragma omp ordered depend // expected-error {{expected '(' after 'depend'}} expected-error {{'ordered' directive without any clauses cannot be closely nested inside ordered region with specified parameter}} 103 #pragma omp ordered depend( // expected-error {{expected ')'}} expected-error {{expected 'source' in OpenMP clause 'depend'}} expected-error {{'ordered' directive without any clauses cannot be closely nested inside ordered region with specified parameter}} expected-warning {{missing ':' or ')' after dependency type - ignoring}} expected-note {{to match this '('}} 112 #pragma omp ordered depend(in : i) // expected-error {{expected 'source' in OpenMP clause 'depend'}} expected-error {{'ordered' directive without any clauses cannot be closely nested inside ordered region with specified parameter}} 147 #pragma omp for ordered(1) // expected-note {{'ordered' clause with specified parameter} [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/ImageMagick/Magick++/lib/Magick++/ |
Geometry.h | 42 // Construct Geometry from specified string 48 // Construct Geometry from specified string 51 // Construct Geometry from specified dimensions 156 // Construct Offset from specified string 162 // Construct Offset from specified string 165 // Construct Offset from specified x and y 213 // Construct Point from specified string 219 // Construct Point from specified string 222 // Construct Point from specified x and y 225 // Construct Point from specified x [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...] |
/external/webrtc/webrtc/voice_engine/include/ |
voe_codec.h | 57 // Get the |codec| information for a specified list |index|. 63 // Gets the |codec| parameters for the sending codec on a specified 67 // Sets the bitrate on a specified |channel| to the specified value 97 // specified |channel|. Returns 0 if success, and -1 if failed. 102 // Gets the codec internal FEC status for a specified |channel|. Returns 0 110 // specified |channel|. Disabling VAD (through |enable|) will also disable 117 // Gets the VAD/DTX status and |mode| for a specified |channel|. 123 // If send codec is Opus on a specified |channel|, sets the maximum playback 131 // If send codec is Opus on a specified |channel|, set its DTX. Returns 0 i [all...] |
/frameworks/base/core/java/android/util/ |
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...] |
/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...] |
/system/sepolicy/ |
seapp_contexts | 22 # All specified input selectors in an entry must match (i.e. logical AND). 27 # (2) Specified isAutoPlayApp= before unspecified isAutoPlayApp= boolean. 28 # (3) Specified isOwner= before unspecified isOwner= boolean. 29 # (4) Specified user= string before unspecified user= string. 32 # (7) Specified seinfo= string before unspecified seinfo= string. 34 # (8) Specified name= string before unspecified name= string. 35 # (9) Specified path= string before unspecified path= string. 36 # (10) Specified isPrivApp= before unspecified isPrivApp= boolean. 67 # anything with a non-known uid with a specified name should have a specified seinf [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/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...] |
/libcore/ojluni/src/main/java/java/util/ |
AbstractSet.java | 69 * Compares the specified object with this set for equality. Returns 76 * This implementation first checks if the specified object is this 78 * specified object is a set whose size is identical to the size of 83 * @return <tt>true</tt> if the specified object is equal to this set 133 * specified collection (optional operation). If the specified 139 * and the specified collection, by invoking the <tt>size</tt> 143 * the specified collection. If it is so contained, it is removed 145 * the specified collection has fewer elements, then the 146 * implementation iterates over the specified collection, removin [all...] |
EnumSet.java | 32 * specified, explicitly or implicitly, when the set is created. Enum sets 100 * Creates an empty enum set with the specified element type. 118 * Creates an enum set containing all of the elements in the specified 138 * Creates an enum set with the same element type as the specified enum 149 * Creates an enum set initialized from the specified collection. If 150 * the specified collection is an <tt>EnumSet</tt> instance, this static 152 * Otherwise, the specified collection must contain at least one element 176 * Creates an enum set with the same element type as the specified enum 178 * <i>not</i> contained in the specified set. 190 * Creates an enum set initially containing the specified element [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/ |
layer1.py | 74 """Checks if the specified CNAME is available. 91 specified name already exists, the action returns an 107 """Creates an application version for the specified application. 117 exists with this label for the specified application, AWS Elastic 128 s3_bucket and s3_key must be specified in order to use a specific 129 source bundle. If both of these values are not specified the 134 the specified application for this version does not already exist: 135 true: Automatically creates the specified application for this 137 InvalidParameterValue if the specified application for this version 188 SolutionStackName is not specified and the source configuratio [all...] |