Searched defs:entry (Results 151 - 175 of 305) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DSoftReferenceGrammarPool.java164 for (Entry entry = fGrammars[index]; entry != null; entry = entry.next) {
165 if (entry.hash == hash && equals(entry.desc, desc)) {
166 if (entry.grammar.get() != grammar) {
167 entry.grammar = new SoftGrammarReference(entry, grammar, fReferenceQueue);
172 // create a new entry
353 removeEntry(Entry entry) argument
426 public Entry entry; field in class:SoftReferenceGrammarPool.SoftGrammarReference
428 SoftGrammarReference(Entry entry, Grammar grammar, ReferenceQueue queue) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java46 * This is the symbol table entry for interfaces.
164 /** Add a symbol table entry to this interface's contained vector. */
165 public void addContained (SymtabEntry entry) argument
167 _contained.addElement (entry);
264 // that when the forward entry is defined, the 'allMethods'
270 private void lookForForwardEntrys (Scanner scanner, InterfaceEntry entry) argument
272 Enumeration parents = entry.derivedFrom ().elements ();
278 else if (parent == entry)
279 ParseException.selfInherit (scanner, entry.fullName ());
295 // Add this interface to the derivers list on the forward entry
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DHelper.java80 * 1.) Initialize symbol table and symbol table entry members,
89 public void generate (java.util.Hashtable symbolTable, com.sun.tools.corba.se.idl.SymtabEntry entry) argument
92 this.entry = entry;
109 helperClass = entry.name () + "Helper";
110 if (entry instanceof ValueBoxEntry)
112 ValueBoxEntry v = (ValueBoxEntry) entry;
113 TypedefEntry member = ((InterfaceState) v.state ().elementAt (0)).entry;
117 helperType = Util.javaName (entry);
122 helperType = Util.javaName (entry);
680 stubName(InterfaceEntry entry) argument
693 protected com.sun.tools.corba.se.idl.SymtabEntry entry; field in class:Helper
[all...]
H A DInterfaceGen.java81 * 1.) Initialize symbol table and symbol table entry members, common to all generators.
418 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream)
420 InterfaceEntry i = (InterfaceEntry)entry;
422 index = structHelperType (index, indent, tcoffsets, name, entry, stream);
425 tcoffsets.set (entry);
426 if (entry.fullName ().equals ("org/omg/CORBA/Object"))
434 + '\"' + Util.stripLeadingUnderscores (entry.name ()) + "\");");
439 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
441 InterfaceEntry i = (InterfaceEntry)entry;
442 tcoffsets.set (entry);
455 type(int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
477 helperRead(String entryName, SymtabEntry entry, PrintWriter stream) argument
497 helperWrite(SymtabEntry entry, PrintWriter stream) argument
519 read(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
546 write(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
[all...]
H A DSkeleton.java73 public void generate (Hashtable symbolTable, SymtabEntry entry) argument
82 if (entry instanceof ValueEntry)
84 ValueEntry v = (ValueEntry) entry;
90 if (((InterfaceEntry) entry).isAbstract ()) {
97 this.i = (InterfaceEntry)entry;
331 private void buildMethodList (InterfaceEntry entry) argument
334 Enumeration locals = entry.methods ().elements ();
339 Enumeration parents = entry.derivedFrom ().elements ();
485 private void buildIDList (InterfaceEntry entry, Vector list) argument
487 if (!entry
[all...]
H A DStructGen.java195 SymtabEntry entry = (SymtabEntry)e.nextElement ();
202 if (!(entry instanceof SequenceEntry))
203 entry.generate (symbolTable, stream);
296 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
299 innerOffsets.set (entry);
301 StructEntry s = (StructEntry)entry;
318 innerOffsets.set (entry);
324 //stream.println (indent + name + " = org.omg.CORBA.ORB.init ().create_struct_tc (id (), \"" + Util.stripLeadingUnderscores (entry.name ()) + "\", " + membersName + ");");
325 stream.println (indent + name + " = org.omg.CORBA.ORB.init ().create_" + (thisIsReallyAnException ? "exception" : "struct") + "_tc (" + Util.helperName (s, true) + ".id (), \"" + Util.stripLeadingUnderscores (entry.name ()) + "\", " + membersName + ");"); // <d61056>
329 public int type (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWrite argument
334 helperRead(String entryName, SymtabEntry entry, PrintWriter stream) argument
341 read(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
405 helperWrite(SymtabEntry entry, PrintWriter stream) argument
410 write(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
[all...]
H A DUnionGen.java246 SymtabEntry entry = (SymtabEntry)e.nextElement ();
252 if (!(entry instanceof SequenceEntry))
253 entry.generate (symbolTable, stream);
594 String name, SymtabEntry entry, PrintWriter stream)
597 UnionEntry u = (UnionEntry)entry;
615 innerOffsets.set (entry);
637 innerOffsets.set (entry);
676 innerOffsets.set (entry);
693 Util.helperName (u, true) + ".id (), \"" + entry.name () + "\", " +
699 SymtabEntry entry, PrintWrite
593 helperType(int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
698 type(int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
705 helperRead(String entryName, SymtabEntry entry, PrintWriter stream) argument
712 helperWrite(SymtabEntry entry, PrintWriter stream) argument
717 read(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
860 readBranch(int index, String indent, String name, String disName, TypedefEntry entry, PrintWriter stream) argument
886 write(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
1010 writeBranch(int index, String indent, String name, TypedefEntry entry, PrintWriter stream) argument
[all...]
H A DValueGen.java305 SymtabEntry entry = (SymtabEntry) member.entry;
306 Util.fillInfo (entry);
308 if (entry.comment () != null)
309 entry.comment ().generate (" ", stream);
314 Util.writeInitializer (modifier, entry.name (), "", entry, stream);
443 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
445 ValueEntry vt = (ValueEntry) entry;
464 TypedefEntry member = (TypedefEntry)valueMember.entry;
510 type(int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
552 helperRead(String entryName, SymtabEntry entry, PrintWriter stream) argument
603 read(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
651 helperWrite(SymtabEntry entry, PrintWriter stream) argument
687 write(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java133 * (the default entry name). If there is no entry for "<i>other</i>",
335 * and there is no <code>Configuration</code> entry
344 * or if a configuration entry for <i>name</i> does not exist and
366 * and there is no <code>Configuration</code> entry
376 * or if a configuration entry for <i>name</i> does not exist and
405 * and there is no <code>Configuration</code> entry
412 * or if a configuration entry for <i>name</i> does not exist and
444 * and there is no <code>Configuration</code> entry
453 * or if a configuration entry fo
988 AppConfigurationEntry entry; field in class:LoginContext.ModuleInfo
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowFilter.java40 * meaning of <em>entry</em> depends on the component type.
42 * associated with a <code>JTable</code>, an entry corresponds to a
43 * row; when associated with a <code>JTree</code>, an entry corresponds
47 * indicate whether the entry should be shown in the
49 * each of the columns in that entry. The following example shows an
54 * public boolean include(Entry&lt;? extends Object, ? extends Object&gt; entry) {
55 * for (int i = entry.getValueCount() - 1; i &gt;= 0; i--) {
56 * if (entry.getStringValue(i).startsWith("a")) {
62 * // entry is not shown
74 * public boolean include(Entry&lt;? extends PersonModel, ? extends Integer&gt; entry) {
306 include(Entry<? extends M, ? extends I> entry) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/util/
H A DIdentityLinkedList.java280 Entry<E> successor = (index==size ? header : entry(index));
320 return entry(index).element;
333 Entry<E> e = entry(index);
349 addBefore(element, (index==size ? header : entry(index)));
362 return remove(entry(index));
366 * Returns the indexed entry.
368 private Entry<E> entry(int index) { method in class:IdentityLinkedList
759 private Entry<E> addBefore(E e, Entry<E> entry) { argument
760 Entry<E> newEntry = new Entry<E>(e, entry, entry
[all...]
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipOutputStream.java47 public final ZipEntry entry; field in class:ZipOutputStream.XEntry
49 public XEntry(ZipEntry entry, long offset) { argument
50 this.entry = entry;
99 * to encode the entry names and comments.
113 * to be used to encode the entry names and comments
142 * for an individual ZIP file entry, and is initially set to DEFLATED.
165 * Begins writing a new ZIP file entry and positions the stream to the
166 * start of the entry data. Closes the current entry i
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp44 // pointer to the current hash table entry.
72 void free_entry(DictionaryEntry* entry);
147 // An entry in the system dictionary, this describes a class as
154 // this system dictionary entry.
301 SymbolPropertyEntry* entry = (SymbolPropertyEntry*) Hashtable<Symbol*, mtSymbol>::new_entry(hash, symbol); local
304 entry->set_symbol_mode(symbol_mode);
305 entry->set_property_oop(NULL);
306 entry->set_property_data(NULL);
307 return entry;
314 void free_entry(SymbolPropertyEntry* entry) { argument
[all...]
H A DloaderConstraints.cpp41 LoaderConstraintEntry* entry; local
42 entry = (LoaderConstraintEntry*)Hashtable<klassOop, mtClass>::new_entry(hash, klass);
43 entry->set_name(name);
44 entry->set_num_loaders(num_loaders);
45 entry->set_max_loaders(max_loaders);
46 return entry;
49 void LoaderConstraintTable::free_entry(LoaderConstraintEntry *entry) { argument
51 entry->name()->decrement_refcount();
52 Hashtable<klassOop, mtClass>::free_entry(entry);
157 // Check whether entry shoul
458 PlaceholderEntry* entry = placeholders->get_entry(p_index, p_hash, local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTrace.cpp110 virtual void do_cinfo(KlassInfoEntry* entry) { argument
111 if (should_send_event(entry)) {
112 ObjectCountEventSender::send(entry, _gc_id, _timestamp);
117 bool should_send_event(const KlassInfoEntry* entry) const {
118 double percentage_of_heap = ((double) entry->words()) / _total_size_in_words;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp252 void AbstractInterpreter::set_entry_for_kind(AbstractInterpreter::MethodKind kind, address entry) { argument
254 kind <= method_handle_invoke_LAST, "late initialization only for MH entry points");
255 assert(_entry_table[kind] == _entry_table[abstract], "previous value must be AME entry");
256 _entry_table[kind] = entry;
337 // since the cache entry might not be initialized:
351 // since the cache entry might not be initialized:
376 // return entry point for computed continuation state & bytecode length
469 // method handle entry kinds are generated later in MethodHandlesAdapterGenerator::generate:
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolKlass.cpp364 index++; // Skip entry following eigth-byte constant
368 index++; // Skip entry following eigth-byte constant
380 CPSlot entry = cp->slot_at(index); local
381 if (entry.is_oop()) {
382 entry.get_oop()->print_value_on(st);
384 entry.get_symbol()->print_value_on(st);
452 CPSlot entry = cp->slot_at(i); local
454 if (entry.is_oop()) {
455 guarantee(entry.get_oop()->is_perm(), "should be in permspace");
456 guarantee(entry
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java133 * <ul><li> allocate an array for storing entry object,</li>
158 * Creates a new entry in the table.
166 * @exception SnmpStatusException if the entry cannot be created.
181 * Returns the entry located at the given position in the table.
183 * @return The entry located at the given position, <code>null</code>
184 * if no entry can be found at this position.
205 * remote entry creation via SET operations, by calling
208 * <BR> By default remote entry creation via SET operation is disabled.
210 * @param remoteCreationFlag Tells whether remote entry creation must
213 * <CODE>setCreationEnabled(true)</CODE> will enable remote entry
329 addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta) argument
355 removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta) argument
492 addEntry(SnmpIndex index, Object entry) argument
515 addEntry(SnmpIndex index, ObjectName name, Object entry) argument
537 removeEntry(SnmpIndex index, Object entry) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLinkedHashMap.java258 * Returns the entry associated with the specified key in the LinkedHashMap.
304 * Remove an entry from the linked list.
306 private void listRemove(Entry entry) { argument
307 if (entry == null) {
310 entry.before.after = entry.after;
311 entry.after.before = entry.before;
315 * Add the specified entry before the specified existing entry t
318 listAddBefore(Entry entry, Entry existEntry) argument
795 private Entry entry = null; field in class:LinkedHashMap.HashIterator
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp335 address entry = __ pc(); local
336 NativeGeneralJump::insert_unconditional((address)_pc_start, entry);
346 __ block_comment("patch entry point");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp357 address entry = __ pc(); local
358 NativeGeneralJump::insert_unconditional((address)_pc_start, entry);
368 __ block_comment("patch entry point");
H A DnativeInst_x86.cpp68 void NativeCall::insert(address code_pos, address entry) { argument
69 intptr_t disp = (intptr_t)entry - ((intptr_t)code_pos + 1 + 4);
431 void NativeJump::insert(address code_pos, address entry) { argument
432 intptr_t disp = (intptr_t)entry - ((intptr_t)code_pos + 1 + 4);
443 void NativeJump::check_verified_entry_alignment(address entry, address verified_entry) { argument
469 // This code is mt-safe with the following conditions: entry point is 4 byte aligned,
470 // entry point is in same cache line as unverified entry point, and the instruction being
476 void NativeJump::patch_verified_entry(address entry, address verified_entry, address dest) { argument
486 check_verified_entry_alignment(entry, verified_entr
537 insert_unconditional(address code_pos, address entry) argument
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp164 static void check_verified_entry_alignment(address entry, argument
168 static void patch_verified_entry(address entry,
183 static void insert_unconditional(address code_pos, address entry) { argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.cpp81 ValueMapEntry* entry; local
82 for (entry = entry_at(i); entry != NULL; entry = entry->next()) {
83 if (!is_killed(entry->value())) {
84 worklist.push(entry);
89 entry = worklist.pop();
90 int new_index = entry_index(entry->hash(), new_size);
92 if (entry
[all...]
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c45 * entry: Contains the information necessary to perform the inflation
56 inflate_file(int fd, zentry *entry, int *size_out) argument
62 if (entry->csize == (size_t) -1 || entry->isize == (size_t) -1 )
64 if (lseek(fd, entry->offset, SEEK_SET) < (off_t)0)
66 if ((in = malloc(entry->csize + 1)) == NULL)
68 if ((size_t)(read(fd, in, (unsigned int)entry->csize)) != entry->csize) {
72 if (entry->how == STORED) {
73 *(char *)((size_t)in + entry
215 find_file(int fd, zentry *entry, const char *file_name) argument
482 zentry entry; local
539 zentry entry; local
580 zentry entry; local
[all...]

Completed in 136 milliseconds

1234567891011>>