Searched defs:entry (Results 176 - 200 of 305) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp154 address entry; local
171 entry = lookup_special_native(jni_name);
172 if (entry == NULL) {
173 entry = (address) os::dll_lookup(os::native_java_library(), jni_name);
175 if (entry != NULL) {
177 return entry;
194 entry = (address) (intptr_t) result.get_jlong();
196 if (entry == NULL) {
200 entry = (address) os::dll_lookup(agent->os_lib(), jni_name);
201 if (entry !
242 address entry = NULL; local
286 address entry = NULL; local
365 address entry = NULL; local
384 address entry = lookup_base(method, in_base_library, CHECK_NULL); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAPFaultBuilder.java86 Node entry = dt.getDetail(0);
87 if (entry != null) {
88 return new QName(entry.getNamespaceURI(), entry.getLocalName());
416 DetailEntry entry = it.next();
417 return getFirstDetailEntryName(entry);
423 private static @NotNull QName getFirstDetailEntryName(@NotNull Element entry) { argument
424 return new QName(entry.getNamespaceURI(), entry.getLocalName());
/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DUnixOperatingSystem_md.c73 static struct dirent* read_dir(DIR* dirp, struct dirent* entry) { argument
79 if (readdir_r(dirp, entry, &p) == 0) {
224 // Ignore everything except the vsize entry
427 // each entry represents an open file descriptor.
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c143 char* entry; local
164 entry = (char*) iterator->data;
165 entry = strrchr(entry, '/') + 1;
166 str = (*env)->NewStringUTF(env, entry);
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxNativeDispatcher.c171 jlong value, jobject entry)
198 (*env)->SetObjectField(env, entry, entry_name, bytes);
205 (*env)->SetObjectField(env, entry, entry_dir, bytes);
212 (*env)->SetObjectField(env, entry, entry_fstype, bytes);
219 (*env)->SetObjectField(env, entry, entry_options, bytes);
170 Java_sun_nio_fs_LinuxNativeDispatcher_getmntent(JNIEnv* env, jclass this, jlong value, jobject entry) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipArchive.java75 ZipEntry entry;
77 entry = e.nextElement();
83 addZipEntry(entry);
87 void addZipEntry(ZipEntry entry) { argument
88 String name = entry.getName();
165 ZipEntry entry; field in class:ZipArchive.ZipFileObject
167 protected ZipFileObject(ZipArchive zarch, String name, ZipEntry entry) { argument
171 this.entry = entry;
176 return createJarUri(zipFile, entry
[all...]
H A DZipFileIndexArchive.java75 ZipFileIndex.Entry entry = zfIndex.getZipIndexEntry(fullZipFileName);
76 JavaFileObject ret = new ZipFileIndexFileObject(fileManager, zfIndex, entry, zfIndex.getZipFile());
98 /** The entry's name.
102 /** The zipfile containing the entry.
106 /** The underlying zip entry object.
108 ZipFileIndex.Entry entry; field in class:ZipFileIndexArchive.ZipFileIndexFileObject
110 /** The InputStream for this zip entry (file.)
114 /** The name of the zip file where this entry resides.
119 ZipFileIndexFileObject(JavacFileManager fileManager, ZipFileIndex zfIndex, ZipFileIndex.Entry entry, File zipFileName) { argument
121 this.name = entry
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CRLEntryImpl.java44 * This class is for each entry in the <code>revokedCertificates</code>,
85 * Constructs a revoked certificate entry using the given
97 * Constructs a revoked certificate entry using the given
98 * serial number, revocation date and the entry
103 * @param crlEntryExts the extensions for this entry.
143 * Returns true if this revoked certificate entry has
146 * @return true if this CRL entry has extensions, otherwise
274 * get Reason Code from CRL entry.
485 public static X509CRLEntryImpl toImpl(X509CRLEntry entry) argument
487 if (entry instanceo
[all...]
/openjdk7/jdk/test/java/security/KeyStore/
H A DEntryMethods.java74 EntryMethods entry = new EntryMethods();
78 KeyStore pre15KS = KeyStore.getInstance("Pre15KeyStore", entry);
82 KeyStore post15KS = KeyStore.getInstance("Post15KeyStore", entry);
86 KeyStore uKS = KeyStore.getInstance("UnrecoverableKeyStore", entry);
143 "expected null entry returned");
207 // TEST setEntry with alias/entry/protParam - use invalid alias
219 // TEST setEntry with alias/entry/null protParam - set private key
229 // TEST setEntry with alias/entry/random protParam - set private key
239 // TEST setEntry with alias/entry/protParam - set private key
252 // TEST setEntry with alias/entry/no
481 engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protectionParam) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java635 // entry recorded in meta-index file or such jar file is
753 final JarEntry entry) {
775 { return jar.getInputStream(entry); }
777 { return (int)entry.getSize(); }
781 { return entry.getCertificates(); };
783 { return entry.getCodeSigners(); };
800 ZipEntry entry;
803 entry = enum_.nextElement();
804 entryName = entry.getName();
840 final JarEntry entry
752 checkResource(final String name, boolean check, final JarEntry entry) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeTable.java117 MimeEntry entry = findByFileName(fileName);
118 if (entry != null) {
119 return entry.getType();
139 MimeEntry entry = entries.get(type);
140 return remove(entry);
143 public synchronized MimeEntry remove(MimeEntry entry) { argument
144 String[] extensionKeys = entry.getExtensions();
151 return entries.remove(entry.getType());
155 MimeEntry entry = entries.get(type);
156 if (entry
326 parse(String pair, MimeEntry entry) argument
346 fill(MimeEntry entry, String name, String value) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DAclImpl.java90 * Adds an ACL entry to this ACL. An entry associates a
92 * user or group can have one positive ACL entry and one
93 * negative ACL entry. If there is one of the type (negative
98 * @param entry the ACL entry that must be added to the ACL.
99 * @return true on success, false if the entry is already present.
103 public synchronized boolean addEntry(Principal caller, AclEntry entry) argument
109 Hashtable<Principal, AclEntry> aclTable = findTable(entry);
110 Principal key = entry
129 removeEntry(Principal caller, AclEntry entry) argument
274 findTable(AclEntry entry) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetProtocol.java117 EmbedderRegistryEntry entry = getEmbedderRegistryEntry(toplevel);
120 logger.finest(" entry={0}", entry);
123 if (entry == null) {
128 logger.finest(" entry.isOverriden()={0}", entry.isOverriden());
132 if (!entry.isOverriden()) {
136 adjustEventForForwarding(xclient, entry);
138 long proxy = entry.getProxy();
266 EmbedderRegistryEntry entry) {}
265 adjustEventForForwarding(XClientMessageEvent xclient, EmbedderRegistryEntry entry) argument
[all...]
H A DXDropTargetRegistry.java331 EmbeddedDropSiteEntry entry =
333 if (entry == null) {
336 entry.setSupportedProtocols(embedderProtocols);
337 isXEmbedServer = !entry.hasNonXEmbedClientSites();
377 EmbeddedDropSiteEntry entry) {
393 long event_mask = entry.getEventMask();
431 EmbeddedDropSiteEntry entry = null;
433 entry =
435 if (entry == null) {
440 // Create a dummy entry t
376 unregisterEmbedderDropSite(long embedder, EmbeddedDropSiteEntry entry) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystem.java179 abstract FileStore getFileStore(UnixMountEntry entry) throws IOException; argument
197 UnixMountEntry entry = entries.next();
200 if (entry.isIgnored())
207 sm.checkRead(new String(entry.dir()));
213 return getFileStore(entry);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DUtil.java174 * Given a symbol table entry, return the name of
177 public static String fileName (SymtabEntry entry, String extension ) argument
180 return fileName( entry, nm, extension ) ;
183 public static String fileName (SymtabEntry entry, NameModifier modifier, String extension ) argument
187 String pkg = containerFullName (entry.container ());
191 String name = entry.name ();
199 public static GenFileStream stream (SymtabEntry entry, String extension) argument
202 return stream(entry, nm, extension);
205 public static GenFileStream stream (SymtabEntry entry, NameModifier modifier, String extension ) argument
207 return getStream ( fileName (entry,modifie
210 getStream(String name, SymtabEntry entry) argument
282 javaName(SymtabEntry entry) argument
372 javaQualifiedName(SymtabEntry entry) argument
416 typeOf(SymtabEntry entry) argument
497 holderName(SymtabEntry entry) argument
539 helperName(SymtabEntry entry, boolean qualifiedName) argument
561 writePackage(PrintWriter stream, SymtabEntry entry) argument
569 writePackage(PrintWriter stream, SymtabEntry entry, String name, short type) argument
590 writePackage(PrintWriter stream, SymtabEntry entry, short type) argument
655 addImportLines(SymtabEntry entry, Vector importTypes, short type) argument
901 checkForArrays(SymtabEntry entry, Vector importTypes, Vector importList) argument
970 checkForBounds(SymtabEntry entry, Vector importTypes, Vector importList) argument
1025 writeInitializer(String indent, String name, String arrayDcl, SymtabEntry entry, PrintWriter stream) argument
1065 writeInitializer(String indent, String name, String arrayDcl, SymtabEntry entry, String initializer, PrintWriter stream) argument
1402 IDLEntity(SymtabEntry entry) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java42 * Each type of entry implements the <code>KeyStore.Entry</code> interface.
47 * <p> This type of entry holds a cryptographic <code>PrivateKey</code>,
58 * <p> This type of entry holds a cryptographic <code>SecretKey</code>,
63 * <p> This type of entry contains a single public key <code>Certificate</code>
69 * <p>This type of entry can be used to authenticate other parties.
72 * <p> Each entry in a keystore is identified by an "alias" string. In the
161 * load the keystore, to protect the private key entry,
162 * to protect the secret key entry, and to store the keystore
347 * A marker interface for <code>KeyStore</code> entry types.
354 * A <code>KeyStore</code> entry tha
1317 setEntry(String alias, Entry entry, ProtectionParameter protParam) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCurrency.java163 // entry for invalid country codes
165 // entry for countries without currency
169 // mask for simple case country entry final character
171 // mask for simple case country entry default currency digits
173 // shift count for simple case country entry default currency digits
179 // delta from entry index component in main table to index into special case tables
292 // Also, if there already is an entry, the currencyCode must be valid.
597 * Gets the main table entry for the country whose country code consists
608 * Sets the main table entry for the country whose country code consists
611 private static void setMainTableEntry(char char1, char char2, int entry) { argument
[all...]
H A DHashtable.java51 * increase the time cost to look up an entry (which is reflected in most
539 // Creates the new entry.
631 * entry is rendered as the key, an equals sign <tt>=</tt>, and the
733 * <tt>setValue</tt> operation on a map entry returned by the
761 Map.Entry entry = (Map.Entry)o;
762 Object key = entry.getKey();
768 if (e.hash==hash && e.equals(entry))
776 Map.Entry<K,V> entry = (Map.Entry<K,V>) o;
777 K key = entry.getKey();
784 if (e.hash==hash && e.equals(entry)) {
1107 Entry<K,V> entry = null; field in class:Hashtable.Enumerator
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarVerifier.java106 * This method scans to see which entry we're parsing and
124 * 1. The manifest should be the first entry in the META-INF directory.
129 * b. digest mismatch between the actual jar entry and the manifest
177 // don't compute the digest for this entry
221 * called when we reach the end of entry in one of the read() methods.
334 public java.security.cert.Certificate[] getCerts(JarFile jar, JarEntry entry) argument
336 return mapSignersToCertArray(getCodeSigners(jar, entry));
349 public CodeSigner[] getCodeSigners(JarFile jar, JarEntry entry) argument
351 String name = entry.getName();
354 * Force a read of the entry dat
[all...]
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipFile.java105 * decode the entry names and comments.
129 * decode the entry names and comments
152 * decode the entry names and comments.
177 * be used to decode the ZIP entry name and comment that are not
178 * encoded by using UTF-8 encoding (indicated by entry's general
233 * be used to decode the ZIP entry name and comment that are not
234 * encoded by using UTF-8 encoding (indicated by entry's general
257 * used to decode the ZIP entry name and comment (ignored if
259 * encoding bit</a> of the ZIP entry's general purpose bit
292 * Returns the zip file entry fo
340 getInputStream(ZipEntry entry) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp56 DictionaryEntry* entry; local
57 entry = (DictionaryEntry*)Hashtable<klassOop, mtClass>::new_entry(hash, klass);
58 entry->set_loader(loader);
59 entry->set_pd_set(NULL);
60 return entry;
65 DictionaryEntry* entry = (DictionaryEntry*)Hashtable<klassOop, mtClass>::new_entry(0L, NULL); local
66 entry->set_loader(NULL);
67 entry->set_pd_set(NULL);
68 return entry;
72 void Dictionary::free_entry(DictionaryEntry* entry) { argument
432 DictionaryEntry* entry = new_entry(hash, obj(), class_loader()); local
465 DictionaryEntry* entry = get_entry(index, hash, name, loader); local
479 DictionaryEntry* entry = get_entry(index, hash, name, loader); local
491 DictionaryEntry* entry = get_entry(index, hash, name, Handle()); local
501 DictionaryEntry* entry = get_entry(index, hash, klass_name, loader); local
518 DictionaryEntry* entry = get_entry(index, hash, name, loader); local
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp95 assert(entry_point != NULL, "must set legal entry point");
147 address entry; local
150 entry = VtableStubs::create_stub(false, index, method());
151 assert(entry != NULL, "entry not computed");
154 InlineCacheBuffer::create_transition_stub(this, k, entry);
158 entry = VtableStubs::create_stub(true, vtable_index, method());
159 InlineCacheBuffer::create_transition_stub(this, method(), entry);
164 tty->print_cr ("IC@" INTPTR_FORMAT ": to megamorphic %s entry: " INTPTR_FORMAT,
165 instruction_address(), method->print_value_string(), entry);
253 address entry; local
392 address entry = NULL; local
516 set_to_interpreted(methodHandle callee, address entry) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp156 // integer below the block offset entry is an example of
157 // the index of the entry
161 // Find the block offset table entry
162 // Convert the entry to a back slide
166 // value of the new entry
303 u_char entry = _array->offset_array(c); local
305 guarantee(entry > N_words,
307 "entry: " UINT32_FORMAT ", "
310 entry, _array->offset_array(c), N_words));
312 size_t backskip = BlockOffsetArray::entry_to_cards_back(entry);
[all...]
H A DsparsePRT.hpp58 // Returns the size of the entry, used for entry allocation.
79 // Returns "true" iff the entry contains the given card index.
85 // Requires that the entry not contain the given card index. If there is
86 // space available, add the given card index to the entry and return
87 // "true"; otherwise, return "false" to indicate that the entry is full.
95 // Copy the current entry's cards into "cards".
97 // Copy the current entry's cards into the "_card" array of "e."
124 // an entry for "region_ind" is already in the table, finds it and
130 // an entry fo
171 SparsePRTEntry* entry(int i) const { return (SparsePRTEntry*)((char*)_entries + SparsePRTEntry::size() * i); } function in class:RSHashTable
[all...]

Completed in 115 milliseconds

1234567891011>>