Home
last modified time | relevance | path

Searched refs:DictionaryEntry (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DDictionary.C39 return ((DictionaryEntry*)sv1)->name == ((DictionaryEntry*)sv2)->name;
72 DictionaryEntry *de; in clear()
101 DictionaryEntry *de = (DictionaryEntry*)(this->getElement(n)); in getDefinition()
109 DictionaryEntry *de = (DictionaryEntry*)(this->getElement(n)); in getSymbol()
117 DictionaryEntry *de = (DictionaryEntry*)(this->getElement(n)); in getStringKey()
124 DictionaryEntry *de; in getPosition()
213 DictionaryEntry *de; in replaceDefinitions()
234 DictionaryEntry *d; in getDictionaryEntry()
251 DictionaryEntry *de; in findDefinition()
284 DictionaryEntry *de; in removeDefinition()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Collections/
H A DDictionaryEntryTest.cs14 DictionaryEntry d = new DictionaryEntry (1, "something"); in Ctor()
22 DictionaryEntry d = new DictionaryEntry (1, "something"); in Key()
29 DictionaryEntry d = new DictionaryEntry (1, "something"); in Value()
37 DictionaryEntry d = new DictionaryEntry (null, "bar"); in NullKeyCtor()
43 DictionaryEntry d = new DictionaryEntry ("foo", "bar"); in NullKeySetter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dordereddictionary.cs157 return ((DictionaryEntry)objectsArray[index]).Value;
167 objectsArray[index] = new DictionaryEntry(key, value);
210 objectsArray.Add(new DictionaryEntry(key, value)); in Add()
247 object o = ((DictionaryEntry)objectsArray[i]).Key; in IndexOfKey()
291 DictionaryEntry entry; in OnDeserialization()
294 entry = (DictionaryEntry)o; in OnDeserialization()
315 object key = ((DictionaryEntry)objectsArray[index]).Key; in RemoveAt()
388 internal const int DictionaryEntry = 3; field in System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator
414 public DictionaryEntry Entry {
416 …return new DictionaryEntry(((DictionaryEntry)arrayEnumerator.Current).Key, ((DictionaryEntry)array…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/src/System/Collections/Specialized/
H A DOrderedDictionary.cs180 return ((DictionaryEntry)objectsArray[index]).Value;
193 objectsArray[index] = new DictionaryEntry(key, value);
246 objectsArray.Add(new DictionaryEntry(key, value)); in Add()
290 object o = ((DictionaryEntry)objectsArray[i]).Key; in IndexOfKey()
339 object key = ((DictionaryEntry)objectsArray[index]).Key; in RemoveAt()
421 DictionaryEntry entry; in OnDeserialization()
425 entry = (DictionaryEntry)o; in OnDeserialization()
447 internal const int DictionaryEntry = 3; field in System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator
478 public DictionaryEntry Entry
482 …return new DictionaryEntry(((DictionaryEntry)_arrayEnumerator.Current).Key, ((DictionaryEntry)_arr…
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java55 return DictionaryEntry.class; in getHashtableEntryClass()
64 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in classesDo()
65 probe = (DictionaryEntry) probe.next()) { in classesDo()
78 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in classesDo()
79 probe = (DictionaryEntry) probe.next()) { in classesDo()
87 DictionaryEntry entry = getEntry(index, hash, className, classLoader); in find()
96 private DictionaryEntry getEntry(int index, long hash, Symbol className, Oop classLoader) { in getEntry()
97 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
98 entry = (DictionaryEntry) entry.next()) { in getEntry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java55 return DictionaryEntry.class; in getHashtableEntryClass()
64 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in classesDo()
65 probe = (DictionaryEntry) probe.next()) { in classesDo()
78 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in classesDo()
79 probe = (DictionaryEntry) probe.next()) { in classesDo()
87 DictionaryEntry entry = getEntry(index, hash, className, classLoader); in find()
96 private DictionaryEntry getEntry(int index, long hash, Symbol className, Oop classLoader) { in getEntry()
97 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
98 entry = (DictionaryEntry) entry.next()) { in getEntry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java56 return DictionaryEntry.class; in getHashtableEntryClass()
63 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
64 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
73 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
74 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
75 entry = (DictionaryEntry) entry.next()) { in getEntry()
87 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
88 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java56 return DictionaryEntry.class; in getHashtableEntryClass()
63 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
64 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
73 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
74 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
75 entry = (DictionaryEntry) entry.next()) { in getEntry()
87 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
88 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java56 return DictionaryEntry.class; in getHashtableEntryClass()
63 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
64 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
73 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
74 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
75 entry = (DictionaryEntry) entry.next()) { in getEntry()
87 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
88 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java56 return DictionaryEntry.class; in getHashtableEntryClass()
63 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
64 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
73 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
74 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
75 entry = (DictionaryEntry) entry.next()) { in getEntry()
87 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
88 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java56 return DictionaryEntry.class; in getHashtableEntryClass()
63 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
64 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
73 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
74 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
75 entry = (DictionaryEntry) entry.next()) { in getEntry()
87 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
88 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java58 return DictionaryEntry.class; in getHashtableEntryClass()
65 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
66 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
80 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
81 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
82 entry = (DictionaryEntry) entry.next()) { in getEntry()
94 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
95 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java58 return DictionaryEntry.class; in getHashtableEntryClass()
65 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
66 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
80 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
81 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
82 entry = (DictionaryEntry) entry.next()) { in getEntry()
94 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
95 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java58 return DictionaryEntry.class; in getHashtableEntryClass()
65 for (DictionaryEntry probe = (DictionaryEntry) bucket(index); probe != null; in allEntriesDo()
66 probe = (DictionaryEntry) probe.next()) { in allEntriesDo()
80 private DictionaryEntry getEntry(int index, long hash, Symbol className) { in getEntry()
81 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in getEntry()
82 entry = (DictionaryEntry) entry.next()) { in getEntry()
94 for (DictionaryEntry entry = (DictionaryEntry) bucket(index); entry != null; in contains()
95 entry = (DictionaryEntry) entry.next()) { in contains()
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DDictionary.cc26 class DictionaryEntry class
32 DictionaryEntry *next;
34 ~DictionaryEntry();
38 DictionaryEntry::~DictionaryEntry() in ~DictionaryEntry()
45 DictionaryEntry::release() in release()
94 DictionaryEntry *t, *n; in Destroy()
197 DictionaryEntry *e; in Add()
269 DictionaryEntry *e; in Find()
299 DictionaryEntry *e; in Exists()
321 DictionaryEntry *e; in rehash()
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/mifluz/
H A DDictionary.cc26 class DictionaryEntry class
32 DictionaryEntry *next;
34 ~DictionaryEntry();
38 DictionaryEntry::~DictionaryEntry() in ~DictionaryEntry()
45 DictionaryEntry::release() in release()
94 DictionaryEntry *t, *n; in Destroy()
197 DictionaryEntry *e; in Add()
269 DictionaryEntry *e; in Find()
299 DictionaryEntry *e; in Exists()
321 DictionaryEntry *e; in rehash()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Ddictionary.cpp51 return sizeof(DictionaryEntry); in entry_size()
69 DictionaryEntry* probe = NULL; in ~Dictionary()
83DictionaryEntry* entry = (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::allocate_new_entry(… in new_entry()
216 DictionaryEntry* probe = NULL; in remove_classes_in_error_state()
237 for (DictionaryEntry* probe = bucket(index); in classes_do()
320 for (DictionaryEntry* entry = bucket(index); in get_entry()
463 DictionaryEntry* master_list = NULL; in reorder_dictionary_for_sharing()
465 DictionaryEntry* p = bucket(i); in reorder_dictionary_for_sharing()
467 DictionaryEntry* next = p->next(); in reorder_dictionary_for_sharing()
496 DictionaryEntry* p = master_list; in reorder_dictionary_for_sharing()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Ddictionary.cpp51 return sizeof(DictionaryEntry); in entry_size()
69 DictionaryEntry* probe = NULL; in ~Dictionary()
83DictionaryEntry* entry = (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::allocate_new_entry(… in new_entry()
216 DictionaryEntry* probe = NULL; in remove_classes_in_error_state()
237 for (DictionaryEntry* probe = bucket(index); in classes_do()
320 for (DictionaryEntry* entry = bucket(index); in get_entry()
463 DictionaryEntry* master_list = NULL; in reorder_dictionary_for_sharing()
465 DictionaryEntry* p = bucket(i); in reorder_dictionary_for_sharing()
467 DictionaryEntry* next = p->next(); in reorder_dictionary_for_sharing()
496 DictionaryEntry* p = master_list; in reorder_dictionary_for_sharing()
[all …]
/dports/devel/nini/Nini/Source/Util/
H A DOrderedList.cs43 get { return ((DictionaryEntry) list[index]).Value; }
49 object key = ((DictionaryEntry) list[index]).Key;
50 list[index] = new DictionaryEntry (key, value);
64 table[IndexOf (key)] = new DictionaryEntry (key, value);
79 retList.Add ( ((DictionaryEntry)list[i]).Key );
93 retList.Add ( ((DictionaryEntry)list[i]).Value );
111 list.Add (new DictionaryEntry (key, value)); in Add()
134 public void CopyTo (DictionaryEntry[] array, int index) in CopyTo()
146 list.Insert (index, new DictionaryEntry (key, value)); in Insert()
162 table.Remove ( ((DictionaryEntry)list[index]).Key ); in RemoveAt()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A Ddictionary.cpp61 DictionaryEntry* probe = NULL; in ~Dictionary()
74DictionaryEntry* entry = (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::allocate_new_entry(… in new_entry()
209 for (DictionaryEntry* probe = bucket(index); in classes_do()
224 for (DictionaryEntry* probe = bucket(index); in classes_do()
238 for (DictionaryEntry* probe = bucket(index); in all_entries_do()
251 for (DictionaryEntry* probe = bucket(index); in classes_do()
273 DictionaryEntry* entry = new_entry(hash, obj); in add_klass()
291 for (DictionaryEntry* entry = bucket(index); in get_entry()
366 for (DictionaryEntry* probe = bucket(index); in clean_cached_protection_domains()
492 for (DictionaryEntry* probe = bucket(index); in print_on()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A Ddictionary.cpp63 DictionaryEntry* probe = NULL; in ~Dictionary()
76DictionaryEntry* entry = (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::allocate_new_entry(… in new_entry()
193 for (DictionaryEntry* probe = bucket(index); in classes_do()
208 for (DictionaryEntry* probe = bucket(index); in classes_do()
222 for (DictionaryEntry* probe = bucket(index); in all_entries_do()
235 for (DictionaryEntry* probe = bucket(index); in classes_do()
257 DictionaryEntry* entry = new_entry(hash, obj); in add_klass()
275 for (DictionaryEntry* entry = bucket(index); in get_entry()
351 for (DictionaryEntry* probe = bucket(index); in clean_cached_protection_domains()
504 for (DictionaryEntry* probe = bucket(index); in print_on()
[all …]
H A Ddictionary.hpp34 class DictionaryEntry;
51 DictionaryEntry* get_entry(int index, unsigned int hash, Symbol* name);
85 DictionaryEntry* new_entry(unsigned int hash, InstanceKlass* klass);
87 DictionaryEntry* bucket(int i) const { in bucket()
92 DictionaryEntry** bucket_addr(int i) { in bucket_addr()
96 void add_entry(int index, DictionaryEntry* new_entry) { in add_entry()
100 void unlink_entry(DictionaryEntry* entry) { in unlink_entry()
104 void free_entry(DictionaryEntry* entry);
110 class DictionaryEntry : public HashtableEntry<InstanceKlass*, mtClass> { class
144 DictionaryEntry* next() const { in next()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A Ddictionary.cpp60 DictionaryEntry* probe = NULL; in ~Dictionary()
73DictionaryEntry* entry = (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::allocate_new_entry(… in new_entry()
208 for (DictionaryEntry* probe = bucket(index); in classes_do()
223 for (DictionaryEntry* probe = bucket(index); in classes_do()
237 for (DictionaryEntry* probe = bucket(index); in all_entries_do()
250 for (DictionaryEntry* probe = bucket(index); in classes_do()
272 DictionaryEntry* entry = new_entry(hash, obj); in add_klass()
290 for (DictionaryEntry* entry = bucket(index); in get_entry()
366 for (DictionaryEntry* probe = bucket(index); in clean_cached_protection_domains()
502 for (DictionaryEntry* probe = bucket(index); in print_on()
[all …]
H A Ddictionary.hpp36 class DictionaryEntry;
53 DictionaryEntry* get_entry(int index, unsigned int hash, Symbol* name);
87 DictionaryEntry* new_entry(unsigned int hash, InstanceKlass* klass);
89 DictionaryEntry* bucket(int i) const { in bucket()
94 DictionaryEntry** bucket_addr(int i) { in bucket_addr()
98 void add_entry(int index, DictionaryEntry* new_entry) { in add_entry()
102 void unlink_entry(DictionaryEntry* entry) { in unlink_entry()
106 void free_entry(DictionaryEntry* entry);
112 class DictionaryEntry : public HashtableEntry<InstanceKlass*, mtClass> { class
146 DictionaryEntry* next() const { in next()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A Ddictionary.cpp59 DictionaryEntry* probe = NULL; in ~Dictionary()
72DictionaryEntry* entry = (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::allocate_new_entry(… in new_entry()
207 for (DictionaryEntry* probe = bucket(index); in classes_do()
222 for (DictionaryEntry* probe = bucket(index); in classes_do()
236 for (DictionaryEntry* probe = bucket(index); in all_entries_do()
249 for (DictionaryEntry* probe = bucket(index); in classes_do()
271 DictionaryEntry* entry = new_entry(hash, obj); in add_klass()
289 for (DictionaryEntry* entry = bucket(index); in get_entry()
364 for (DictionaryEntry* probe = bucket(index); in clean_cached_protection_domains()
490 for (DictionaryEntry* probe = bucket(index); in print_on()
[all …]

12345678910>>...34