Searched refs:entries (Results 151 - 175 of 316) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java258 private static Descriptor descriptor(Object... entries) { argument
259 if (entries.length % 2 != 0)
260 throw new RuntimeException("Odd length descriptor entries");
261 String[] names = new String[entries.length / 2];
262 Object[] values = new Object[entries.length / 2];
263 for (int i = 0; i < entries.length; i += 2) {
264 names[i / 2] = (String) entries[i];
265 values[i / 2] = entries[i + 1];
H A DConstraintTest.java345 private static Descriptor descriptor(Object... entries) { argument
346 if (entries.length % 2 != 0)
347 throw new RuntimeException("Odd length descriptor entries");
348 String[] names = new String[entries.length / 2];
349 Object[] values = new Object[entries.length / 2];
350 for (int i = 0; i < entries.length; i += 2) {
351 names[i / 2] = (String) entries[i];
352 values[i / 2] = entries[i + 1];
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DOptionsVerifierTest.java79 private final Map<String, Object> entries = new LinkedHashMap<>(); field in class:OptionsVerifierTest.Classpath
92 entries.put(n, path);
95 entries.put(n, new URLClassLoader(new URL[]{url}));
103 for (Object e : entries.values()) {
111 for (Object e : entries.values()) {
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/
H A DFontInstanceAdapter.cpp91 if (layoutTables->entries[cacheIdx].len != -1) {
92 length = layoutTables->entries[cacheIdx].len;
93 return layoutTables->entries[cacheIdx].ptr;
112 layoutTables->entries[cacheIdx].len = len;
113 layoutTables->entries[cacheIdx].ptr = (const void*)result;
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DStackMapWriter.java109 for (int i = 0; i < attr.entries.length; i++)
110 pc = attr.entries[i].accept(builder, pc);
133 void print(String label, verification_type_info[] entries) { argument
135 for (int i = 0; i < entries.length; i++) {
137 print(entries[i]);
/openjdk10/jdk/src/java.base/share/classes/sun/security/pkcs12/
H A DPKCS12KeyStore.java119 * certificate chain and aliases. In a PKCS12 keystore, entries are
121 * private key with the certificate. Trusted certificate entries are identified
282 * Map entries are keyed by alias names.
284 private Map<String, Entry> entries = field in class:PKCS12KeyStore
310 Entry entry = entries.get(alias.toLowerCase(Locale.ENGLISH));
440 Entry entry = entries.get(alias.toLowerCase(Locale.ENGLISH));
475 Entry entry = entries.get(alias.toLowerCase(Locale.ENGLISH));
522 Entry entry = entries.get(alias.toLowerCase(Locale.ENGLISH));
661 entries.put(alias.toLowerCase(Locale.ENGLISH), entry);
743 entries
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngset.c600 * of num_palette entries, in case of an invalid PNG file or incorrect
810 /* num_text is adjusted below as the entries are copied in */
812 png_debug1(3, "allocated %d entries for info_ptr->text", max_text);
1044 png_inforp info_ptr, png_const_sPLT_tp entries, int nentries)
1046 * entries - array of png_sPLT_t structures
1056 if (png_ptr == NULL || info_ptr == NULL || nentries <= 0 || entries == NULL)
1084 /* Skip invalid input entries */
1085 if (entries->name == NULL || entries->entries
1043 png_set_sPLT(png_const_structrp png_ptr, png_inforp info_ptr, png_const_sPLT_tp entries, int nentries) argument
[all...]
/openjdk10/jdk/src/java.base/solaris/classes/sun/nio/ch/
H A DDevPollSelectorImpl.java120 int entries = pollWrapper.updated;
122 for (int i=0; i<entries; i++) {
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DMultiUIDefaults.java143 MultiUIDefaultsEnumerator(Type type, Set<Entry<Object, Object>> entries) { argument
145 this.iterator = entries.iterator();
/openjdk10/jdk/src/java.base/linux/classes/sun/nio/ch/
H A DEPollSelectorImpl.java115 int entries = pollWrapper.updated;
117 for (int i=0; i<entries; i++) {
/openjdk10/jdk/src/java.base/share/classes/java/util/jar/
H A DJarFile.java64 * to specify meta-information about the jar file and its entries.
68 * a set of "base" entries, some of which are public classes with public
70 * and a set of "versioned" entries contained in subdirectories of the
71 * "META-INF/versions" directory. The versioned entries are partitioned by the
84 * versioned entries. When so configured, an entry name
86 * entries. A search is required to associate the entry name with the latest
91 * contents of {@code JarFile} entries should construct the {@code JarFile}
356 * Returns the maximum version used when searching for versioned entries.
443 * {@code null} is returned if no entries are found. The initial value for
477 * {@code null} is returned if no entries ar
550 public Enumeration<JarEntry> entries() { method in class:JarFile
[all...]
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DOrderResourcesPlugin.java132 in.entries()
138 in.entries()
/openjdk10/jdk/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXPathFilter2Transform.java148 Set<Map.Entry<String, String>> entries =
150 for (Map.Entry<String, String> entry : entries) {
H A DPolicy.java74 String[] entries = prop.split(",");
75 for (String entry : entries) {
/openjdk10/jdk/test/tools/launcher/modules/dryrun/
H A DDryRunTest.java191 private static int jar(String name, String entries) throws IOException { argument
199 "-C", classes, entries
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/virtual/
H A DVirtualObjectNode.java80 * The number of entries this virtual object has. Either the number of fields or the number of
128 public abstract ValueNode getMaterializedRepresentation(FixedNode fixed, ValueNode[] entries, LockState locks); argument
/openjdk10/jdk/test/javax/xml/crypto/dsig/
H A DKeySelectors.java107 Object[] entries = xd.getContent().toArray();
110 for (int i = 0; (i<entries.length&&crl != null); i++) {
111 if (entries[i] instanceof X509CRL) {
112 crl = (X509CRL) entries[i];
117 // skip non-X509Certificate entries
/openjdk10/jdk/test/sun/net/www/protocol/http/
H A DHttpOnly.java109 Set<Map.Entry<String,List<String>>> entries = reqHeaders.entrySet();
110 for (Map.Entry<String,List<String>> entry : entries) {
173 entries = reqHeaders.entrySet();
174 for (Map.Entry<String,List<String>> entry : entries) {
/openjdk10/langtools/test/tools/javap/classfile/
H A DT6887895.java46 for (CPInfo cpInfo: cf.constant_pool.entries()) {
/openjdk10/jdk/test/java/util/zip/
H A DLargeZip.java139 Enumeration<? extends ZipEntry> entries = zipFile.entries();
140 while (entries.hasMoreElements()) {
141 entry = entries.nextElement();
151 System.out.println("Number of entries read: " + count);
189 System.out.println("Number of entries read: " + count);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSNamedMapImpl.java230 final XSNamedMapEntry[] entries = new XSNamedMapEntry[length];
233 entries[i] = new XSNamedMapEntry(new QName(xso.getNamespace(), xso.getName()), xso);
245 return entries[index++];
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DJMXPluggableAuthenticator.java298 private AppConfigurationEntry[] entries; field in class:JMXPluggableAuthenticator.FileLoginConfig
323 entries = new AppConfigurationEntry[] {
335 return name.equals(LOGIN_CONFIG_NAME) ? entries : null;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/api/message/
H A DBasePropertySet.java70 // the entries are often being iterated through so performance can be improved
325 PropertyMapEntry[] entries = getPropertyMap().getPropertyMapEntries();
326 for (PropertyMapEntry entry : entries) {
343 Set<Entry<String, Object>> entries = new HashSet<Entry<String, Object>>();
345 entries.add(new SimpleImmutableEntry<String, Object>(key, get(key)));
347 return entries;
/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DZipFile.java66 * This class is used to read entries from a zip file.
498 // each "entry" has 3 ints in table entries
509 * Returns an enumeration of the ZIP file entries.
510 * @return an enumeration of the ZIP file entries
513 public Enumeration<? extends ZipEntry> entries() { method in class:ZipFile
518 * Returns an ordered {@code Stream} over the ZIP file entries.
522 * @return an ordered {@code Stream} of entries in this ZIP file
579 * Returns the number of entries in the ZIP file.
581 * @return the number of entries in the ZIP file
834 * Returns the names of all non-directory entries tha
901 private int[] entries; // array of hashed cen entry field in class:ZipFile.Source
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DMap.java453 * the two entries represent the same mapping. More formally, two
454 * entries {@code e1} and {@code e2} represent the same mapping
624 * Performs the given action for each entry in this map until all entries
666 * function on that entry until all entries have been processed or the
1572 * Returns an immutable map containing keys and values extracted from the given entries.
1573 * The entries themselves are not stored in the map.
1577 * It is convenient to create the map entries using the {@link Map#entry Map.entry()} method.
1593 * @param entries {@code Map.Entry}s containing the keys and values from which the map is populated
1597 * the {@code entries} array is {@code null}
1604 static <K, V> Map<K, V> ofEntries(Entry<? extends K, ? extends V>... entries) { argument
[all...]

Completed in 349 milliseconds

1234567891011>>