Searched defs:names (Results 1 - 15 of 15) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DKeyGeneratorThread.java26 KeyGeneratorThread(String[] names) { argument
27 super(names);
34 throw new Exception ("Algorithm names not matched for KeyGenerator" +
38 throw new Exception ("Algorithm names not matched for KeyGenerator" +
H A DMacThread.java22 MacThread(String[] names) { argument
23 super(names);
H A DSecretKeyFactoryThread.java26 SecretKeyFactoryThread(String[] names) { argument
27 super(names);
H A DKeyAgreementThread.java63 public KeyAgreementThread(String[] names) { argument
64 super(names);
H A DTestThread.java26 TestThread(String[] names) { argument
27 algNamesArray = names;
/libcore/luni/src/main/java/org/apache/harmony/security/
H A DSystemScope.java44 private Hashtable names = new Hashtable(); field in class:SystemScope
74 return names.size();
84 return (Identity) names.get(name);
106 if (names.containsKey(name)) {
115 names.put(name, identity);
137 boolean contains = names.containsKey(name);
138 names.remove(name);
156 return names.elements();
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DNameConstraints.java153 * names of specified X509Certificate. Restrictions apply only
158 * names the same (i.e. method does not check if it CA's certificate or not,
159 * or if the names differ or not. This check if it is needed should be done
171 List<GeneralName> names;
173 names = (bytes == null)
183 names.add(new GeneralName(4,
189 return isAcceptable(names);
193 * Check if this list of names is acceptable according to this
196 public boolean isAcceptable(List<GeneralName> names) { argument
201 // check map: shows which types of permitted alternative names ar
[all...]
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributeListImpl.java141 names.add(name);
162 int i = names.indexOf(name);
164 names.remove(i);
182 names.clear();
202 return names.size();
215 if (i < 0 || i >= names.size()) {
218 return names.get(i);
266 return getType(names.indexOf(name));
279 return getValue(names.indexOf(name));
289 private ArrayList<String> names
286 private ArrayList<String> names = new ArrayList<String>(); field in class:AttributeListImpl
[all...]
/libcore/luni/src/main/java/java/security/cert/
H A DX509CRLSelector.java42 // contains X.500 distinguished names in CANONICAL format
44 // contains X500Principal objects corresponding to the names
62 * Sets the criterion for the issuer distinguished names.
65 * names.
68 * the list of issuer distinguished names to match, or {@code
87 * distinguished names.
90 * names.
92 * The specified parameter {@code names} is a collection with an entry for
97 * @param names
98 * the list of issuer distinguished names t
103 setIssuerNames(Collection<?> names) argument
[all...]
H A DX509CertSelector.java615 * Sets the flag for the matching behavior for subject alternative names.
618 * of the subject alternative names specified by {@link
623 * specified subject alternative names, otherwise {@code false}.
630 * Returns the flag for the matching behavior for subject alternative names.
633 * of the subject alternative names specified by {@link
637 * subject alternative names, otherwise {@code false}.
644 * Sets the criterion for subject alternative names.
647 * alternative names. The behavior is specified by
650 * The specified parameter {@code names} is a collection with an entry for
656 * @param names
661 setSubjectAlternativeNames(Collection<List<?>> names) argument
928 setPathToNames(Collection<List<?>> names) argument
[all...]
/libcore/json/src/main/java/org/json/
H A DJSONArray.java540 * names are the values in {@code names}. Names and values are paired up by
545 public JSONObject toJSONObject(JSONArray names) throws JSONException { argument
547 int length = Math.min(names.length(), values.size());
552 String name = JSON.toString(names.opt(i));
H A DJSONObject.java86 * {@code null}, names with this value:
88 * <li>show up in the {@link #names} array
177 * Creates a new {@code JSONObject} by copying mappings for the listed names
181 public JSONObject(JSONObject copyFrom, String[] names) throws JSONException { argument
183 for (String name : names) {
627 * Returns an array with the values corresponding to {@code names}. The
628 * array contains null for names that aren't mapped. This method returns
629 * null if {@code names} is either null or empty.
631 public JSONArray toJSONArray(JSONArray names) throws JSONException { argument
633 if (names
676 public JSONArray names() { method in class:JSONObject
[all...]
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DReflectionTest.java265 assertTrue(names(fields).contains("field"));
270 assertTrue(names(fields).contains("field"));
285 assertTrue(names(methods).contains("method"));
290 assertTrue(names(methods).contains("method"));
295 assertEquals(1, count(names(methods), "method"));
300 assertEquals(1, count(names(fields), "field"));
405 private List<String> names(Member[] methods) { method in class:ReflectionTest
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 334 milliseconds