Home
last modified time | relevance | path

Searched refs:_hash (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-zlib-random-byte-pipes.js82 this._hash = this._hasher.digest('hex').toLowerCase().trim();
138 this._hash = this._hasher.digest('hex').toLowerCase().trim();
139 this.emit('data', this._hash);
156 assert.strictEqual(c, inp._hash, `Hash '${c}' equals '${inp._hash}'.`);
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccache.h214 FT_Offset _hash = (FT_Offset)(hash); \
223 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
233 if ( _node->hash == _hash && \
243 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
/third_party/freetype/src/cache/
Dftccache.h214 FT_Offset _hash = (FT_Offset)(hash); \
223 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
233 if ( _node->hash == _hash && \
243 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
/third_party/flutter/skia/third_party/externals/freetype/src/cache/
Dftccache.h214 FT_Offset _hash = (FT_Offset)(hash); \
223 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
233 if ( _node->hash == _hash && \
243 _bucket = _pnode = FTC_NODE_TOP_FOR_HASH( _cache, _hash ); \
279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DBaseLocale.java27 private transient volatile int _hash = 0; field in BaseLocale
130 int h = _hash; in hashCode()
145 _hash = h; in hashCode()
156 private volatile int _hash; // Default to 0 field in BaseLocale.Key
212 int h = _hash; in hashCode()
231 _hash = h; in hashCode()
DAsciiUtil.java166 private int _hash; field in AsciiUtil.CaseInsensitiveKey
170 _hash = AsciiUtil.toLowerString(key).hashCode(); in CaseInsensitiveKey()
186 return _hash; in hashCode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DBaseLocale.java31 private transient volatile int _hash = 0; field in BaseLocale
134 int h = _hash; in hashCode()
149 _hash = h; in hashCode()
160 private volatile int _hash; // Default to 0 field in BaseLocale.Key
216 int h = _hash; in hashCode()
235 _hash = h; in hashCode()
DAsciiUtil.java173 private int _hash; field in AsciiUtil.CaseInsensitiveKey
177 _hash = AsciiUtil.toLowerString(key).hashCode(); in CaseInsensitiveKey()
193 return _hash; in hashCode()
/third_party/libwebsockets/lib/core/
Dlws_map.c134 if (!info->_hash) in lws_map_create()
135 map->info._hash = lws_map_hash_from_key_default; in lws_map_create()
207 h = map->info._hash(key, keylen); in lws_map_item_create()
230 lws_map_hash_t h = map->info._hash(key, keylen); in lws_map_item_lookup()
/third_party/mindspore/mindspore/boost/
Dadasum.py222 send_tag = self._hash(step, sr_target, weights_index)
225 recv_tag = self._hash(step, dest_target, weights_index)
233 send_tag = self._hash(step, sr_target, weights_index)
236 recv_tag = self._hash(step, dest_target, weights_index)
302 def _hash(self, step, target, weights_index): member in AdaSum
/third_party/boost/tools/build/src/build/
Dproperty.py96 self._hash = hash((self.feature, self.value) + tuple(sorted(self.condition)))
119 return self._hash
122 return self._hash == other._hash
Dfeature.py49 self._hash = hash(self.name)
79 return self._hash
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h64 lws_map_hash_from_key_t _hash; member
/third_party/python/Lib/unittest/test/testmock/
Dtestmagicmethods.py161 def _hash(s): function
163 mock.__hash__ = _hash
/third_party/openssl/include/openssl/
Dlhash.h46 return name##_hash(a); }
/third_party/python/Lib/
Dpathlib.py668 return self._hash
670 self._hash = hash(tuple(self._cparts))
671 return self._hash
D_collections_abc.py674 def _hash(self): member in Set
/third_party/python/Doc/library/
Dcollections.abc.rst407 The :class:`Set` mixin provides a :meth:`_hash` method to compute a hash value
411 ``__hash__ = Set._hash``.
/third_party/python/Lib/test/
Dtest_pprint.py109 self._hash = hash
123 return self._hash
Dtest_ordered_dict.py497 self._hash = hash
500 return self._hash
/third_party/icu/icu4c/source/common/
Ducurr.cpp115 : _hash(hash) { in EquivIterator()
124 const icu::Hashtable& _hash; member in EquivIterator
131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp115 : _hash(hash) { in EquivIterator()
124 const icu::Hashtable& _hash; member in EquivIterator
131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp115 : _hash(hash) { in EquivIterator()
124 const icu::Hashtable& _hash; member in EquivIterator
131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducurr.cpp129 : _hash(hash) { in EquivIterator()
138 const icu::Hashtable& _hash; member in EquivIterator
145 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
/third_party/python/Misc/NEWS.d/
D3.10.0rc1.rst265 The implementation of ``collections.abc.Set._hash()`` now matches that of

12