Searched refs:names (Results 1 - 25 of 52) sorted by relevance

123

/libcore/expectations/
H A Dtaggedtests.txt9 names: [
H A Dbrokentests.txt40 names: [
47 names: [
63 names: [
73 names: [
82 names: [
90 names: [
98 names: [
109 names: [
120 names: [
128 names
[all...]
H A Dknownfailures.txt43 names: [
57 names: [
97 names: [
129 names: [
147 names: [
166 names: [
177 names: [
195 names: [
203 names: [
220 names
[all...]
H A Dicebox.txt44 names: [
124 names: [
/libcore/ojluni/src/main/java/sun/security/x509/
H A DGeneralNames.java47 private final List<GeneralName> names; field in class:GeneralNames
77 names = new ArrayList<GeneralName>();
84 names.add(name);
89 return names.get(index);
93 return names.isEmpty();
97 return names.size();
101 return names.iterator();
104 public List<GeneralName> names() { method in class:GeneralNames
105 return names;
120 for (GeneralName gn : names) {
[all...]
H A DIssuerAlternativeNameExtension.java38 * alternative names.
59 * Attribute names.
65 GeneralNames names = null; field in class:IssuerAlternativeNameExtension
69 if (names == null || names.isEmpty()) {
74 names.encode(os);
81 * @param names the GeneralNames for the issuer.
84 public IssuerAlternativeNameExtension(GeneralNames names) argument
86 this.names = names;
100 IssuerAlternativeNameExtension(Boolean critical, GeneralNames names) argument
[all...]
H A DSubjectAlternativeNameExtension.java38 * alternative names.
64 * Attribute names.
70 GeneralNames names = null; field in class:SubjectAlternativeNameExtension
74 if (names == null || names.isEmpty()) {
79 names.encode(os);
87 * @param names the GeneralNames for the subject.
90 public SubjectAlternativeNameExtension(GeneralNames names) argument
92 this(Boolean.FALSE, names);
100 * @param names th
103 SubjectAlternativeNameExtension(Boolean critical, GeneralNames names) argument
[all...]
H A DCertificateIssuerExtension.java67 * Attribute names.
72 private GeneralNames names; field in class:CertificateIssuerExtension
78 if (names == null || names.isEmpty()) {
83 names.encode(os);
97 this.names = issuer;
117 this.names = new GeneralNames(val);
131 this.names = (GeneralNames)obj;
146 return names;
160 names
[all...]
H A DX500Name.java48 * <p> X.500 names are used to identify entities, such as those which are
115 * in distinguished names are irrelevant. The characters themselves are
137 private RDN[] names; // RDNs (never null) field in class:X500Name
207 names = new RDN[4];
212 names[3] = new RDN(1);
213 names[3].assertion[0] = new AVA(commonName_oid,
215 names[2] = new RDN(1);
216 names[2].assertion[0] = new AVA(orgUnitName_oid,
218 names[1] = new RDN(1);
219 names[
[all...]
H A DAuthorityKeyIdentifierExtension.java66 * Attribute names.
79 private GeneralNames names = null; field in class:AuthorityKeyIdentifierExtension
84 if (id == null && names == null && serialNum == null) {
97 if (names != null) {
99 names.encode(tmp1);
121 * @param names the GeneralNames associated with this extension
130 this.names = name;
176 if (names != null)
180 names = new GeneralNames(opt);
203 if (names !
[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/support/src/test/java/org/apache/harmony/security/tests/support/
H A DSystemScope.java46 private Hashtable names = new Hashtable(); field in class:SystemScope
76 return names.size();
86 return (Identity) names.get(name);
108 if (names.containsKey(name)) {
117 names.put(name, identity);
139 boolean contains = names.containsKey(name);
140 names.remove(name);
158 return names.elements();
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarFile.java305 String[] names = getMetaInfEntryNames();
306 if (names != null) {
307 for (int i = 0; i < names.length; i++) {
308 String name = names[i].toUpperCase(Locale.ENGLISH);
337 String[] names = getMetaInfEntryNames();
338 if (names != null) {
339 for (int i = 0; i < names.length; i++) {
340 JarEntry e = getJarEntry(names[i]);
468 String[] names = getMetaInfEntryNames();
469 if (names !
[all...]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DCertPathHelper.java58 Set<GeneralNameInterface> names);
63 Set<GeneralNameInterface> names) {
64 instance.implSetPathToNames(sel, names);
57 implSetPathToNames(X509CertSelector sel, Set<GeneralNameInterface> names) argument
62 setPathToNames(X509CertSelector sel, Set<GeneralNameInterface> names) argument
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DSecretKeyFactoryThread.java26 SecretKeyFactoryThread(String[] names) { argument
27 super(names);
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 DTestThread.java26 TestThread(String[] names) { argument
27 algNamesArray = names;
/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPathHelperImpl.java59 Set<GeneralNameInterface> names) {
60 sel.setPathToNamesInternal(names);
58 implSetPathToNames(X509CertSelector sel, Set<GeneralNameInterface> names) argument
H A DX509CRLSelector.java97 * distinguished names. If <code>null</code>, any issuer distinguished name
101 * the complete set of issuer names which <code>X509CRLs</code> may contain.
105 * The <code>names</code> parameter (if not <code>null</code>) is a
108 * Note that the <code>names</code> parameter can contain duplicate
109 * distinguished names, but they may be removed from the
110 * <code>Collection</code> of names returned by the
137 * or only specify the byte array form of distinguished names when using
142 * distinguished names. If <code>null</code>, any issuer distinguished name
146 * the complete set of issuer names which <code>X509CRLs</code> may contain.
150 * The <code>names</cod
197 setIssuerNames(Collection<?> names) argument
311 cloneAndCheckIssuerNames(Collection<?> names) argument
344 cloneIssuerNames(Collection<Object> names) argument
364 parseIssuerNames(Collection<Object> names) argument
[all...]
/libcore/ojluni/src/main/native/
H A Dcanonicalize_md.c46 Return zero if not, otherwise return the number of names in the sequence. */
49 collapsible(char *names) argument
51 char *p = names;
74 /* Split the names in the given name sequence,
78 splitNames(char *names, char **ix) argument
80 char *p = names;
96 /* Join the names in the given name sequence, ignoring names whose index
100 joinNames(char *names, int nc, char **ix) argument
105 for (i = 0, p = names;
130 char *names = (path[0] == '/') ? path + 1 : path; /* Preserve first '/' */ local
[all...]
/libcore/ojluni/src/main/java/sun/util/calendar/
H A DCalendarSystem.java58 * <h4>Calendar names</h4>
80 // Map of calendar names and calendar classes;
81 private static final Map<String, Class<?>> names; field in class:CalendarSystem
86 names = new HashMap<>();
87 names.put("gregorian", Gregorian.class);
88 names.put("japanese", LocalGregorianCalendar.class);
89 names.put("julian", JulianCalendar.class);
90 // names.put("hebrew", "HebrewCalendar");
91 // names.put("iso8601", "ISOCalendar");
92 // names
[all...]
/libcore/luni/src/main/native/
H A Dlibcore_icu_TimeZoneNames.cpp49 // Fill in whatever we got. We don't use the display names if they're "GMT[+-]xx:xx"
51 // wrong. TimeZone.getDisplayName creates accurate names on demand.
71 std::unique_ptr<icu::TimeZoneNames> names(icu::TimeZoneNames::createInstance(icuLocale.locale(), status));
92 names->getDisplayName(zone_id.unicodeString(), UTZNM_LONG_STANDARD, now, long_std);
94 names->getDisplayName(zone_id.unicodeString(), UTZNM_SHORT_STANDARD, now, short_std);
96 names->getDisplayName(zone_id.unicodeString(), UTZNM_LONG_DAYLIGHT, now, long_dst);
98 names->getDisplayName(zone_id.unicodeString(), UTZNM_SHORT_DAYLIGHT, now, short_dst);
101 // ICU doesn't have names for the UTC zones; it just says "GMT+00:00" for both
102 // long and short names. We don't want this. The best we can do is use "UTC"
127 std::unique_ptr<icu::TimeZoneNames> names(ic
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DFilePreferencesImplTest.java53 String[] names = uroot.keys();
54 assertEquals(1, names.length);
60 names = uroot.keys();
61 assertEquals(3, names.length);
65 names = uroot.keys();
66 assertEquals(0, names.length);
/libcore/
H A DDocs.mk28 # NOTE: Because libcore-related source spans modules (not just libcore!), files names here are
30 # BUILD_DROIDDOC requires file names that are relative the *current* LOCAL_DIR so users must account

Completed in 980 milliseconds

123