/libcore/luni/src/main/java/java/security/ |
AlgorithmParameterGenerator.java | 77 * specified algorithm. 82 * specified algorithm. 84 * if the specified algorithm is not available. 100 * specified provider for the specified algorithm. 108 * specified algorithm. 110 * if the specified algorithm is not available. 112 * if the specified provider is not available. 132 * specified provider for the specified algorithm [all...] |
AlgorithmParameters.java | 80 * Returns a new instance of {@code AlgorithmParameters} for the specified 85 * @return a new instance of {@code AlgorithmParameters} for the specified 88 * if the specified algorithm is not available. 102 * Returns a new instance of {@code AlgorithmParameters} from the specified 103 * provider for the specified algorithm. 109 * @return a new instance of {@code AlgorithmParameters} for the specified 112 * if the specified algorithm is not available. 114 * if the specified provider is not available. 133 * Returns a new instance of {@code AlgorithmParameters} from the specified 134 * provider for the specified algorithm [all...] |
IdentityScope.java | 45 * Constructs a new instance of {@code IdentityScope} with the specified 56 * Constructs a new instance of {@code IdentityScope} with the specified 57 * name and the specified scope. 113 * Returns the {@code Identity} with the specified name or {@code null} if 114 * no {@code Identity} with the specified name is present in this scope. 118 * @return the {@code Identity} with the specified name or {@code null} if 124 * Returns the {@code Identity} with the name of the specified principal or 125 * {@code null} if no {@code Identity} with the name of the specified 131 * @return the {@code Identity} with the specified name or {@code null} if 139 * Returns the {@code Identity} which is associated with the specified ke [all...] |
/libcore/luni/src/main/java/java/util/ |
SortedMap.java | 23 * natural ordering of its keys or the ordering given by a specified comparator. 45 * are less than the specified {@code endKey}. Changes to the returned 49 * specified range. 52 * the high boundary of the range specified. 62 * map and the specified key is outside of its range. 77 * greater than or equal to the specified {@code startKey} and less than the 78 * specified {@code endKey}. Changes to the returned sorted map are 82 * specified range. 88 * @return a sorted map with the key from the specified range. 98 * the specified range is outside of its range [all...] |
Set.java | 29 * Adds the specified object to this set. The set is not modified if it 45 * Adds the objects in the specified collection which do not exist yet in 71 * Searches this set for the specified object. 81 * Searches this set for all objects in the specified collection. 85 * @return {@code true} if all objects in the specified collection are 91 * Compares the specified object to this set, and returns true if they 133 * Removes the specified object from this set. 144 * Removes all objects in the specified collection from this set. 155 * Removes all objects from this set that are not contained in the specified 182 * specified array is large enough to hold the elements, the specified arra [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHParameterSpecTest.java | 40 * specified in the constructor with the values returned by getters. 52 + "equal to the value specified in the constructor", 55 + "equal to the value specified in the constructor", 61 + "equal to the value specified in the constructor", 64 + "equal to the value specified in the constructor", 67 + "equal to the value specified in the constructor",
|
/external/clang/include/clang/Rewrite/ |
Rewriter.h | 59 /// RemoveText - Remove the specified text. 63 /// InsertText - Insert some text at the specified point, where the offset in 64 /// the buffer is specified relative to the original SourceBuffer. The 65 /// text is inserted after the specified location. 71 /// InsertTextBefore - Insert some text before the specified point, where the 72 /// offset in the buffer is specified relative to the original 73 /// SourceBuffer. The text is inserted before the specified location. This is 79 /// InsertTextAfter - Insert some text at the specified point, where the 80 /// offset in the buffer is specified relative to the original SourceBuffer. 81 /// The text is inserted after the specified location [all...] |
/external/llvm/docs/CommandGuide/ |
llvm-link.pod | 18 that fails, it looks for each file in each of the directories specified by the 21 in the order they were specified on the command line. 29 Add the specified F<directory> to the library search path. When looking for 31 specified multiple times; B<llvm-link> will search inside these directories in 32 the order in which they were specified on the command line. 51 If specified, B<llvm-link> prints a human-readable version of the output
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementationSource.java | 17 * implementations, based upon requested features and versions, as specified 27 * specified features. 30 * is specified by its name optionally followed by a space and a 47 * specified features and versions, as specified in . 50 * is specified by its name optionally followed by a space and a
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHParameterSpecTest.java | 40 * specified in the constructor with the values returned by getters. 52 + "equal to the value specified in the constructor", 55 + "equal to the value specified in the constructor", 61 + "equal to the value specified in the constructor", 64 + "equal to the value specified in the constructor", 67 + "equal to the value specified in the constructor",
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
timeval.h | 46 /** Calculate the difference between the two specified timeval 53 /** Return the time difference between now and the specified timestamp */ 56 /** Add the specified time inmicroseconds to the specified timeval structure */ 59 /** Store the specified uec value in the timeval struct. \since 0.9.7 */ 62 /** Load the specified tv value and return it in usec. \since 0.9.7 */
|
/system/core/nexus/ |
DhcpListener.cpp | 68 LOGW("Malformatted IP specified"); 71 LOGW("Malformatted netmask specified"); 74 LOGW("Malformatted broadcast specified"); 77 LOGW("Malformatted gateway specified"); 80 LOGW("Malformatted dns1 specified"); 83 LOGW("Malformatted dns2 specified");
|
/external/e2fsprogs/misc/ |
blkid.8.in | 71 Look up one device that matches the search parameter specified using 74 option. If there are multiple devices that match the specified search 78 block devices. If this option is not specified, 85 output using the specified format. The 103 For each (specified) device, show only the tags that match 107 options. If no tag is specified, then all tokens are shown for all 108 (specified) devices. 126 If there are no devices specified on the command line, all block devices 127 will be searched; otherwise only the specified devices are searched. 139 If not specified it will be the same file as that given by th [all...] |
/external/llvm/include/llvm/Target/ |
TargetCallingConv.td | 29 /// CCIfType - If the current argument is one of the specified types, apply 50 /// the specified action. 54 /// the specified action. 58 /// the specified action. 62 /// the specified action. 68 /// CCAssignToReg - This action matches if there is a register in the specified 84 /// stack slot of the specified size and alignment on the stack. If size is 107 /// CCPromoteToType - If applied, this promotes the specified current value to 108 /// the specified type. 113 /// CCBitConvertToType - If applied, this bitconverts the specified curren [all...] |
/libcore/luni/src/main/java/java/lang/ |
StringBuffer.java | 63 * Constructs a new StringBuffer using the specified capacity. 73 * Constructs a new StringBuffer containing the characters in the specified 88 * specified {@code CharSequence}. The capacity of the new buffer will be 102 * Adds the string representation of the specified boolean to the end of 118 * Adds the specified character to the end of this buffer. 131 * Adds the string representation of the specified double to the end of this 145 * Adds the string representation of the specified float to the end of this 159 * Adds the string representation of the specified integer to the end of 173 * Adds the string representation of the specified long to the end of this 187 * Adds the string representation of the specified object to the end of thi [all...] |
/external/proguard/src/proguard/ |
ClassSpecificationVisitorFactory.java | 30 * This factory creates visitors to efficiently travel to specified classes and 38 * Constructs a ClassPoolVisitor to efficiently travel to the specified 82 * Constructs a ClassPoolVisitor to efficiently travel to the specified 118 * Constructs a ClassPoolVisitor to efficiently travel to the specified 132 // Don't visit the classes if not specified. 139 // If specified, let the marker visit the class and its class 165 * Constructs a ClassPoolVisitor to efficiently travel to the specified 185 // By default, start visiting from the named class name, if specified. 205 // If specified, only visit classes with the right annotation. 217 // If specified, only visit classes with the right access flags [all...] |
/external/chromium/chrome/browser/importer/ |
importer_progress_observer.h | 20 // Invoked when data for the specified item is about to be collected. 23 // Invoked when data for the specified item has been collected from the
|
/external/chromium/net/url_request/ |
url_request_redirect_job.h | 16 // A URLRequestJob that will redirect the request to the specified 21 // Constructs a job that redirects to the specified URL.
|
/external/clang/test/Parser/ |
attr-availability.c | 13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}} 17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
|
/external/clang/test/SemaCXX/ |
inherit.cpp | 31 class H : G_copy, A, G_copy_2, // expected-error{{base class 'G_copy' (aka 'G') specified more than once as a direct base class}} 32 public G_copy_3 { }; // expected-error{{base class 'G_copy' (aka 'G') specified more than once as a direct base class}}
|
/external/clang/test/SemaObjC/ |
method-attributes.m | 22 - (int) foo: (int)arg1 __attribute__((deprecated)){ // expected-warning {{method attribute can only be specified}} 28 - (int) foo2: (int)arg1 __attribute__((deprecated)) { // expected-warning {{method attribute can only be specified}}
|
warn-assign-property-nscopying.m | 13 @property NSDictionary* undoAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} // expected-warning {{default assign attribute on property 'undoAction' which implements NSCopying protocol is not appropriate with}} 14 @property id okAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}
|
warn-weak-field.m | 5 __weak id w; // expected-warning {{__weak attribute cannot be specified on a field declaration}} 23 __weak id w1; // expected-warning {{__weak attribute cannot be specified on a field declaration}}
|
/external/llvm/include/llvm/Analysis/ |
ConstantFolding.h | 33 /// ConstantFoldInstruction - Try to constant fold the specified instruction. 41 /// using the specified TargetData. If successful, the constant result is 47 /// specified operands. If successful, the constant result is returned, if not, 57 /// instruction (icmp/fcmp) with the specified operands. If it fails, it 58 /// returns a constant expression of the specified operands. 75 /// the specified function. 78 /// ConstantFoldCall - Attempt to constant fold a call to the specified function 79 /// with the specified arguments, returning null if unsuccessful.
|
/external/skia/include/effects/ |
SkPaintFlagsDrawFilter.h | 31 uint16_t fClearFlags; // user specified 32 uint16_t fSetFlags; // user specified
|