/frameworks/base/keystore/tests/src/android/security/ |
KeyPairGeneratorSpecTest.java | 46 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 48 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 50 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType()); 52 assertEquals("Key size should be the one specified", 1024, spec.getKeySize()); 54 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 58 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()); 73 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 75 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 77 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType()) [all...] |
/libcore/luni/src/main/java/javax/crypto/ |
KeyGenerator.java | 87 * Creates a new {@code KeyGenerator} instance that provides the specified 94 * if the specified algorithm is not available by any provider. 108 * Creates a new {@code KeyGenerator} instance that provides the specified 109 * key algorithm from the specified provider. 117 * if the specified algorithm is not provided by the specified 120 * if the specified provider is not available. 122 * if the specified provider is name is {@code null} or empty. 124 * if the specified algorithm name is {@code null}. 139 * 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}. 109 * Creates a new {@code KeyAgreement} for the specified algorithm from the 110 * specified provider. 117 * @return a key agreement for the specified algorithm from the specified 120 * if the specified provider cannot provide the requested 123 * if the specified provider does not exist. 125 * if the specified provider name is {@code null} or empty [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/org/xml/sax/ext/ |
Attributes2Impl.java | 23 * <p>The <em>specified</em> flag for each attribute will always 27 * always be false, except for defaulted attributes (<em>specified</em> 41 private boolean[] specified; field in class:Attributes2Impl 49 specified = EmptyArray.BOOLEAN; 56 * <em>specified</em> and <em>declared</em> flags for each 123 * Returns the current value of an attribute's "specified" flag. 135 return specified [index]; 140 * Returns the current value of an attribute's "specified" flag. 157 return specified [index]; 162 * Returns the current value of an attribute's "specified" flag [all...] |
/external/chromium_org/content/renderer/media/ |
webmediaplayer_delegate.h | 19 // The specified player started playing media. 22 // The specified player stopped playing media. 25 // The specified player was destroyed. Do not call any methods on it.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeoutException.java | 11 * operations for which a timeout is specified need a means to 24 * Constructs a {@code TimeoutException} with no specified detail 30 * Constructs a {@code TimeoutException} with the specified detail
|
BlockingDeque.java | 180 * Inserts the specified element at the front of this deque if it is 189 * @throws NullPointerException if the specified element is null 195 * Inserts the specified element at the end of this deque if it is 204 * @throws NullPointerException if the specified element is null 210 * Inserts the specified element at the front of this deque if it is 220 * @throws NullPointerException if the specified element is null 226 * Inserts the specified element at the end of this deque if it is 236 * @throws NullPointerException if the specified element is null 242 * Inserts the specified element at the front of this deque, 247 * @throws ClassCastException if the class of the specified elemen [all...] |
BlockingQueue.java | 88 * <em>not</em> necessarily performed atomically unless specified 153 * Inserts the specified element into this queue if it is possible to do 161 * @return {@code true} (as specified by {@link Collection#add}) 164 * @throws ClassCastException if the class of the specified element 166 * @throws NullPointerException if the specified element is null 167 * @throws IllegalArgumentException if some property of the specified 173 * Inserts the specified element into this queue if it is possible to do 183 * @throws ClassCastException if the class of the specified element 185 * @throws NullPointerException if the specified element is null 186 * @throws IllegalArgumentException if some property of the specified [all...] |
/external/chromium/net/http/ |
http_byte_range.h | 13 // A container class that represents a "range" specified for range request 14 // specified by RFC 2616 Section 14.35.1. 33 // Returns true if the first byte position is specified in this request. 35 // Returns true if the last byte position is specified in this request. 43 // range specified by this object. If the range specified is invalid with
|
/external/chromium_org/ppapi/cpp/ |
network_list.h | 32 /// specified <code>index</code>. 36 /// specified <code>index</code>. 40 /// the specified <code>index</code>. 44 /// specified <code>index</code> and stores them in 50 /// the specified <code>index</code>. 54 /// specified <code>index</code>.
|
/external/chromium/base/allocator/ |
allocator_shim.h | 13 // CHROME_ALLOCATOR_2 (if specified), then CHROME_ALLOCATOR (if specified), and
|
/external/chromium_org/chrome/browser/ui/ |
confirm_bubble.h | 18 // Creates a bubble and shows it with its top center at the specified 20 // specified |model|.
|
/external/chromium_org/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/ |
MojoMain.java | 21 * Starts the specified application in the specified context.
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/ |
p6.cpp | 14 explicit A::A() { } // expected-error {{'explicit' can only be specified inside the class definition}} 16 // expected-error {{'explicit' can only be specified inside the class definition}}
|
/external/clang/test/CXX/lex/lex.charset/ |
p2-cxx98.cpp | 6 char c20 = '\u0020'; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}} 7 char c22 = '\u0022'; // ", expected-error {{character '"' cannot be specified by a universal character name}} 8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal character name}} 10 char c25 = '\u0025'; // %, expected-error {{character '%' cannot be specified by a universal character name}} 11 char c27 = '\u0027'; // ', expected-error {{character ''' cannot be specified by a universal character name}} 12 char c3f = '\u003f'; // ?, expected-error {{character '?' cannot be specified by a universal character name}} 14 char c41 = '\u0041'; // A, expected-error {{character 'A' cannot be specified by a universal character name}} 15 char c5f = '\u005f'; // _, expected-error {{character '_' cannot be specified by a universal character name}} 17 char c7e = '\u007e'; // ~, expected-error {{character '~' cannot be specified by a universal character name}} 33 const char *s20 = "\u0020"; // ' ', expected-error {{character ' ' cannot be specified by a universal character name} [all...] |
/external/clang/test/Sema/ |
2009-03-09-WeakDeclarations-1.c | 8 int decl_weak_import __attribute__ ((__weak_import__)); // expected-warning {'weak_import' attribute cannot be specified on a definition} 9 int decl_initialized_weak_import __attribute__ ((__weak_import__)) = 13; // expected-warning {'weak_import' attribute cannot be specified on a definition}
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
IAlphaMask.java | 18 * This method returns the alpha value for the specified texture position. 23 * @return the alpha value for the specified texture position
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_have_capability.3 | 11 capng_have_capability will check the specified internal capabilities set to see if the specified capability is set. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.
|
/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
|
/external/chromium_org/ui/base/models/ |
menu_model.h | 48 // Returns the type of item at the specified index. 51 // Returns the separator type at the specified index. 54 // Returns the command id of the item at the specified index. 57 // Returns the label of the item at the specified index. 60 // Returns the sublabel of the item at the specified index. The sublabel 64 // Returns the minor text of the item at the specified index. The minor text 68 // Returns true if the menu item (label/sublabel/icon) at the specified 74 // Returns the font used for the label at the specified index. 78 // Gets the acclerator information for the specified index, returning true if 83 // Returns the checked state of the item at the specified index [all...] |
/external/iproute2/man/man8/ |
ip-link.8 | 189 specified group. If only a group is specified, then the command operates on 284 must be specified using the 290 - change the station address for the specified VF. The 292 parameter must be specified. 296 - change the assigned VLAN for the specified VF. When specified, all traffic 297 sent from the VF will be tagged with the specified VLAN ID. Incoming traffic 298 will be filtered for the specified VLAN ID, and will have all VLAN tags 302 parameter must be specified [all...] |
ip-link.8.in | 183 specified group. If only a group is specified, then the command operates on 266 must be specified using the 272 - change the station address for the specified VF. The 274 parameter must be specified. 278 - change the assigned VLAN for the specified VF. When specified, all traffic 279 sent from the VF will be tagged with the specified VLAN ID. Incoming traffic 280 will be filtered for the specified VLAN ID, and will have all VLAN tags 284 parameter must be specified [all...] |