Home
last modified time | relevance | path

Searched refs:aKey (Results 1 – 25 of 3355) sorted by relevance

12345678910>>...135

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsHashKeys.h83 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
128 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
164 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
192 explicit nsUint32HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint32HashKey() argument
199 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
217 explicit nsUint64HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint64HashKey() argument
224 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
244 explicit nsFloatHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsFloatHashKey() argument
280 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() argument
416 explicit nsDepCharHashKey(const char* aKey) : mKey(aKey) {} in nsDepCharHashKey() argument
[all …]
H A DnsTHashtable.h139 bool Contains(KeyType aKey) const { return !!GetEntry(aKey); } in Contains() argument
146 EntryType* PutEntry(KeyType aKey) { in PutEntry() argument
175 EntryType* entry = PutEntry(aKey);
186 void RemoveEntry(KeyType aKey) { in RemoveEntry() argument
197 bool EnsureRemoved(KeyType aKey) { in EnsureRemoved() argument
198 auto* entry = GetEntry(aKey); in EnsureRemoved()
469 explicit VoidPtrHashKey(const void* aKey) : Base(aKey) {} in VoidPtrHashKey() argument
517 bool Contains(T* aKey) const { return Base::Contains(aKey); } in Contains() argument
519 EntryType* PutEntry(T* aKey) { in PutEntry() argument
535 void RemoveEntry(T* aKey) { Base::RemoveEntry(aKey); } in RemoveEntry() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsHashKeys.h91 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
144 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
183 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
214 explicit nsUint32HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint32HashKey() argument
221 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
240 explicit nsUint64HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint64HashKey() argument
247 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
269 explicit nsFloatHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsFloatHashKey() argument
311 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer() argument
461 explicit nsDepCharHashKey(const char* aKey) : mKey(aKey) {} in nsDepCharHashKey() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsHashKeys.h85 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
133 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
170 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
198 explicit nsUint32HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint32HashKey() argument
206 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
224 explicit nsUint64HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint64HashKey() argument
252 explicit nsFloatHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsFloatHashKey() argument
280 explicit IntPtrHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in IntPtrHashKey() argument
462 return mozilla::HashBytes(aKey, sizeof(*aKey)); in HashKey()
486 explicit nsDepCharHashKey(const char* aKey) : mKey(aKey) {} in nsDepCharHashKey() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsHashKeys.h85 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
133 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
170 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
198 explicit nsUint32HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint32HashKey() argument
206 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
224 explicit nsUint64HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint64HashKey() argument
252 explicit nsFloatHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsFloatHashKey() argument
280 explicit IntPtrHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in IntPtrHashKey() argument
462 return mozilla::HashBytes(aKey, sizeof(*aKey)); in HashKey()
486 explicit nsDepCharHashKey(const char* aKey) : mKey(aKey) {} in nsDepCharHashKey() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsHashKeys.h85 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
133 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
170 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
198 explicit nsUint32HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint32HashKey() argument
206 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
224 explicit nsUint64HashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsUint64HashKey() argument
252 explicit nsFloatHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in nsFloatHashKey() argument
280 explicit IntPtrHashKey(KeyTypePointer aKey) : mValue(*aKey) {} in IntPtrHashKey() argument
462 return mozilla::HashBytes(aKey, sizeof(*aKey)); in HashKey()
486 explicit nsDepCharHashKey(const char* aKey) : mKey(aKey) {} in nsDepCharHashKey() argument
[all …]
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsHashKeys.h86 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer() argument
169 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
213 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
243 explicit nsIntegralHashKey(KeyTypePointer aKey) : mValue(*aKey) {}
251 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; }
285 explicit nsFloatHashKey(KeyTypePointer aKey) : mValue(*aKey) {}
330 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; }
359 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; }
474 return mozilla::HashBytes(aKey, sizeof(*aKey));
498 explicit nsDepCharHashKey(const char* aKey) : mKey(aKey) {}
[all …]
/dports/lang/seed7/seed7/src/
H A Dcon_emc.c82 int aKey; in popKey() local
89 aKey = EOF; in popKey()
91 return aKey; in popKey()
99 int aKey; in mapKeyByName() local
201 aKey = K_BS; in mapKeyByName()
205 aKey = '?'; in mapKeyByName()
207 return aKey; in mapKeyByName()
215 int aKey; in mapKeyBySequence() local
219 aKey = EOF; in mapKeyBySequence()
220 return aKey; in mapKeyBySequence()
[all …]
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dpinyin_phrase2.h179 ChewingKey aKey; in compute_lower_value2() local
183 aKey = in_keys[i]; in compute_lower_value2()
206 sel = aKey.m_final; in compute_lower_value2()
210 (ChewingMiddle)aKey.m_middle, (ChewingMiddle) aKey.m_middle, in compute_lower_value2()
219 sel = aKey.m_tone; in compute_lower_value2()
230 out_keys[i] = aKey; in compute_lower_value2()
239 ChewingKey aKey; in compute_upper_value2() local
243 aKey = in_keys[i]; in compute_upper_value2()
264 (ChewingFinal)aKey.m_final, (ChewingFinal)aKey.m_final)) in compute_upper_value2()
276 (ChewingMiddle)aKey.m_middle, (ChewingMiddle)aKey.m_middle, in compute_upper_value2()
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSKeyValueCoding.h88 - (id) handleQueryWithUnboundKey: (NSString*)aKey;
150 - (NSMutableSet*) mutableSetValueForKey: (NSString *)aKey;
163 - (void) setNilValueForKey: (NSString*)aKey;
186 - (void) setValue: (id)anObject forKey: (NSString*)aKey;
243 - (id) storedValueForKey: (NSString*)aKey;
331 - (void) unableToSetNilForKey: (NSString*)aKey;
344 forKey: (NSString*)aKey
353 forKeyPath: (NSString*)aKey
381 - (id) valueForKey: (NSString*)aKey;
391 - (id) valueForKeyPath: (NSString*)aKey;
[all …]
H A DNSKeyedArchiver.h136 forKey: (NSString*)aKey;
300 - (BOOL) containsValueForKey: (NSString*)aKey;
314 - (BOOL) decodeBoolForKey: (NSString*)aKey;
329 - (double) decodeDoubleForKey: (NSString*)aKey;
337 - (float) decodeFloatForKey: (NSString*)aKey;
345 - (int) decodeIntForKey: (NSString*)aKey;
353 - (int32_t) decodeInt32ForKey: (NSString*)aKey;
360 - (int64_t) decodeInt64ForKey: (NSString*)aKey;
367 - (id) decodeObjectForKey: (NSString*)aKey;
583 - (NSRect) decodeRectForKey: (NSString*)aKey;
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/loganalyzers/
H A DStex.cc92 Stex(aKey, aName) { in HitsStex()
111 Stex(aKey, aName) { in MissesStex()
130 Stex(aKey, aName) { in HitMissesStex()
246 Stex(aKey, aName) { in CachableStex()
261 Stex(aKey, aName) { in UnCachableStex()
276 Stex(aKey, aName) { in AllCachableStex()
292 Stex(aKey, aName) { in FillStex()
326 Stex(aKey, aName) { in AllMethodsStex()
356 Stex(aKey, aName) { in AllRepsStex()
525 Stex(aKey, aName) { in AllCompoundRepsStex()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/TypoScript/
H A DTypoScriptService.php102 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
103 $finalConfiguration[$aKey] = [];
109 foreach ($tempConf as $aKey => $val2) {
110 $finalConfiguration[$aKey][$cKey] = $val2;
115 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
116 $finalConfiguration[$aKey][$cKey] = $val;
139 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
140 if ($firstC && isset($first[$aKey])) {
141 $value = $first[$aKey];
145 if ($lastC && $lastC >= $splitCount - $aKey) {
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/TypoScript/
H A DTypoScriptService.php104 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
105 $finalConfiguration[$aKey] = [];
111 foreach ($tempConf as $aKey => $val2) {
112 $finalConfiguration[$aKey][$cKey] = $val2;
117 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
118 $finalConfiguration[$aKey][$cKey] = $val;
141 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
142 if ($firstC && isset($first[$aKey])) {
143 $value = $first[$aKey];
147 if ($lastC && $lastC >= $splitCount - $aKey) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/TypoScript/
H A DTypoScriptService.php104 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
105 $finalConfiguration[$aKey] = [];
111 foreach ($tempConf as $aKey => $val2) {
112 $finalConfiguration[$aKey][$cKey] = $val2;
117 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
118 $finalConfiguration[$aKey][$cKey] = $val;
141 for ($aKey = 0; $aKey < $splitCount; $aKey++) {
142 if ($firstC && isset($first[$aKey])) {
143 $value = $first[$aKey];
147 if ($lastC && $lastC >= $splitCount - $aKey) {
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/cache/
H A DSlsGenericPageCache.cxx105 const CacheKey aKey, in GetPreviewBitmap() argument
108 assert(aKey != nullptr); in GetPreviewBitmap()
143 const CacheKey aKey) in GetMarkedPreviewBitmap() argument
145 assert(aKey != nullptr); in GetMarkedPreviewBitmap()
155 const CacheKey aKey, in SetMarkedPreviewBitmap() argument
158 assert(aKey != nullptr); in SetMarkedPreviewBitmap()
166 const CacheKey aKey, in RequestPreviewBitmap() argument
169 assert(aKey != nullptr); in RequestPreviewBitmap()
191 if (mpCacheContext->IsVisible(aKey)) in RequestPreviewBitmap()
210 aKey); in InvalidatePreviewBitmap()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/cache/
H A DSlsGenericPageCache.cxx105 const CacheKey aKey, in GetPreviewBitmap() argument
108 assert(aKey != nullptr); in GetPreviewBitmap()
143 const CacheKey aKey) in GetMarkedPreviewBitmap() argument
145 assert(aKey != nullptr); in GetMarkedPreviewBitmap()
155 const CacheKey aKey, in SetMarkedPreviewBitmap() argument
158 assert(aKey != nullptr); in SetMarkedPreviewBitmap()
166 const CacheKey aKey, in RequestPreviewBitmap() argument
169 assert(aKey != nullptr); in RequestPreviewBitmap()
191 if (mpCacheContext->IsVisible(aKey)) in RequestPreviewBitmap()
210 aKey); in InvalidatePreviewBitmap()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/base/
H A DtxExpandedNameMap.h40 void* getItem(const txExpandedName& aKey) const;
48 void* removeItem(const txExpandedName& aKey);
96 nsresult add(const txExpandedName& aKey, E* aValue) { in add() argument
97 return addItem(aKey, (void*)aValue); in add()
100 nsresult set(const txExpandedName& aKey, E* aValue) { in set() argument
102 return setItem(aKey, (void*)aValue, &oldValue); in set()
105 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
107 E* remove(const txExpandedName& aKey) { return (E*)removeItem(aKey); } in remove() argument
125 return addItem(aKey, (void*)aValue); in add()
133 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/base/
H A DtxExpandedNameMap.h39 void* getItem(const txExpandedName& aKey) const;
47 void* removeItem(const txExpandedName& aKey);
95 nsresult add(const txExpandedName& aKey, E* aValue) { in add() argument
96 return addItem(aKey, (void*)aValue); in add()
99 nsresult set(const txExpandedName& aKey, E* aValue) { in set() argument
101 return setItem(aKey, (void*)aValue, &oldValue); in set()
104 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
106 E* remove(const txExpandedName& aKey) { return (E*)removeItem(aKey); } in remove() argument
124 return addItem(aKey, (void*)aValue); in add()
132 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
[all …]
/dports/www/firefox/firefox-99.0/dom/xslt/base/
H A DtxExpandedNameMap.h40 void* getItem(const txExpandedName& aKey) const;
48 void* removeItem(const txExpandedName& aKey);
96 nsresult add(const txExpandedName& aKey, E* aValue) { in add() argument
97 return addItem(aKey, (void*)aValue); in add()
100 nsresult set(const txExpandedName& aKey, E* aValue) { in set() argument
102 return setItem(aKey, (void*)aValue, &oldValue); in set()
105 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
107 E* remove(const txExpandedName& aKey) { return (E*)removeItem(aKey); } in remove() argument
125 return addItem(aKey, (void*)aValue); in add()
133 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
[all …]
H A DtxExpandedNameMap.cpp12 const txExpandedName& aKey) const { in Equals()
13 return aItem.mNamespaceID == aKey.mNamespaceID && in Equals()
14 aItem.mLocalName == aKey.mLocalName; in Equals()
27 size_t pos = mItems.IndexOf(aKey, 0, txMapItemComparator()); in addItem()
33 item->mNamespaceID = aKey.mNamespaceID; in addItem()
34 item->mLocalName = aKey.mLocalName; in addItem()
50 size_t pos = mItems.IndexOf(aKey, 0, txMapItemComparator()); in setItem()
58 item->mNamespaceID = aKey.mNamespaceID; in setItem()
59 item->mLocalName = aKey.mLocalName; in setItem()
71 size_t pos = mItems.IndexOf(aKey, 0, txMapItemComparator()); in getItem()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/base/
H A DtxExpandedNameMap.h39 void* getItem(const txExpandedName& aKey) const;
47 void* removeItem(const txExpandedName& aKey);
95 nsresult add(const txExpandedName& aKey, E* aValue) { in add() argument
96 return addItem(aKey, (void*)aValue); in add()
99 nsresult set(const txExpandedName& aKey, E* aValue) { in set() argument
101 return setItem(aKey, (void*)aValue, &oldValue); in set()
104 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
106 E* remove(const txExpandedName& aKey) { return (E*)removeItem(aKey); } in remove() argument
124 return addItem(aKey, (void*)aValue); in add()
132 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/base/
H A DtxExpandedNameMap.h48 void* removeItem(const txExpandedName& aKey);
110 return addItem(aKey, (void*)aValue); in add()
119 E* get(const txExpandedName& aKey) const in get() argument
121 return (E*)getItem(aKey); in get()
124 E* remove(const txExpandedName& aKey) in remove() argument
126 return (E*)removeItem(aKey); in remove()
160 return addItem(aKey, (void*)aValue); in add()
169 E* get(const txExpandedName& aKey) const in get() argument
171 return (E*)getItem(aKey); in get()
174 void remove(const txExpandedName& aKey) in remove() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/base/
H A DtxExpandedNameMap.h40 void* getItem(const txExpandedName& aKey) const;
48 void* removeItem(const txExpandedName& aKey);
96 nsresult add(const txExpandedName& aKey, E* aValue) { in add() argument
97 return addItem(aKey, (void*)aValue); in add()
100 nsresult set(const txExpandedName& aKey, E* aValue) { in set() argument
102 return setItem(aKey, (void*)aValue, &oldValue); in set()
105 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
107 E* remove(const txExpandedName& aKey) { return (E*)removeItem(aKey); } in remove() argument
125 return addItem(aKey, (void*)aValue); in add()
133 E* get(const txExpandedName& aKey) const { return (E*)getItem(aKey); } in get() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/core/
H A DStopwatch.cpp97 mTimers.Remove(aKey, getter_AddRefs(timer)); in GetAndDelete()
101 bool Delete(const nsAString& aKey) { return mTimers.Remove(aKey); } in Delete() argument
115 RefPtr<Timer>& timer = mTimers.GetOrInsert(aKey); in NS_DEFINE_STATIC_IID_ACCESSOR()
121 return mTimers.GetWeak(aKey); in NS_DEFINE_STATIC_IID_ACCESSOR()
250 return keys->Get(aKey, aCreate); in Get()
260 return keys->GetAndDelete(aKey); in GetAndDelete()
268 return keys->Delete(aKey); in Delete()
280 timer = Get(aCx, aHistogram, aObj, aKey, false); in TimeElapsed()
307 Delete(aCx, aHistogram, aObj, aKey); in Start()
326 if (!aKey.IsVoid()) { in Finish()
[all …]

12345678910>>...135